@podium/client 4.5.20 → 4.5.23

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,24 @@
1
+ ## [4.5.23](https://github.com/podium-lib/client/compare/v4.5.22...v4.5.23) (2022-09-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Lower log level when throwable is true ([#291](https://github.com/podium-lib/client/issues/291)) ([c0d779b](https://github.com/podium-lib/client/commit/c0d779b3e22b671e5f7c6496c504b38cd9da5125))
7
+
8
+ ## [4.5.22](https://github.com/podium-lib/client/compare/v4.5.21...v4.5.22) (2022-03-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @podium/utils to v4.4.36 ([6ca8bee](https://github.com/podium-lib/client/commit/6ca8bee3a3e49cfc10b55116ea8dd359ac3d2ebc))
14
+
15
+ ## [4.5.21](https://github.com/podium-lib/client/compare/v4.5.20...v4.5.21) (2022-03-23)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** update dependency @podium/schemas to v4.1.32 ([fc13291](https://github.com/podium-lib/client/commit/fc13291ca3b6366d878bdd6bfdf10406dff11e74))
21
+
1
22
  ## [4.5.20](https://github.com/podium-lib/client/compare/v4.5.19...v4.5.20) (2022-02-05)
2
23
 
3
24
 
@@ -153,7 +153,7 @@ module.exports = class PodletClientContentResolver {
153
153
  },
154
154
  });
155
155
 
156
- this.log.warn(
156
+ this.log.debug(
157
157
  `remote resource responded with non 200 http status code for content - code: ${response.statusCode} - resource: ${outgoing.name} - url: ${outgoing.contentUri}`,
158
158
  );
159
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/client",
3
- "version": "4.5.20",
3
+ "version": "4.5.23",
4
4
  "main": "lib/client.js",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -37,8 +37,8 @@
37
37
  "dependencies": {
38
38
  "@hapi/boom": "^9.0.0",
39
39
  "@metrics/client": "2.5.0",
40
- "@podium/schemas": "4.1.31",
41
- "@podium/utils": "4.4.35",
40
+ "@podium/schemas": "4.1.32",
41
+ "@podium/utils": "4.4.36",
42
42
  "abslog": "2.4.0",
43
43
  "http-cache-semantics": "^4.0.3",
44
44
  "lodash.clonedeep": "^4.5.0",
@@ -47,26 +47,26 @@
47
47
  "ttl-mem-cache": "4.1.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@podium/test-utils": "2.4.1",
50
+ "@podium/test-utils": "2.5.2",
51
51
  "@semantic-release/changelog": "6.0.1",
52
52
  "@semantic-release/commit-analyzer": "9.0.2",
53
53
  "@semantic-release/git": "10.0.1",
54
- "@semantic-release/github": "8.0.2",
54
+ "@semantic-release/github": "8.0.6",
55
55
  "@semantic-release/npm": "8.0.3",
56
56
  "@semantic-release/release-notes-generator": "10.0.3",
57
- "@sinonjs/fake-timers": "8.0.1",
57
+ "@sinonjs/fake-timers": "9.1.2",
58
58
  "benchmark": "2.1.4",
59
59
  "eslint": "7.32.0",
60
60
  "eslint-config-airbnb-base": "14.2.1",
61
- "eslint-config-prettier": "8.3.0",
62
- "eslint-plugin-import": "2.24.1",
61
+ "eslint-config-prettier": "8.5.0",
62
+ "eslint-plugin-import": "2.26.0",
63
63
  "eslint-plugin-prettier": "3.4.1",
64
- "express": "4.17.2",
64
+ "express": "4.18.1",
65
65
  "get-stream": "6.0.1",
66
66
  "http-proxy": "1.18.1",
67
67
  "is-stream": "2.0.1",
68
- "prettier": "2.3.2",
68
+ "prettier": "2.7.1",
69
69
  "semantic-release": "18.0.1",
70
- "tap": "15.0.9"
70
+ "tap": "16.3.0"
71
71
  }
72
72
  }