@loopback/http-caching-proxy
Advanced tools
Comparing version 2.1.21 to 2.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.2.0](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@2.1.21...@loopback/http-caching-proxy@2.2.0) (2021-03-18) | ||
### Features | ||
* update package-lock.json to v2 consistently ([dfc3fbd](https://github.com/strongloop/loopback-next/commit/dfc3fbdae0c9ca9f34c64154a471bef22d5ac6b7)) | ||
## [2.1.21](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@2.1.20...@loopback/http-caching-proxy@2.1.21) (2021-02-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@loopback/http-caching-proxy", | ||
"version": "2.1.21", | ||
"version": "2.2.0", | ||
"description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!", | ||
@@ -31,10 +31,10 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@loopback/build": "^6.2.9", | ||
"@loopback/eslint-config": "^10.0.5", | ||
"@loopback/testlab": "^3.2.12", | ||
"@loopback/build": "^6.3.0", | ||
"@loopback/eslint-config": "^10.1.0", | ||
"@loopback/testlab": "^3.3.0", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "^10.17.35", | ||
"@types/node": "^10.17.55", | ||
"@types/rimraf": "^3.0.0", | ||
"@types/tunnel": "0.0.1", | ||
"delay": "^4.4.0", | ||
"@types/tunnel": "0.0.2", | ||
"delay": "^5.0.0", | ||
"tunnel": "0.0.6" | ||
@@ -60,3 +60,3 @@ }, | ||
}, | ||
"gitHead": "0fcf97fa1e87457de85f8f1b6b5cbf9f4f0bd640" | ||
"gitHead": "85a45b8a0d6c1216c11256cb511ec6cfbfb4c226" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54833