hops-bootstrap
Advanced tools
Comparing version 14.0.1 to 14.1.0
@@ -6,2 +6,15 @@ # Change Log | ||
# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20) | ||
### Bug Fixes | ||
* **bootstrap:** adapt validator to breaking changes in ajv ([37e9ea9](https://github.com/xing/hops/commit/37e9ea97b0a2d0ea530e4306a7a43f1dc3a4a5b0)) | ||
* update dependency ajv to v8 ([b3f6033](https://github.com/xing/hops/commit/b3f6033dfc1a81303db1c1e0397811dc817cf1ef)) | ||
* update dependency ajv-formats to v2 ([5b768f1](https://github.com/xing/hops/commit/5b768f123b7a8f28feebae881724dd43f967007d)) | ||
## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29) | ||
@@ -8,0 +21,0 @@ |
@@ -87,5 +87,5 @@ /* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^_" }] */ | ||
return ajv.errors.map( | ||
({ dataPath, message }) => `config${dataPath} ${message}` | ||
({ instancePath, message }) => `config${instancePath} ${message}` | ||
); | ||
} | ||
}; |
{ | ||
"name": "hops-bootstrap", | ||
"version": "14.0.1", | ||
"version": "14.1.0", | ||
"description": "Hops bootstrap", | ||
@@ -15,4 +15,4 @@ "repository": { | ||
"dependencies": { | ||
"ajv": "^7.0.0", | ||
"ajv-formats": "^1.5.1", | ||
"ajv": "^8.0.0", | ||
"ajv-formats": "^2.0.0", | ||
"check-error": "^1.0.2", | ||
@@ -25,3 +25,3 @@ "cosmiconfig": "^7.0.0", | ||
"flat": "^5.0.0", | ||
"hops-debug": "14.0.1", | ||
"hops-debug": "14.1.0", | ||
"is-plain-obj": "^3.0.0", | ||
@@ -40,3 +40,3 @@ "mixinable": "^5.0.1", | ||
}, | ||
"gitHead": "f3113e4057a08a1d1fa4d15a24de54ac7dca57e7" | ||
"gitHead": "3f9bbc77f1d3d82012d7a7546f65506687654fac" | ||
} |
39237
+ Addedajv@8.17.1(transitive)
+ Addedajv-formats@2.1.1(transitive)
+ Addedfast-uri@3.0.6(transitive)
+ Addedhops-debug@14.1.0(transitive)
- Removedajv@7.2.4(transitive)
- Removedajv-formats@1.6.1(transitive)
- Removedhops-debug@14.0.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)
Updatedajv@^8.0.0
Updatedajv-formats@^2.0.0
Updatedhops-debug@14.1.0