@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.cjs CHANGED
@@ -4633,7 +4633,6 @@ var MessagingCoordinator = class {
4633
4633
  await r.groups.addMember(group, userId);
4634
4634
  }
4635
4635
  }
4636
- r.registry.register(group);
4637
4636
  void r.catalog.upsert({
4638
4637
  displayId: group.displayId,
4639
4638
  rfcGroupId: group.rfcGroupId,
@@ -5616,7 +5615,7 @@ function localStorageSessionStorage(key = DEFAULT_KEY) {
5616
5615
  }
5617
5616
 
5618
5617
  // src/version.ts
5619
- var VERSION = "1.1.0";
5618
+ var VERSION = "1.1.1";
5620
5619
 
5621
5620
  // src/internal.ts
5622
5621
  function getRuntime() {