hops-config
Advanced tools
Comparing version 13.1.0 to 14.0.0-nightly.1
@@ -6,62 +6,7 @@ # Change Log | ||
# [13.1.0](https://github.com/xing/hops/compare/v13.0.0...v13.1.0) (2020-10-09) | ||
# [14.0.0-nightly.1](https://github.com/xing/hops/compare/v13.0.0...v14.0.0-nightly.1) (2020-11-06) | ||
**Note:** Version bump only for package hops-config | ||
# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28) | ||
**Note:** Version bump only for package hops-config | ||
# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07) | ||
### Bug Fixes | ||
* remove superfluous dependencies ([afb2de0](https://github.com/xing/hops/commit/afb2de0063c3031b215cb8d989c3babe2aa81231)) | ||
# [13.0.0-alpha.2](https://github.com/xing/hops/compare/v13.0.0-alpha.1...v13.0.0-alpha.2) (2020-08-17) | ||
**Note:** Version bump only for package hops-config | ||
# [13.0.0-alpha.1](https://github.com/xing/hops/compare/v13.0.0-alpha.0...v13.0.0-alpha.1) (2020-07-31) | ||
**Note:** Version bump only for package hops-config | ||
# [13.0.0-alpha.0](https://github.com/xing/hops/compare/v12.0.0-rc99...v13.0.0-alpha.0) (2020-07-23) | ||
### Bug Fixes | ||
* remove support for Node versions 10 & 13 ([00e7f2f](https://github.com/xing/hops/commit/00e7f2fb2ec92b859805b65bfeee697a78bf8147)) | ||
### Features | ||
* support latest Node.js (v13) ([30ca9a4](https://github.com/xing/hops/commit/30ca9a4ebc3a43706eb07158259035349ce2d269)) | ||
### BREAKING CHANGES | ||
* Hops does not support the outdated Node versions 10 | ||
and 13 anymore. In case you're using one of these, please update your | ||
Node version to the current version 14 or the LTS version 12. | ||
* add support for Node v15 ([75d22c8](https://github.com/xing/hops/commit/75d22c88db5beab3fa4f3edf29ccd5c5fb29fd2f)) |
{ | ||
"name": "hops-config", | ||
"version": "13.1.0", | ||
"version": "14.0.0-nightly.1", | ||
"description": "Hops core configuration", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "12 || 14" | ||
"node": "12 || 14 || 15" | ||
}, | ||
@@ -22,6 +22,6 @@ "main": "index.js", | ||
"depd": "^2.0.0", | ||
"hops-bootstrap": "^13.1.0" | ||
"hops-bootstrap": "^14.0.0-nightly.1" | ||
}, | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme", | ||
"gitHead": "b2f6df64bb3f8c3cf21740f3a602e9daaaf328c1" | ||
"gitHead": "9805a0e800ee255507de0f05622611c97611e919" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3571
1
+ Addedajv@8.17.1(transitive)
+ Addedajv-formats@2.1.1(transitive)
+ Addeddotenv@10.0.0(transitive)
+ Addedfast-uri@3.0.6(transitive)
+ Addedhops-bootstrap@14.5.0(transitive)
+ Addedhops-debug@14.5.0(transitive)
- Removedajv@7.2.4(transitive)
- Removedajv-formats@1.6.1(transitive)
- Removeddotenv@8.6.0(transitive)
- Removedhops-bootstrap@13.4.3(transitive)
- Removedhops-debug@13.4.3(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)