@manohub/skill-select-workbench 0.0.1-beta2 → 0.0.1-beta3

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.
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { SkillSummaryResponse } from '@aihub/api-client';
1
+ import type { SkillSummaryResponse } from '@manohub/api-client';
2
2
  /** 左侧筛选树的节点(业务域层级),数据结构与 listBusinessDomains 返回值对齐 */
3
3
  export interface SkillDomainTreeNode {
4
4
  /** 节点 ID(业务域 id;"全部技能"虚拟节点为固定串 __all_skills__) */
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@manohub/skill-select-workbench",
3
- "version": "0.0.1-beta2",
3
+ "version": "0.0.1-beta3",
4
4
  "type": "module",
5
- "description": "技能选择帮助(共享组件包):左业务域树 + 右技能表双面板选择,基于 @farris/ui-vue 与 @aihub/api-client 新契约",
5
+ "description": "技能选择帮助(共享组件包):左业务域树 + 右技能表双面板选择,基于 @farris/ui-vue 与 @manohub/api-client 新契约",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
@@ -24,14 +24,14 @@
24
24
  "vue": "^3.4.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@farris/ui-vue": "1.8.4",
27
+ "@farris/ui-vue": "^1.8.4",
28
28
  "@gsp-sys/utils": "^0.0.6",
29
29
  "@vitejs/plugin-vue-jsx": "^5.1.6",
30
- "typescript": "^5.5.3",
31
- "vite": "^8.2.2",
32
- "vue": "^3.4.37",
33
- "vue-tsc": "^2.0.29",
34
- "@aihub/api-client": "0.0.1"
30
+ "typescript": "^6.0.2",
31
+ "vite": "^7.3.6",
32
+ "vue": "^3.5.40",
33
+ "vue-tsc": "^3.3.8",
34
+ "@manohub/api-client": "0.0.1"
35
35
  },
36
36
  "scripts": {
37
37
  "typecheck": "vue-tsc --noEmit -p tsconfig.json",