@podium/client 5.2.0-next.7 → 5.2.0-next.9

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,18 @@
1
+ # [5.2.0-next.9](https://github.com/podium-lib/client/compare/v5.2.0-next.8...v5.2.0-next.9) (2024-11-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update podium packages ([b39cb3e](https://github.com/podium-lib/client/commit/b39cb3eb173c27998e278dbfdc06768761012f88))
7
+ * 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))
8
+
9
+ # [5.2.0-next.8](https://github.com/podium-lib/client/compare/v5.2.0-next.7...v5.2.0-next.8) (2024-11-04)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * update @podium/schemas to 5.1.0 ([95dafaa](https://github.com/podium-lib/client/commit/95dafaa0a5e9a6687f545f3a9983a647a4f6c1cb))
15
+
1
16
  # [5.2.0-next.7](https://github.com/podium-lib/client/compare/v5.2.0-next.6...v5.2.0-next.7) (2024-10-22)
2
17
 
3
18
 
@@ -294,7 +294,7 @@ export default class PodletClientContentResolver {
294
294
 
295
295
  // Network error
296
296
  if (outgoing.throwable) {
297
- throw badGateway(`Error reading content at ${uri}`, error);
297
+ throw badGateway(`Error reading content at ${uri}`);
298
298
  }
299
299
 
300
300
  outgoing.success = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/client",
3
- "version": "5.2.0-next.7",
3
+ "version": "5.2.0-next.9",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -39,8 +39,8 @@
39
39
  "dependencies": {
40
40
  "@hapi/boom": "10.0.1",
41
41
  "@metrics/client": "2.5.3",
42
- "@podium/schemas": "5.0.6",
43
- "@podium/utils": "5.3.1",
42
+ "@podium/schemas": "5.1.0",
43
+ "@podium/utils": "5.3.2",
44
44
  "abslog": "2.4.4",
45
45
  "http-cache-semantics": "^4.0.3",
46
46
  "lodash.clonedeep": "^4.5.0",
@@ -61,7 +61,7 @@
61
61
  "@podium/semantic-release-config": "2.0.0",
62
62
  "@podium/typescript-config": "1.0.0",
63
63
  "@sinonjs/fake-timers": "11.3.1",
64
- "@types/readable-stream": "4.0.15",
64
+ "@types/readable-stream": "4.0.18",
65
65
  "benchmark": "2.1.4",
66
66
  "eslint": "9.6.0",
67
67
  "get-stream": "9.0.1",