@latticexyz/world-modules 3.0.0-main-69eb63b59 → 3.0.0-main-570086e7b
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 +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/CallWithSignatureModule.t.sol/Unstable_CallWithSignatureModuleTest.json +1 -1
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
- package/out/ERC20System.sol/ERC20System.json +1 -1
- package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.json +1 -1
- package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
- package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
- package/out/ERC721System.sol/ERC721System.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IWorld.sol/IWorld.json +1 -1
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/Puppet.sol/Puppet.json +1 -1
- package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
- package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
- package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
- package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
- package/out/Unstable_CallWithSignatureModule.sol/Unstable_CallWithSignatureModule.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.json +1 -1
- package/out/World.t.sol/PayableFallbackSystem.json +1 -1
- package/out/World.t.sol/RevertSystemHook.json +1 -1
- package/out/World.t.sol/WorldTest.json +1 -1
- package/out/World.t.sol/WorldTestSystem.json +1 -1
- package/out/build-info/{8fbdca985baae8f468de7defa17de7fb.json → aa2a91059cf995afdf8cc5f112a6b246.json} +1 -1
- package/out/query.t.sol/QueryTest.json +1 -1
- package/package.json +9 -9
- package/src/codegen/index.sol +20 -20
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "3.0.0-main-
|
3
|
+
"version": "3.0.0-main-570086e7b",
|
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.22.2",
|
30
|
-
"@latticexyz/common": "3.0.0-main-
|
31
|
-
"@latticexyz/config": "3.0.0-main-
|
32
|
-
"@latticexyz/schema-type": "3.0.0-main-
|
33
|
-
"@latticexyz/store": "3.0.0-main-
|
34
|
-
"@latticexyz/world": "3.0.0-main-
|
30
|
+
"@latticexyz/common": "3.0.0-main-570086e7b",
|
31
|
+
"@latticexyz/config": "3.0.0-main-570086e7b",
|
32
|
+
"@latticexyz/schema-type": "3.0.0-main-570086e7b",
|
33
|
+
"@latticexyz/store": "3.0.0-main-570086e7b",
|
34
|
+
"@latticexyz/world": "3.0.0-main-570086e7b"
|
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": "3.0.0-main-
|
48
|
-
"@latticexyz/cli": "3.0.0-main-
|
49
|
-
"@latticexyz/gas-report": "3.0.0-main-
|
47
|
+
"@latticexyz/abi-ts": "3.0.0-main-570086e7b",
|
48
|
+
"@latticexyz/cli": "3.0.0-main-570086e7b",
|
49
|
+
"@latticexyz/gas-report": "3.0.0-main-570086e7b"
|
50
50
|
},
|
51
51
|
"publishConfig": {
|
52
52
|
"access": "public"
|
package/src/codegen/index.sol
CHANGED
@@ -3,23 +3,23 @@ pragma solidity >=0.8.24;
|
|
3
3
|
|
4
4
|
/* Autogenerated file. Do not edit manually. */
|
5
5
|
|
6
|
-
import { KeysWithValue } from "
|
7
|
-
import { KeysInTable, KeysInTableData } from "
|
8
|
-
import { UsedKeysIndex } from "
|
9
|
-
import { UniqueEntity } from "
|
10
|
-
import { CallboundDelegations } from "
|
11
|
-
import { SystemboundDelegations } from "
|
12
|
-
import { TimeboundDelegations } from "
|
13
|
-
import { PuppetRegistry } from "
|
14
|
-
import { Balances } from "
|
15
|
-
import { ERC20Metadata, ERC20MetadataData } from "
|
16
|
-
import { Allowances } from "
|
17
|
-
import { TotalSupply } from "
|
18
|
-
import { ERC20Registry } from "
|
19
|
-
import { ERC721Metadata, ERC721MetadataData } from "
|
20
|
-
import { TokenURI } from "
|
21
|
-
import { Owners } from "
|
22
|
-
import { TokenApproval } from "
|
23
|
-
import { OperatorApproval } from "
|
24
|
-
import { ERC721Registry } from "
|
25
|
-
import { CallWithSignatureNonces } from "
|
6
|
+
import { KeysWithValue } from "../modules/keyswithvalue/tables/KeysWithValue.sol";
|
7
|
+
import { KeysInTable, KeysInTableData } from "../modules/keysintable/tables/KeysInTable.sol";
|
8
|
+
import { UsedKeysIndex } from "../modules/keysintable/tables/UsedKeysIndex.sol";
|
9
|
+
import { UniqueEntity } from "../modules/uniqueentity/tables/UniqueEntity.sol";
|
10
|
+
import { CallboundDelegations } from "../modules/std-delegations/tables/CallboundDelegations.sol";
|
11
|
+
import { SystemboundDelegations } from "../modules/std-delegations/tables/SystemboundDelegations.sol";
|
12
|
+
import { TimeboundDelegations } from "../modules/std-delegations/tables/TimeboundDelegations.sol";
|
13
|
+
import { PuppetRegistry } from "../modules/puppet/tables/PuppetRegistry.sol";
|
14
|
+
import { Balances } from "../modules/tokens/tables/Balances.sol";
|
15
|
+
import { ERC20Metadata, ERC20MetadataData } from "../modules/erc20-puppet/tables/ERC20Metadata.sol";
|
16
|
+
import { Allowances } from "../modules/erc20-puppet/tables/Allowances.sol";
|
17
|
+
import { TotalSupply } from "../modules/erc20-puppet/tables/TotalSupply.sol";
|
18
|
+
import { ERC20Registry } from "../modules/erc20-puppet/tables/ERC20Registry.sol";
|
19
|
+
import { ERC721Metadata, ERC721MetadataData } from "../modules/erc721-puppet/tables/ERC721Metadata.sol";
|
20
|
+
import { TokenURI } from "../modules/erc721-puppet/tables/TokenURI.sol";
|
21
|
+
import { Owners } from "../modules/erc721-puppet/tables/Owners.sol";
|
22
|
+
import { TokenApproval } from "../modules/erc721-puppet/tables/TokenApproval.sol";
|
23
|
+
import { OperatorApproval } from "../modules/erc721-puppet/tables/OperatorApproval.sol";
|
24
|
+
import { ERC721Registry } from "../modules/erc721-puppet/tables/ERC721Registry.sol";
|
25
|
+
import { CallWithSignatureNonces } from "../modules/callwithsignature/tables/CallWithSignatureNonces.sol";
|