@carbonorm/carbonreact 3.3.7 → 3.3.9

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": "@carbonorm/carbonreact",
3
- "version": "3.3.7",
3
+ "version": "3.3.9",
4
4
  "browser": "dist/index.umd.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "main": "dist/index.cjs.js",
@@ -65,7 +65,7 @@ export default function ({sqlDirectory = './logs/rest/', logsDirectory = './logs
65
65
 
66
66
  }, {timeout: 3000, interval: 1000});
67
67
 
68
- const jsonSQL = JSON.stringify(validSQL, undefined, 2) ?? '';
68
+ const jsonSQL = JSON.stringify(validSQL, undefined, 2) ?? '{}';
69
69
 
70
70
  console.log('After each Test (' + expect.getState().currentTestName + ')', validSQL, expect.getState());
71
71