📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-04 16:04:20 +00:00
parent b40381458b
commit 9dc81e18a7
194 changed files with 3039 additions and 755 deletions
+5 -2
View File
@@ -11,12 +11,15 @@
"assets"
],
"scripts": {
"build": "bun build src/index.ts --outdir dist --target node",
"build": "node scripts/build.mjs",
"dev": "bun run src/index.ts",
"sync:assets": "node scripts/sync-assets.mjs",
"check:assets": "node scripts/sync-assets.mjs --check",
"validate:csv": "cd .. && python3 scripts/validate-csv.py",
"smoke:domains": "cd .. && bash scripts/smoke-domains.sh",
"smoke:stacks": "cd .. && bash scripts/smoke-stacks.sh",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run sync:assets && npm run typecheck && bun run build"
"prepublishOnly": "npm run sync:assets && npm run validate:csv && npm run smoke:domains && npm run smoke:stacks && npm run typecheck && npm run build"
},
"keywords": [
"ui",