@object-ui/plugin-chatbot 3.0.0 → 3.0.2

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.0.0 build /home/runner/work/objectui/objectui/packages/plugin-chatbot
2
+ > @object-ui/plugin-chatbot@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-chatbot
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -9,8 +9,8 @@ rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- [vite:dts] Declaration files built in 21863ms.
12
+ [vite:dts] Declaration files built in 25042ms.
13
13
  
14
14
  dist/index.js 1,168.07 kB │ gzip: 343.84 kB
15
15
  dist/index.umd.cjs 812.64 kB │ gzip: 277.88 kB
16
- ✓ built in 37.93s
16
+ ✓ built in 44.68s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @object-ui/plugin-chatbot
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.2
8
+ - @object-ui/core@3.0.2
9
+ - @object-ui/react@3.0.2
10
+ - @object-ui/components@3.0.2
11
+
12
+ ## 3.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [adf2cc0]
17
+ - @object-ui/react@3.0.1
18
+ - @object-ui/components@3.0.1
19
+ - @object-ui/types@3.0.1
20
+ - @object-ui/core@3.0.1
21
+
3
22
  ## 3.0.0
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-chatbot",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
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.0",
30
30
  "remark-gfm": "^4.0.1",
31
- "@object-ui/core": "3.0.0",
32
- "@object-ui/components": "3.0.0",
33
- "@object-ui/react": "3.0.0",
34
- "@object-ui/types": "3.0.0"
31
+ "@object-ui/components": "3.0.2",
32
+ "@object-ui/core": "3.0.2",
33
+ "@object-ui/react": "3.0.2",
34
+ "@object-ui/types": "3.0.2"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^18.0.0 || ^19.0.0",