diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bdcb7f7..9b15ed3 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartrequest', - version: '2.0.16', + version: '2.0.17', description: 'dropin replacement for request' } diff --git a/ts/smartrequest.plugins.ts b/ts/smartrequest.plugins.ts index dacdd27..9f33a01 100644 --- a/ts/smartrequest.plugins.ts +++ b/ts/smartrequest.plugins.ts @@ -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 };