@latticexyz/world-module-metadata 2.2.19-900ac35deebfa260bafb1697d15e95eef855cd69 → 2.2.20-06e48e0239a5c7994ce73b4d2752860743fec4b0

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 (51) hide show
  1. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +1 -1
  2. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +1 -1
  3. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  4. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +1 -1
  5. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +1 -1
  6. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  7. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +1 -1
  8. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +1 -1
  9. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  10. package/out/Delegation.sol/Delegation.json +1 -1
  11. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  12. package/out/IWorld.sol/IWorld.json +1 -1
  13. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  14. package/out/InitModule.sol/InitModule.abi.json +3 -3
  15. package/out/InitModule.sol/InitModule.abi.json.d.ts +3 -3
  16. package/out/InitModule.sol/InitModule.json +1 -1
  17. package/out/MetadataModule.sol/MetadataModule.abi.json +3 -3
  18. package/out/MetadataModule.sol/MetadataModule.abi.json.d.ts +3 -3
  19. package/out/MetadataModule.sol/MetadataModule.json +1 -1
  20. package/out/MetadataModule.t.sol/MetadataModuleTest.json +1 -1
  21. package/out/MetadataSystem.sol/MetadataSystem.abi.json +1 -1
  22. package/out/MetadataSystem.sol/MetadataSystem.abi.json.d.ts +1 -1
  23. package/out/MetadataSystem.sol/MetadataSystem.json +1 -1
  24. package/out/Module.sol/Module.abi.json +1 -1
  25. package/out/Module.sol/Module.abi.json.d.ts +1 -1
  26. package/out/Module.sol/Module.json +1 -1
  27. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +1 -1
  28. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +1 -1
  29. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  30. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +1 -1
  31. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +1 -1
  32. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  33. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +1 -1
  34. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +1 -1
  35. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  36. package/out/System.sol/System.abi.json +1 -1
  37. package/out/System.sol/System.abi.json.d.ts +1 -1
  38. package/out/System.sol/System.json +1 -1
  39. package/out/SystemCall.sol/SystemCall.json +1 -1
  40. package/out/World.sol/World.json +1 -1
  41. package/out/WorldContext.sol/WorldContextConsumer.abi.json +1 -1
  42. package/out/WorldContext.sol/WorldContextConsumer.abi.json.d.ts +1 -1
  43. package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
  44. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
  45. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
  46. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +1 -1
  47. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +1 -1
  48. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  49. package/out/build-info/{160aefb0e8bbb895d3d12767d8ce32fe.json → cc16e4daf4aa54dda840dc0bb6ee2490.json} +1 -1
  50. package/package.json +6 -6
  51. package/src/MetadataModule.sol +1 -5
@@ -23,7 +23,7 @@
23
23
  "internalType": "uint256"
24
24
  }
25
25
  ],
26
- "stateMutability": "pure"
26
+ "stateMutability": "view"
27
27
  },
28
28
  {
29
29
  "type": "function",
@@ -56,13 +56,13 @@
56
56
  "name": "installRoot",
57
57
  "inputs": [
58
58
  {
59
- "name": "",
59
+ "name": "encodedArgs",
60
60
  "type": "bytes",
61
61
  "internalType": "bytes"
62
62
  }
63
63
  ],
64
64
  "outputs": [],
65
- "stateMutability": "pure"
65
+ "stateMutability": "nonpayable"
66
66
  },
67
67
  {
68
68
  "type": "function",
@@ -23,7 +23,7 @@ declare const abi: [
23
23
  "internalType": "uint256"
24
24
  }
25
25
  ],
26
- "stateMutability": "pure"
26
+ "stateMutability": "view"
27
27
  },
28
28
  {
29
29
  "type": "function",
@@ -56,13 +56,13 @@ declare const abi: [
56
56
  "name": "installRoot",
57
57
  "inputs": [
58
58
  {
59
- "name": "",
59
+ "name": "encodedArgs",
60
60
  "type": "bytes",
61
61
  "internalType": "bytes"
62
62
  }
63
63
  ],
64
64
  "outputs": [],
65
- "stateMutability": "pure"
65
+ "stateMutability": "nonpayable"
66
66
  },
67
67
  {
68
68
  "type": "function",