feat: govern contract registries and snapshots

This commit is contained in:
donghyeon-ka
2026-07-25 21:16:46 +09:00
parent 3c347d40d8
commit 52f4896b63
5 changed files with 322 additions and 1 deletions
+2 -1
View File
@@ -29,7 +29,8 @@
"verify:lockfile": "corepack pnpm install --frozen-lockfile",
"generate:supply-chain": "node scripts/generate-supply-chain.mjs",
"scan:security": "node scripts/security-scan.mjs",
"check:browser-security": "node scripts/check-browser-security.mjs"
"check:browser-security": "node scripts/check-browser-security.mjs",
"check:registries": "node scripts/check-registries.mjs"
},
"dependencies": {
"@tanstack/react-query": "5.101.4",