@boostkit-dsh/job-workbench 0.3.1 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # 更新记录
2
2
 
3
+ ## 0.3.2 - 2026-09-23
4
+
5
+ - 将鉴权硬依赖精确升级为 `@boostkit-dsh/auth-management@0.1.2`,保持工作台门禁行为不变。
6
+
3
7
  ## 0.3.1 - 2026-09-22
4
8
 
5
9
  - 首次发布前将包名统一为 `@boostkit-dsh/job-workbench`,去掉 scope 下重复的 `plugin-` 前缀。
package/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
  - 显式配置 `root` 时:单根服务,含 `scan()`、`listTypes()` 和 `registerType()`(0.1.0 行为);
20
20
  - 未配置 `root` 时:多根 facade,`forRoot(projectRoot)` 返回指定项目根的服务(UI 按工作区解析项目根),`roots()` 列出已创建的根。
21
21
 
22
- 当前版本精确依赖 `@boostkit-dsh/auth-management@0.1.1`。右侧栏和 `GET /kunpeng-workbench/state` 在扫描任何 SPEC 前验证当前 GitCode ActorRef;未鉴权或 PAT 失效返回 `AUTH_REQUIRED`,客户端会引导到鉴权页。
22
+ 当前版本精确依赖 `@boostkit-dsh/auth-management@0.1.2`。右侧栏和 `GET /kunpeng-workbench/state` 在扫描任何 SPEC 前验证当前 GitCode ActorRef;未鉴权或 PAT 失效返回 `AUTH_REQUIRED`,客户端会引导到鉴权页。
23
23
 
24
24
  ### UI(0.2.0 新增)
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boostkit-dsh/job-workbench",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "description": "扫描项目 SPEC 并派生特性、交付件和校验问题的工作台插件(服务 + 右侧栏面板)",
6
6
  "main": "index.js",
@@ -26,7 +26,7 @@
26
26
  "test": "node --test test/*.test.mjs"
27
27
  },
28
28
  "dependencies": {
29
- "@boostkit-dsh/auth-management": "0.1.1"
29
+ "@boostkit-dsh/auth-management": "0.1.2"
30
30
  },
31
31
  "dsh": {
32
32
  "bundle": {