common-schema
Advanced tools
Comparing version 2.0.2 to 3.0.0
{ | ||
"name": "common-schema", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "Schema-handling utilities, including schema validators and checkers.", | ||
@@ -17,22 +17,19 @@ "main": "./lib/index.js", | ||
"lint": "node ./node_modules/.bin/eslint . || exit 0", | ||
"docs": "node ./node_modules/.bin/yuidoc .", | ||
"test": "node ./node_modules/.bin/mocha ./test -R spec", | ||
"prepublishOnly": "npm run-script docs" | ||
"test": "node ./node_modules/.bin/mocha ./test -R spec" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.10", | ||
"objtools": "^2.0.0", | ||
"pasync": "^1.5.0", | ||
"xerror": "^1.1.2" | ||
"lodash": "^4.17.20", | ||
"objtools": "^3.0.0", | ||
"pasync": "^2.0.1", | ||
"xerror": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^5.5.0", | ||
"mocha": "^5.2.0", | ||
"yuidocjs": "^0.10.2" | ||
"chai": "^4.2.0", | ||
"eslint": "^7.7.0", | ||
"mocha": "^8.1.1" | ||
}, | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
"node": ">= 14.0.0" | ||
} | ||
} |
3
151404
34
4447
+ Addedobjtools@3.0.0(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedpasync@2.0.2(transitive)
+ Addedxerror@2.0.0(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removedasync@1.5.2(transitive)
- Removedes6-promise@2.3.0(transitive)
- Removedneo-async@0.6.5(transitive)
- Removedobjtools@2.0.1(transitive)
- Removedpasync@1.5.0(transitive)
- Removedxerror@1.1.3(transitive)
Updatedlodash@^4.17.20
Updatedobjtools@^3.0.0
Updatedpasync@^2.0.1
Updatedxerror@^2.0.0