@palbase/web 7.2.0 → 7.2.2

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.2.0";
209
+ declare const VERSION = "7.2.2";
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.2.0";
209
+ declare const VERSION = "7.2.2";
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-VXQUBBHG.js";
14
+ } from "./chunk-IREKQSHT.js";
15
15
  import {
16
16
  BackendError,
17
17
  isBackendError
package/dist/internal.cjs CHANGED
@@ -9298,7 +9298,7 @@ function defaultSessionStorage(key) {
9298
9298
  }
9299
9299
 
9300
9300
  // src/version.ts
9301
- var VERSION = "7.2.0";
9301
+ var VERSION = "7.2.2";
9302
9302
 
9303
9303
  // src/runtime.ts
9304
9304
  function buildRuntime(config) {