@botpress/webchat 3.2.9 → 3.2.11
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 +7 -7
- package/dist/index.d.ts +0 -2
- package/dist/index.js +1702 -1702
- package/dist/index.umd.cjs +22 -22
- package/dist/style.css +1 -1
- package/package.json +5 -1
- package/vitest.config.ts +6 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/webchat@3.2.
|
|
2
|
+
> @botpress/webchat@3.2.11 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
|
|
@@ -9,13 +9,13 @@ rendering chunks...
|
|
|
9
9
|
|
|
10
10
|
[vite:dts] Start generate declaration files...
|
|
11
11
|
computing gzip size...
|
|
12
|
-
[2mdist/[22m[35mstyle.css [39m[1m[2m 48.
|
|
13
|
-
[2mdist/[22m[36mindex.js [39m[1m[33m784.
|
|
12
|
+
[2mdist/[22m[35mstyle.css [39m[1m[2m 48.69 kB[22m[1m[22m[2m │ gzip: 8.70 kB[22m
|
|
13
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m784.24 kB[39m[22m[2m │ gzip: 218.68 kB[22m
|
|
14
14
|
[vite:dts] Start rollup declaration files...
|
|
15
15
|
Analysis will use the bundled TypeScript version 5.4.2
|
|
16
16
|
*** The target project appears to use TypeScript 5.6.2 which is newer than the bundled compiler engine; consider upgrading API Extractor.
|
|
17
|
-
[vite:dts] Declaration files built in
|
|
17
|
+
[vite:dts] Declaration files built in 21175ms.
|
|
18
18
|
|
|
19
|
-
[2mdist/[22m[35mstyle.css [39m[1m[2m 48.
|
|
20
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[
|
|
21
|
-
[32m✓ built in
|
|
19
|
+
[2mdist/[22m[35mstyle.css [39m[1m[2m 48.69 kB[22m[1m[22m[2m │ gzip: 8.70 kB[22m
|
|
20
|
+
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m527.01 kB[39m[22m[2m │ gzip: 179.53 kB[22m
|
|
21
|
+
[32m✓ built in 27.88s[39m
|
package/dist/index.d.ts
CHANGED
|
@@ -501,10 +501,8 @@ declare type Props_2 = {
|
|
|
501
501
|
clientId: string;
|
|
502
502
|
botId?: string;
|
|
503
503
|
apiUrl?: string;
|
|
504
|
-
sseTimeout?: number;
|
|
505
504
|
storageKey?: string;
|
|
506
505
|
storageLocation?: StorageLocation;
|
|
507
|
-
playSound?: () => void;
|
|
508
506
|
soundEnabled?: boolean;
|
|
509
507
|
};
|
|
510
508
|
|