dexie-cloud-addon 4.1.0-alpha.3 → 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.3, Fri Oct 11 2024
11
+ * Version 4.1.0-alpha.6, Tue Oct 15 2024
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -7796,9 +7796,9 @@
7796
7796
  });
7797
7797
 
7798
7798
  function createYHandler(db) {
7799
- const awap = getAwarenessLibrary(db);
7800
7799
  return (provider) => {
7801
7800
  var _a;
7801
+ const awap = getAwarenessLibrary(db);
7802
7802
  const doc = provider.doc;
7803
7803
  const { parentTable, parentId, parentProp, updatesTable } = doc.meta;
7804
7804
  if (!((_a = db.cloud.schema) === null || _a === void 0 ? void 0 : _a[parentTable].markedForSync)) {
@@ -7959,7 +7959,7 @@
7959
7959
  const syncComplete = new rxjs.Subject();
7960
7960
  dexie.cloud = {
7961
7961
  // @ts-ignore
7962
- version: "4.1.0-alpha.3",
7962
+ version: "4.1.0-alpha.6",
7963
7963
  options: Object.assign({}, DEFAULT_OPTIONS),
7964
7964
  schema: null,
7965
7965
  get currentUserId() {
@@ -8261,7 +8261,7 @@
8261
8261
  }
8262
8262
  }
8263
8263
  // @ts-ignore
8264
- dexieCloud.version = "4.1.0-alpha.3";
8264
+ dexieCloud.version = "4.1.0-alpha.6";
8265
8265
  Dexie.Cloud = dexieCloud;
8266
8266
 
8267
8267
  // In case the SW lives for a while, let it reuse already opened connections: