@latticexyz/world 2.2.22-ca7a36a114ba65468662dbeef343129fa60f04eb → 2.2.22-d621dc7c427a59eb74f4d379862646355a149338

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 (75) hide show
  1. package/dist/internal.d.ts +16 -2
  2. package/dist/internal.js +113 -45
  3. package/dist/internal.js.map +1 -1
  4. package/dist/node.js +63 -42
  5. package/dist/node.js.map +1 -1
  6. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  7. package/out/AccessManagementSystemLib.sol/AccessManagementSystemLib.json +1 -1
  8. package/out/AccessManagementSystemLib.sol/_grantAccess_ResourceId_address.json +1 -1
  9. package/out/AccessManagementSystemLib.sol/_renounceOwnership_ResourceId.json +1 -1
  10. package/out/AccessManagementSystemLib.sol/_revokeAccess_ResourceId_address.json +1 -1
  11. package/out/AccessManagementSystemLib.sol/_transferOwnership_ResourceId_address.json +1 -1
  12. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  13. package/out/BalanceTransferSystemLib.sol/BalanceTransferSystemLib.json +1 -1
  14. package/out/BalanceTransferSystemLib.sol/_transferBalanceToAddress_ResourceId_address_uint256.json +1 -1
  15. package/out/BalanceTransferSystemLib.sol/_transferBalanceToNamespace_ResourceId_ResourceId_uint256.json +1 -1
  16. package/out/BatchCall.t.sol/BatchCallTest.json +1 -1
  17. package/out/BatchCall.t.sol/TestSystem.json +1 -1
  18. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  19. package/out/BatchCallSystemLib.sol/BatchCallSystemLib.json +1 -1
  20. package/out/BatchCallSystemLib.sol/_batchCallFrom_SystemCallFromDataArray.json +1 -1
  21. package/out/BatchCallSystemLib.sol/_batchCall_SystemCallDataArray.json +1 -1
  22. package/out/DelegationControl.sol/DelegationControl.json +1 -1
  23. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
  24. package/out/Factories.t.sol/FactoriesTest.json +1 -1
  25. package/out/IBaseWorld.sol/IBaseWorld.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/InitSystems.t.sol/LimitedCallContextTest.json +1 -1
  31. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  32. package/out/ModuleInstallationSystemLib.sol/ModuleInstallationSystemLib.json +1 -1
  33. package/out/ModuleInstallationSystemLib.sol/_installModule_IModule_bytes.json +1 -1
  34. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  35. package/out/RegistrationSystemLib.sol/RegistrationSystemLib.json +1 -1
  36. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  37. package/out/StoreRegistrationSystemLib.sol/StoreRegistrationSystemLib.json +1 -1
  38. package/out/StoreRegistrationSystemLib.sol/_registerStoreHook_ResourceId_IStoreHook_uint8.json +1 -1
  39. package/out/StoreRegistrationSystemLib.sol/_registerTable_ResourceId_FieldLayout_Schema_Schema_stringArray_stringArray.json +1 -1
  40. package/out/StoreRegistrationSystemLib.sol/_unregisterStoreHook_ResourceId_IStoreHook.json +1 -1
  41. package/out/System.sol/System.json +1 -1
  42. package/out/System.t.sol/SystemTest.json +1 -1
  43. package/out/System.t.sol/TestSystem.json +1 -1
  44. package/out/Utils.t.sol/UtilsTest.json +1 -1
  45. package/out/Utils.t.sol/UtilsTestSystem.json +1 -1
  46. package/out/World.t.sol/EchoSystemHook.json +1 -1
  47. package/out/World.t.sol/IWorldTestSystem.json +1 -1
  48. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  49. package/out/World.t.sol/RevertSystemHook.json +1 -1
  50. package/out/World.t.sol/WorldTest.json +1 -1
  51. package/out/World.t.sol/WorldTestSystem.json +1 -1
  52. package/out/WorldBalance.t.sol/WorldBalanceTest.json +1 -1
  53. package/out/WorldBalance.t.sol/WorldBalanceTestSystem.json +1 -1
  54. package/out/WorldDynamicUpdate.t.sol/UpdateInDynamicFieldTest.json +1 -1
  55. package/out/WorldFactory.sol/WorldFactory.json +1 -1
  56. package/out/WorldProxy.sol/WorldProxy.json +1 -1
  57. package/out/WorldProxy.t.sol/WorldProxyTest.json +1 -1
  58. package/out/WorldProxyFactory.sol/WorldProxyFactory.json +1 -1
  59. package/out/WorldProxyFactory.t.sol/WorldProxyFactoryTest.json +1 -1
  60. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  61. package/out/WorldRegistrationSystemLib.sol/WorldRegistrationSystemLib.json +1 -1
  62. package/out/WorldRegistrationSystemLib.sol/_registerDelegation_address_ResourceId_bytes.json +1 -1
  63. package/out/WorldRegistrationSystemLib.sol/_registerFunctionSelector_ResourceId_string.json +1 -1
  64. package/out/WorldRegistrationSystemLib.sol/_registerNamespaceDelegation_ResourceId_ResourceId_bytes.json +1 -1
  65. package/out/WorldRegistrationSystemLib.sol/_registerNamespace_ResourceId.json +1 -1
  66. package/out/WorldRegistrationSystemLib.sol/_registerRootFunctionSelector_ResourceId_string_string.json +1 -1
  67. package/out/WorldRegistrationSystemLib.sol/_registerSystemHook_ResourceId_ISystemHook_uint8.json +1 -1
  68. package/out/WorldRegistrationSystemLib.sol/_registerSystem_ResourceId_System_bool.json +1 -1
  69. package/out/WorldRegistrationSystemLib.sol/_unregisterDelegation_address.json +1 -1
  70. package/out/WorldRegistrationSystemLib.sol/_unregisterNamespaceDelegation_ResourceId.json +1 -1
  71. package/out/WorldRegistrationSystemLib.sol/_unregisterSystemHook_ResourceId_ISystemHook.json +1 -1
  72. package/out/build-info/d03362842ce3e334.json +1 -0
  73. package/package.json +9 -9
  74. package/src/System.sol +1 -1
  75. package/out/build-info/6366a746548e984842b93ef762b76b99.json +0 -1

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.