Skip to content

Commit 4f28606

Browse files
authored
Update package.json
1 parent 0609fc1 commit 4f28606

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandlayer/commons",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "ERC-8004 and x402-aligned canonical verbs and strict JSON Schemas for autonomous agents — immutable semantics, trustable receipts, and cross-runtime interoperability.",
55
"private": false,
66
"type": "module",
@@ -43,7 +43,6 @@
4343
"LICENSE",
4444
"README.md"
4545
],
46-
"main": "schemas/v1.0.0/index.json",
4746
"devDependencies": {
4847
"ajv": "^8.17.1",
4948
"ajv-cli": "^5.0.0",
@@ -56,7 +55,12 @@
5655
"validate:examples": "node scripts/validate-examples.mjs",
5756
"validate:all": "npm run validate:schemas && npm run validate:examples",
5857
"validate": "npm run validate:all",
59-
"generate:checksums": "node scripts/generate-checksums.mjs schemas/v1.0.0 checksums.txt",
60-
"scan:unionTypes": "node scripts/find-union-types.mjs"
58+
59+
"checksums:gen": "bash scripts/generate-checksums.sh schemas/v1.0.0 checksums.txt",
60+
"checksums:verify": "bash scripts/verify-checksums.sh",
61+
"checksums:dirty": "git diff --exit-code -- checksums.txt",
62+
63+
"prepack": "npm run checksums:gen",
64+
"prepublishOnly": "npm run checksums:gen && npm run checksums:dirty && npm run validate"
6165
}
6266
}

0 commit comments

Comments
 (0)