@guandata/guanvis 0.1.42 → 0.1.43

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/guanvis 0.1.43 - 2026-09-01
4
+
5
+ - 同步底层运行时兼容性与稳定性更新。
6
+
3
7
  ## @guandata/guanvis 0.1.42 - 2026-08-27
4
8
 
5
9
  - 主题偏好会校验目标主题真实存在;`pack` 不再把隐藏文件带入发布产物。
package/README.md CHANGED
@@ -55,6 +55,10 @@ guanvis publish ./my_dashboard/ --allow-overwrite
55
55
 
56
56
  ## 版本更新
57
57
 
58
+ ### @guandata/guanvis 0.1.43
59
+
60
+ - 同步底层运行时兼容性与稳定性更新。
61
+
58
62
  ### @guandata/guanvis 0.1.42
59
63
 
60
64
  - 主题偏好会校验真实主题,打包时不再携带隐藏文件。
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guandata/guanvis",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "观远 BI Card/Page 生成工具 - 通过 JS DSL 创建图表和仪表板",
5
5
  "bin": {
6
6
  "guanvis": "bin/run.js"
@@ -40,7 +40,6 @@
40
40
  "node": ">=14"
41
41
  },
42
42
  "publishConfig": {
43
- "registry": "https://registry.npmjs.org/",
44
- "access": "public"
43
+ "registry": "https://registry.npmjs.org/"
45
44
  }
46
45
  }