@podium/client 5.2.2 → 5.2.4

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
+ ## [5.2.4](https://github.com/podium-lib/client/compare/v5.2.3...v5.2.4) (2024-11-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * reducing logl evel to info on 404 errors ([e6d6d04](https://github.com/podium-lib/client/commit/e6d6d04a4b30729691cafa68521bcfc743c3db64))
7
+
8
+ ## [5.2.3](https://github.com/podium-lib/client/compare/v5.2.2...v5.2.3) (2024-11-13)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency undici to v6.21.0 ([#445](https://github.com/podium-lib/client/issues/445)) ([6d26507](https://github.com/podium-lib/client/commit/6d26507709beffe5301f89ff7a5d03c358bbb423))
14
+
1
15
  ## [5.2.2](https://github.com/podium-lib/client/compare/v5.2.1...v5.2.2) (2024-11-13)
2
16
 
3
17
 
@@ -205,7 +205,7 @@ export default class PodletClientContentResolver {
205
205
  },
206
206
  });
207
207
 
208
- this.#log.warn(
208
+ this.#log.debug(
209
209
  `remote resource responded with non 200 http status code for content - code: ${statusCode} - resource: ${outgoing.name} - url: ${uri}`,
210
210
  );
211
211
  outgoing.success = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/client",
3
- "version": "5.2.2",
3
+ "version": "5.2.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -45,7 +45,7 @@
45
45
  "http-cache-semantics": "^4.0.3",
46
46
  "lodash.clonedeep": "^4.5.0",
47
47
  "ttl-mem-cache": "4.1.0",
48
- "undici": "6.20.1"
48
+ "undici": "6.21.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@podium/eslint-config": "1.0.0",