@smartico/public-api 0.0.161 → 0.0.162

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.161",
3
+ "version": "0.0.162",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -215,7 +215,7 @@ class SmarticoAPI {
215
215
  this.logger.always('HTTP time, ms:' + (timeEnd - timeStart));
216
216
  }
217
217
  } catch (e) {
218
- this.logger.error(`Failed to make request to smartico channel, L2. ${e.message}`, {
218
+ this.logger.warn(`Failed to make request to smartico channel, L2. ${e.message}`, {
219
219
  url: this.publicUrl,
220
220
  request: message,
221
221
  error: e.message,