cli-calctool 7.0.18 → 7.0.19

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/package.json CHANGED
@@ -22,5 +22,5 @@
22
22
  "url": "https://github.com/88208555/calctool-clitax.git"
23
23
  },
24
24
  "type": "module",
25
- "version": "7.0.18"
25
+ "version": "7.0.19"
26
26
  }
package/skill/SKILL.md CHANGED
@@ -5,7 +5,7 @@ description: '按需生成确定性计算引擎与在线计算工具工程合同
5
5
 
6
6
  # calctool
7
7
 
8
- Package version: v7.0.18
8
+ Package version: v7.0.19
9
9
 
10
10
  把「业务计算逻辑」编译为「可执行的在线计算工具」的生成器。
11
11
 
package/skill/skill.json CHANGED
@@ -6,5 +6,5 @@
6
6
  "name": "calctool",
7
7
  "schemaVersion": "calctool.skill.request/1.0",
8
8
  "type": "Skill",
9
- "version": "v7.0.18"
9
+ "version": "v7.0.19"
10
10
  }