@podium/client 4.5.23 → 4.5.25

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,17 @@
1
+ ## [4.5.25](https://github.com/podium-lib/client/compare/v4.5.24...v4.5.25) (2022-11-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @podium/schemas to v4.1.33 ([9ee1fba](https://github.com/podium-lib/client/commit/9ee1fba908ed68cba8db8b98b6bf06b4f9a90e73))
7
+
8
+ ## [4.5.24](https://github.com/podium-lib/client/compare/v4.5.23...v4.5.24) (2022-10-18)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Set log level for network errors to debug when throwable ([#298](https://github.com/podium-lib/client/issues/298)) ([3ba5d67](https://github.com/podium-lib/client/commit/3ba5d67192f417b4627d9f411a1fe4ffd2c98775))
14
+
1
15
  ## [4.5.23](https://github.com/podium-lib/client/compare/v4.5.22...v4.5.23) (2022-09-01)
2
16
 
3
17
 
@@ -250,7 +250,7 @@ module.exports = class PodletClientContentResolver {
250
250
  },
251
251
  });
252
252
 
253
- this.log.warn(
253
+ this.log.debug(
254
254
  `could not create network connection to remote resource when trying to request content - resource: ${outgoing.name} - url: ${outgoing.contentUri}`,
255
255
  );
256
256
  reject(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/client",
3
- "version": "4.5.23",
3
+ "version": "4.5.25",
4
4
  "main": "lib/client.js",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@hapi/boom": "^9.0.0",
39
39
  "@metrics/client": "2.5.0",
40
- "@podium/schemas": "4.1.32",
40
+ "@podium/schemas": "4.1.33",
41
41
  "@podium/utils": "4.4.36",
42
42
  "abslog": "2.4.0",
43
43
  "http-cache-semantics": "^4.0.3",
@@ -61,7 +61,7 @@
61
61
  "eslint-config-prettier": "8.5.0",
62
62
  "eslint-plugin-import": "2.26.0",
63
63
  "eslint-plugin-prettier": "3.4.1",
64
- "express": "4.18.1",
64
+ "express": "4.18.2",
65
65
  "get-stream": "6.0.1",
66
66
  "http-proxy": "1.18.1",
67
67
  "is-stream": "2.0.1",