@latticexyz/abi-ts 2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309 → 2.2.0-main-baa75ab31ab5d59fc01f27ed30beb6857c6fcaf3

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.
Files changed (1) hide show
  1. 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-84c9ef42a6a8239d3ad2526adb0a96332f1cc309",
3
+ "version": "2.2.0-main-baa75ab31ab5d59fc01f27ed30beb6857c6fcaf3",
4
4
  "description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup",
48
- "clean": "shx rm -rf dist",
48
+ "clean": "shx rm -rf dist",
49
49
  "dev": "tsup --watch",
50
50
  "test": "vitest typecheck --run --passWithNoTests && vitest --run --passWithNoTests",
51
51
  "test:ci": "pnpm run test"