@podium/client
Advanced tools
Comparing version 4.5.23 to 4.5.24
@@ -0,1 +1,8 @@ | ||
## [4.5.24](https://github.com/podium-lib/client/compare/v4.5.23...v4.5.24) (2022-10-18) | ||
### Bug Fixes | ||
* 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)) | ||
## [4.5.23](https://github.com/podium-lib/client/compare/v4.5.22...v4.5.23) (2022-09-01) | ||
@@ -2,0 +9,0 @@ |
@@ -253,3 +253,3 @@ /* eslint-disable no-param-reassign */ | ||
this.log.warn( | ||
this.log.debug( | ||
`could not create network connection to remote resource when trying to request content - resource: ${outgoing.name} - url: ${outgoing.contentUri}`, | ||
@@ -256,0 +256,0 @@ ); |
{ | ||
"name": "@podium/client", | ||
"version": "4.5.23", | ||
"version": "4.5.24", | ||
"main": "lib/client.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
100527