@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.
@@ -7241,9 +7241,9 @@ var MessagingCoordinator = class {
7241
7241
  });
7242
7242
  return group;
7243
7243
  }
7244
- async sendText(group, text, replyTo, bodyRanges) {
7244
+ async sendText(group, text, replyTo, bodyRanges, expiry) {
7245
7245
  const r = await this.resolve();
7246
- return r.groups.sendText(group, text, replyTo, bodyRanges);
7246
+ return r.groups.sendText(group, text, replyTo, bodyRanges, expiry);
7247
7247
  }
7248
7248
  async sendReaction(group, args) {
7249
7249
  const r = await this.resolve();
@@ -8283,7 +8283,7 @@ function defaultSessionStorage(key) {
8283
8283
  }
8284
8284
 
8285
8285
  // src/version.ts
8286
- var VERSION = "1.6.1";
8286
+ var VERSION = "1.6.2";
8287
8287
 
8288
8288
  // src/runtime.ts
8289
8289
  function buildRuntime(config) {
@@ -8643,4 +8643,4 @@ export {
8643
8643
  pb,
8644
8644
  createBoundClient
8645
8645
  };
8646
- //# sourceMappingURL=chunk-EQAHM3ZJ.js.map
8646
+ //# sourceMappingURL=chunk-XQZ53URR.js.map