@palbase/web 1.1.0 → 1.1.1

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
@@ -207,6 +207,6 @@ interface MlsGlue {
207
207
  */
208
208
  declare function initMls(): Promise<MlsGlue>;
209
209
 
210
- declare const VERSION = "1.1.0";
210
+ declare const VERSION = "1.1.1";
211
211
 
212
212
  export { VERSION, initMls };
package/dist/index.d.ts CHANGED
@@ -207,6 +207,6 @@ interface MlsGlue {
207
207
  */
208
208
  declare function initMls(): Promise<MlsGlue>;
209
209
 
210
- declare const VERSION = "1.1.0";
210
+ declare const VERSION = "1.1.1";
211
211
 
212
212
  export { VERSION, initMls };
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  localStorageSessionStorage,
14
14
  memorySessionStorage,
15
15
  pb
16
- } from "./chunk-XVLR3HGD.js";
16
+ } from "./chunk-EMQGOKW6.js";
17
17
  export {
18
18
  BackendError,
19
19
  PalbeAnalytics,
package/dist/internal.cjs CHANGED
@@ -5638,7 +5638,6 @@ var MessagingCoordinator = class {
5638
5638
  await r.groups.addMember(group, userId);
5639
5639
  }
5640
5640
  }
5641
- r.registry.register(group);
5642
5641
  void r.catalog.upsert({
5643
5642
  displayId: group.displayId,
5644
5643
  rfcGroupId: group.rfcGroupId,
@@ -6502,7 +6501,7 @@ function defaultSessionStorage(key) {
6502
6501
  }
6503
6502
 
6504
6503
  // src/version.ts
6505
- var VERSION = "1.1.0";
6504
+ var VERSION = "1.1.1";
6506
6505
 
6507
6506
  // src/runtime.ts
6508
6507
  function buildRuntime(config) {