@latticexyz/config 2.0.13-main-609de113f → 3.0.0-main-e85dc5349
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/index.d.ts +2 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -18,9 +18,10 @@ type Schema = {
|
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
type Table = {
|
|
21
|
+
readonly label: string;
|
|
21
22
|
readonly type: satisfy<ResourceType, "table" | "offchainTable">;
|
|
22
|
-
readonly name: string;
|
|
23
23
|
readonly namespace: string;
|
|
24
|
+
readonly name: string;
|
|
24
25
|
readonly tableId: Hex;
|
|
25
26
|
readonly schema: Schema;
|
|
26
27
|
readonly key: readonly string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-main-e85dc5349",
|
|
4
4
|
"description": "Config for Store and World",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"viem": "2.9.20",
|
|
46
46
|
"zod": "^3.22.2",
|
|
47
47
|
"zod-validation-error": "^1.3.0",
|
|
48
|
-
"@latticexyz/common": "
|
|
49
|
-
"@latticexyz/schema-type": "
|
|
48
|
+
"@latticexyz/common": "3.0.0-main-e85dc5349",
|
|
49
|
+
"@latticexyz/schema-type": "3.0.0-main-e85dc5349"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"tsup": "^6.7.0"
|