@latticexyz/protocol-parser 2.2.23 → 2.2.24-0e49b51ba934438e49c7f098e78d6e3ddf7567fb
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/protocol-parser",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.24-0e49b51ba934438e49c7f098e78d6e3ddf7567fb",
|
|
4
4
|
"description": "Parser utilities for the MUD protocol",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"abitype": "1.0.9",
|
|
31
|
-
"@latticexyz/common": "2.2.
|
|
32
|
-
"@latticexyz/config": "2.2.
|
|
33
|
-
"@latticexyz/schema-type": "2.2.
|
|
31
|
+
"@latticexyz/common": "2.2.24-0e49b51ba934438e49c7f098e78d6e3ddf7567fb",
|
|
32
|
+
"@latticexyz/config": "2.2.24-0e49b51ba934438e49c7f098e78d6e3ddf7567fb",
|
|
33
|
+
"@latticexyz/schema-type": "2.2.24-0e49b51ba934438e49c7f098e78d6e3ddf7567fb"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"viem": "2.35.1"
|