@podium/client
Advanced tools
Comparing version 5.1.17 to 5.1.18
@@ -0,1 +1,8 @@ | ||
## [5.1.18](https://github.com/podium-lib/client/compare/v5.1.17...v5.1.18) (2024-11-05) | ||
### Bug Fixes | ||
* throw boom compatible error on badGateway for throwable podlet fetch ([#437](https://github.com/podium-lib/client/issues/437)) ([67c5268](https://github.com/podium-lib/client/commit/67c526838210e48f93fc471fe5161f16fcc5edcc)) | ||
## [5.1.17](https://github.com/podium-lib/client/compare/v5.1.16...v5.1.17) (2024-11-05) | ||
@@ -2,0 +9,0 @@ |
@@ -290,3 +290,3 @@ import { pipeline } from 'stream'; | ||
); | ||
throw badGateway(`Error reading content at ${uri}`, error); | ||
throw badGateway(`Error reading content at ${uri}`); | ||
} | ||
@@ -293,0 +293,0 @@ |
{ | ||
"name": "@podium/client", | ||
"version": "5.1.17", | ||
"version": "5.1.18", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
174248