@botpress/webchat 2.2.10 → 2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @botpress/webchat@2.2.10 build /home/runner/work/echo/echo/packages/webchat-frontend
2
+ > @botpress/webchat@2.2.11 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
- ✓ 3192 modules transformed.
15
+ ✓ 3196 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 16543ms.
20
+ [vite:dts] Declaration files built in 16888ms.
21
21
  
22
- dist/style.css  28.92 kB │ gzip: 5.58 kB
23
- dist/index.js 1,426.03 kB │ gzip: 357.16 kB
24
- dist/style.css  28.92 kB │ gzip: 5.58 kB
25
- dist/index.umd.cjs 997.92 kB │ gzip: 300.17 kB
26
- ✓ built in 27.14s
22
+ dist/style.css  28.94 kB │ gzip: 5.59 kB
23
+ dist/index.js 1,429.83 kB │ gzip: 358.34 kB
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
@@ -1,4 +1,3 @@
1
- export * from './useAutosizeTextArea';
2
1
  export * from './useClient';
3
2
  export * from './useImageSize';
4
3
  export * from './useRefresh';