From cc017a9bbfb54b1039a7c142c4a2e3e2e6fe8a8a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 12 Jul 2023 00:24:36 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartrequest.plugins.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 };