@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @botpress/webchat@3.2.9 build /home/runner/work/genisys/genisys/packages/webchat-components
2
+ > @botpress/webchat@3.2.11 build /home/runner/work/genisys/genisys/packages/webchat-components
3
3
  > vite build
4
4
 
5
5
  vite v5.4.8 building for production...
@@ -9,13 +9,13 @@ rendering chunks...
9
9
 
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- dist/style.css  48.61 kB │ gzip: 8.67 kB
13
- dist/index.js 784.13 kB │ gzip: 218.67 kB
12
+ dist/style.css  48.69 kB │ gzip: 8.70 kB
13
+ dist/index.js 784.24 kB │ gzip: 218.68 kB
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 19195ms.
17
+ [vite:dts] Declaration files built in 21175ms.
18
18
 
19
- dist/style.css  48.61 kB │ gzip: 8.67 kB
20
- dist/index.umd.cjs 526.92 kB │ gzip: 179.51 kB
21
- ✓ built in 25.31s
19
+ dist/style.css  48.69 kB │ gzip: 8.70 kB
20
+ dist/index.umd.cjs 527.01 kB │ gzip: 179.53 kB
21
+ ✓ built in 27.88s
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