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

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.5, Mon Oct 14 2024
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -7793,9 +7793,9 @@ const getInvitesObservable = associate((db) => {
7793
7793
  });
7794
7794
 
7795
7795
  function createYHandler(db) {
7796
- const awap = getAwarenessLibrary(db);
7797
7796
  return (provider) => {
7798
7797
  var _a;
7798
+ const awap = getAwarenessLibrary(db);
7799
7799
  const doc = provider.doc;
7800
7800
  const { parentTable, parentId, parentProp, updatesTable } = doc.meta;
7801
7801
  if (!((_a = db.cloud.schema) === null || _a === void 0 ? void 0 : _a[parentTable].markedForSync)) {
@@ -7963,7 +7963,7 @@ function dexieCloud(dexie) {
7963
7963
  const syncComplete = new Subject();
7964
7964
  dexie.cloud = {
7965
7965
  // @ts-ignore
7966
- version: "4.1.0-alpha.3",
7966
+ version: "4.1.0-alpha.5",
7967
7967
  options: Object.assign({}, DEFAULT_OPTIONS),
7968
7968
  schema: null,
7969
7969
  get currentUserId() {
@@ -8265,7 +8265,7 @@ function dexieCloud(dexie) {
8265
8265
  }
8266
8266
  }
8267
8267
  // @ts-ignore
8268
- dexieCloud.version = "4.1.0-alpha.3";
8268
+ dexieCloud.version = "4.1.0-alpha.5";
8269
8269
  Dexie.Cloud = dexieCloud;
8270
8270
 
8271
8271
  export { dexieCloud as default, dexieCloud, getTiedObjectId, getTiedRealmId, resolveText };