@latticexyz/world-module-metadata 2.2.15-main-275c867182df9f1e22a6d4f0901a494c40e29f9a → 2.2.15-main-09536b0614a03478fa0f53ec8beefef80455387d
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 +2 -0
- package/package.json +6 -6
package/dist/mud.config.d.ts
CHANGED
|
@@ -8,6 +8,8 @@ declare const _default: {
|
|
|
8
8
|
} & {
|
|
9
9
|
readonly worldInterfaceName: "IWorld";
|
|
10
10
|
readonly worldgenDirectory: "world";
|
|
11
|
+
readonly systemLibrariesDirectory: "systems";
|
|
12
|
+
readonly generateSystemLibraries: false;
|
|
11
13
|
readonly worldImportPath: "@latticexyz/world/src";
|
|
12
14
|
};
|
|
13
15
|
readonly tables: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/world-module-metadata",
|
|
3
|
-
"version": "2.2.15-main-
|
|
3
|
+
"version": "2.2.15-main-09536b0614a03478fa0f53ec8beefef80455387d",
|
|
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.15-main-
|
|
30
|
-
"@latticexyz/store": "2.2.15-main-
|
|
31
|
-
"@latticexyz/world": "2.2.15-main-
|
|
29
|
+
"@latticexyz/schema-type": "2.2.15-main-09536b0614a03478fa0f53ec8beefef80455387d",
|
|
30
|
+
"@latticexyz/store": "2.2.15-main-09536b0614a03478fa0f53ec8beefef80455387d",
|
|
31
|
+
"@latticexyz/world": "2.2.15-main-09536b0614a03478fa0f53ec8beefef80455387d"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^18.15.11",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"solhint": "^3.3.7",
|
|
38
38
|
"tsup": "^6.7.0",
|
|
39
39
|
"vitest": "0.34.6",
|
|
40
|
-
"@latticexyz/abi-ts": "2.2.15-main-
|
|
41
|
-
"@latticexyz/gas-report": "2.2.15-main-
|
|
40
|
+
"@latticexyz/abi-ts": "2.2.15-main-09536b0614a03478fa0f53ec8beefef80455387d",
|
|
41
|
+
"@latticexyz/gas-report": "2.2.15-main-09536b0614a03478fa0f53ec8beefef80455387d"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|