@latticexyz/world-modules 2.2.22-ab837ceb49fa77cc29487bb9df0c487975b37afe → 2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012
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 +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "2.2.22-
|
3
|
+
"version": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012",
|
4
4
|
"description": "World modules",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,11 +27,11 @@
|
|
27
27
|
],
|
28
28
|
"dependencies": {
|
29
29
|
"zod": "3.23.8",
|
30
|
-
"@latticexyz/common": "2.2.22-
|
31
|
-
"@latticexyz/config": "2.2.22-
|
32
|
-
"@latticexyz/schema-type": "2.2.22-
|
33
|
-
"@latticexyz/store": "2.2.22-
|
34
|
-
"@latticexyz/world": "2.2.22-
|
30
|
+
"@latticexyz/common": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012",
|
31
|
+
"@latticexyz/config": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012",
|
32
|
+
"@latticexyz/schema-type": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012",
|
33
|
+
"@latticexyz/store": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012",
|
34
|
+
"@latticexyz/world": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@types/ejs": "^3.1.1",
|
@@ -39,9 +39,9 @@
|
|
39
39
|
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
|
40
40
|
"glob": "^10.4.2",
|
41
41
|
"solhint": "^3.3.7",
|
42
|
-
"@latticexyz/abi-ts": "2.2.22-
|
43
|
-
"@latticexyz/
|
44
|
-
"@latticexyz/
|
42
|
+
"@latticexyz/abi-ts": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012",
|
43
|
+
"@latticexyz/gas-report": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012",
|
44
|
+
"@latticexyz/cli": "2.2.22-bb5f22149ba1a84863dedc68625cc7bc2626c012"
|
45
45
|
},
|
46
46
|
"publishConfig": {
|
47
47
|
"access": "public"
|