cli-validator 7.0.4 → 7.0.6
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 +3 -2
- package/skill/skill.json +3 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bin": {
|
|
3
3
|
"cli-validator": "./cli.mjs"
|
|
4
4
|
},
|
|
5
|
-
"description": "Validator skill installer for CLI.Tax: delivery quality gate with three defense lines
|
|
5
|
+
"description": "Validator skill installer for CLI.Tax: delivery quality gate with three defense lines.",
|
|
6
6
|
"files": [
|
|
7
7
|
"cli.mjs",
|
|
8
8
|
"installer.mjs",
|
|
@@ -12,10 +12,11 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "UNLICENSED",
|
|
14
14
|
"name": "cli-validator",
|
|
15
|
+
"private": false,
|
|
15
16
|
"repository": {
|
|
16
17
|
"type": "git",
|
|
17
18
|
"url": "https://github.com/88208555/Validator-clitax.git"
|
|
18
19
|
},
|
|
19
20
|
"type": "module",
|
|
20
|
-
"version": "7.0.
|
|
21
|
+
"version": "7.0.6"
|
|
21
22
|
}
|
package/skill/skill.json
CHANGED