diff --git a/package.json b/package.json index f2f06e2..799016b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "@types/node": "^20.12.13" }, "dependencies": { - "@api.global/typedrequest": "^3.0.25", "@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartrequest": "^2.0.15" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ac39b7..cb8b060 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,9 +8,6 @@ importers: .: dependencies: - '@api.global/typedrequest': - specifier: ^3.0.25 - version: 3.0.25 '@push.rocks/smartpromise': specifier: ^4.0.2 version: 4.0.3 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a9ea55d..0255303 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartguard', - version: '3.0.0', + version: '3.0.1', description: 'A TypeScript library for creating and managing validation guards, aiding in data validation and security checks.' } diff --git a/ts/smartguard.classes.guard.ts b/ts/smartguard.classes.guard.ts index 9be8b0d..0dbff9e 100644 --- a/ts/smartguard.classes.guard.ts +++ b/ts/smartguard.classes.guard.ts @@ -16,8 +16,4 @@ export class Guard { const result = await this.guardFunction(dataArg); return result; } - - public async execForTR() { - - } } diff --git a/ts/smartguard.plugins.ts b/ts/smartguard.plugins.ts index b92c59b..e09d963 100644 --- a/ts/smartguard.plugins.ts +++ b/ts/smartguard.plugins.ts @@ -1,4 +1,6 @@ +// @push.rocks scope import * as smartpromise from '@push.rocks/smartpromise'; // pushrocks scope export { smartpromise }; +