@latticexyz/world 3.0.0-main-3440a86b5 → 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 (105) hide show
  1. package/dist/{chunk-OZBNK257.js → chunk-2DPDMM6H.js} +2 -2
  2. package/dist/chunk-3EELS6P3.js +2 -0
  3. package/dist/chunk-3EELS6P3.js.map +1 -0
  4. package/dist/config/v2.d.ts +1 -1
  5. package/dist/config/v2.js +1 -1
  6. package/dist/index.d.ts +3 -12
  7. package/dist/index.js +1 -1
  8. package/dist/index.js.map +1 -1
  9. package/dist/internal.js +1 -1
  10. package/dist/mud.config.d.ts +269 -288
  11. package/dist/mud.config.js +1 -1
  12. package/dist/node.js +1 -1
  13. package/dist/node.js.map +1 -1
  14. package/dist/{world-6e8198d8.d.ts → world-ae07544a.d.ts} +3 -5
  15. package/out/AccessControl.sol/AccessControl.json +1 -1
  16. package/out/AccessControl.t.sol/AccessControlTest.json +1 -1
  17. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  18. package/out/AddressArray.sol/AddressArray.json +1 -1
  19. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  20. package/out/Balances.sol/Balances.json +1 -1
  21. package/out/BatchCall.t.sol/BatchCallTest.json +1 -1
  22. package/out/BatchCall.t.sol/TestSystem.json +1 -1
  23. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  24. package/out/Bool.sol/Bool.json +1 -1
  25. package/out/Delegation.sol/Delegation.json +1 -1
  26. package/out/DelegationControl.sol/DelegationControl.json +1 -1
  27. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
  28. package/out/Factories.t.sol/FactoriesTest.json +1 -1
  29. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
  30. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
  31. package/out/Hook.sol/HookInstance.json +1 -1
  32. package/out/Hook.sol/HookLib.json +1 -1
  33. package/out/Hooks.sol/Hooks.json +1 -1
  34. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
  35. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  36. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
  37. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
  38. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  39. package/out/InitModule.sol/InitModule.json +1 -1
  40. package/out/InitModule.t.sol/InitModuleTest.json +1 -1
  41. package/out/InitModule.t.sol/WorldMock.json +1 -1
  42. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -1
  43. package/out/InitSystems.t.sol/LimitedCallContextTest.json +1 -1
  44. package/out/InstalledModules.sol/InstalledModules.json +1 -1
  45. package/out/Module.sol/Module.json +1 -1
  46. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  47. package/out/MudTest.t.sol/MudTest.json +1 -1
  48. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
  49. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
  50. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  51. package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
  52. package/out/ResourceIds.sol/ResourceIds.json +1 -1
  53. package/out/Store.sol/Store.json +1 -1
  54. package/out/StoreCore.sol/StoreCore.json +1 -1
  55. package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
  56. package/out/StoreHooks.sol/StoreHooks.json +1 -1
  57. package/out/StoreKernel.sol/StoreKernel.json +1 -1
  58. package/out/StoreMock.sol/StoreMock.json +1 -1
  59. package/out/StoreRead.sol/StoreRead.json +1 -1
  60. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  61. package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
  62. package/out/System.sol/System.json +1 -1
  63. package/out/System.t.sol/SystemTest.json +1 -1
  64. package/out/System.t.sol/TestSystem.json +1 -1
  65. package/out/SystemCall.sol/SystemCall.json +1 -1
  66. package/out/SystemHook.t.sol/SystemHookTest.json +1 -1
  67. package/out/SystemHooks.sol/SystemHooks.json +1 -1
  68. package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
  69. package/out/Systems.sol/Systems.json +1 -1
  70. package/out/Tables.sol/Tables.json +1 -1
  71. package/out/TwoFields.sol/TwoFields.json +1 -1
  72. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
  73. package/out/Utils.sol/Utils.json +1 -1
  74. package/out/Utils.t.sol/UtilsTest.json +1 -1
  75. package/out/Utils.t.sol/UtilsTestSystem.json +1 -1
  76. package/out/World.sol/World.json +1 -1
  77. package/out/World.t.sol/EchoSystemHook.json +1 -1
  78. package/out/World.t.sol/IWorldTestSystem.json +1 -1
  79. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  80. package/out/World.t.sol/RevertSystemHook.json +1 -1
  81. package/out/World.t.sol/WorldTest.json +1 -1
  82. package/out/World.t.sol/WorldTestSystem.json +1 -1
  83. package/out/WorldBalance.t.sol/WorldBalanceTest.json +1 -1
  84. package/out/WorldBalance.t.sol/WorldBalanceTestSystem.json +1 -1
  85. package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
  86. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
  87. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
  88. package/out/WorldContext.t.sol/TestContextConsumer.json +1 -1
  89. package/out/WorldContext.t.sol/WorldContextTest.json +1 -1
  90. package/out/WorldDynamicUpdate.t.sol/UpdateInDynamicFieldTest.json +1 -1
  91. package/out/WorldFactory.sol/WorldFactory.json +1 -1
  92. package/out/WorldProxy.sol/WorldProxy.json +1 -1
  93. package/out/WorldProxy.t.sol/WorldProxyTest.json +1 -1
  94. package/out/WorldProxyFactory.sol/WorldProxyFactory.json +1 -1
  95. package/out/WorldProxyFactory.t.sol/WorldProxyFactoryTest.json +1 -1
  96. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  97. package/out/build-info/{11c85b26e1969ca82de39d2cfbd09ca2.json → 7d027d3c2c4234c547896a757e5b3269.json} +1 -1
  98. package/package.json +8 -8
  99. package/src/codegen/interfaces/IAccessManagementSystem.sol +1 -1
  100. package/src/codegen/interfaces/IBatchCallSystem.sol +1 -1
  101. package/src/codegen/interfaces/IModuleInstallationSystem.sol +1 -1
  102. package/src/codegen/interfaces/IWorldRegistrationSystem.sol +2 -2
  103. package/dist/chunk-BH75YTBY.js +0 -2
  104. package/dist/chunk-BH75YTBY.js.map +0 -1
  105. /package/dist/{chunk-OZBNK257.js.map → chunk-2DPDMM6H.js.map} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.