@latticexyz/schema-type 2.2.18-41fe36dd2756fe87bfe141e15b6d102f4b070ab1 → 2.2.18-4565714f5e9421cc7b2de56fe51db4434c55f5d1

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/schema-type",
3
- "version": "2.2.18-41fe36dd2756fe87bfe141e15b6d102f4b070ab1",
3
+ "version": "2.2.18-4565714f5e9421cc7b2de56fe51db4434c55f5d1",
4
4
  "description": "SchemaType enum for various languages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,7 +39,8 @@
39
39
  "ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
40
40
  "forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
41
41
  "viem": "2.21.19",
42
- "@latticexyz/gas-report": "2.2.18-41fe36dd2756fe87bfe141e15b6d102f4b070ab1"
42
+ "vitest": "0.34.6",
43
+ "@latticexyz/gas-report": "2.2.18-4565714f5e9421cc7b2de56fe51db4434c55f5d1"
43
44
  },
44
45
  "peerDependencies": {
45
46
  "viem": "2.x"
@@ -51,7 +52,7 @@
51
52
  "clean:js": "shx rm -rf dist/typescript",
52
53
  "dev": "tsup --watch",
53
54
  "gas-report": "gas-report --save gas-report.json",
54
- "test": "vitest --run && forge test",
55
+ "test": "vitest typecheck --run && vitest --run && forge test",
55
56
  "test:ci": "pnpm run test"
56
57
  }
57
58
  }