@loopback/http-caching-proxy
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.12](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@1.0.11...@loopback/http-caching-proxy@1.0.12) (2019-04-05) | ||
**Note:** Version bump only for package @loopback/http-caching-proxy | ||
## [1.0.11](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@1.0.10...@loopback/http-caching-proxy@1.0.11) (2019-03-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@loopback/http-caching-proxy", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!", | ||
@@ -22,3 +22,3 @@ "engines": { | ||
"debug": "^4.0.1", | ||
"p-event": "^4.0.0", | ||
"p-event": "^4.1.0", | ||
"request": "^2.87.0", | ||
@@ -29,5 +29,5 @@ "request-promise-native": "^1.0.5", | ||
"devDependencies": { | ||
"@loopback/build": "^1.4.0", | ||
"@loopback/testlab": "^1.2.1", | ||
"@loopback/tslint-config": "^2.0.3", | ||
"@loopback/build": "^1.4.1", | ||
"@loopback/testlab": "^1.2.2", | ||
"@loopback/tslint-config": "^2.0.4", | ||
"@types/debug": "^4.1.0", | ||
@@ -61,3 +61,3 @@ "@types/node": "^10.11.2", | ||
}, | ||
"gitHead": "ae54e456ef42de8d86d2fd68752080e75035a9ad" | ||
"gitHead": "27791c1b09b5fd70faf1a43a874c9e08e8abf7f7" | ||
} |
32482
Updatedp-event@^4.1.0