@latticexyz/world-module-metadata 2.2.21 → 2.2.22-04355b7ef2dd17d0f1c189cc75a0e48ac66f1544

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.
Files changed (61) hide show
  1. package/dist/mud.config.d.ts +5 -3
  2. package/dist/mud.config.js +5 -0
  3. package/dist/mud.config.js.map +1 -1
  4. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  5. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  6. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  7. package/out/GasReporter.sol/GasReporter.json +1 -1
  8. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  9. package/out/IMetadataSystem.sol/IMetadataSystem.json +1 -1
  10. package/out/IWorld.sol/IWorld.json +1 -1
  11. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  12. package/out/InitModule.sol/InitModule.json +1 -1
  13. package/out/MetadataModule.sol/MetadataModule.json +1 -1
  14. package/out/MetadataModule.t.sol/MetadataModuleTest.abi.json +1 -1
  15. package/out/MetadataModule.t.sol/MetadataModuleTest.abi.json.d.ts +1 -1
  16. package/out/MetadataModule.t.sol/MetadataModuleTest.json +1 -1
  17. package/out/MetadataSystem.sol/MetadataSystem.abi.json +0 -16
  18. package/out/MetadataSystem.sol/MetadataSystem.abi.json.d.ts +0 -16
  19. package/out/MetadataSystem.sol/MetadataSystem.json +1 -1
  20. package/out/MetadataSystemLib.sol/MetadataSystemLib.abi.json +7 -0
  21. package/out/MetadataSystemLib.sol/MetadataSystemLib.abi.json.d.ts +9 -0
  22. package/out/MetadataSystemLib.sol/MetadataSystemLib.json +1 -0
  23. package/out/MetadataSystemLib.sol/_deleteResourceTag_ResourceId_bytes32.abi.json +20 -0
  24. package/out/MetadataSystemLib.sol/_deleteResourceTag_ResourceId_bytes32.abi.json.d.ts +22 -0
  25. package/out/MetadataSystemLib.sol/_deleteResourceTag_ResourceId_bytes32.json +1 -0
  26. package/out/MetadataSystemLib.sol/_getResourceTag_ResourceId_bytes32.abi.json +20 -0
  27. package/out/MetadataSystemLib.sol/_getResourceTag_ResourceId_bytes32.abi.json.d.ts +22 -0
  28. package/out/MetadataSystemLib.sol/_getResourceTag_ResourceId_bytes32.json +1 -0
  29. package/out/MetadataSystemLib.sol/_setResourceTag_ResourceId_bytes32_bytes.abi.json +25 -0
  30. package/out/MetadataSystemLib.sol/_setResourceTag_ResourceId_bytes32_bytes.abi.json.d.ts +27 -0
  31. package/out/MetadataSystemLib.sol/_setResourceTag_ResourceId_bytes32_bytes.json +1 -0
  32. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  33. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  34. package/out/ResourceTag.sol/ResourceTag.json +1 -1
  35. package/out/StdError.sol/stdError.json +1 -1
  36. package/out/StoreRead.sol/StoreRead.json +1 -1
  37. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  38. package/out/StoreRegistrationSystemLib.sol/StoreRegistrationSystemLib.json +1 -1
  39. package/out/StoreRegistrationSystemLib.sol/_registerStoreHook_ResourceId_IStoreHook_uint8.json +1 -1
  40. package/out/StoreRegistrationSystemLib.sol/_registerTable_ResourceId_FieldLayout_Schema_Schema_stringArray_stringArray.json +1 -1
  41. package/out/StoreRegistrationSystemLib.sol/_unregisterStoreHook_ResourceId_IStoreHook.json +1 -1
  42. package/out/System.sol/System.json +1 -1
  43. package/out/World.sol/World.json +1 -1
  44. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  45. package/out/WorldRegistrationSystemLib.sol/WorldRegistrationSystemLib.json +1 -1
  46. package/out/WorldRegistrationSystemLib.sol/_registerDelegation_address_ResourceId_bytes.json +1 -1
  47. package/out/WorldRegistrationSystemLib.sol/_registerFunctionSelector_ResourceId_string.json +1 -1
  48. package/out/WorldRegistrationSystemLib.sol/_registerNamespaceDelegation_ResourceId_ResourceId_bytes.json +1 -1
  49. package/out/WorldRegistrationSystemLib.sol/_registerNamespace_ResourceId.json +1 -1
  50. package/out/WorldRegistrationSystemLib.sol/_registerRootFunctionSelector_ResourceId_string_string.json +1 -1
  51. package/out/WorldRegistrationSystemLib.sol/_registerSystemHook_ResourceId_ISystemHook_uint8.json +1 -1
  52. package/out/WorldRegistrationSystemLib.sol/_registerSystem_ResourceId_System_bool.json +1 -1
  53. package/out/WorldRegistrationSystemLib.sol/_unregisterDelegation_address.json +1 -1
  54. package/out/WorldRegistrationSystemLib.sol/_unregisterNamespaceDelegation_ResourceId.json +1 -1
  55. package/out/WorldRegistrationSystemLib.sol/_unregisterSystemHook_ResourceId_ISystemHook.json +1 -1
  56. package/out/build-info/{b4050048a431de169351a502bf331673.json → c0f8cd5008b459e06fd3cea120871480.json} +1 -1
  57. package/out/test.sol/DSTest.json +1 -1
  58. package/package.json +6 -6
  59. package/src/MetadataModule.sol +8 -8
  60. package/src/MetadataSystem.sol +0 -2
  61. package/src/codegen/experimental/systems/MetadataSystemLib.sol +174 -0
@@ -295,21 +295,5 @@
295
295
  "internalType": "address"
296
296
  }
297
297
  ]
298
- },
299
- {
300
- "type": "error",
301
- "name": "World_ResourceNotFound",
302
- "inputs": [
303
- {
304
- "name": "resourceId",
305
- "type": "bytes32",
306
- "internalType": "ResourceId"
307
- },
308
- {
309
- "name": "resourceIdString",
310
- "type": "string",
311
- "internalType": "string"
312
- }
313
- ]
314
298
  }
315
299
  ]
@@ -295,22 +295,6 @@ declare const abi: [
295
295
  "internalType": "address"
296
296
  }
297
297
  ]
298
- },
299
- {
300
- "type": "error",
301
- "name": "World_ResourceNotFound",
302
- "inputs": [
303
- {
304
- "name": "resourceId",
305
- "type": "bytes32",
306
- "internalType": "ResourceId"
307
- },
308
- {
309
- "name": "resourceIdString",
310
- "type": "string",
311
- "internalType": "string"
312
- }
313
- ]
314
298
  }
315
299
  ];
316
300