@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 +4 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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.
|
|
29
|
+
"@boostkit-dsh/auth-management": "0.1.2"
|
|
30
30
|
},
|
|
31
31
|
"dsh": {
|
|
32
32
|
"bundle": {
|