@latticexyz/abi-ts
Advanced tools
Comparing version 2.2.18-491a5acc8ab6d5e1a65a9845160860199b5173fc to 2.2.18-6bd1695fe986f90478cfb8fe7fcc00a7a7df3e04
#!/usr/bin/env node | ||
import{a as r}from"../chunk-3YTXQRSA.js";import e from"yargs";import{hideBin as i}from"yargs/helpers";import o from"chalk";r.command="$0";e(i(process.argv)).scriptName("abi-ts").command(r).strict().fail(a=>{console.error(o.red(a)),a.includes("Missing required argument")&&console.log(o.yellow(`Run 'pnpm abi-ts ${process.argv[2]} --help' for a list of available and required arguments.`)),process.exit(1)}).alias({h:"help"}).argv; | ||
import{a as r}from"../chunk-2LMRZYSL.js";import e from"yargs";import{hideBin as i}from"yargs/helpers";import o from"chalk";r.command="$0";e(i(process.argv)).scriptName("abi-ts").command(r).strict().fail(a=>{console.error(o.red(a)),a.includes("Missing required argument")&&console.log(o.yellow(`Run 'pnpm abi-ts ${process.argv[2]} --help' for a list of available and required arguments.`)),process.exit(1)}).alias({h:"help"}).argv; | ||
//# sourceMappingURL=abi-ts.js.map |
@@ -1,2 +0,2 @@ | ||
import{a as o}from"../chunk-3YTXQRSA.js";export{o as command}; | ||
import{a as o}from"../chunk-2LMRZYSL.js";export{o as command}; | ||
//# sourceMappingURL=internal.js.map |
{ | ||
"name": "@latticexyz/abi-ts", | ||
"version": "2.2.18-491a5acc8ab6d5e1a65a9845160860199b5173fc", | ||
"version": "2.2.18-6bd1695fe986f90478cfb8fe7fcc00a7a7df3e04", | ||
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.", | ||
@@ -32,3 +32,2 @@ "repository": { | ||
"debug": "^4.3.4", | ||
"execa": "^7.0.0", | ||
"glob": "^10.4.2", | ||
@@ -39,5 +38,3 @@ "yargs": "^17.7.1" | ||
"@types/debug": "^4.1.7", | ||
"@types/yargs": "^17.0.10", | ||
"tsup": "^6.7.0", | ||
"vitest": "0.34.6" | ||
"@types/yargs": "^17.0.10" | ||
}, | ||
@@ -51,5 +48,5 @@ "publishConfig": { | ||
"dev": "tsup --watch", | ||
"test": "vitest typecheck --run --passWithNoTests && vitest --run --passWithNoTests", | ||
"test": "vitest --run", | ||
"test:ci": "pnpm run test" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4
2
9609
- Removedexeca@^7.0.0
- Removedexeca@7.2.0(transitive)
- Removedget-stream@6.0.1(transitive)
- Removedhuman-signals@4.3.1(transitive)
- Removedis-stream@3.0.0(transitive)
- Removedmerge-stream@2.0.0(transitive)
- Removedmimic-fn@4.0.0(transitive)
- Removednpm-run-path@5.3.0(transitive)
- Removedonetime@6.0.0(transitive)
- Removedpath-key@4.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstrip-final-newline@3.0.0(transitive)