@podium/client 5.1.17 → 5.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.1.18](https://github.com/podium-lib/client/compare/v5.1.17...v5.1.18) (2024-11-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 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))
7
+
1
8
  ## [5.1.17](https://github.com/podium-lib/client/compare/v5.1.16...v5.1.17) (2024-11-05)
2
9
 
3
10
 
@@ -287,7 +287,7 @@ export default class PodletClientContentResolver {
287
287
  this.#log.warn(
288
288
  `could not create network connection to remote resource when trying to request content - resource: ${outgoing.name} - url: ${uri}`,
289
289
  );
290
- throw badGateway(`Error reading content at ${uri}`, error);
290
+ throw badGateway(`Error reading content at ${uri}`);
291
291
  }
292
292
 
293
293
  timer({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/client",
3
- "version": "5.1.17",
3
+ "version": "5.1.18",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "keywords": [