@palbase/web 5.0.0 → 6.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 = "5.0.0";
209
+ declare const VERSION = "6.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 = "5.0.0";
209
+ declare const VERSION = "6.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-XTQXFZUP.js";
14
+ } from "./chunk-KOJ4OAAR.js";
15
15
  import {
16
16
  BackendError,
17
17
  isBackendError
package/dist/internal.cjs CHANGED
@@ -9028,7 +9028,7 @@ function defaultSessionStorage(key) {
9028
9028
  }
9029
9029
 
9030
9030
  // src/version.ts
9031
- var VERSION = "5.0.0";
9031
+ var VERSION = "6.0.0";
9032
9032
 
9033
9033
  // src/runtime.ts
9034
9034
  function buildRuntime(config) {