@latticexyz/common 2.2.18-6bd1695fe986f90478cfb8fe7fcc00a7a7df3e04 → 2.2.18-7106953abc5baa13ac87123cc58796f788dab05a

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 +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/common",
3
- "version": "2.2.18-6bd1695fe986f90478cfb8fe7fcc00a7a7df3e04",
3
+ "version": "2.2.18-7106953abc5baa13ac87123cc58796f788dab05a",
4
4
  "description": "Common low level logic shared between packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,11 +69,13 @@
69
69
  "p-retry": "^5.1.2",
70
70
  "prettier": "3.2.5",
71
71
  "prettier-plugin-solidity": "1.3.1",
72
- "@latticexyz/schema-type": "2.2.18-6bd1695fe986f90478cfb8fe7fcc00a7a7df3e04"
72
+ "@latticexyz/schema-type": "2.2.18-7106953abc5baa13ac87123cc58796f788dab05a"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/debug": "^4.1.7",
76
- "viem": "2.21.19"
76
+ "@viem/anvil": "^0.0.7",
77
+ "viem": "2.21.19",
78
+ "vitest": "0.34.6"
77
79
  },
78
80
  "peerDependencies": {
79
81
  "@aws-sdk/client-kms": "3.x",
@@ -94,7 +96,7 @@
94
96
  "clean": "pnpm run clean:js",
95
97
  "clean:js": "shx rm -rf dist",
96
98
  "dev": "tsup --watch",
97
- "test": "vitest --run",
99
+ "test": "vitest typecheck --run --passWithNoTests && vitest --run",
98
100
  "test:ci": "pnpm run test"
99
101
  }
100
102
  }