@guandata/guanetl 0.1.34 → 0.1.36

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## @guandata/guanetl 0.1.36 - 2026-09-18
4
+
5
+ - 同步本次发布的内部依赖更新,无用户可见行为变化。
6
+
7
+ ## @guandata/guanetl 0.1.35 - 2026-09-17
8
+
9
+ - 同步共享鉴权与环境识别更新:识别内部 OAuth2 应用认证环境,服务域与试用标识按外部认证环境处理,不再回退本地 profile。
10
+
3
11
  ## @guandata/guanetl 0.1.34 - 2026-09-09
4
12
 
5
13
  - 新建 ETL 前要求明确目标目录并确认落位计划,成功后输出访问链接和存储路径。
package/README.md CHANGED
@@ -51,6 +51,14 @@ guanetl install-skill
51
51
 
52
52
  ## 版本更新
53
53
 
54
+ ### @guandata/guanetl 0.1.36
55
+
56
+ - 同步本次发布的内部依赖更新,无用户可见行为变化。
57
+
58
+ ### @guandata/guanetl 0.1.35
59
+
60
+ - 同步共享鉴权与环境识别更新,支持识别内部 OAuth2 应用认证环境。
61
+
54
62
  ### @guandata/guanetl 0.1.34
55
63
 
56
64
  - 新建 ETL 要求指定目标目录并确认落位计划,完成后返回访问链接和存储路径。
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.34",
3
+ "version": "0.1.36",
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
  }