@opentiny/tiny-robot 0.4.0-alpha.11 → 0.4.0-alpha.12

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-robot",
3
- "version": "0.4.0-alpha.11",
3
+ "version": "0.4.0-alpha.12",
4
4
  "license": "MIT",
5
5
  "description": "TinyRobot 是一个 AI 对话组件库,提供了丰富的 AI 交互组件,助力开发者快速构建企业级 AI 应用;同时也是一个智能助手,支持普通 AI 问答、也支持集成 MCP Server,让 AI 真正帮人“干活”。",
6
+ "homepage": "https://docs.opentiny.design/tiny-robot/",
6
7
  "repository": {
7
8
  "type": "git",
8
- "url": "git+https://github.com/opentiny/tiny-robot.git",
9
- "homepage": "https://docs.opentiny.design/tiny-robot/"
9
+ "url": "git+https://github.com/opentiny/tiny-robot.git"
10
10
  },
11
11
  "bugs": {
12
12
  "url": "https://github.com/opentiny/tiny-robot/issues"
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@floating-ui/dom": "^1.6.0",
54
- "@opentiny/tiny-robot-svgs": "0.4.0-alpha.11",
54
+ "@opentiny/tiny-robot-svgs": "0.4.0-alpha.12",
55
55
  "@opentiny/vue": "^3.20.0",
56
56
  "@tiptap/core": "^3.11.0",
57
57
  "@tiptap/extension-character-count": "^3.11.0",
@@ -81,5 +81,5 @@
81
81
  "vue": "^3.3.11",
82
82
  "vue-tsc": "^2.2.8"
83
83
  },
84
- "gitHead": "b2a08019209d5d6966c3527fb1576ad903f984fa"
84
+ "gitHead": "185ad1385bc2d2c4d5be32e22e335dd843871d76"
85
85
  }