dexie-cloud-addon 4.1.0-beta.26 → 4.1.0-beta.31

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": "dexie-cloud-addon",
3
- "version": "4.1.0-beta.26",
3
+ "version": "4.1.0-beta.31",
4
4
  "description": "Dexie addon that syncs with to Dexie Cloud",
5
5
  "main": "dist/umd/dexie-cloud-addon.js",
6
6
  "type": "module",
@@ -1,3 +1,5 @@
1
+ import fs from 'fs';
2
+
1
3
  const banner = `
2
4
 
3
5
  /$$ /$$ /$$ /$$ /$$
@@ -20,4 +22,7 @@ For more information: https://dexie.com/hackathon
20
22
 
21
23
  Good luck! 🚀`;
22
24
 
23
- console.log(banner);
25
+ console.log("Testing 1");
26
+ console.error("Testing 2");
27
+ process.stdout.write("Testing 3\n");
28
+ process.stderr.write("Testing 4\n");