@object-ui/plugin-chatbot 3.1.4 → 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,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-chatbot@3.1.4 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
5
  vite v8.0.1 building client environment for production...
@@ -7,16 +7,16 @@
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 27720ms.
10
+ [vite:dts] Declaration files built in 27261ms.
11
11
  
12
12
  computing gzip size...
13
13
  dist/index.js 970.49 kB │ gzip: 298.78 kB
14
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
15
14
 
15
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
16
16
  
17
17
  
18
18
  rendering chunks...
19
19
  computing gzip size...
20
20
  dist/index.umd.cjs 811.35 kB │ gzip: 279.70 kB
21
21
 
22
- ✓ built in 33.53s
22
+ ✓ built in 32.35s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 3.1.4
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-chatbot",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Chatbot interface plugin for Object UI",
@@ -28,10 +28,10 @@
28
28
  "react-markdown": "^10.1.0",
29
29
  "react-syntax-highlighter": "^16.1.1",
30
30
  "remark-gfm": "^4.0.1",
31
- "@object-ui/components": "3.1.4",
32
- "@object-ui/core": "3.1.4",
33
- "@object-ui/react": "3.1.4",
34
- "@object-ui/types": "3.1.4"
31
+ "@object-ui/components": "3.1.5",
32
+ "@object-ui/core": "3.1.5",
33
+ "@object-ui/react": "3.1.5",
34
+ "@object-ui/types": "3.1.5"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^18.0.0 || ^19.0.0",