dexie-cloud-addon 4.0.1-beta.27 → 4.0.1-beta.28

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.
@@ -108,7 +108,7 @@
108
108
  *
109
109
  * ==========================================================================
110
110
  *
111
- * Version 4.0.1-beta.27, Mon Mar 06 2023
111
+ * Version 4.0.1-beta.28, Mon Mar 06 2023
112
112
  *
113
113
  * https://dexie.org
114
114
  *
@@ -6936,7 +6936,7 @@
6936
6936
  currentUserEmitter.next(UNAUTHORIZED_USER);
6937
6937
  });
6938
6938
  dexie.cloud = {
6939
- version: '4.0.1-beta.27',
6939
+ version: '4.0.1-beta.28',
6940
6940
  options: Object.assign({}, DEFAULT_OPTIONS),
6941
6941
  schema: null,
6942
6942
  get currentUserId() {
@@ -7269,7 +7269,7 @@
7269
7269
  });
7270
7270
  }
7271
7271
  }
7272
- dexieCloud.version = '4.0.1-beta.27';
7272
+ dexieCloud.version = '4.0.1-beta.28';
7273
7273
  Dexie__default["default"].Cloud = dexieCloud;
7274
7274
 
7275
7275
  exports["default"] = dexieCloud;