@latticexyz/world-module-metadata 2.2.22-7fd242ecf040c1c9955cdd2c971d0ed5570fa14b → 2.2.22-ab837ceb49fa77cc29487bb9df0c487975b37afe
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/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IWorld.sol/IWorld.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/MetadataModule.sol/MetadataModule.json +1 -1
- package/out/MetadataModule.t.sol/MetadataModuleTest.abi.json +1 -1
- package/out/MetadataModule.t.sol/MetadataModuleTest.abi.json.d.ts +1 -1
- package/out/MetadataModule.t.sol/MetadataModuleTest.json +1 -1
- package/out/MetadataSystem.sol/MetadataSystem.abi.json +0 -16
- package/out/MetadataSystem.sol/MetadataSystem.abi.json.d.ts +0 -16
- package/out/MetadataSystem.sol/MetadataSystem.json +1 -1
- package/out/MetadataSystemLib.sol/MetadataSystemLib.json +1 -1
- package/out/MetadataSystemLib.sol/_deleteResourceTag_ResourceId_bytes32.json +1 -1
- package/out/MetadataSystemLib.sol/_getResourceTag_ResourceId_bytes32.json +1 -1
- package/out/MetadataSystemLib.sol/_setResourceTag_ResourceId_bytes32_bytes.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/StoreRegistrationSystemLib.sol/StoreRegistrationSystemLib.json +1 -1
- package/out/StoreRegistrationSystemLib.sol/_registerStoreHook_ResourceId_IStoreHook_uint8.json +1 -1
- package/out/StoreRegistrationSystemLib.sol/_registerTable_ResourceId_FieldLayout_Schema_Schema_stringArray_stringArray.json +1 -1
- package/out/StoreRegistrationSystemLib.sol/_unregisterStoreHook_ResourceId_IStoreHook.json +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/WorldRegistrationSystemLib.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_registerDelegation_address_ResourceId_bytes.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_registerFunctionSelector_ResourceId_string.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_registerNamespaceDelegation_ResourceId_ResourceId_bytes.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_registerNamespace_ResourceId.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_registerRootFunctionSelector_ResourceId_string_string.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_registerSystemHook_ResourceId_ISystemHook_uint8.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_registerSystem_ResourceId_System_bool.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_unregisterDelegation_address.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_unregisterNamespaceDelegation_ResourceId.json +1 -1
- package/out/WorldRegistrationSystemLib.sol/_unregisterSystemHook_ResourceId_ISystemHook.json +1 -1
- package/out/build-info/{d8683521b55401b8908d2309dc58c4c2.json → c0f8cd5008b459e06fd3cea120871480.json} +1 -1
- package/package.json +6 -6
- package/src/MetadataModule.sol +8 -8
- package/src/MetadataSystem.sol +0 -2