@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.
@@ -7,7 +7,7 @@ import {
7
7
  __configure,
8
8
  endpointRefFromApiKey,
9
9
  getRuntime
10
- } from "../chunk-XVLR3HGD.js";
10
+ } from "../chunk-EMQGOKW6.js";
11
11
 
12
12
  // src/next/client.ts
13
13
  var SESSION_MAX_AGE_S = 2592e3;
@@ -5654,7 +5654,6 @@ var MessagingCoordinator = class {
5654
5654
  await r.groups.addMember(group, userId);
5655
5655
  }
5656
5656
  }
5657
- r.registry.register(group);
5658
5657
  void r.catalog.upsert({
5659
5658
  displayId: group.displayId,
5660
5659
  rfcGroupId: group.rfcGroupId,
@@ -6518,7 +6517,7 @@ function defaultSessionStorage(key) {
6518
6517
  }
6519
6518
 
6520
6519
  // src/version.ts
6521
- var VERSION = "1.1.0";
6520
+ var VERSION = "1.1.1";
6522
6521
 
6523
6522
  // src/runtime.ts
6524
6523
  function buildRuntime(config) {