@botpress/webchat 2.4.0-beta.4 → 2.4.0-beta.5
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/.turbo/turbo-build.log +5 -5
- package/dist/index.js +3 -2
- package/dist/index.umd.cjs +8 -8
- package/dist/schemas/init.d.ts +11 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/webchat@2.4.0-beta.
|
|
2
|
+
> @botpress/webchat@2.4.0-beta.5 build /home/runner/work/genisys/genisys/packages/webchat-components
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v5.4.8 [32mbuilding for production...[36m[39m
|
|
@@ -11,9 +11,9 @@ rendering chunks...
|
|
|
11
11
|
[vite:dts] Start generate declaration files...
|
|
12
12
|
computing gzip size...
|
|
13
13
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 32.68 kB[22m[1m[22m[2m │ gzip: 6.26 kB[22m
|
|
14
|
-
[2mdist/[22m[36mindex.js [39m[1m[33m1,026.
|
|
15
|
-
[vite:dts] Declaration files built in
|
|
14
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m1,026.69 kB[39m[22m[2m │ gzip: 268.16 kB[22m
|
|
15
|
+
[vite:dts] Declaration files built in 11510ms.
|
|
16
16
|
|
|
17
17
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 32.68 kB[22m[1m[22m[2m │ gzip: 6.26 kB[22m
|
|
18
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m703.
|
|
19
|
-
[32m✓ built in 20.
|
|
18
|
+
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m703.80 kB[39m[22m[2m │ gzip: 223.45 kB[22m
|
|
19
|
+
[32m✓ built in 20.07s[39m
|
package/dist/index.js
CHANGED
|
@@ -4437,7 +4437,8 @@ const bo = we.object({
|
|
|
4437
4437
|
}), iR = we.enum(["opened", "closed", "initial"]), aR = we.object({
|
|
4438
4438
|
name: we.string().optional(),
|
|
4439
4439
|
pictureUrl: we.string().optional(),
|
|
4440
|
-
data: we.record(we.unknown()).optional()
|
|
4440
|
+
data: we.record(we.unknown()).optional(),
|
|
4441
|
+
userKey: we.string().optional()
|
|
4441
4442
|
}), oR = we.object({
|
|
4442
4443
|
configuration: Q$.optional().catch(void 0),
|
|
4443
4444
|
theme: rR.optional().catch(void 0),
|
|
@@ -32969,7 +32970,7 @@ const ule = ({
|
|
|
32969
32970
|
}),
|
|
32970
32971
|
[b, g, m, h == null ? void 0 : h.id, h == null ? void 0 : h.name, h == null ? void 0 : h.pictureUrl]
|
|
32971
32972
|
);
|
|
32972
|
-
return
|
|
32973
|
+
return /* @__PURE__ */ R.jsx(
|
|
32973
32974
|
rte,
|
|
32974
32975
|
{
|
|
32975
32976
|
configuration: n ?? {},
|