Comparing version 4.3.2 to 4.4.0
{ | ||
"name": "abolish", | ||
"version": "4.3.2", | ||
"version": "4.4.0", | ||
"description": "A javascript object validator.", | ||
@@ -27,8 +27,8 @@ "main": "index.js", | ||
"@types/lodash.unset": "^4.5.6", | ||
"@types/node": "^15.12.2", | ||
"@types/node": "^16.3.2", | ||
"axios": "^0.21.1", | ||
"joi": "^17.4.0", | ||
"prettier": "^2.3.1", | ||
"ts-node-dev": "^1.1.6", | ||
"typescript": "^4.3.2" | ||
"joi": "^17.4.1", | ||
"prettier": "^2.3.2", | ||
"ts-node-dev": "^1.1.8", | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -35,0 +35,0 @@ "keywords": [ |
@@ -26,3 +26,3 @@ import Abolish from "./Abolish"; | ||
*/ | ||
export declare function Rule(rules: any[]): any; | ||
export declare function Rule(rules: string | any[]): any; | ||
export declare function abolish_Pick(object: any, keys: string[]): any; | ||
@@ -29,0 +29,0 @@ export declare function abolish_Set(object: any, path: any, value: any): any; |
58670