fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-12 00:24:36 +02:00
parent 2adf7e9ee2
commit cc017a9bbf
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartrequest',
version: '2.0.16',
version: '2.0.17',
description: 'dropin replacement for request'
}

View File

@ -7,8 +7,8 @@ import * as path from 'path';
export { http, https, fs, path };
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smarturl from '@pushrocks/smarturl';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smarturl from '@push.rocks/smarturl';
export { smartpromise, smarturl };