@latticexyz/schema-type 2.2.15-entrykit-e66a8c91a521eb7d297ed2c6fb85cfa227419c8c → 2.2.15-entrykit-e20c07f8247e5a9b1acdd4d4bb16149b99af74a2
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 +7 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/schema-type",
|
3
|
-
"version": "2.2.15-entrykit-
|
3
|
+
"version": "2.2.15-entrykit-e20c07f8247e5a9b1acdd4d4bb16149b99af74a2",
|
4
4
|
"description": "SchemaType enum for various languages",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -33,15 +33,18 @@
|
|
33
33
|
"src"
|
34
34
|
],
|
35
35
|
"dependencies": {
|
36
|
-
"abitype": "1.0.6"
|
37
|
-
"viem": "2.21.19"
|
36
|
+
"abitype": "1.0.6"
|
38
37
|
},
|
39
38
|
"devDependencies": {
|
40
39
|
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
|
41
40
|
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
|
42
41
|
"tsup": "^6.7.0",
|
42
|
+
"viem": "2.21.19",
|
43
43
|
"vitest": "0.34.6",
|
44
|
-
"@latticexyz/gas-report": "2.2.15-entrykit-
|
44
|
+
"@latticexyz/gas-report": "2.2.15-entrykit-e20c07f8247e5a9b1acdd4d4bb16149b99af74a2"
|
45
|
+
},
|
46
|
+
"peerDependencies": {
|
47
|
+
"viem": "2.x"
|
45
48
|
},
|
46
49
|
"scripts": {
|
47
50
|
"build": "pnpm run build:js",
|