@podium/proxy
Advanced tools
Comparing version 4.2.28 to 4.2.29
@@ -0,1 +1,8 @@ | ||
## [4.2.29](https://github.com/podium-lib/proxy/compare/v4.2.28...v4.2.29) (2021-03-30) | ||
### Bug Fixes | ||
* Update @podium/schema to version 4.1.9 to fix ajv error ([#134](https://github.com/podium-lib/proxy/issues/134)) ([ed5c5c7](https://github.com/podium-lib/proxy/commit/ed5c5c737a88ce1425988da9df6e152c48e84474)) | ||
## [4.2.28](https://github.com/podium-lib/proxy/compare/v4.2.27...v4.2.28) (2021-03-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/proxy", | ||
"version": "4.2.28", | ||
"version": "4.2.29", | ||
"description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"@metrics/client": "2.5.0", | ||
"@podium/schemas": "4.1.8", | ||
"@podium/utils": "4.4.11", | ||
"@podium/schemas": "4.1.9", | ||
"@podium/utils": "4.4.12", | ||
"abslog": "2.4.0", | ||
@@ -50,14 +50,14 @@ "http-proxy": "1.18.1", | ||
"@semantic-release/github": "7.2.0", | ||
"@semantic-release/npm": "7.0.10", | ||
"@semantic-release/npm": "7.1.0", | ||
"@semantic-release/release-notes-generator": "9.0.2", | ||
"semantic-release": "17.4.2", | ||
"@podium/test-utils": "2.2.0", | ||
"eslint": "7.17.0", | ||
"eslint": "7.23.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint-config-prettier": "6.15.0", | ||
"eslint-config-prettier": "8.1.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-prettier": "3.3.1", | ||
"prettier": "2.1.1", | ||
"tap": "14.10.8" | ||
"prettier": "2.2.1", | ||
"tap": "14.11.0" | ||
} | ||
} |
30508
+ Added@podium/schemas@4.1.9(transitive)
+ Added@podium/utils@4.4.12(transitive)
+ Addedajv@8.0.1(transitive)
+ Addedajv-formats@2.0.1(transitive)
- Removed@podium/schemas@4.1.8(transitive)
- Removed@podium/utils@4.4.11(transitive)
- Removedajv@7.2.4(transitive)
- Removedajv-formats@1.6.0(transitive)
Updated@podium/schemas@4.1.9
Updated@podium/utils@4.4.12