@vendit-dev/thirdparty-adapters 0.3.18 → 0.3.19

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.
@@ -114,6 +114,7 @@ var SmartAccessAdapter = /** @class */ (function () {
114
114
  return JSON.parse(str);
115
115
  }
116
116
  catch (e) {
117
+ console.log('parseJSONSafe', e);
117
118
  return false;
118
119
  }
119
120
  };
@@ -92,6 +92,7 @@ var ThemrIoTAdapter = /** @class */ (function () {
92
92
  return JSON.parse(str);
93
93
  }
94
94
  catch (e) {
95
+ console.log('parseJSONSafe', e);
95
96
  return false;
96
97
  }
97
98
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.3.18",
3
+ "version": "0.3.19",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {