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