@palbase/web 7.3.7 → 7.3.8

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.3.7";
209
+ declare const VERSION = "7.3.8";
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.3.7";
209
+ declare const VERSION = "7.3.8";
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-ZEGPZL5O.js";
14
+ } from "./chunk-A42CPPQ7.js";
15
15
  import {
16
16
  BackendError,
17
17
  isBackendError
package/dist/internal.cjs CHANGED
@@ -9419,7 +9419,7 @@ function defaultSessionStorage(key) {
9419
9419
  }
9420
9420
 
9421
9421
  // src/version.ts
9422
- var VERSION = "7.3.7";
9422
+ var VERSION = "7.3.8";
9423
9423
 
9424
9424
  // src/runtime.ts
9425
9425
  function buildRuntime(config) {