@latticexyz/world-module-metadata 2.2.3-main-ee4bcc456ff15b1f4830953525880b898fef5afe → 2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109
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/dist/mud.config.d.ts +0 -1
- package/package.json +6 -6
package/dist/mud.config.d.ts
CHANGED
|
@@ -99,7 +99,6 @@ declare const _default: {
|
|
|
99
99
|
readonly excludeSystems: readonly [];
|
|
100
100
|
readonly modules: readonly [];
|
|
101
101
|
readonly deploy: {
|
|
102
|
-
readonly customWorldContract: undefined;
|
|
103
102
|
readonly postDeployScript: "PostDeploy";
|
|
104
103
|
readonly deploysDirectory: "./deploys";
|
|
105
104
|
readonly worldsFile: "./worlds.json";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/world-module-metadata",
|
|
3
|
-
"version": "2.2.3-main-
|
|
3
|
+
"version": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
|
4
4
|
"description": "Metadata world module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"src"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@latticexyz/schema-type": "2.2.3-main-
|
|
30
|
-
"@latticexyz/store": "2.2.3-main-
|
|
31
|
-
"@latticexyz/world": "2.2.3-main-
|
|
29
|
+
"@latticexyz/schema-type": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
|
30
|
+
"@latticexyz/store": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
|
31
|
+
"@latticexyz/world": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^18.15.11",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"tsup": "^6.7.0",
|
|
39
39
|
"tsx": "^3.12.6",
|
|
40
40
|
"vitest": "0.34.6",
|
|
41
|
-
"@latticexyz/abi-ts": "2.2.3-main-
|
|
42
|
-
"@latticexyz/gas-report": "2.2.3-main-
|
|
41
|
+
"@latticexyz/abi-ts": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
|
42
|
+
"@latticexyz/gas-report": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|