@latticexyz/world-modules 2.1.1-main-6a66f572039ea9193b2c4882943ab3a94ed3f844 → 2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238
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 -0
- package/package.json +9 -9
package/dist/mud.config.d.ts
CHANGED
@@ -20,6 +20,7 @@ declare const _default: {
|
|
20
20
|
readonly KeysWithValue: {
|
21
21
|
readonly label: "KeysWithValue";
|
22
22
|
readonly type: "table";
|
23
|
+
readonly namespaceLabel: "";
|
23
24
|
readonly namespace: string;
|
24
25
|
readonly name: string;
|
25
26
|
readonly tableId: `0x${string}`;
|
@@ -47,6 +48,7 @@ declare const _default: {
|
|
47
48
|
readonly KeysInTable: {
|
48
49
|
readonly label: "KeysInTable";
|
49
50
|
readonly type: "table";
|
51
|
+
readonly namespaceLabel: "";
|
50
52
|
readonly namespace: string;
|
51
53
|
readonly name: string;
|
52
54
|
readonly tableId: `0x${string}`;
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
90
92
|
readonly UsedKeysIndex: {
|
91
93
|
readonly label: "UsedKeysIndex";
|
92
94
|
readonly type: "table";
|
95
|
+
readonly namespaceLabel: "";
|
93
96
|
readonly namespace: string;
|
94
97
|
readonly name: string;
|
95
98
|
readonly tableId: `0x${string}`;
|
@@ -125,6 +128,7 @@ declare const _default: {
|
|
125
128
|
readonly UniqueEntity: {
|
126
129
|
readonly label: "UniqueEntity";
|
127
130
|
readonly type: "table";
|
131
|
+
readonly namespaceLabel: "";
|
128
132
|
readonly namespace: string;
|
129
133
|
readonly name: string;
|
130
134
|
readonly tableId: `0x${string}`;
|
@@ -148,6 +152,7 @@ declare const _default: {
|
|
148
152
|
readonly CallboundDelegations: {
|
149
153
|
readonly label: "CallboundDelegations";
|
150
154
|
readonly type: "table";
|
155
|
+
readonly namespaceLabel: "";
|
151
156
|
readonly namespace: string;
|
152
157
|
readonly name: string;
|
153
158
|
readonly tableId: `0x${string}`;
|
@@ -187,6 +192,7 @@ declare const _default: {
|
|
187
192
|
readonly SystemboundDelegations: {
|
188
193
|
readonly label: "SystemboundDelegations";
|
189
194
|
readonly type: "table";
|
195
|
+
readonly namespaceLabel: "";
|
190
196
|
readonly namespace: string;
|
191
197
|
readonly name: string;
|
192
198
|
readonly tableId: `0x${string}`;
|
@@ -222,6 +228,7 @@ declare const _default: {
|
|
222
228
|
readonly TimeboundDelegations: {
|
223
229
|
readonly label: "TimeboundDelegations";
|
224
230
|
readonly type: "table";
|
231
|
+
readonly namespaceLabel: "";
|
225
232
|
readonly namespace: string;
|
226
233
|
readonly name: string;
|
227
234
|
readonly tableId: `0x${string}`;
|
@@ -253,6 +260,7 @@ declare const _default: {
|
|
253
260
|
readonly PuppetRegistry: {
|
254
261
|
readonly label: "PuppetRegistry";
|
255
262
|
readonly type: "table";
|
263
|
+
readonly namespaceLabel: "";
|
256
264
|
readonly namespace: string;
|
257
265
|
readonly name: string;
|
258
266
|
readonly tableId: `0x${string}`;
|
@@ -280,6 +288,7 @@ declare const _default: {
|
|
280
288
|
readonly Balances: {
|
281
289
|
readonly label: "Balances";
|
282
290
|
readonly type: "table";
|
291
|
+
readonly namespaceLabel: "";
|
283
292
|
readonly namespace: string;
|
284
293
|
readonly name: string;
|
285
294
|
readonly tableId: `0x${string}`;
|
@@ -307,6 +316,7 @@ declare const _default: {
|
|
307
316
|
readonly ERC20Metadata: {
|
308
317
|
readonly label: "ERC20Metadata";
|
309
318
|
readonly type: "table";
|
319
|
+
readonly namespaceLabel: "";
|
310
320
|
readonly namespace: string;
|
311
321
|
readonly name: string;
|
312
322
|
readonly tableId: `0x${string}`;
|
@@ -338,6 +348,7 @@ declare const _default: {
|
|
338
348
|
readonly Allowances: {
|
339
349
|
readonly label: "Allowances";
|
340
350
|
readonly type: "table";
|
351
|
+
readonly namespaceLabel: "";
|
341
352
|
readonly namespace: string;
|
342
353
|
readonly name: string;
|
343
354
|
readonly tableId: `0x${string}`;
|
@@ -369,6 +380,7 @@ declare const _default: {
|
|
369
380
|
readonly TotalSupply: {
|
370
381
|
readonly label: "TotalSupply";
|
371
382
|
readonly type: "table";
|
383
|
+
readonly namespaceLabel: "";
|
372
384
|
readonly namespace: string;
|
373
385
|
readonly name: string;
|
374
386
|
readonly tableId: `0x${string}`;
|
@@ -392,6 +404,7 @@ declare const _default: {
|
|
392
404
|
readonly ERC20Registry: {
|
393
405
|
readonly label: "ERC20Registry";
|
394
406
|
readonly type: "table";
|
407
|
+
readonly namespaceLabel: "";
|
395
408
|
readonly namespace: string;
|
396
409
|
readonly name: string;
|
397
410
|
readonly tableId: `0x${string}`;
|
@@ -419,6 +432,7 @@ declare const _default: {
|
|
419
432
|
readonly ERC721Metadata: {
|
420
433
|
readonly label: "ERC721Metadata";
|
421
434
|
readonly type: "table";
|
435
|
+
readonly namespaceLabel: "";
|
422
436
|
readonly namespace: string;
|
423
437
|
readonly name: string;
|
424
438
|
readonly tableId: `0x${string}`;
|
@@ -450,6 +464,7 @@ declare const _default: {
|
|
450
464
|
readonly TokenURI: {
|
451
465
|
readonly label: "TokenURI";
|
452
466
|
readonly type: "table";
|
467
|
+
readonly namespaceLabel: "";
|
453
468
|
readonly namespace: string;
|
454
469
|
readonly name: string;
|
455
470
|
readonly tableId: `0x${string}`;
|
@@ -477,6 +492,7 @@ declare const _default: {
|
|
477
492
|
readonly Owners: {
|
478
493
|
readonly label: "Owners";
|
479
494
|
readonly type: "table";
|
495
|
+
readonly namespaceLabel: "";
|
480
496
|
readonly namespace: string;
|
481
497
|
readonly name: string;
|
482
498
|
readonly tableId: `0x${string}`;
|
@@ -504,6 +520,7 @@ declare const _default: {
|
|
504
520
|
readonly TokenApproval: {
|
505
521
|
readonly label: "TokenApproval";
|
506
522
|
readonly type: "table";
|
523
|
+
readonly namespaceLabel: "";
|
507
524
|
readonly namespace: string;
|
508
525
|
readonly name: string;
|
509
526
|
readonly tableId: `0x${string}`;
|
@@ -531,6 +548,7 @@ declare const _default: {
|
|
531
548
|
readonly OperatorApproval: {
|
532
549
|
readonly label: "OperatorApproval";
|
533
550
|
readonly type: "table";
|
551
|
+
readonly namespaceLabel: "";
|
534
552
|
readonly namespace: string;
|
535
553
|
readonly name: string;
|
536
554
|
readonly tableId: `0x${string}`;
|
@@ -562,6 +580,7 @@ declare const _default: {
|
|
562
580
|
readonly ERC721Registry: {
|
563
581
|
readonly label: "ERC721Registry";
|
564
582
|
readonly type: "table";
|
583
|
+
readonly namespaceLabel: "";
|
565
584
|
readonly namespace: string;
|
566
585
|
readonly name: string;
|
567
586
|
readonly tableId: `0x${string}`;
|
@@ -589,6 +608,7 @@ declare const _default: {
|
|
589
608
|
readonly CallWithSignatureNonces: {
|
590
609
|
readonly label: "CallWithSignatureNonces";
|
591
610
|
readonly type: "table";
|
611
|
+
readonly namespaceLabel: "";
|
592
612
|
readonly namespace: string;
|
593
613
|
readonly name: string;
|
594
614
|
readonly tableId: `0x${string}`;
|
@@ -626,6 +646,7 @@ declare const _default: {
|
|
626
646
|
readonly KeysWithValue: {
|
627
647
|
readonly label: "KeysWithValue";
|
628
648
|
readonly type: "table";
|
649
|
+
readonly namespaceLabel: "";
|
629
650
|
readonly namespace: string;
|
630
651
|
readonly name: string;
|
631
652
|
readonly tableId: `0x${string}`;
|
@@ -653,6 +674,7 @@ declare const _default: {
|
|
653
674
|
readonly KeysInTable: {
|
654
675
|
readonly label: "KeysInTable";
|
655
676
|
readonly type: "table";
|
677
|
+
readonly namespaceLabel: "";
|
656
678
|
readonly namespace: string;
|
657
679
|
readonly name: string;
|
658
680
|
readonly tableId: `0x${string}`;
|
@@ -696,6 +718,7 @@ declare const _default: {
|
|
696
718
|
readonly UsedKeysIndex: {
|
697
719
|
readonly label: "UsedKeysIndex";
|
698
720
|
readonly type: "table";
|
721
|
+
readonly namespaceLabel: "";
|
699
722
|
readonly namespace: string;
|
700
723
|
readonly name: string;
|
701
724
|
readonly tableId: `0x${string}`;
|
@@ -731,6 +754,7 @@ declare const _default: {
|
|
731
754
|
readonly UniqueEntity: {
|
732
755
|
readonly label: "UniqueEntity";
|
733
756
|
readonly type: "table";
|
757
|
+
readonly namespaceLabel: "";
|
734
758
|
readonly namespace: string;
|
735
759
|
readonly name: string;
|
736
760
|
readonly tableId: `0x${string}`;
|
@@ -754,6 +778,7 @@ declare const _default: {
|
|
754
778
|
readonly CallboundDelegations: {
|
755
779
|
readonly label: "CallboundDelegations";
|
756
780
|
readonly type: "table";
|
781
|
+
readonly namespaceLabel: "";
|
757
782
|
readonly namespace: string;
|
758
783
|
readonly name: string;
|
759
784
|
readonly tableId: `0x${string}`;
|
@@ -793,6 +818,7 @@ declare const _default: {
|
|
793
818
|
readonly SystemboundDelegations: {
|
794
819
|
readonly label: "SystemboundDelegations";
|
795
820
|
readonly type: "table";
|
821
|
+
readonly namespaceLabel: "";
|
796
822
|
readonly namespace: string;
|
797
823
|
readonly name: string;
|
798
824
|
readonly tableId: `0x${string}`;
|
@@ -828,6 +854,7 @@ declare const _default: {
|
|
828
854
|
readonly TimeboundDelegations: {
|
829
855
|
readonly label: "TimeboundDelegations";
|
830
856
|
readonly type: "table";
|
857
|
+
readonly namespaceLabel: "";
|
831
858
|
readonly namespace: string;
|
832
859
|
readonly name: string;
|
833
860
|
readonly tableId: `0x${string}`;
|
@@ -859,6 +886,7 @@ declare const _default: {
|
|
859
886
|
readonly PuppetRegistry: {
|
860
887
|
readonly label: "PuppetRegistry";
|
861
888
|
readonly type: "table";
|
889
|
+
readonly namespaceLabel: "";
|
862
890
|
readonly namespace: string;
|
863
891
|
readonly name: string;
|
864
892
|
readonly tableId: `0x${string}`;
|
@@ -886,6 +914,7 @@ declare const _default: {
|
|
886
914
|
readonly Balances: {
|
887
915
|
readonly label: "Balances";
|
888
916
|
readonly type: "table";
|
917
|
+
readonly namespaceLabel: "";
|
889
918
|
readonly namespace: string;
|
890
919
|
readonly name: string;
|
891
920
|
readonly tableId: `0x${string}`;
|
@@ -913,6 +942,7 @@ declare const _default: {
|
|
913
942
|
readonly ERC20Metadata: {
|
914
943
|
readonly label: "ERC20Metadata";
|
915
944
|
readonly type: "table";
|
945
|
+
readonly namespaceLabel: "";
|
916
946
|
readonly namespace: string;
|
917
947
|
readonly name: string;
|
918
948
|
readonly tableId: `0x${string}`;
|
@@ -944,6 +974,7 @@ declare const _default: {
|
|
944
974
|
readonly Allowances: {
|
945
975
|
readonly label: "Allowances";
|
946
976
|
readonly type: "table";
|
977
|
+
readonly namespaceLabel: "";
|
947
978
|
readonly namespace: string;
|
948
979
|
readonly name: string;
|
949
980
|
readonly tableId: `0x${string}`;
|
@@ -975,6 +1006,7 @@ declare const _default: {
|
|
975
1006
|
readonly TotalSupply: {
|
976
1007
|
readonly label: "TotalSupply";
|
977
1008
|
readonly type: "table";
|
1009
|
+
readonly namespaceLabel: "";
|
978
1010
|
readonly namespace: string;
|
979
1011
|
readonly name: string;
|
980
1012
|
readonly tableId: `0x${string}`;
|
@@ -998,6 +1030,7 @@ declare const _default: {
|
|
998
1030
|
readonly ERC20Registry: {
|
999
1031
|
readonly label: "ERC20Registry";
|
1000
1032
|
readonly type: "table";
|
1033
|
+
readonly namespaceLabel: "";
|
1001
1034
|
readonly namespace: string;
|
1002
1035
|
readonly name: string;
|
1003
1036
|
readonly tableId: `0x${string}`;
|
@@ -1025,6 +1058,7 @@ declare const _default: {
|
|
1025
1058
|
readonly ERC721Metadata: {
|
1026
1059
|
readonly label: "ERC721Metadata";
|
1027
1060
|
readonly type: "table";
|
1061
|
+
readonly namespaceLabel: "";
|
1028
1062
|
readonly namespace: string;
|
1029
1063
|
readonly name: string;
|
1030
1064
|
readonly tableId: `0x${string}`;
|
@@ -1056,6 +1090,7 @@ declare const _default: {
|
|
1056
1090
|
readonly TokenURI: {
|
1057
1091
|
readonly label: "TokenURI";
|
1058
1092
|
readonly type: "table";
|
1093
|
+
readonly namespaceLabel: "";
|
1059
1094
|
readonly namespace: string;
|
1060
1095
|
readonly name: string;
|
1061
1096
|
readonly tableId: `0x${string}`;
|
@@ -1083,6 +1118,7 @@ declare const _default: {
|
|
1083
1118
|
readonly Owners: {
|
1084
1119
|
readonly label: "Owners";
|
1085
1120
|
readonly type: "table";
|
1121
|
+
readonly namespaceLabel: "";
|
1086
1122
|
readonly namespace: string;
|
1087
1123
|
readonly name: string;
|
1088
1124
|
readonly tableId: `0x${string}`;
|
@@ -1110,6 +1146,7 @@ declare const _default: {
|
|
1110
1146
|
readonly TokenApproval: {
|
1111
1147
|
readonly label: "TokenApproval";
|
1112
1148
|
readonly type: "table";
|
1149
|
+
readonly namespaceLabel: "";
|
1113
1150
|
readonly namespace: string;
|
1114
1151
|
readonly name: string;
|
1115
1152
|
readonly tableId: `0x${string}`;
|
@@ -1137,6 +1174,7 @@ declare const _default: {
|
|
1137
1174
|
readonly OperatorApproval: {
|
1138
1175
|
readonly label: "OperatorApproval";
|
1139
1176
|
readonly type: "table";
|
1177
|
+
readonly namespaceLabel: "";
|
1140
1178
|
readonly namespace: string;
|
1141
1179
|
readonly name: string;
|
1142
1180
|
readonly tableId: `0x${string}`;
|
@@ -1168,6 +1206,7 @@ declare const _default: {
|
|
1168
1206
|
readonly ERC721Registry: {
|
1169
1207
|
readonly label: "ERC721Registry";
|
1170
1208
|
readonly type: "table";
|
1209
|
+
readonly namespaceLabel: "";
|
1171
1210
|
readonly namespace: string;
|
1172
1211
|
readonly name: string;
|
1173
1212
|
readonly tableId: `0x${string}`;
|
@@ -1195,6 +1234,7 @@ declare const _default: {
|
|
1195
1234
|
readonly CallWithSignatureNonces: {
|
1196
1235
|
readonly label: "CallWithSignatureNonces";
|
1197
1236
|
readonly type: "table";
|
1237
|
+
readonly namespaceLabel: "";
|
1198
1238
|
readonly namespace: string;
|
1199
1239
|
readonly name: string;
|
1200
1240
|
readonly tableId: `0x${string}`;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "2.1.1-main-
|
3
|
+
"version": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238",
|
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.1.1-main-
|
31
|
-
"@latticexyz/config": "2.1.1-main-
|
32
|
-
"@latticexyz/
|
33
|
-
"@latticexyz/
|
34
|
-
"@latticexyz/world": "2.1.1-main-
|
30
|
+
"@latticexyz/common": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238",
|
31
|
+
"@latticexyz/config": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238",
|
32
|
+
"@latticexyz/schema-type": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238",
|
33
|
+
"@latticexyz/store": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238",
|
34
|
+
"@latticexyz/world": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238"
|
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.1.1-main-
|
48
|
-
"@latticexyz/cli": "2.1.1-main-
|
49
|
-
"@latticexyz/gas-report": "2.1.1-main-
|
47
|
+
"@latticexyz/abi-ts": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238",
|
48
|
+
"@latticexyz/cli": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238",
|
49
|
+
"@latticexyz/gas-report": "2.1.1-main-57bf8c361999c7210622466dadcba037d4fe1238"
|
50
50
|
},
|
51
51
|
"publishConfig": {
|
52
52
|
"access": "public"
|