@botpress/webchat 2.2.11 → 2.2.13

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @botpress/webchat@2.2.11 build /home/runner/work/echo/echo/packages/webchat-frontend
2
+ > @botpress/webchat@2.2.13 build /home/runner/work/echo/echo/packages/webchat-frontend
3
3
  > vite build
4
4
 
5
5
  vite v4.4.11 building for production...
@@ -12,15 +12,15 @@ transforming...
12
12
  [plugin:vite:resolve] Module "node:http" has been externalized for browser compatibility, imported by "/home/runner/work/echo/echo/node_modules/.pnpm/@botpress+sdk@0.11.6_react@18.2.0/node_modules/@botpress/sdk/dist/index.js". See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
13
13
  [plugin:vite:resolve] Module "util" has been externalized for browser compatibility, imported by "/home/runner/work/echo/echo/node_modules/.pnpm/@botpress+sdk@0.11.6_react@18.2.0/node_modules/@botpress/sdk/dist/index.js". See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
14
14
  [plugin:vite:resolve] Module "crypto" has been externalized for browser compatibility, imported by "/home/runner/work/echo/echo/packages/webchat-frontend/src/gen/client/errors.ts". See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
15
- ✓ 3196 modules transformed.
15
+ ✓ 3197 modules transformed.
16
16
  rendering chunks...
17
17
  
18
18
  [vite:dts] Start generate declaration files...
19
19
  computing gzip size...
20
- [vite:dts] Declaration files built in 16888ms.
20
+ [vite:dts] Declaration files built in 17296ms.
21
21
  
22
22
  dist/style.css  28.94 kB │ gzip: 5.59 kB
23
- dist/index.js 1,429.83 kB │ gzip: 358.34 kB
23
+ dist/index.js 1,429.90 kB │ gzip: 358.37 kB
24
24
  dist/style.css  28.94 kB │ gzip: 5.59 kB
25
- dist/index.umd.cjs 1,000.94 kB │ gzip: 301.37 kB
26
- ✓ built in 27.32s
25
+ dist/index.umd.cjs 1,000.99 kB │ gzip: 301.38 kB
26
+ ✓ built in 29.38s
package/dist/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export * from './components';
8
8
  export * from './providers';
9
9
  export * from './types';
10
10
  export * from './schemas';
11
+ export { webchatClasses } from './styles';
11
12
  export { type WebchatClient, type WebchatEvents } from './client';
12
13
  export { getClient } from './get-client';
13
14
  export { useClient, useWebchatStore } from './hooks';