@guandata/guanwf 0.1.823 → 0.1.824

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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## @guandata/guanwf 0.1.824 - 2026-07-29
4
+
5
+ - 工作流目录树支持按关键词和最大深度缩小范围,文本与 JSON 输出都能清楚标记被省略的层级。
6
+ - 更新底层依赖,提升安全性和运行稳定性。
7
+
3
8
  ## @guandata/guanwf 0.1.823 - 2026-07-25
4
9
 
5
10
  - 提升受控 Agent 运行环境中的工作流导出和 ETL 节点处理能力,较大的工作流定义也能稳定交换。
package/README.md CHANGED
@@ -47,6 +47,11 @@ guanwf install-skill
47
47
 
48
48
  ## 版本更新
49
49
 
50
+ ### @guandata/guanwf 0.1.824
51
+
52
+ - 工作流目录树支持按关键词和最大深度缩小范围,文本与 JSON 输出都能清楚标记被省略的层级。
53
+ - 更新底层依赖,提升安全性和运行稳定性。
54
+
50
55
  ### @guandata/guanwf 0.1.823
51
56
 
52
57
  - 提升受控 Agent 运行环境中的工作流导出和 ETL 节点处理能力,较大的工作流定义也能稳定交换。
@@ -109,7 +114,4 @@ npm unlink -g @guandata/guanwf
109
114
  ```bash
110
115
  # 编译所有平台 binary(需要 Go 工具链)
111
116
  npm run build
112
-
113
- # 发布到内部 Nexus npm 仓库
114
- npm publish
115
117
  ```
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.823",
3
+ "version": "0.1.824",
4
4
  "description": "观远工作流数据流编辑工具 - 创建、编辑、导出、预览、保存数据流",
5
5
  "bin": {
6
6
  "guanwf": "bin/run.js"