@latticexyz/abi-ts
Advanced tools
Comparing version 2.2.18-7106953abc5baa13ac87123cc58796f788dab05a to 2.2.18-8d0ce55e964e646a1c804c401df01c4deb866f30
{ | ||
"name": "@latticexyz/abi-ts", | ||
"version": "2.2.18-7106953abc5baa13ac87123cc58796f788dab05a", | ||
"version": "2.2.18-8d0ce55e964e646a1c804c401df01c4deb866f30", | ||
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.", | ||
@@ -46,5 +46,5 @@ "repository": { | ||
"dev": "tsup --watch", | ||
"test": "vitest typecheck --run --passWithNoTests && vitest --run --passWithNoTests", | ||
"test": "vitest --run", | ||
"test:ci": "pnpm run test" | ||
} | ||
} |
9609