@podium/proxy
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -0,1 +1,8 @@ | ||
## [5.0.4](https://github.com/podium-lib/proxy/compare/v5.0.3...v5.0.4) (2024-03-01) | ||
### Bug Fixes | ||
* **types:** add missing name argument to proxy register types ([#269](https://github.com/podium-lib/proxy/issues/269)) ([98f1bd2](https://github.com/podium-lib/proxy/commit/98f1bd21fe8b0d4c1bd6e977bb349062315861e9)) | ||
## [5.0.3](https://github.com/podium-lib/proxy/compare/v5.0.2...v5.0.3) (2024-02-01) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/proxy", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.", | ||
@@ -54,5 +54,5 @@ "type": "module", | ||
"@semantic-release/release-notes-generator": "12.1.0", | ||
"semantic-release": "23.0.0", | ||
"semantic-release": "23.0.2", | ||
"@podium/test-utils": "2.5.2", | ||
"eslint": "8.56.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
@@ -62,5 +62,5 @@ "eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"prettier": "3.2.4", | ||
"prettier": "3.2.5", | ||
"tap": "18.7.0" | ||
} | ||
} |
@@ -11,3 +11,3 @@ import MetricsClient from '@metrics/client'; | ||
register(proxyManifest: PodiumProxy.PodletManifest): void; | ||
register(name: string, proxyManifest: PodiumProxy.PodletManifest): void; | ||
/** | ||
@@ -14,0 +14,0 @@ * @returns `undefined` if the incoming request didn't match anything registered in the proxy. Otherwise it returns the incoming request with the `.proxy` property set to true if successfully proxied. |
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
65863