@berish/validate
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,3 +6,5 @@ import { IValidateRule } from '../rule'; | ||
upgradeRuleAfterInit?(rule: IValidateRule<any>): IValidateRule<any> | void; | ||
upgradeGlobalModule?(module: typeof globalModule): typeof globalModule | void; | ||
upgradeGlobalModule?(module: typeof globalModule): typeof globalModule | { | ||
[key: string]: any; | ||
} | void; | ||
} | ||
@@ -9,0 +11,0 @@ export interface IRulePluginDefault<PluginParams> extends IRulePlugin { |
{ | ||
"name": "@berish/validate", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Validation of complex objects with support for validation maps, rules and decorators", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57786
735