@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/{chunk-EQAHM3ZJ.js → chunk-XQZ53URR.js} +4 -4
- package/dist/{chunk-EQAHM3ZJ.js.map → chunk-XQZ53URR.js.map} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/internal.cjs +3 -3
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.js +1 -1
- package/dist/next/client.cjs +3 -3
- package/dist/next/client.cjs.map +1 -1
- package/dist/next/client.js +1 -1
- package/dist/next/index.cjs +3 -3
- package/dist/next/index.cjs.map +1 -1
- package/dist/next/index.js +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +3 -3
package/dist/internal.js
CHANGED
package/dist/next/client.cjs
CHANGED
|
@@ -7064,9 +7064,9 @@ var MessagingCoordinator = class {
|
|
|
7064
7064
|
});
|
|
7065
7065
|
return group;
|
|
7066
7066
|
}
|
|
7067
|
-
async sendText(group, text, replyTo, bodyRanges) {
|
|
7067
|
+
async sendText(group, text, replyTo, bodyRanges, expiry) {
|
|
7068
7068
|
const r = await this.resolve();
|
|
7069
|
-
return r.groups.sendText(group, text, replyTo, bodyRanges);
|
|
7069
|
+
return r.groups.sendText(group, text, replyTo, bodyRanges, expiry);
|
|
7070
7070
|
}
|
|
7071
7071
|
async sendReaction(group, args) {
|
|
7072
7072
|
const r = await this.resolve();
|
|
@@ -8106,7 +8106,7 @@ function defaultSessionStorage(key) {
|
|
|
8106
8106
|
}
|
|
8107
8107
|
|
|
8108
8108
|
// src/version.ts
|
|
8109
|
-
var VERSION = "1.6.
|
|
8109
|
+
var VERSION = "1.6.2";
|
|
8110
8110
|
|
|
8111
8111
|
// src/runtime.ts
|
|
8112
8112
|
function buildRuntime(config) {
|