@loopback/http-caching-proxy
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.2.7"></a> | ||
## [0.2.7](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@0.2.6...@loopback/http-caching-proxy@0.2.7) (2018-07-10) | ||
**Note:** Version bump only for package @loopback/http-caching-proxy | ||
<a name="0.2.6"></a> | ||
@@ -8,0 +16,0 @@ ## [0.2.6](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@0.2.5...@loopback/http-caching-proxy@0.2.6) (2018-06-28) |
{ | ||
"name": "@loopback/http-caching-proxy", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!", | ||
@@ -9,9 +9,9 @@ "engines": { | ||
"scripts": { | ||
"build": "npm run build:dist8 && npm run build:dist10", | ||
"build:all-dist": "npm run build:dist8 && npm run build:dist10", | ||
"build:apidocs": "lb-apidocs", | ||
"build:current": "lb-tsc", | ||
"build": "lb-tsc", | ||
"build:dist8": "lb-tsc es2017", | ||
"build:dist10": "lb-tsc es2018", | ||
"clean": "lb-clean loopback-caching-proxy*.tgz dist* package api-docs", | ||
"pretest": "npm run build:current", | ||
"pretest": "npm run build", | ||
"test": "lb-mocha \"DIST/test/integration/**/*.js\"", | ||
@@ -34,3 +34,3 @@ "verify": "npm pack && tar xf loopback-caching-proxy*.tgz && tree package && npm run clean" | ||
"@loopback/build": "^0.6.11", | ||
"@loopback/testlab": "^0.10.10", | ||
"@loopback/testlab": "^0.10.11", | ||
"@types/debug": "^0.0.30", | ||
@@ -37,0 +37,0 @@ "@types/delay": "^2.0.1", |
39231