@latticexyz/abi-ts 2.2.0-main-1c79e87a09bbde5506edf2820f49c328df514b23 → 2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/abi-ts",
|
|
3
|
-
"version": "2.2.0-main-
|
|
3
|
+
"version": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390",
|
|
4
4
|
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "tsup",
|
|
47
|
-
"clean": "
|
|
47
|
+
"clean": "npx shx rm -rf dist",
|
|
48
48
|
"dev": "tsup --watch",
|
|
49
49
|
"test": "vitest typecheck --run --passWithNoTests && vitest --run --passWithNoTests",
|
|
50
50
|
"test:ci": "pnpm run test"
|