@botpress/webchat 2.5.1 → 2.6.0
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 +6 -6
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4747 -4759
- package/dist/index.umd.cjs +54 -54
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/webchat@2.
|
|
2
|
+
> @botpress/webchat@2.6.0 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
|
|
6
6
|
transforming...
|
|
7
7
|
[1m[33m[plugin:vite:resolve][39m[22m [33m[plugin vite:resolve] Module "crypto" has been externalized for browser compatibility, imported by "/home/runner/work/genisys/genisys/node_modules/.pnpm/@bpinternal+webchat-http-client@0.2.6/node_modules/@bpinternal/webchat-http-client/dist/index.mjs". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.[39m
|
|
8
|
-
[32m✓[39m
|
|
8
|
+
[32m✓[39m 2986 modules transformed.
|
|
9
9
|
rendering chunks...
|
|
10
10
|
|
|
11
11
|
[vite:dts] Start generate declaration files...
|
|
12
12
|
computing gzip size...
|
|
13
13
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 36.14 kB[22m[1m[22m[2m │ gzip: 6.88 kB[22m
|
|
14
|
-
[2mdist/[22m[36mindex.js [39m[1m[33m1,128.23 kB[39m[22m[2m │ gzip: 291.
|
|
14
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m1,128.23 kB[39m[22m[2m │ gzip: 291.35 kB[22m
|
|
15
15
|
[vite:dts] Start rollup declaration files...
|
|
16
16
|
Analysis will use the bundled TypeScript version 5.4.2
|
|
17
17
|
*** The target project appears to use TypeScript 5.6.2 which is newer than the bundled compiler engine; consider upgrading API Extractor.
|
|
18
|
-
[vite:dts] Declaration files built in
|
|
18
|
+
[vite:dts] Declaration files built in 31018ms.
|
|
19
19
|
|
|
20
20
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 36.14 kB[22m[1m[22m[2m │ gzip: 6.88 kB[22m
|
|
21
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m768.
|
|
22
|
-
[32m✓ built in
|
|
21
|
+
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m768.38 kB[39m[22m[2m │ gzip: 240.87 kB[22m
|
|
22
|
+
[32m✓ built in 39.52s[39m
|
package/dist/index.d.ts
CHANGED
|
@@ -9765,7 +9765,7 @@ export declare type Props = {
|
|
|
9765
9765
|
clientId?: string;
|
|
9766
9766
|
closeWindow?: () => void;
|
|
9767
9767
|
restartConversation?: () => void;
|
|
9768
|
-
user
|
|
9768
|
+
user?: {
|
|
9769
9769
|
id: string;
|
|
9770
9770
|
} & Record<string, unknown>;
|
|
9771
9771
|
sendMessage?: (payload: IntegrationMessage['payload']) => void;
|