dexie-cloud-addon 4.1.0-alpha.5 → 4.1.0-alpha.6

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.
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * ==========================================================================
10
10
  *
11
- * Version 4.1.0-alpha.5, Mon Oct 14 2024
11
+ * Version 4.1.0-alpha.6, Tue Oct 15 2024
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -7966,7 +7966,7 @@
7966
7966
  const syncComplete = new rxjs.Subject();
7967
7967
  dexie.cloud = {
7968
7968
  // @ts-ignore
7969
- version: "4.1.0-alpha.5",
7969
+ version: "4.1.0-alpha.6",
7970
7970
  options: Object.assign({}, DEFAULT_OPTIONS),
7971
7971
  schema: null,
7972
7972
  get currentUserId() {
@@ -8268,7 +8268,7 @@
8268
8268
  }
8269
8269
  }
8270
8270
  // @ts-ignore
8271
- dexieCloud.version = "4.1.0-alpha.5";
8271
+ dexieCloud.version = "4.1.0-alpha.6";
8272
8272
  Dexie.Cloud = dexieCloud;
8273
8273
 
8274
8274
  exports.default = dexieCloud;