Comparing version 4.5.6 to 4.6.0
{ | ||
"name": "abolish", | ||
"version": "4.5.6", | ||
"version": "4.6.0", | ||
"description": "A javascript object validator.", | ||
@@ -12,5 +12,6 @@ "main": "index.js", | ||
"scripts": { | ||
"bp": "tsc && ts-node build", | ||
"watch": "tsc --watch", | ||
"play": "ts-node-dev --respawn tests/play.ts" | ||
"build": "npx tsc", | ||
"prepublishOnly": "npm run build", | ||
"watch": "npx tsc --watch", | ||
"play": "npx ts-node-dev --respawn tests/play.ts" | ||
}, | ||
@@ -28,8 +29,7 @@ "dependencies": { | ||
"@types/lodash.unset": "^4.5.6", | ||
"@types/node": "^16.10.2", | ||
"axios": "^0.21.4", | ||
"@types/node": "^16.11.9", | ||
"joi": "^17.4.2", | ||
"prettier": "^2.4.1", | ||
"ts-node-dev": "^1.1.8", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -43,2 +43,2 @@ "keywords": [ | ||
] | ||
} | ||
} |
59856
9