@palbase/web 1.6.1 → 1.6.2

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
@@ -6258,9 +6258,9 @@ var MessagingCoordinator = class {
6258
6258
  });
6259
6259
  return group;
6260
6260
  }
6261
- async sendText(group, text, replyTo, bodyRanges) {
6261
+ async sendText(group, text, replyTo, bodyRanges, expiry) {
6262
6262
  const r = await this.resolve();
6263
- return r.groups.sendText(group, text, replyTo, bodyRanges);
6263
+ return r.groups.sendText(group, text, replyTo, bodyRanges, expiry);
6264
6264
  }
6265
6265
  async sendReaction(group, args) {
6266
6266
  const r = await this.resolve();
@@ -7419,7 +7419,7 @@ function localStorageSessionStorage(key = DEFAULT_KEY) {
7419
7419
  }
7420
7420
 
7421
7421
  // src/version.ts
7422
- var VERSION = "1.6.1";
7422
+ var VERSION = "1.6.2";
7423
7423
 
7424
7424
  // src/internal.ts
7425
7425
  function getRuntime() {