fix(core): update
This commit is contained in:
parent
8329bb902f
commit
993c4e07bc
@ -22,7 +22,6 @@
|
|||||||
"@types/node": "^20.12.13"
|
"@types/node": "^20.12.13"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@api.global/typedrequest": "^3.0.25",
|
|
||||||
"@push.rocks/smartpromise": "^4.0.2",
|
"@push.rocks/smartpromise": "^4.0.2",
|
||||||
"@push.rocks/smartrequest": "^2.0.15"
|
"@push.rocks/smartrequest": "^2.0.15"
|
||||||
},
|
},
|
||||||
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@ -8,9 +8,6 @@ importers:
|
|||||||
|
|
||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@api.global/typedrequest':
|
|
||||||
specifier: ^3.0.25
|
|
||||||
version: 3.0.25
|
|
||||||
'@push.rocks/smartpromise':
|
'@push.rocks/smartpromise':
|
||||||
specifier: ^4.0.2
|
specifier: ^4.0.2
|
||||||
version: 4.0.3
|
version: 4.0.3
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartguard',
|
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.'
|
description: 'A TypeScript library for creating and managing validation guards, aiding in data validation and security checks.'
|
||||||
}
|
}
|
||||||
|
@ -16,8 +16,4 @@ export class Guard<T> {
|
|||||||
const result = await this.guardFunction(dataArg);
|
const result = await this.guardFunction(dataArg);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async execForTR() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
// @push.rocks scope
|
||||||
import * as smartpromise from '@push.rocks/smartpromise';
|
import * as smartpromise from '@push.rocks/smartpromise';
|
||||||
|
|
||||||
// pushrocks scope
|
// pushrocks scope
|
||||||
export { smartpromise };
|
export { smartpromise };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user