fix(core): update

This commit is contained in:
2024-05-30 15:08:09 +02:00
parent 1c417e15cc
commit 9f1c880c6a
9 changed files with 6268 additions and 3274 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartguard',
version: '2.0.2',
description: 'A TypeScript library for creating and managing validation guards, aiding in data validation and security checks.'
}

View File

@ -1,4 +1,4 @@
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartpromise from '@push.rocks/smartpromise';
// pushrocks scope
export { smartpromise };