@latticexyz/world-modules 2.2.0-main-3ae54d5e6d823ba206925be3120cb662b6b92dce → 2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2
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 +40 -40
- package/package.json +9 -9
package/dist/mud.config.d.ts
CHANGED
@@ -19,8 +19,8 @@ declare const _default: {
|
|
19
19
|
readonly tables: {
|
20
20
|
readonly KeysWithValue: {
|
21
21
|
readonly label: "KeysWithValue";
|
22
|
-
readonly type: "table";
|
23
22
|
readonly namespaceLabel: "";
|
23
|
+
readonly type: "table";
|
24
24
|
readonly namespace: string;
|
25
25
|
readonly name: string;
|
26
26
|
readonly tableId: `0x${string}`;
|
@@ -47,8 +47,8 @@ declare const _default: {
|
|
47
47
|
};
|
48
48
|
readonly KeysInTable: {
|
49
49
|
readonly label: "KeysInTable";
|
50
|
-
readonly type: "table";
|
51
50
|
readonly namespaceLabel: "";
|
51
|
+
readonly type: "table";
|
52
52
|
readonly namespace: string;
|
53
53
|
readonly name: string;
|
54
54
|
readonly tableId: `0x${string}`;
|
@@ -91,8 +91,8 @@ declare const _default: {
|
|
91
91
|
};
|
92
92
|
readonly UsedKeysIndex: {
|
93
93
|
readonly label: "UsedKeysIndex";
|
94
|
-
readonly type: "table";
|
95
94
|
readonly namespaceLabel: "";
|
95
|
+
readonly type: "table";
|
96
96
|
readonly namespace: string;
|
97
97
|
readonly name: string;
|
98
98
|
readonly tableId: `0x${string}`;
|
@@ -127,8 +127,8 @@ declare const _default: {
|
|
127
127
|
};
|
128
128
|
readonly UniqueEntity: {
|
129
129
|
readonly label: "UniqueEntity";
|
130
|
-
readonly type: "table";
|
131
130
|
readonly namespaceLabel: "";
|
131
|
+
readonly type: "table";
|
132
132
|
readonly namespace: string;
|
133
133
|
readonly name: string;
|
134
134
|
readonly tableId: `0x${string}`;
|
@@ -151,8 +151,8 @@ declare const _default: {
|
|
151
151
|
};
|
152
152
|
readonly CallboundDelegations: {
|
153
153
|
readonly label: "CallboundDelegations";
|
154
|
-
readonly type: "table";
|
155
154
|
readonly namespaceLabel: "";
|
155
|
+
readonly type: "table";
|
156
156
|
readonly namespace: string;
|
157
157
|
readonly name: string;
|
158
158
|
readonly tableId: `0x${string}`;
|
@@ -191,8 +191,8 @@ declare const _default: {
|
|
191
191
|
};
|
192
192
|
readonly SystemboundDelegations: {
|
193
193
|
readonly label: "SystemboundDelegations";
|
194
|
-
readonly type: "table";
|
195
194
|
readonly namespaceLabel: "";
|
195
|
+
readonly type: "table";
|
196
196
|
readonly namespace: string;
|
197
197
|
readonly name: string;
|
198
198
|
readonly tableId: `0x${string}`;
|
@@ -227,8 +227,8 @@ declare const _default: {
|
|
227
227
|
};
|
228
228
|
readonly TimeboundDelegations: {
|
229
229
|
readonly label: "TimeboundDelegations";
|
230
|
-
readonly type: "table";
|
231
230
|
readonly namespaceLabel: "";
|
231
|
+
readonly type: "table";
|
232
232
|
readonly namespace: string;
|
233
233
|
readonly name: string;
|
234
234
|
readonly tableId: `0x${string}`;
|
@@ -259,8 +259,8 @@ declare const _default: {
|
|
259
259
|
};
|
260
260
|
readonly PuppetRegistry: {
|
261
261
|
readonly label: "PuppetRegistry";
|
262
|
-
readonly type: "table";
|
263
262
|
readonly namespaceLabel: "";
|
263
|
+
readonly type: "table";
|
264
264
|
readonly namespace: string;
|
265
265
|
readonly name: string;
|
266
266
|
readonly tableId: `0x${string}`;
|
@@ -287,8 +287,8 @@ declare const _default: {
|
|
287
287
|
};
|
288
288
|
readonly Balances: {
|
289
289
|
readonly label: "Balances";
|
290
|
-
readonly type: "table";
|
291
290
|
readonly namespaceLabel: "";
|
291
|
+
readonly type: "table";
|
292
292
|
readonly namespace: string;
|
293
293
|
readonly name: string;
|
294
294
|
readonly tableId: `0x${string}`;
|
@@ -315,8 +315,8 @@ declare const _default: {
|
|
315
315
|
};
|
316
316
|
readonly ERC20Metadata: {
|
317
317
|
readonly label: "ERC20Metadata";
|
318
|
-
readonly type: "table";
|
319
318
|
readonly namespaceLabel: "";
|
319
|
+
readonly type: "table";
|
320
320
|
readonly namespace: string;
|
321
321
|
readonly name: string;
|
322
322
|
readonly tableId: `0x${string}`;
|
@@ -347,8 +347,8 @@ declare const _default: {
|
|
347
347
|
};
|
348
348
|
readonly Allowances: {
|
349
349
|
readonly label: "Allowances";
|
350
|
-
readonly type: "table";
|
351
350
|
readonly namespaceLabel: "";
|
351
|
+
readonly type: "table";
|
352
352
|
readonly namespace: string;
|
353
353
|
readonly name: string;
|
354
354
|
readonly tableId: `0x${string}`;
|
@@ -379,8 +379,8 @@ declare const _default: {
|
|
379
379
|
};
|
380
380
|
readonly TotalSupply: {
|
381
381
|
readonly label: "TotalSupply";
|
382
|
-
readonly type: "table";
|
383
382
|
readonly namespaceLabel: "";
|
383
|
+
readonly type: "table";
|
384
384
|
readonly namespace: string;
|
385
385
|
readonly name: string;
|
386
386
|
readonly tableId: `0x${string}`;
|
@@ -403,8 +403,8 @@ declare const _default: {
|
|
403
403
|
};
|
404
404
|
readonly ERC20Registry: {
|
405
405
|
readonly label: "ERC20Registry";
|
406
|
-
readonly type: "table";
|
407
406
|
readonly namespaceLabel: "";
|
407
|
+
readonly type: "table";
|
408
408
|
readonly namespace: string;
|
409
409
|
readonly name: string;
|
410
410
|
readonly tableId: `0x${string}`;
|
@@ -431,8 +431,8 @@ declare const _default: {
|
|
431
431
|
};
|
432
432
|
readonly ERC721Metadata: {
|
433
433
|
readonly label: "ERC721Metadata";
|
434
|
-
readonly type: "table";
|
435
434
|
readonly namespaceLabel: "";
|
435
|
+
readonly type: "table";
|
436
436
|
readonly namespace: string;
|
437
437
|
readonly name: string;
|
438
438
|
readonly tableId: `0x${string}`;
|
@@ -463,8 +463,8 @@ declare const _default: {
|
|
463
463
|
};
|
464
464
|
readonly TokenURI: {
|
465
465
|
readonly label: "TokenURI";
|
466
|
-
readonly type: "table";
|
467
466
|
readonly namespaceLabel: "";
|
467
|
+
readonly type: "table";
|
468
468
|
readonly namespace: string;
|
469
469
|
readonly name: string;
|
470
470
|
readonly tableId: `0x${string}`;
|
@@ -491,8 +491,8 @@ declare const _default: {
|
|
491
491
|
};
|
492
492
|
readonly Owners: {
|
493
493
|
readonly label: "Owners";
|
494
|
-
readonly type: "table";
|
495
494
|
readonly namespaceLabel: "";
|
495
|
+
readonly type: "table";
|
496
496
|
readonly namespace: string;
|
497
497
|
readonly name: string;
|
498
498
|
readonly tableId: `0x${string}`;
|
@@ -519,8 +519,8 @@ declare const _default: {
|
|
519
519
|
};
|
520
520
|
readonly TokenApproval: {
|
521
521
|
readonly label: "TokenApproval";
|
522
|
-
readonly type: "table";
|
523
522
|
readonly namespaceLabel: "";
|
523
|
+
readonly type: "table";
|
524
524
|
readonly namespace: string;
|
525
525
|
readonly name: string;
|
526
526
|
readonly tableId: `0x${string}`;
|
@@ -547,8 +547,8 @@ declare const _default: {
|
|
547
547
|
};
|
548
548
|
readonly OperatorApproval: {
|
549
549
|
readonly label: "OperatorApproval";
|
550
|
-
readonly type: "table";
|
551
550
|
readonly namespaceLabel: "";
|
551
|
+
readonly type: "table";
|
552
552
|
readonly namespace: string;
|
553
553
|
readonly name: string;
|
554
554
|
readonly tableId: `0x${string}`;
|
@@ -579,8 +579,8 @@ declare const _default: {
|
|
579
579
|
};
|
580
580
|
readonly ERC721Registry: {
|
581
581
|
readonly label: "ERC721Registry";
|
582
|
-
readonly type: "table";
|
583
582
|
readonly namespaceLabel: "";
|
583
|
+
readonly type: "table";
|
584
584
|
readonly namespace: string;
|
585
585
|
readonly name: string;
|
586
586
|
readonly tableId: `0x${string}`;
|
@@ -607,8 +607,8 @@ declare const _default: {
|
|
607
607
|
};
|
608
608
|
readonly CallWithSignatureNonces: {
|
609
609
|
readonly label: "CallWithSignatureNonces";
|
610
|
-
readonly type: "table";
|
611
610
|
readonly namespaceLabel: "";
|
611
|
+
readonly type: "table";
|
612
612
|
readonly namespace: string;
|
613
613
|
readonly name: string;
|
614
614
|
readonly tableId: `0x${string}`;
|
@@ -645,8 +645,8 @@ declare const _default: {
|
|
645
645
|
readonly tables: {
|
646
646
|
readonly KeysWithValue: {
|
647
647
|
readonly label: "KeysWithValue";
|
648
|
-
readonly type: "table";
|
649
648
|
readonly namespaceLabel: "";
|
649
|
+
readonly type: "table";
|
650
650
|
readonly namespace: string;
|
651
651
|
readonly name: string;
|
652
652
|
readonly tableId: `0x${string}`;
|
@@ -673,8 +673,8 @@ declare const _default: {
|
|
673
673
|
};
|
674
674
|
readonly KeysInTable: {
|
675
675
|
readonly label: "KeysInTable";
|
676
|
-
readonly type: "table";
|
677
676
|
readonly namespaceLabel: "";
|
677
|
+
readonly type: "table";
|
678
678
|
readonly namespace: string;
|
679
679
|
readonly name: string;
|
680
680
|
readonly tableId: `0x${string}`;
|
@@ -717,8 +717,8 @@ declare const _default: {
|
|
717
717
|
};
|
718
718
|
readonly UsedKeysIndex: {
|
719
719
|
readonly label: "UsedKeysIndex";
|
720
|
-
readonly type: "table";
|
721
720
|
readonly namespaceLabel: "";
|
721
|
+
readonly type: "table";
|
722
722
|
readonly namespace: string;
|
723
723
|
readonly name: string;
|
724
724
|
readonly tableId: `0x${string}`;
|
@@ -753,8 +753,8 @@ declare const _default: {
|
|
753
753
|
};
|
754
754
|
readonly UniqueEntity: {
|
755
755
|
readonly label: "UniqueEntity";
|
756
|
-
readonly type: "table";
|
757
756
|
readonly namespaceLabel: "";
|
757
|
+
readonly type: "table";
|
758
758
|
readonly namespace: string;
|
759
759
|
readonly name: string;
|
760
760
|
readonly tableId: `0x${string}`;
|
@@ -777,8 +777,8 @@ declare const _default: {
|
|
777
777
|
};
|
778
778
|
readonly CallboundDelegations: {
|
779
779
|
readonly label: "CallboundDelegations";
|
780
|
-
readonly type: "table";
|
781
780
|
readonly namespaceLabel: "";
|
781
|
+
readonly type: "table";
|
782
782
|
readonly namespace: string;
|
783
783
|
readonly name: string;
|
784
784
|
readonly tableId: `0x${string}`;
|
@@ -817,8 +817,8 @@ declare const _default: {
|
|
817
817
|
};
|
818
818
|
readonly SystemboundDelegations: {
|
819
819
|
readonly label: "SystemboundDelegations";
|
820
|
-
readonly type: "table";
|
821
820
|
readonly namespaceLabel: "";
|
821
|
+
readonly type: "table";
|
822
822
|
readonly namespace: string;
|
823
823
|
readonly name: string;
|
824
824
|
readonly tableId: `0x${string}`;
|
@@ -853,8 +853,8 @@ declare const _default: {
|
|
853
853
|
};
|
854
854
|
readonly TimeboundDelegations: {
|
855
855
|
readonly label: "TimeboundDelegations";
|
856
|
-
readonly type: "table";
|
857
856
|
readonly namespaceLabel: "";
|
857
|
+
readonly type: "table";
|
858
858
|
readonly namespace: string;
|
859
859
|
readonly name: string;
|
860
860
|
readonly tableId: `0x${string}`;
|
@@ -885,8 +885,8 @@ declare const _default: {
|
|
885
885
|
};
|
886
886
|
readonly PuppetRegistry: {
|
887
887
|
readonly label: "PuppetRegistry";
|
888
|
-
readonly type: "table";
|
889
888
|
readonly namespaceLabel: "";
|
889
|
+
readonly type: "table";
|
890
890
|
readonly namespace: string;
|
891
891
|
readonly name: string;
|
892
892
|
readonly tableId: `0x${string}`;
|
@@ -913,8 +913,8 @@ declare const _default: {
|
|
913
913
|
};
|
914
914
|
readonly Balances: {
|
915
915
|
readonly label: "Balances";
|
916
|
-
readonly type: "table";
|
917
916
|
readonly namespaceLabel: "";
|
917
|
+
readonly type: "table";
|
918
918
|
readonly namespace: string;
|
919
919
|
readonly name: string;
|
920
920
|
readonly tableId: `0x${string}`;
|
@@ -941,8 +941,8 @@ declare const _default: {
|
|
941
941
|
};
|
942
942
|
readonly ERC20Metadata: {
|
943
943
|
readonly label: "ERC20Metadata";
|
944
|
-
readonly type: "table";
|
945
944
|
readonly namespaceLabel: "";
|
945
|
+
readonly type: "table";
|
946
946
|
readonly namespace: string;
|
947
947
|
readonly name: string;
|
948
948
|
readonly tableId: `0x${string}`;
|
@@ -973,8 +973,8 @@ declare const _default: {
|
|
973
973
|
};
|
974
974
|
readonly Allowances: {
|
975
975
|
readonly label: "Allowances";
|
976
|
-
readonly type: "table";
|
977
976
|
readonly namespaceLabel: "";
|
977
|
+
readonly type: "table";
|
978
978
|
readonly namespace: string;
|
979
979
|
readonly name: string;
|
980
980
|
readonly tableId: `0x${string}`;
|
@@ -1005,8 +1005,8 @@ declare const _default: {
|
|
1005
1005
|
};
|
1006
1006
|
readonly TotalSupply: {
|
1007
1007
|
readonly label: "TotalSupply";
|
1008
|
-
readonly type: "table";
|
1009
1008
|
readonly namespaceLabel: "";
|
1009
|
+
readonly type: "table";
|
1010
1010
|
readonly namespace: string;
|
1011
1011
|
readonly name: string;
|
1012
1012
|
readonly tableId: `0x${string}`;
|
@@ -1029,8 +1029,8 @@ declare const _default: {
|
|
1029
1029
|
};
|
1030
1030
|
readonly ERC20Registry: {
|
1031
1031
|
readonly label: "ERC20Registry";
|
1032
|
-
readonly type: "table";
|
1033
1032
|
readonly namespaceLabel: "";
|
1033
|
+
readonly type: "table";
|
1034
1034
|
readonly namespace: string;
|
1035
1035
|
readonly name: string;
|
1036
1036
|
readonly tableId: `0x${string}`;
|
@@ -1057,8 +1057,8 @@ declare const _default: {
|
|
1057
1057
|
};
|
1058
1058
|
readonly ERC721Metadata: {
|
1059
1059
|
readonly label: "ERC721Metadata";
|
1060
|
-
readonly type: "table";
|
1061
1060
|
readonly namespaceLabel: "";
|
1061
|
+
readonly type: "table";
|
1062
1062
|
readonly namespace: string;
|
1063
1063
|
readonly name: string;
|
1064
1064
|
readonly tableId: `0x${string}`;
|
@@ -1089,8 +1089,8 @@ declare const _default: {
|
|
1089
1089
|
};
|
1090
1090
|
readonly TokenURI: {
|
1091
1091
|
readonly label: "TokenURI";
|
1092
|
-
readonly type: "table";
|
1093
1092
|
readonly namespaceLabel: "";
|
1093
|
+
readonly type: "table";
|
1094
1094
|
readonly namespace: string;
|
1095
1095
|
readonly name: string;
|
1096
1096
|
readonly tableId: `0x${string}`;
|
@@ -1117,8 +1117,8 @@ declare const _default: {
|
|
1117
1117
|
};
|
1118
1118
|
readonly Owners: {
|
1119
1119
|
readonly label: "Owners";
|
1120
|
-
readonly type: "table";
|
1121
1120
|
readonly namespaceLabel: "";
|
1121
|
+
readonly type: "table";
|
1122
1122
|
readonly namespace: string;
|
1123
1123
|
readonly name: string;
|
1124
1124
|
readonly tableId: `0x${string}`;
|
@@ -1145,8 +1145,8 @@ declare const _default: {
|
|
1145
1145
|
};
|
1146
1146
|
readonly TokenApproval: {
|
1147
1147
|
readonly label: "TokenApproval";
|
1148
|
-
readonly type: "table";
|
1149
1148
|
readonly namespaceLabel: "";
|
1149
|
+
readonly type: "table";
|
1150
1150
|
readonly namespace: string;
|
1151
1151
|
readonly name: string;
|
1152
1152
|
readonly tableId: `0x${string}`;
|
@@ -1173,8 +1173,8 @@ declare const _default: {
|
|
1173
1173
|
};
|
1174
1174
|
readonly OperatorApproval: {
|
1175
1175
|
readonly label: "OperatorApproval";
|
1176
|
-
readonly type: "table";
|
1177
1176
|
readonly namespaceLabel: "";
|
1177
|
+
readonly type: "table";
|
1178
1178
|
readonly namespace: string;
|
1179
1179
|
readonly name: string;
|
1180
1180
|
readonly tableId: `0x${string}`;
|
@@ -1205,8 +1205,8 @@ declare const _default: {
|
|
1205
1205
|
};
|
1206
1206
|
readonly ERC721Registry: {
|
1207
1207
|
readonly label: "ERC721Registry";
|
1208
|
-
readonly type: "table";
|
1209
1208
|
readonly namespaceLabel: "";
|
1209
|
+
readonly type: "table";
|
1210
1210
|
readonly namespace: string;
|
1211
1211
|
readonly name: string;
|
1212
1212
|
readonly tableId: `0x${string}`;
|
@@ -1233,8 +1233,8 @@ declare const _default: {
|
|
1233
1233
|
};
|
1234
1234
|
readonly CallWithSignatureNonces: {
|
1235
1235
|
readonly label: "CallWithSignatureNonces";
|
1236
|
-
readonly type: "table";
|
1237
1236
|
readonly namespaceLabel: "";
|
1237
|
+
readonly type: "table";
|
1238
1238
|
readonly namespace: string;
|
1239
1239
|
readonly name: string;
|
1240
1240
|
readonly tableId: `0x${string}`;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "2.2.0-main-
|
3
|
+
"version": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2",
|
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/
|
31
|
-
"@latticexyz/
|
32
|
-
"@latticexyz/
|
33
|
-
"@latticexyz/store": "2.2.0-main-
|
34
|
-
"@latticexyz/world": "2.2.0-main-
|
30
|
+
"@latticexyz/common": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2",
|
31
|
+
"@latticexyz/config": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2",
|
32
|
+
"@latticexyz/schema-type": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2",
|
33
|
+
"@latticexyz/store": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2",
|
34
|
+
"@latticexyz/world": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2"
|
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.0-main-
|
48
|
-
"@latticexyz/cli": "2.2.0-main-
|
49
|
-
"@latticexyz/gas-report": "2.2.0-main-
|
47
|
+
"@latticexyz/abi-ts": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2",
|
48
|
+
"@latticexyz/cli": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2",
|
49
|
+
"@latticexyz/gas-report": "2.2.0-main-04c675c946a0707956f38daad3fe516fde4a33a2"
|
50
50
|
},
|
51
51
|
"publishConfig": {
|
52
52
|
"access": "public"
|