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

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.48, Tue Oct 17 2023
11
+ * Version 4.0.1-beta.49, Sat Oct 28 2023
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -6502,6 +6502,7 @@
6502
6502
  exports.dexieCloud = dexieCloud;
6503
6503
  exports.getTiedObjectId = getTiedObjectId;
6504
6504
  exports.getTiedRealmId = getTiedRealmId;
6505
+ exports.resolveText = resolveText;
6505
6506
 
6506
6507
  Object.defineProperty(exports, '__esModule', { value: true });
6507
6508