@latticexyz/world-module-metadata 2.2.3-main-b9c61a96082e62c4f1bec3a8ebb358ea30c315f0 → 2.2.3-main-5277399692c805c8b2b80274888bad3a7e527048
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-5277399692c805c8b2b80274888bad3a7e527048",
|
|
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-5277399692c805c8b2b80274888bad3a7e527048",
|
|
30
|
+
"@latticexyz/store": "2.2.3-main-5277399692c805c8b2b80274888bad3a7e527048",
|
|
31
|
+
"@latticexyz/world": "2.2.3-main-5277399692c805c8b2b80274888bad3a7e527048"
|
|
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-5277399692c805c8b2b80274888bad3a7e527048",
|
|
42
|
+
"@latticexyz/gas-report": "2.2.3-main-5277399692c805c8b2b80274888bad3a7e527048"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|