dexie-cloud-addon 4.0.1-beta.32 → 4.0.1-beta.33

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.32, Fri Mar 10 2023
111
+ * Version 4.0.1-beta.33, Sat Mar 11 2023
112
112
  *
113
113
  * https://dexie.org
114
114
  *
@@ -6967,7 +6967,7 @@
6967
6967
  currentUserEmitter.next(UNAUTHORIZED_USER);
6968
6968
  });
6969
6969
  dexie.cloud = {
6970
- version: '4.0.1-beta.32',
6970
+ version: '4.0.1-beta.33',
6971
6971
  options: Object.assign({}, DEFAULT_OPTIONS),
6972
6972
  schema: null,
6973
6973
  get currentUserId() {
@@ -7300,7 +7300,7 @@
7300
7300
  });
7301
7301
  }
7302
7302
  }
7303
- dexieCloud.version = '4.0.1-beta.32';
7303
+ dexieCloud.version = '4.0.1-beta.33';
7304
7304
  Dexie__default["default"].Cloud = dexieCloud;
7305
7305
 
7306
7306
  exports["default"] = dexieCloud;