@latticexyz/world-modules 2.0.12-main-ecc8f658 → 2.0.12-type-resolutions-ad8cc987
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
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
readonly sourceDirectory: "src";
|
3
2
|
readonly tables: {
|
4
3
|
readonly KeysWithValue: {
|
5
4
|
readonly tableId: `0x${string}`;
|
@@ -593,7 +592,6 @@ declare const _default: {
|
|
593
592
|
readonly storeImportPath: "@latticexyz/store/src/";
|
594
593
|
readonly userTypesFilename: "common.sol";
|
595
594
|
readonly outputDirectory: string;
|
596
|
-
readonly namespaceDirectories: false;
|
597
595
|
readonly indexFilename: "index.sol";
|
598
596
|
} & {
|
599
597
|
readonly worldInterfaceName: "IWorld";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "2.0.12-
|
3
|
+
"version": "2.0.12-type-resolutions-ad8cc987",
|
4
4
|
"description": "World modules",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -17,15 +17,16 @@
|
|
17
17
|
"dist",
|
18
18
|
"out",
|
19
19
|
"foundry.toml",
|
20
|
-
"src"
|
20
|
+
"src",
|
21
|
+
"cache"
|
21
22
|
],
|
22
23
|
"dependencies": {
|
23
24
|
"zod": "^3.22.2",
|
24
|
-
"@latticexyz/common": "2.0.12-
|
25
|
-
"@latticexyz/schema-type": "2.0.12-
|
26
|
-
"@latticexyz/config": "2.0.12-
|
27
|
-
"@latticexyz/
|
28
|
-
"@latticexyz/
|
25
|
+
"@latticexyz/common": "2.0.12-type-resolutions-ad8cc987",
|
26
|
+
"@latticexyz/schema-type": "2.0.12-type-resolutions-ad8cc987",
|
27
|
+
"@latticexyz/config": "2.0.12-type-resolutions-ad8cc987",
|
28
|
+
"@latticexyz/store": "2.0.12-type-resolutions-ad8cc987",
|
29
|
+
"@latticexyz/world": "2.0.12-type-resolutions-ad8cc987"
|
29
30
|
},
|
30
31
|
"devDependencies": {
|
31
32
|
"@types/ejs": "^3.1.1",
|
@@ -39,8 +40,8 @@
|
|
39
40
|
"tsup": "^6.7.0",
|
40
41
|
"tsx": "^3.12.6",
|
41
42
|
"vitest": "0.34.6",
|
42
|
-
"@latticexyz/abi-ts": "2.0.12-
|
43
|
-
"@latticexyz/gas-report": "2.0.12-
|
43
|
+
"@latticexyz/abi-ts": "2.0.12-type-resolutions-ad8cc987",
|
44
|
+
"@latticexyz/gas-report": "2.0.12-type-resolutions-ad8cc987"
|
44
45
|
},
|
45
46
|
"publishConfig": {
|
46
47
|
"access": "public"
|