@object-ui/plugin-chatbot 3.1.3 → 3.1.5

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,16 +1,22 @@
1
1
 
2
- > @object-ui/plugin-chatbot@3.1.3 build /home/runner/work/objectui/objectui/packages/plugin-chatbot
2
+ > @object-ui/plugin-chatbot@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-chatbot
3
3
  > vite build
4
4
 
5
- vite v7.3.1 building client environment for production...
6
- transforming...
7
- ✓ 1076 modules transformed.
5
+ vite v8.0.1 building client environment for production...
6
+ 
8
7
  rendering chunks...
9
8
  
10
9
  [vite:dts] Start generate declaration files...
10
+ [vite:dts] Declaration files built in 27261ms.
11
+ 
11
12
  computing gzip size...
12
- [vite:dts] Declaration files built in 21851ms.
13
+ dist/index.js 970.49 kB │ gzip: 298.78 kB
14
+
15
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
13
16
  
14
- dist/index.js 1,168.07 kB │ gzip: 343.83 kB
15
- dist/index.umd.cjs 812.64 kB │ gzip: 277.88 kB
16
- ✓ built in 36.47s
17
+ 
18
+ rendering chunks...
19
+ computing gzip size...
20
+ dist/index.umd.cjs 811.35 kB │ gzip: 279.70 kB
21
+
22
+ ✓ built in 32.35s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @object-ui/plugin-chatbot
2
2
 
3
+ ## 3.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/react@3.1.5
8
+ - @object-ui/components@3.1.5
9
+ - @object-ui/types@3.1.5
10
+ - @object-ui/core@3.1.5
11
+
12
+ ## 3.1.4
13
+
14
+ ### Patch Changes
15
+
16
+ - @object-ui/types@3.1.4
17
+ - @object-ui/core@3.1.4
18
+ - @object-ui/react@3.1.4
19
+ - @object-ui/components@3.1.4
20
+
3
21
  ## 3.1.3
4
22
 
5
23
  ### Patch Changes