@guandata/guanwf 0.1.831 → 0.1.832

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
  # Changelog
2
2
 
3
+ ## @guandata/guanwf 0.1.832 - 2026-09-03
4
+
5
+ - 同步底层 CLI 执行器解析更新,改善 Windows npm 全局安装和多种程序路径下的运行兼容性。
6
+
3
7
  ## @guandata/guanwf 0.1.831 - 2026-09-01
4
8
 
5
9
  - 首次 `CREATE_NEW` 输出成功后,在完成输出绑定并发布保存前阻断后续运行,避免运行时数据集 ID 被误判为已进入发布版本。
package/README.md CHANGED
@@ -48,6 +48,10 @@ guanwf install-skill
48
48
 
49
49
  ## 版本更新
50
50
 
51
+ ### @guandata/guanwf 0.1.832
52
+
53
+ - 改善 Windows npm 全局安装和多种程序路径下的底层调用兼容性。
54
+
51
55
  ### @guandata/guanwf 0.1.831
52
56
 
53
57
  - 首次创建输出后,完成绑定和发布保存前会阻断再次运行,避免输出数据集绑定状态漂移。
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guandata/guanwf",
3
- "version": "0.1.831",
3
+ "version": "0.1.832",
4
4
  "description": "观远工作流数据流编辑工具 - 创建、编辑、导出、预览、保存数据流",
5
5
  "bin": {
6
6
  "guanwf": "bin/run.js"
@@ -38,6 +38,7 @@
38
38
  "node": ">=14"
39
39
  },
40
40
  "publishConfig": {
41
- "registry": "https://registry.npmjs.org/"
41
+ "registry": "https://registry.npmjs.org/",
42
+ "access": "public"
42
43
  }
43
44
  }