@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.d.cts CHANGED
@@ -207,6 +207,6 @@ interface MlsGlue {
207
207
  */
208
208
  declare function initMls(): Promise<MlsGlue>;
209
209
 
210
- declare const VERSION = "1.6.1";
210
+ declare const VERSION = "1.6.2";
211
211
 
212
212
  export { VERSION, initMls };
package/dist/index.d.ts CHANGED
@@ -207,6 +207,6 @@ interface MlsGlue {
207
207
  */
208
208
  declare function initMls(): Promise<MlsGlue>;
209
209
 
210
- declare const VERSION = "1.6.1";
210
+ declare const VERSION = "1.6.2";
211
211
 
212
212
  export { VERSION, initMls };
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  localStorageSessionStorage,
14
14
  memorySessionStorage,
15
15
  pb
16
- } from "./chunk-EQAHM3ZJ.js";
16
+ } from "./chunk-XQZ53URR.js";
17
17
  export {
18
18
  BackendError,
19
19
  PalbeAnalytics,
package/dist/internal.cjs CHANGED
@@ -7263,9 +7263,9 @@ var MessagingCoordinator = class {
7263
7263
  });
7264
7264
  return group;
7265
7265
  }
7266
- async sendText(group, text, replyTo, bodyRanges) {
7266
+ async sendText(group, text, replyTo, bodyRanges, expiry) {
7267
7267
  const r = await this.resolve();
7268
- return r.groups.sendText(group, text, replyTo, bodyRanges);
7268
+ return r.groups.sendText(group, text, replyTo, bodyRanges, expiry);
7269
7269
  }
7270
7270
  async sendReaction(group, args) {
7271
7271
  const r = await this.resolve();
@@ -8305,7 +8305,7 @@ function defaultSessionStorage(key) {
8305
8305
  }
8306
8306
 
8307
8307
  // src/version.ts
8308
- var VERSION = "1.6.1";
8308
+ var VERSION = "1.6.2";
8309
8309
 
8310
8310
  // src/runtime.ts
8311
8311
  function buildRuntime(config) {