@blueking/chat-x 0.0.40 → 0.0.42

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,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-06-02T08:26:00.401Z",
3
+ "generatedAt": "2026-06-04T03:38:32.650Z",
4
4
  "domains": {
5
5
  "message": {
6
6
  "label": "消息展示",
@@ -21,3 +21,9 @@ export declare const resourceTypeMap: {
21
21
  };
22
22
  export type ResourceType = keyof typeof resourceTypeMap;
23
23
  export declare const noop: () => void;
24
+ export interface ISkillListItem {
25
+ description: string;
26
+ icon: string;
27
+ skill_code: string;
28
+ skill_name: string;
29
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/chat-x",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "蓝鲸智云 AI Chat 组件库 —— 遵循 AG-UI,为 AI Agent 和人类开发者共同设计的对话 UI 组件库。",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -78,7 +78,7 @@
78
78
  "vitepress": "2.0.0-alpha.16",
79
79
  "vitest": "^4.0.18",
80
80
  "vue-tsc": "^3.1.4",
81
- "@blueking/chat-helper": "0.0.5"
81
+ "@blueking/chat-helper": "0.0.8"
82
82
  },
83
83
  "scripts": {
84
84
  "dev": "vite --config vite.config.ts",