@latticexyz/abi-ts
Advanced tools
Comparing version 2.2.18-ebe1aea8d4afb690ce1c7c2bcb42dc0f1faf6e77 to 2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368
{ | ||
"name": "@latticexyz/abi-ts", | ||
"version": "2.2.18-ebe1aea8d4afb690ce1c7c2bcb42dc0f1faf6e77", | ||
"version": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368", | ||
"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