@latticexyz/world-modules 2.0.0-main-93390d89 → 2.0.0-main-bde8bd69
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 +20 -20
- package/package.json +8 -8
package/dist/mud.config.d.ts
CHANGED
@@ -29,7 +29,7 @@ declare const _default: {
|
|
29
29
|
readonly valueHash: "bytes32";
|
30
30
|
readonly keysWithValue: "bytes32[]";
|
31
31
|
};
|
32
|
-
key:
|
32
|
+
key: ["valueHash"];
|
33
33
|
name: "KeysWithValue";
|
34
34
|
}>;
|
35
35
|
readonly deploy: {
|
@@ -82,7 +82,7 @@ declare const _default: {
|
|
82
82
|
readonly keys3: "bytes32[]";
|
83
83
|
readonly keys4: "bytes32[]";
|
84
84
|
};
|
85
|
-
key:
|
85
|
+
key: ["sourceTableId"];
|
86
86
|
name: "KeysInTable";
|
87
87
|
}>;
|
88
88
|
readonly deploy: {
|
@@ -126,7 +126,7 @@ declare const _default: {
|
|
126
126
|
readonly has: "bool";
|
127
127
|
readonly index: "uint40";
|
128
128
|
};
|
129
|
-
key:
|
129
|
+
key: ["sourceTableId", "keysHash"];
|
130
130
|
name: "UsedKeysIndex";
|
131
131
|
}>;
|
132
132
|
readonly deploy: {
|
@@ -155,7 +155,7 @@ declare const _default: {
|
|
155
155
|
schema: {
|
156
156
|
readonly value: "uint256";
|
157
157
|
};
|
158
|
-
key:
|
158
|
+
key: [];
|
159
159
|
name: "UniqueEntity";
|
160
160
|
}>;
|
161
161
|
readonly deploy: {
|
@@ -202,7 +202,7 @@ declare const _default: {
|
|
202
202
|
readonly callDataHash: "bytes32";
|
203
203
|
readonly availableCalls: "uint256";
|
204
204
|
};
|
205
|
-
key:
|
205
|
+
key: ["delegator", "delegatee", "systemId", "callDataHash"];
|
206
206
|
name: "CallboundDelegations";
|
207
207
|
}>;
|
208
208
|
readonly deploy: {
|
@@ -244,7 +244,7 @@ declare const _default: {
|
|
244
244
|
readonly systemId: "ResourceId";
|
245
245
|
readonly availableCalls: "uint256";
|
246
246
|
};
|
247
|
-
key:
|
247
|
+
key: ["delegator", "delegatee", "systemId"];
|
248
248
|
name: "SystemboundDelegations";
|
249
249
|
}>;
|
250
250
|
readonly deploy: {
|
@@ -281,7 +281,7 @@ declare const _default: {
|
|
281
281
|
readonly delegatee: "address";
|
282
282
|
readonly maxTimestamp: "uint256";
|
283
283
|
};
|
284
|
-
key:
|
284
|
+
key: ["delegator", "delegatee"];
|
285
285
|
name: "TimeboundDelegations";
|
286
286
|
}>;
|
287
287
|
readonly deploy: {
|
@@ -314,7 +314,7 @@ declare const _default: {
|
|
314
314
|
readonly systemId: "ResourceId";
|
315
315
|
readonly puppet: "address";
|
316
316
|
};
|
317
|
-
key:
|
317
|
+
key: ["systemId"];
|
318
318
|
name: "PuppetRegistry";
|
319
319
|
}>;
|
320
320
|
readonly deploy: {
|
@@ -347,7 +347,7 @@ declare const _default: {
|
|
347
347
|
readonly account: "address";
|
348
348
|
readonly value: "uint256";
|
349
349
|
};
|
350
|
-
key:
|
350
|
+
key: ["account"];
|
351
351
|
name: "Balances";
|
352
352
|
}>;
|
353
353
|
readonly deploy: {
|
@@ -385,7 +385,7 @@ declare const _default: {
|
|
385
385
|
readonly name: "string";
|
386
386
|
readonly symbol: "string";
|
387
387
|
};
|
388
|
-
key:
|
388
|
+
key: [];
|
389
389
|
name: "ERC20Metadata";
|
390
390
|
}>;
|
391
391
|
readonly deploy: {
|
@@ -423,7 +423,7 @@ declare const _default: {
|
|
423
423
|
readonly spender: "address";
|
424
424
|
readonly value: "uint256";
|
425
425
|
};
|
426
|
-
key:
|
426
|
+
key: ["account", "spender"];
|
427
427
|
name: "Allowances";
|
428
428
|
}>;
|
429
429
|
readonly deploy: {
|
@@ -451,7 +451,7 @@ declare const _default: {
|
|
451
451
|
schema: {
|
452
452
|
readonly totalSupply: "uint256";
|
453
453
|
};
|
454
|
-
key:
|
454
|
+
key: [];
|
455
455
|
name: "TotalSupply";
|
456
456
|
}>;
|
457
457
|
readonly deploy: {
|
@@ -484,7 +484,7 @@ declare const _default: {
|
|
484
484
|
readonly namespaceId: "ResourceId";
|
485
485
|
readonly tokenAddress: "address";
|
486
486
|
};
|
487
|
-
key:
|
487
|
+
key: ["namespaceId"];
|
488
488
|
name: "ERC20Registry";
|
489
489
|
}>;
|
490
490
|
readonly deploy: {
|
@@ -522,7 +522,7 @@ declare const _default: {
|
|
522
522
|
readonly symbol: "string";
|
523
523
|
readonly baseURI: "string";
|
524
524
|
};
|
525
|
-
key:
|
525
|
+
key: [];
|
526
526
|
name: "ERC721Metadata";
|
527
527
|
}>;
|
528
528
|
readonly deploy: {
|
@@ -555,7 +555,7 @@ declare const _default: {
|
|
555
555
|
readonly tokenId: "uint256";
|
556
556
|
readonly tokenURI: "string";
|
557
557
|
};
|
558
|
-
key:
|
558
|
+
key: ["tokenId"];
|
559
559
|
name: "TokenURI";
|
560
560
|
}>;
|
561
561
|
readonly deploy: {
|
@@ -588,7 +588,7 @@ declare const _default: {
|
|
588
588
|
readonly tokenId: "uint256";
|
589
589
|
readonly owner: "address";
|
590
590
|
};
|
591
|
-
key:
|
591
|
+
key: ["tokenId"];
|
592
592
|
name: "Owners";
|
593
593
|
}>;
|
594
594
|
readonly deploy: {
|
@@ -621,7 +621,7 @@ declare const _default: {
|
|
621
621
|
readonly tokenId: "uint256";
|
622
622
|
readonly account: "address";
|
623
623
|
};
|
624
|
-
key:
|
624
|
+
key: ["tokenId"];
|
625
625
|
name: "TokenApproval";
|
626
626
|
}>;
|
627
627
|
readonly deploy: {
|
@@ -659,7 +659,7 @@ declare const _default: {
|
|
659
659
|
readonly operator: "address";
|
660
660
|
readonly approved: "bool";
|
661
661
|
};
|
662
|
-
key:
|
662
|
+
key: ["owner", "operator"];
|
663
663
|
name: "OperatorApproval";
|
664
664
|
}>;
|
665
665
|
readonly deploy: {
|
@@ -692,7 +692,7 @@ declare const _default: {
|
|
692
692
|
readonly namespaceId: "ResourceId";
|
693
693
|
readonly tokenAddress: "address";
|
694
694
|
};
|
695
|
-
key:
|
695
|
+
key: ["namespaceId"];
|
696
696
|
name: "ERC721Registry";
|
697
697
|
}>;
|
698
698
|
readonly deploy: {
|
@@ -710,7 +710,7 @@ declare const _default: {
|
|
710
710
|
readonly namespace: "";
|
711
711
|
readonly codegen: never;
|
712
712
|
readonly systems: {};
|
713
|
-
readonly excludeSystems:
|
713
|
+
readonly excludeSystems: ["UniqueEntitySystem", "PuppetFactorySystem", "ERC20System", "ERC721System"];
|
714
714
|
readonly modules: readonly [];
|
715
715
|
readonly deploy: {
|
716
716
|
readonly customWorldContract: undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "2.0.0-main-
|
3
|
+
"version": "2.0.0-main-bde8bd69",
|
4
4
|
"description": "World modules",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -15,11 +15,11 @@
|
|
15
15
|
},
|
16
16
|
"dependencies": {
|
17
17
|
"zod": "^3.21.4",
|
18
|
-
"@latticexyz/
|
19
|
-
"@latticexyz/
|
20
|
-
"@latticexyz/
|
21
|
-
"@latticexyz/
|
22
|
-
"@latticexyz/
|
18
|
+
"@latticexyz/config": "2.0.0-main-bde8bd69",
|
19
|
+
"@latticexyz/schema-type": "2.0.0-main-bde8bd69",
|
20
|
+
"@latticexyz/store": "2.0.0-main-bde8bd69",
|
21
|
+
"@latticexyz/world": "2.0.0-main-bde8bd69",
|
22
|
+
"@latticexyz/common": "2.0.0-main-bde8bd69"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@types/ejs": "^3.1.1",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
"tsup": "^6.7.0",
|
35
35
|
"tsx": "^3.12.6",
|
36
36
|
"vitest": "0.34.6",
|
37
|
-
"@latticexyz/gas-report": "2.0.0-main-
|
38
|
-
"@latticexyz/abi-ts": "2.0.0-main-
|
37
|
+
"@latticexyz/gas-report": "2.0.0-main-bde8bd69",
|
38
|
+
"@latticexyz/abi-ts": "2.0.0-main-bde8bd69"
|
39
39
|
},
|
40
40
|
"publishConfig": {
|
41
41
|
"access": "public"
|