@william2000/dsh-nova-ui-all 0.1.1 → 0.2.1

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 +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@william2000/dsh-nova-ui-all",
3
3
  "description": "DSH Nova 系列 UI 插件全家桶聚合包:一键安装全部 Nova 功能插件(当前核心为 task-board,后续可扩展 git-graph/pet/skins 等)。以 file:../ 相对依赖各功能包(monorepo 内可被 dsh plugin 直接安装到 profile;发布到 registry 前切换为对应版本号),经 cordis.patch.yml + profile 机制挂载。",
4
- "version": "0.1.1",
4
+ "version": "0.2.1",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20"
@@ -39,6 +39,6 @@
39
39
  "url": "https://gitee.com/xyoc/dsh-nova-ui.git"
40
40
  },
41
41
  "dependencies": {
42
- "@william2000/dsh-nova-ui-task-board": "^0.1.1"
42
+ "@william2000/dsh-nova-ui-task-board": "^0.2.1"
43
43
  }
44
44
  }