@palbase/web 7.4.1 → 8.0.0

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.
package/dist/index.d.cts CHANGED
@@ -206,6 +206,6 @@ interface MlsGlue {
206
206
  */
207
207
  declare function initMls(): Promise<MlsGlue>;
208
208
 
209
- declare const VERSION = "7.4.1";
209
+ declare const VERSION = "8.0.0";
210
210
 
211
211
  export { VERSION, initMls };
package/dist/index.d.ts CHANGED
@@ -206,6 +206,6 @@ interface MlsGlue {
206
206
  */
207
207
  declare function initMls(): Promise<MlsGlue>;
208
208
 
209
- declare const VERSION = "7.4.1";
209
+ declare const VERSION = "8.0.0";
210
210
 
211
211
  export { VERSION, initMls };
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  localStorageSessionStorage,
12
12
  memorySessionStorage,
13
13
  pb
14
- } from "./chunk-XJBMBUHU.js";
14
+ } from "./chunk-U6MWQDGP.js";
15
15
  import {
16
16
  BackendError,
17
17
  isBackendError
package/dist/internal.cjs CHANGED
@@ -9889,7 +9889,7 @@ function defaultSessionStorage(key) {
9889
9889
  }
9890
9890
 
9891
9891
  // src/version.ts
9892
- var VERSION = "7.4.1";
9892
+ var VERSION = "8.0.0";
9893
9893
 
9894
9894
  // src/runtime.ts
9895
9895
  function buildRuntime(config) {