@latticexyz/world-modules 2.2.3-main-b9c61a96082e62c4f1bec3a8ebb358ea30c315f0 → 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 +9 -9
package/dist/mud.config.d.ts
CHANGED
@@ -1267,7 +1267,6 @@ declare const _default: {
|
|
1267
1267
|
readonly excludeSystems: readonly ["UniqueEntitySystem", "PuppetFactorySystem", "ERC20System", "ERC721System", "Unstable_CallWithSignatureSystem"];
|
1268
1268
|
readonly modules: readonly [];
|
1269
1269
|
readonly deploy: {
|
1270
|
-
readonly customWorldContract: undefined;
|
1271
1270
|
readonly postDeployScript: "PostDeploy";
|
1272
1271
|
readonly deploysDirectory: "./deploys";
|
1273
1272
|
readonly worldsFile: "./worlds.json";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "2.2.3-main-
|
3
|
+
"version": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
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.3-main-
|
31
|
-
"@latticexyz/config": "2.2.3-main-
|
32
|
-
"@latticexyz/schema-type": "2.2.3-main-
|
33
|
-
"@latticexyz/store": "2.2.3-main-
|
34
|
-
"@latticexyz/world": "2.2.3-main-
|
30
|
+
"@latticexyz/common": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
31
|
+
"@latticexyz/config": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
32
|
+
"@latticexyz/schema-type": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
33
|
+
"@latticexyz/store": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
34
|
+
"@latticexyz/world": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@types/ejs": "^3.1.1",
|
@@ -44,9 +44,9 @@
|
|
44
44
|
"tsup": "^6.7.0",
|
45
45
|
"tsx": "^3.12.6",
|
46
46
|
"vitest": "0.34.6",
|
47
|
-
"@latticexyz/abi-ts": "2.2.3-main-
|
48
|
-
"@latticexyz/cli": "2.2.3-main-
|
49
|
-
"@latticexyz/gas-report": "2.2.3-main-
|
47
|
+
"@latticexyz/abi-ts": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
48
|
+
"@latticexyz/cli": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109",
|
49
|
+
"@latticexyz/gas-report": "2.2.3-main-854645260c41eaa89cdadad30bf8e70d5d2fd109"
|
50
50
|
},
|
51
51
|
"publishConfig": {
|
52
52
|
"access": "public"
|