@loopback/http-caching-proxy
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.1.6](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@2.1.5...@loopback/http-caching-proxy@2.1.6) (2020-05-28) | ||
**Note:** Version bump only for package @loopback/http-caching-proxy | ||
## [2.1.5](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@2.1.4...@loopback/http-caching-proxy@2.1.5) (2020-05-20) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
// Copyright IBM Corp. 2018. All Rights Reserved. | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/http-caching-proxy | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
{ | ||
"name": "@loopback/http-caching-proxy", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!", | ||
@@ -28,5 +28,5 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@loopback/build": "^5.4.1", | ||
"@loopback/eslint-config": "^7.0.1", | ||
"@loopback/testlab": "^3.1.5", | ||
"@loopback/build": "^5.4.2", | ||
"@loopback/eslint-config": "^8.0.0", | ||
"@loopback/testlab": "^3.1.6", | ||
"@types/debug": "^4.1.5", | ||
@@ -60,3 +60,3 @@ "@types/node": "^10.17.24", | ||
}, | ||
"gitHead": "62aea854bf85c5a5995b59e6908fe5409f7eea96" | ||
"gitHead": "64afb3616e94b96703524aba8be722efefa7c2c5" | ||
} |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018. All Rights Reserved. | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/http-caching-proxy | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
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
50981