@botpress/webchat 4.0.0 → 4.0.1

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@4.0.0 build /home/runner/work/genisys/genisys/packages/webchat-components
2
+ > @botpress/webchat@4.0.1 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  49.55 kB │ gzip: 8.84 kB
13
- dist/index.js 666.14 kB │ gzip: 180.07 kB
14
12
  [vite:dts] Start rollup declaration files...
15
13
  Analysis will use the bundled TypeScript version 5.4.2
16
14
  *** 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 18818ms.
15
+ dist/style.css  49.55 kB gzip: 8.84 kB
16
+ dist/index.js 666.14 kB │ gzip: 180.07 kB
17
+ [vite:dts] Declaration files built in 20920ms.
18
18
 
19
19
  dist/style.css  49.55 kB │ gzip: 8.84 kB
20
20
  dist/index.umd.cjs 443.57 kB │ gzip: 145.67 kB
21
- ✓ built in 23.18s
21
+ ✓ built in 25.49s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/webchat",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.umd.cjs",
@@ -52,7 +52,7 @@
52
52
  "uuid": "^9.0.1",
53
53
  "zustand": "^4.4.1",
54
54
  "@botpress/webchat-client": "0.3.1",
55
- "@bpinternal/shared": "1.0.3"
55
+ "@bpinternal/shared": "1.1.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^18.0.0 || ^19.0.0",