@guandata/guanetl 0.1.31 → 0.1.32

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/guanetl 0.1.32 - 2026-09-01
4
+
5
+ - 同步底层运行时兼容性与稳定性更新。
6
+
3
7
  ## @guandata/guanetl 0.1.31 - 2026-08-28
4
8
 
5
9
  - 修复历史 ETL 节点 ID 含下划线时被导出校验误判的问题,已有任务可正常导出并继续编辑。
package/README.md CHANGED
@@ -51,6 +51,10 @@ guanetl install-skill
51
51
 
52
52
  ## 版本更新
53
53
 
54
+ ### @guandata/guanetl 0.1.32
55
+
56
+ - 同步底层运行时兼容性与稳定性更新。
57
+
54
58
  ### @guandata/guanetl 0.1.31
55
59
 
56
60
  - 修复历史 ETL 节点 ID 含下划线时被导出校验误判的问题,已有任务可正常导出并继续编辑。
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guandata/guanetl",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "观远 ETL 本地开发工具 - 拉取、编辑、导出、预览、保存 ETL",
5
5
  "bin": {
6
6
  "guanetl": "bin/run.js"
@@ -38,7 +38,6 @@
38
38
  "node": ">=14"
39
39
  },
40
40
  "publishConfig": {
41
- "registry": "https://registry.npmjs.org/",
42
- "access": "public"
41
+ "registry": "https://registry.npmjs.org/"
43
42
  }
44
43
  }