@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/internal.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  createBoundClient,
7
7
  getRuntime,
8
8
  onConfigured
9
- } from "./chunk-XVLR3HGD.js";
9
+ } from "./chunk-EMQGOKW6.js";
10
10
  export {
11
11
  __configure,
12
12
  __registerNamespaces,
@@ -5439,7 +5439,6 @@ var MessagingCoordinator = class {
5439
5439
  await r.groups.addMember(group, userId);
5440
5440
  }
5441
5441
  }
5442
- r.registry.register(group);
5443
5442
  void r.catalog.upsert({
5444
5443
  displayId: group.displayId,
5445
5444
  rfcGroupId: group.rfcGroupId,
@@ -6303,7 +6302,7 @@ function defaultSessionStorage(key) {
6303
6302
  }
6304
6303
 
6305
6304
  // src/version.ts
6306
- var VERSION = "1.1.0";
6305
+ var VERSION = "1.1.1";
6307
6306
 
6308
6307
  // src/runtime.ts
6309
6308
  function buildRuntime(config) {