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

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.31",
3
+ "version": "4.1.0-beta.33",
4
4
  "description": "Dexie addon that syncs with to Dexie Cloud",
5
5
  "main": "dist/umd/dexie-cloud-addon.js",
6
6
  "type": "module",
@@ -96,7 +96,6 @@
96
96
  "test-unit": "karma start test/unit/karma.conf.js --single-run",
97
97
  "build": "rollup -c tools/build-configs/rollup.config.mjs",
98
98
  "watch": "rollup -c tools/build-configs/rollup.config.mjs --watch",
99
- "clean": "rm -rf tools/tmp dist test/unit/bundle.*",
100
- "postinstall": "node ./postinstall-banner.js"
99
+ "clean": "rm -rf tools/tmp dist test/unit/bundle.*"
101
100
  }
102
101
  }
@@ -1,28 +0,0 @@
1
- import fs from 'fs';
2
-
3
- const banner = `
4
-
5
- /$$ /$$ /$$ /$$ /$$
6
- | $$ | $$ | $$ | $$ | $$
7
- | $$ | $$ /$$$$$$ /$$$$$$$| $$ /$$ /$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$
8
- | $$$$$$$$ |____ $$ /$$_____/| $$ /$$/ |____ $$|_ $$_/ | $$__ $$ /$$__ $$| $$__ $$
9
- | $$__ $$ /$$$$$$$| $$ | $$$$$$/ /$$$$$$$ | $$ | $$ \\ $$| $$ \\ $$| $$ \\ $$
10
- | $$ | $$ /$$__ $$| $$ | $$_ $$ /$$__ $$ | $$ /$$| $$ | $$| $$ | $$| $$ | $$
11
- | $$ | $$| $$$$$$$| $$$$$$$| $$ \\ $$| $$$$$$$ | $$$$/| $$ | $$| $$$$$$/| $$ | $$
12
- |__/ |__/ \\_______/ \\_______/|__/ \\__/ \\_______/ \\___/ |__/ |__/ \\______/ |__/ |__/
13
-
14
-
15
-
16
-
17
- 🌟 Welcomne to Dexie.js Hackathon! 🌟
18
- 📅 Date: January 3, 2025
19
- 🕒 Start coding with Dexie Cloud and win prices!
20
-
21
- For more information: https://dexie.com/hackathon
22
-
23
- Good luck! 🚀`;
24
-
25
- console.log("Testing 1");
26
- console.error("Testing 2");
27
- process.stdout.write("Testing 3\n");
28
- process.stderr.write("Testing 4\n");