dexie-cloud-addon 4.1.0-beta.32 → 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/README.md CHANGED
@@ -6,15 +6,60 @@ This library is an addon for Dexie.js that works as the sync client for Dexie Cl
6
6
 
7
7
  ```
8
8
 
9
- /$$ /$$ /$$ /$$ /$$
10
- | $$ | $$ | $$ | $$ | $$
11
- | $$ | $$ /$$$$$$ /$$$$$$$| $$ /$$ /$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$
12
- | $$$$$$$$ |____ $$ /$$_____/| $$ /$$/ |____ $$|_ $$_/ | $$__ $$ /$$__ $$| $$__ $$
13
- | $$__ $$ /$$$$$$$| $$ | $$$$$$/ /$$$$$$$ | $$ | $$ \ $$| $$ \ $$| $$ \ $$
14
- | $$ | $$ /$$__ $$| $$ | $$_ $$ /$$__ $$ | $$ /$$| $$ | $$| $$ | $$| $$ | $$
15
- | $$ | $$| $$$$$$$| $$$$$$$| $$ \ $$| $$$$$$$ | $$$$/| $$ | $$| $$$$$$/| $$ | $$
16
- |__/ |__/ \_______/ \_______/|__/ \__/ \_______/ \___/ |__/ |__/ \______/ |__/ |__/
9
+ .-. .-. .--. ,--, ,-. .-. .--. _______ .-. .-. .---. .-. .-.
10
+ | | | | / /\ \ .' .') | |/ / / /\ \|__ __|| | | |/ .-. ) | \| |
11
+ | `-' |/ /__\ \| |(_) | | / / /__\ \ )| | | `-' || | |(_)| | |
12
+ | .-. || __ |\ \ | | \ | __ |(_) | | .-. || | | | | |\ |
13
+ | | |)|| | |)| \ `-. | |) \ | | |)| | | | | |)|\ `-' / | | |)|
14
+ /( (_)|_| (_) \____\|((_)-'|_| (_) `-' /( (_) )---' /( (_)
15
+ (__) (_) (__) (_) (__)
17
16
 
17
+
18
+ __ __ \ . _
19
+ | | ___ ___ | , ___ _/_ / __. , __
20
+ |___| / ` .' ` | / / ` | |,---. .' \ |' `.
21
+ | | | | | |-< | | | |' ` | | | |
22
+ / / `.__/| `._.' / \_ `.__/| \__/ / | `._.' / |
23
+
24
+
25
+
26
+ _ _ _ _ _
27
+ | | | | | | | | | |
28
+ | |__| | __ _ ___| | ____ _| |_| |__ ___ _ __
29
+ | __ |/ _` |/ __| |/ / _` | __| '_ \ / _ \| '_ \
30
+ | | | | (_| | (__| < (_| | |_| | | | (_) | | | |
31
+ |_| |_|\__,_|\___|_|\_\__,_|\__|_| |_|\___/|_| |_|
32
+
33
+
34
+
35
+
36
+ ▗▖ ▗▖▗▞▀▜▌▗▞▀▘█ ▄ ▗▞▀▜▌ ■ ▐▌ ▄▄▄ ▄▄▄▄
37
+ ▐▌ ▐▌▝▚▄▟▌▝▚▄▖█▄▀ ▝▚▄▟▌▗▄▟▙▄▖▐▌ █ █ █ █
38
+ ▐▛▀▜▌ █ ▀▄ ▐▌ ▐▛▀▚▖▀▄▄▄▀ █ █
39
+ ▐▌ ▐▌ █ █ ▐▌ ▐▌ ▐▌
40
+ ▐▌
41
+
42
+
43
+
44
+
45
+ )
46
+ ( /( ) ) )
47
+ )\()) ) ( /( ) ( /( ( /(
48
+ ((_)\ ( /( ( )\()) ( /( )\()))\()) ( (
49
+ _((_) )(_)) )\ ((_)\ )(_))(_))/((_)\ )\ )\ )
50
+ | || |((_)_ ((_)| |(_)((_)_ | |_ | |(_) ((_) _(_/(
51
+ | __ |/ _` |/ _| | / / / _` || _|| ' \ / _ \| ' \))
52
+ |_||_|\__,_|\__| |_\_\ \__,_| \__||_||_|\___/|_||_|
53
+
54
+
55
+ _ _ _
56
+ /\ /\__ _ ___| | ____ _| |_| |__ ___ _ __
57
+ / /_/ / _` |/ __| |/ / _` | __| '_ \ / _ \| '_ \
58
+ / __ / (_| | (__| < (_| | |_| | | | (_) | | | |
59
+ \/ /_/ \__,_|\___|_|\_\__,_|\__|_| |_|\___/|_| |_|
60
+
61
+
62
+
18
63
  🌟 Welcomne to Dexie.js Hackathon! 🌟
19
64
  📅 Date: January 3, 2025
20
65
  🕒 Start coding with Dexie Cloud and win prices!
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * ==========================================================================
10
10
  *
11
- * Version 4.1.0-beta.32, Thu Dec 05 2024
11
+ * Version 4.1.0-beta.33, 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.32",
8160
+ version: "4.1.0-beta.33",
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.32";
8478
+ dexieCloud.version = "4.1.0-beta.33";
8479
8479
  Dexie.Cloud = dexieCloud;
8480
8480
 
8481
8481
  const ydocTriggers = {};