@loopback/http-caching-proxy
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@1.2.0...@loopback/http-caching-proxy@1.2.1) (2019-11-12) | ||
**Note:** Version bump only for package @loopback/http-caching-proxy | ||
# [1.2.0](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@1.1.16...@loopback/http-caching-proxy@1.2.0) (2019-10-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@loopback/http-caching-proxy", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!", | ||
@@ -23,13 +23,13 @@ "engines": { | ||
"request": "^2.88.0", | ||
"request-promise-native": "^1.0.7", | ||
"request-promise-native": "^1.0.8", | ||
"rimraf": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^2.0.15", | ||
"@loopback/eslint-config": "^4.1.3", | ||
"@loopback/testlab": "^1.9.3", | ||
"@loopback/build": "^2.0.16", | ||
"@loopback/eslint-config": "^4.1.4", | ||
"@loopback/testlab": "^1.9.4", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "^10.17.0", | ||
"@types/node": "^10.17.5", | ||
"@types/request-promise-native": "^1.0.17", | ||
"@types/rimraf": "^2.0.2", | ||
"@types/rimraf": "^2.0.3", | ||
"delay": "^4.3.0" | ||
@@ -60,3 +60,3 @@ }, | ||
}, | ||
"gitHead": "d7c3cb9d7bd3215bfc6e6ed996416bbb8e3163d3" | ||
"gitHead": "7f0ae6ec124c19357c3016cd11f9bc9c739dffcb" | ||
} |
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
40499