dexie-cloud-addon 4.0.0-beta.12 → 4.0.0-beta.13

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.0-beta.12, Sun Dec 19 2021
111
+ * Version 4.0.0-beta.13, Sun Dec 19 2021
112
112
  *
113
113
  * https://dexie.org
114
114
  *
@@ -6760,7 +6760,7 @@
6760
6760
  currentUserEmitter.next(UNAUTHORIZED_USER);
6761
6761
  });
6762
6762
  dexie.cloud = {
6763
- version: '4.0.0-beta.12',
6763
+ version: '4.0.0-beta.13',
6764
6764
  options: __assign({}, DEFAULT_OPTIONS),
6765
6765
  schema: null,
6766
6766
  serverState: null,
@@ -7087,7 +7087,7 @@
7087
7087
  });
7088
7088
  }
7089
7089
  }
7090
- dexieCloud.version = '4.0.0-beta.12';
7090
+ dexieCloud.version = '4.0.0-beta.13';
7091
7091
  Dexie__default['default'].Cloud = dexieCloud;
7092
7092
 
7093
7093
  exports.default = dexieCloud;