cli-calctool 5.0.4 → 7.0.2

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/README.md CHANGED
@@ -7,6 +7,13 @@
7
7
  npx cli-calctool@latest install
8
8
  ```
9
9
 
10
+
11
+ 也可以直接从 CLI.Tax 对象存储安装(与站点「安装命令」一致):
12
+
13
+ ```bash
14
+ npx https://cli.tax/cli-downloads/clitax-KKyA6xljUX.tgz install
15
+ ```
16
+
10
17
  Source: https://github.com/88208555/calctool-clitax.git
11
18
 
12
19
  `calctool.skill.request/1.0` 协议,端点 `https://cli.tax/KKyA6xljUX`。
package/package.json CHANGED
@@ -12,11 +12,10 @@
12
12
  ],
13
13
  "license": "UNLICENSED",
14
14
  "name": "cli-calctool",
15
- "private": false,
16
15
  "repository": {
17
16
  "type": "git",
18
17
  "url": "https://github.com/88208555/calctool-clitax.git"
19
18
  },
20
19
  "type": "module",
21
- "version": "5.0.4"
20
+ "version": "7.0.2"
22
21
  }
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": "v5.0.4"
10
- }
9
+ "version": "v7.0.2"
10
+ }