dexie-cloud-addon 4.0.1-beta.49 → 4.0.1-beta.51

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.0.1-beta.49, Sat Oct 28 2023
11
+ * Version 4.0.1-beta.51, Sat Oct 28 2023
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -6219,7 +6219,8 @@
6219
6219
  });
6220
6220
  const syncComplete = new rxjs.Subject();
6221
6221
  dexie.cloud = {
6222
- version: '{version}',
6222
+ // @ts-ignore
6223
+ version: "4.0.1-beta.51",
6223
6224
  options: Object.assign({}, DEFAULT_OPTIONS),
6224
6225
  schema: null,
6225
6226
  get currentUserId() {
@@ -6495,7 +6496,8 @@
6495
6496
  });
6496
6497
  }
6497
6498
  }
6498
- dexieCloud.version = '{version}';
6499
+ // @ts-ignore
6500
+ dexieCloud.version = "4.0.1-beta.51";
6499
6501
  Dexie.Cloud = dexieCloud;
6500
6502
 
6501
6503
  exports.default = dexieCloud;