cacheable-response
Advanced tools
Comparing version
@@ -5,2 +5,13 @@ # Changelog | ||
## [2.0.0](https://github.com/Kikobeats/cacheable-response/compare/v1.10.2...v2.0.0) (2020-02-03) | ||
### ⚠ BREAKING CHANGES | ||
* requires Node.js >= 10 | ||
### build | ||
* update dependencies ([731d08d](https://github.com/Kikobeats/cacheable-response/commit/731d08d636cf53f27222f7a3f841462057226a01)) | ||
### [1.10.2](https://github.com/Kikobeats/cacheable-response/compare/v1.10.1...v1.10.2) (2020-01-22) | ||
@@ -7,0 +18,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response", | ||
"version": "1.10.2", | ||
"version": "2.0.0", | ||
"main": "index.js", | ||
@@ -54,3 +54,3 @@ "author": { | ||
"keyv": "~4.0.0", | ||
"normalize-url": "~4.5.0", | ||
"normalize-url": "~5.0.0", | ||
"pretty-ms": "~5.1.0" | ||
@@ -82,3 +82,3 @@ }, | ||
"engines": { | ||
"node": ">= 8" | ||
"node": ">= 10" | ||
}, | ||
@@ -85,0 +85,0 @@ "files": [ |
28782
1.04%+ Added
- Removed
Updated