@yangrunchi/a_6 1.0.4 → 1.0.5

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.
@@ -275,14 +275,6 @@
275
275
  ### 远程地址:http://10.13.0.26:9964/
276
276
 
277
277
 
278
- cd a_tools/a_node
279
- npm login # 先登录 npm 账号
280
- npm publish # 发布
281
-
282
- npm config set //registry.npmjs.org/:_authToken=ck_fovt6rin8irk.KCuiWzbxfGUfPwFAmFWRVrILcfO9p2bq5yzjHP73ucw
283
-
284
- #检查 token 是否生效:
285
- npm whoami
286
- npm view @yangrunchi/a_6
287
- npm publish --access public
288
-
278
+ ### 方式三: npm 安装
279
+ ### 安装 npm install -g @yangrunchi/a_6
280
+ ### 卸载 npm uninstall @yangrunchi/a_6
package/AutoCfg/csvcfg.js CHANGED
@@ -388,7 +388,8 @@ function main() {
388
388
 
389
389
  if (shouldCommit) {
390
390
  console.log('📝 检测到实际内容变化,执行提交');
391
- const successAll = svnUtils.runCommit([tPath, sPath, cPath], '自动同步功能模块表配置');
391
+ // 只提交 sPath cPath,不提交 tPath (ModuleTable/table)
392
+ const successAll = svnUtils.runCommit([sPath, cPath], '自动同步功能模块表配置');
392
393
  if (!successAll) {
393
394
  console.log('⚠️ SVN 提交过程中出现错误');
394
395
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yangrunchi/a_6",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "996M2 客户端 Node.js 工具集 — 协议同步、自动生成代码、CSV配置、SVN管理、BAT脚本管理器",
5
5
  "main": "index.js",
6
6
  "bin": {