@podium/client
Advanced tools
Comparing version 5.0.0-next.9 to 5.0.0-next.10
@@ -0,2 +1,10 @@ | ||
# [5.0.0-next.10](https://github.com/podium-lib/client/compare/v5.0.0-next.9...v5.0.0-next.10) (2022-09-07) | ||
### Bug Fixes | ||
* 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)) | ||
# [5.0.0-next.9](https://github.com/podium-lib/client/compare/v5.0.0-next.8...v5.0.0-next.9) (2022-05-09) | ||
## [4.5.23](https://github.com/podium-lib/client/compare/v4.5.22...v4.5.23) (2022-09-01) | ||
@@ -49,2 +57,5 @@ | ||
# [5.0.0-next.8](https://github.com/podium-lib/client/compare/v5.0.0-next.7...v5.0.0-next.8) (2021-05-17) | ||
* 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)) | ||
## [4.5.22](https://github.com/podium-lib/client/compare/v4.5.21...v4.5.22) (2022-03-23) | ||
@@ -51,0 +62,0 @@ |
@@ -150,3 +150,3 @@ /* eslint-disable no-param-reassign */ | ||
this.#log.warn( | ||
this.#log.debug( | ||
`remote resource responded with non 200 http status code for content - code: ${response.statusCode} - resource: ${outgoing.name} - url: ${outgoing.contentUri}`, | ||
@@ -153,0 +153,0 @@ ); |
{ | ||
"name": "@podium/client", | ||
"version": "5.0.0-next.9", | ||
"version": "5.0.0-next.10", | ||
"type": "module", | ||
@@ -53,9 +53,9 @@ "license": "MIT", | ||
"@sinonjs/fake-timers": "9.1.2", | ||
"@babel/eslint-parser": "7.17.0", | ||
"@babel/eslint-parser": "7.18.9", | ||
"benchmark": "2.1.4", | ||
"eslint": "8.15.0", | ||
"eslint": "8.23.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"express": "4.18.1", | ||
@@ -65,6 +65,6 @@ "get-stream": "6.0.1", | ||
"is-stream": "3.0.0", | ||
"prettier": "2.6.2", | ||
"semantic-release": "19.0.2", | ||
"tap": "16.2.0" | ||
"prettier": "2.7.1", | ||
"semantic-release": "19.0.5", | ||
"tap": "16.3.0" | ||
} | ||
} |
104340