jsonpolice
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "jsonpolice", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "JSON Schema parser and validator", | ||
@@ -30,3 +30,4 @@ "main": "dist/index.js", | ||
"files": [ | ||
"dist", | ||
"dist/**/*.js", | ||
"dist/**/*.ts", | ||
"README.md", | ||
@@ -42,5 +43,5 @@ "LICENSE" | ||
"devDependencies": { | ||
"@types/lodash": "4.14.64", | ||
"chai": "3.5.0", | ||
"chai-as-promised": "6.0.0", | ||
"@types/lodash": "4.14.74", | ||
"chai": "4.1.2", | ||
"chai-as-promised": "7.1.1", | ||
"chai-spies": "0.7.1", | ||
@@ -50,8 +51,8 @@ "commitizen": "2.9.6", | ||
"cz-conventional-changelog": "2.0.0", | ||
"husky": "0.13.3", | ||
"mocha": "3.3.0", | ||
"nyc": "10.3.2", | ||
"husky": "0.14.3", | ||
"mocha": "3.5.0", | ||
"nyc": "11.2.1", | ||
"rimraf": "2.6.1", | ||
"semantic-release": "^6.3.6", | ||
"typescript": "2.3.2" | ||
"semantic-release": "^7.0.2", | ||
"typescript": "2.5.2" | ||
}, | ||
@@ -64,5 +65,5 @@ "config": { | ||
"dependencies": { | ||
"jsonref": "^4.0.0", | ||
"jsonref": "^4.0.1", | ||
"lodash": "^4.17.4" | ||
} | ||
} |
55569
23
Updatedjsonref@^4.0.1