fix(build): modernize package tooling and test setup for current git.zone build ecosystem
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
* autocreated commitinfo by @push.rocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartvalidator',
|
||||
version: '1.0.5',
|
||||
description: 'a wrapper for the validator package to perform validations'
|
||||
name: '@push.rocks/smartvalidator',
|
||||
version: '1.0.6',
|
||||
description: 'A wrapper for performing validations using the validator package.'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import validatorMod from 'validator';
|
||||
|
||||
const validator: typeof validatorMod.default = validatorMod as any;
|
||||
const validator = validatorMod;
|
||||
|
||||
export { validator };
|
||||
|
||||
Reference in New Issue
Block a user