@latticexyz/world 3.0.0-main-fb1cfef0c → 3.0.0-main-69eb63b59

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 (90) hide show
  1. package/dist/node.js +1 -1
  2. package/dist/node.js.map +1 -1
  3. package/out/AccessControl.sol/AccessControl.json +1 -1
  4. package/out/AccessControl.t.sol/AccessControlTest.json +1 -1
  5. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  6. package/out/AddressArray.sol/AddressArray.json +1 -1
  7. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  8. package/out/Balances.sol/Balances.json +1 -1
  9. package/out/BatchCall.t.sol/BatchCallTest.json +1 -1
  10. package/out/BatchCall.t.sol/TestSystem.json +1 -1
  11. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  12. package/out/Bool.sol/Bool.json +1 -1
  13. package/out/Delegation.sol/Delegation.json +1 -1
  14. package/out/DelegationControl.sol/DelegationControl.json +1 -1
  15. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
  16. package/out/Factories.t.sol/FactoriesTest.json +1 -1
  17. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
  18. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
  19. package/out/Hook.sol/HookInstance.json +1 -1
  20. package/out/Hook.sol/HookLib.json +1 -1
  21. package/out/Hooks.sol/Hooks.json +1 -1
  22. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
  23. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  24. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
  25. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
  26. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  27. package/out/InitModule.sol/InitModule.json +1 -1
  28. package/out/InitModule.t.sol/InitModuleTest.json +1 -1
  29. package/out/InitModule.t.sol/WorldMock.json +1 -1
  30. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -1
  31. package/out/InitSystems.t.sol/LimitedCallContextTest.json +1 -1
  32. package/out/InstalledModules.sol/InstalledModules.json +1 -1
  33. package/out/Module.sol/Module.json +1 -1
  34. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  35. package/out/MudTest.t.sol/MudTest.json +1 -1
  36. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
  37. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
  38. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  39. package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
  40. package/out/ResourceIds.sol/ResourceIds.json +1 -1
  41. package/out/Store.sol/Store.json +1 -1
  42. package/out/StoreCore.sol/StoreCore.json +1 -1
  43. package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
  44. package/out/StoreHooks.sol/StoreHooks.json +1 -1
  45. package/out/StoreKernel.sol/StoreKernel.json +1 -1
  46. package/out/StoreMock.sol/StoreMock.json +1 -1
  47. package/out/StoreRead.sol/StoreRead.json +1 -1
  48. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  49. package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
  50. package/out/System.sol/System.json +1 -1
  51. package/out/System.t.sol/SystemTest.json +1 -1
  52. package/out/System.t.sol/TestSystem.json +1 -1
  53. package/out/SystemCall.sol/SystemCall.json +1 -1
  54. package/out/SystemHook.t.sol/SystemHookTest.json +1 -1
  55. package/out/SystemHooks.sol/SystemHooks.json +1 -1
  56. package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
  57. package/out/Systems.sol/Systems.json +1 -1
  58. package/out/Tables.sol/Tables.json +1 -1
  59. package/out/TwoFields.sol/TwoFields.json +1 -1
  60. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
  61. package/out/Utils.sol/Utils.json +1 -1
  62. package/out/Utils.t.sol/UtilsTest.json +1 -1
  63. package/out/Utils.t.sol/UtilsTestSystem.json +1 -1
  64. package/out/World.sol/World.json +1 -1
  65. package/out/World.t.sol/EchoSystemHook.json +1 -1
  66. package/out/World.t.sol/IWorldTestSystem.json +1 -1
  67. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  68. package/out/World.t.sol/RevertSystemHook.json +1 -1
  69. package/out/World.t.sol/WorldTest.json +1 -1
  70. package/out/World.t.sol/WorldTestSystem.json +1 -1
  71. package/out/WorldBalance.t.sol/WorldBalanceTest.json +1 -1
  72. package/out/WorldBalance.t.sol/WorldBalanceTestSystem.json +1 -1
  73. package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
  74. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
  75. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
  76. package/out/WorldContext.t.sol/TestContextConsumer.json +1 -1
  77. package/out/WorldContext.t.sol/WorldContextTest.json +1 -1
  78. package/out/WorldDynamicUpdate.t.sol/UpdateInDynamicFieldTest.json +1 -1
  79. package/out/WorldFactory.sol/WorldFactory.json +1 -1
  80. package/out/WorldProxy.sol/WorldProxy.json +1 -1
  81. package/out/WorldProxy.t.sol/WorldProxyTest.json +1 -1
  82. package/out/WorldProxyFactory.sol/WorldProxyFactory.json +1 -1
  83. package/out/WorldProxyFactory.t.sol/WorldProxyFactoryTest.json +1 -1
  84. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  85. package/out/build-info/{11c85b26e1969ca82de39d2cfbd09ca2.json → 7d027d3c2c4234c547896a757e5b3269.json} +1 -1
  86. package/package.json +8 -8
  87. package/src/codegen/interfaces/IAccessManagementSystem.sol +1 -1
  88. package/src/codegen/interfaces/IBatchCallSystem.sol +1 -1
  89. package/src/codegen/interfaces/IModuleInstallationSystem.sol +1 -1
  90. package/src/codegen/interfaces/IWorldRegistrationSystem.sol +2 -2
package/dist/node.js CHANGED
@@ -17,7 +17,7 @@ import{a as We,b as Vs,c as Pe,d as p,e as O,f as x,g as it,m as je}from"./chunk
17
17
  ) external ${a} ${Zs(l)};
18
18
  `)}
19
19
  }
20
- `}function Zs(n){return n.length>0?`returns (${we(n)})`:""}import{renderArguments as Xs,renderedSolidityHeader as Qs,renderAbsoluteImports as ti,renderRelativeImports as ei}from"@latticexyz/common/codegen";function Be(n){let{interfaceName:t,storeImportPath:e,worldImportPath:s,imports:i}=n,r=t==="IBaseWorld"?[{symbol:"IStore",path:`${e}IStore.sol`},{symbol:"IWorldKernel",path:`${s}IWorldKernel.sol`}]:[{symbol:"IBaseWorld",path:`${s}codegen/interfaces/IBaseWorld.sol`}],o=[...r,...i].map(({symbol:h})=>h);return`
20
+ `}function Zs(n){return n.length>0?`returns (${we(n)})`:""}import{renderArguments as Xs,renderedSolidityHeader as Qs,renderAbsoluteImports as ti,renderRelativeImports as ei}from"@latticexyz/common/codegen";function Be(n){let{interfaceName:t,storeImportPath:e,worldImportPath:s,imports:i}=n,r=t==="IBaseWorld"?[{symbol:"IStore",path:`${e}/IStore.sol`},{symbol:"IWorldKernel",path:`${s}IWorldKernel.sol`}]:[{symbol:"IBaseWorld",path:`${s}codegen/interfaces/IBaseWorld.sol`}],o=[...r,...i].map(({symbol:h})=>h);return`
21
21
  ${Qs}
22
22
 
23
23
  ${ti(r)}