@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.
@@ -7,7 +7,7 @@ import {
7
7
  __configure,
8
8
  endpointRefFromApiKey,
9
9
  getRuntime
10
- } from "../chunk-EQAHM3ZJ.js";
10
+ } from "../chunk-XQZ53URR.js";
11
11
 
12
12
  // src/next/client.ts
13
13
  var SESSION_MAX_AGE_S = 2592e3;
@@ -7279,9 +7279,9 @@ var MessagingCoordinator = class {
7279
7279
  });
7280
7280
  return group;
7281
7281
  }
7282
- async sendText(group, text, replyTo, bodyRanges) {
7282
+ async sendText(group, text, replyTo, bodyRanges, expiry) {
7283
7283
  const r = await this.resolve();
7284
- return r.groups.sendText(group, text, replyTo, bodyRanges);
7284
+ return r.groups.sendText(group, text, replyTo, bodyRanges, expiry);
7285
7285
  }
7286
7286
  async sendReaction(group, args) {
7287
7287
  const r = await this.resolve();
@@ -8321,7 +8321,7 @@ function defaultSessionStorage(key) {
8321
8321
  }
8322
8322
 
8323
8323
  // src/version.ts
8324
- var VERSION = "1.6.1";
8324
+ var VERSION = "1.6.2";
8325
8325
 
8326
8326
  // src/runtime.ts
8327
8327
  function buildRuntime(config) {