cli-validator 7.0.37 → 7.0.38
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 +1 -1
- package/skill/SKILL.md +1 -1
- package/skill/skill.json +1 -1
- package/validator-runtime.mjs +1 -1
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
package/skill/skill.json
CHANGED
package/validator-runtime.mjs
CHANGED
|
@@ -6,7 +6,7 @@ const REQ = "validator.skill.request/1.0";
|
|
|
6
6
|
const RES = "validator.skill.response/1.0";
|
|
7
7
|
const ERR = "validator.skill.error/1.0";
|
|
8
8
|
const NAME = "validator";
|
|
9
|
-
const COMPILER_VERSION = "v7.0.
|
|
9
|
+
const COMPILER_VERSION = "v7.0.38";
|
|
10
10
|
const CATALOG_SCHEMA = "cli.tax.skill-catalog/1.0";
|
|
11
11
|
const RECEIPT_SCHEMA = "validator.execution-receipt/1.0";
|
|
12
12
|
const VALIDATION_SUBJECT_SCHEMA = "validator.validation-subject/1.0";
|