@jspreadsheet/validations
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -7,7 +7,10 @@ /** | ||
interface validations { | ||
(): any | ||
[key: string]: any | ||
declare function validations(options?: validations.options): void; | ||
declare namespace validations { | ||
interface options { | ||
} | ||
} | ||
export declare function validations(): any | ||
export default validations; |
@@ -30,3 +30,3 @@ { | ||
"dependencies": { | ||
"jsuites": "^5.3.3", | ||
"jsuites": "^5.4.0", | ||
"lemonadejs": "^4.2.2" | ||
@@ -36,3 +36,3 @@ }, | ||
"types": "dist/index.d.ts", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"bugs": "https://github.com/jspreadsheet/pro/issues", | ||
@@ -39,0 +39,0 @@ "homepage": "https://github.com/jspreadsheet/pro", |
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
21694
84
Updatedjsuites@^5.4.0