dexie-cloud-addon 4.1.0-beta.26 → 4.1.0-beta.32
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/{postinstall-banner.js → README.md} +13 -10
- package/dist/modern/dexie-cloud-addon.js +3 -3
- package/dist/modern/dexie-cloud-addon.min.js +1 -1
- package/dist/modern/service-worker.js +3 -3
- package/dist/modern/service-worker.min.js +1 -1
- package/dist/umd/dexie-cloud-addon.js +3 -3
- package/dist/umd/dexie-cloud-addon.min.js +1 -1
- package/dist/umd/service-worker.js +3 -3
- package/dist/umd/service-worker.min.js +1 -1
- package/package.json +2 -3
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
# Dexie Cloud addon
|
|
2
|
+
|
|
3
|
+
This library is an addon for Dexie.js that works as the sync client for Dexie Cloud. See https://dexie.org/cloud/
|
|
4
|
+
|
|
5
|
+
# Hackathon 3-5 January 2025
|
|
6
|
+
|
|
7
|
+
```
|
|
2
8
|
|
|
3
9
|
/$$ /$$ /$$ /$$ /$$
|
|
4
10
|
| $$ | $$ | $$ | $$ | $$
|
|
5
11
|
| $$ | $$ /$$$$$$ /$$$$$$$| $$ /$$ /$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$
|
|
6
12
|
| $$$$$$$$ |____ $$ /$$_____/| $$ /$$/ |____ $$|_ $$_/ | $$__ $$ /$$__ $$| $$__ $$
|
|
7
|
-
| $$__ $$ /$$$$$$$| $$ | $$$$$$/ /$$$$$$$ | $$ | $$
|
|
13
|
+
| $$__ $$ /$$$$$$$| $$ | $$$$$$/ /$$$$$$$ | $$ | $$ \ $$| $$ \ $$| $$ \ $$
|
|
8
14
|
| $$ | $$ /$$__ $$| $$ | $$_ $$ /$$__ $$ | $$ /$$| $$ | $$| $$ | $$| $$ | $$
|
|
9
|
-
| $$ | $$| $$$$$$$| $$$$$$$| $$
|
|
10
|
-
|__/ |__/
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
+
| $$ | $$| $$$$$$$| $$$$$$$| $$ \ $$| $$$$$$$ | $$$$/| $$ | $$| $$$$$$/| $$ | $$
|
|
16
|
+
|__/ |__/ \_______/ \_______/|__/ \__/ \_______/ \___/ |__/ |__/ \______/ |__/ |__/
|
|
17
|
+
|
|
15
18
|
🌟 Welcomne to Dexie.js Hackathon! 🌟
|
|
16
19
|
📅 Date: January 3, 2025
|
|
17
20
|
🕒 Start coding with Dexie Cloud and win prices!
|
|
18
21
|
|
|
19
22
|
For more information: https://dexie.com/hackathon
|
|
20
23
|
|
|
21
|
-
Good luck!
|
|
24
|
+
Good luck! 🚀`
|
|
22
25
|
|
|
23
|
-
|
|
26
|
+
```
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.1.0-beta.
|
|
11
|
+
* Version 4.1.0-beta.32, Thu Dec 05 2024
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -8157,7 +8157,7 @@ function dexieCloud(dexie) {
|
|
|
8157
8157
|
const syncComplete = new Subject();
|
|
8158
8158
|
dexie.cloud = {
|
|
8159
8159
|
// @ts-ignore
|
|
8160
|
-
version: "4.1.0-beta.
|
|
8160
|
+
version: "4.1.0-beta.32",
|
|
8161
8161
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
8162
8162
|
schema: null,
|
|
8163
8163
|
get currentUserId() {
|
|
@@ -8475,7 +8475,7 @@ function dexieCloud(dexie) {
|
|
|
8475
8475
|
}
|
|
8476
8476
|
}
|
|
8477
8477
|
// @ts-ignore
|
|
8478
|
-
dexieCloud.version = "4.1.0-beta.
|
|
8478
|
+
dexieCloud.version = "4.1.0-beta.32";
|
|
8479
8479
|
Dexie.Cloud = dexieCloud;
|
|
8480
8480
|
|
|
8481
8481
|
const ydocTriggers = {};
|