cli-validator 7.0.1 → 7.0.3

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
@@ -6,6 +6,13 @@
6
6
  npx cli-validator@latest install
7
7
  ```
8
8
 
9
+
10
+ 也可以直接从 CLI.Tax 对象存储安装(与站点「安装命令」一致):
11
+
12
+ ```bash
13
+ npx https://cli.tax/cli-downloads/clitax-Xx9ZkQmW3p.tgz install
14
+ ```
15
+
9
16
  Source: https://github.com/88208555/Validator-clitax.git
10
17
 
11
18
  `validator.skill.request/1.0` 协议,端点 `https://cli.tax/Xx9ZkQmW3p`。
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "url": "https://github.com/88208555/Validator-clitax.git"
18
18
  },
19
19
  "type": "module",
20
- "version": "7.0.1"
20
+ "version": "7.0.3"
21
21
  }
package/skill/skill.json CHANGED
@@ -6,5 +6,5 @@
6
6
  "name": "validator",
7
7
  "schemaVersion": "validator.skill.request/1.0",
8
8
  "type": "Skill",
9
- "version": "v7.0.1"
9
+ "version": "v7.0.3"
10
10
  }