@latticexyz/store 2.0.0-next.6 → 2.0.0-next.7

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 (70) hide show
  1. package/abi/Callbacks.sol/Callbacks.json +2501 -2485
  2. package/abi/DecodeSlice.sol/DecodeSlice.json +6889 -6889
  3. package/abi/EchoSubscriber.sol/EchoSubscriber.abi.json +183 -0
  4. package/abi/EchoSubscriber.sol/EchoSubscriber.abi.json.d.ts +184 -0
  5. package/abi/EchoSubscriber.sol/EchoSubscriber.json +2523 -0
  6. package/abi/EncodeArray.sol/EncodeArray.json +6195 -6195
  7. package/abi/Hook.sol/HookInstance.abi.json +1 -0
  8. package/abi/Hook.sol/HookInstance.json +1473 -0
  9. package/abi/Hook.sol/HookLib.abi.json +1 -0
  10. package/abi/Hook.sol/HookLib.json +1473 -0
  11. package/abi/Hooks.sol/Hooks.json +2766 -2849
  12. package/abi/IStore.sol/IStore.abi.json +6 -1
  13. package/abi/IStore.sol/IStore.abi.json.d.ts +6 -1
  14. package/abi/IStore.sol/IStore.json +1333 -1017
  15. package/abi/IStore.sol/IStoreData.json +1320 -1014
  16. package/abi/IStore.sol/IStoreEphemeral.json +1320 -1014
  17. package/abi/IStore.sol/IStoreHook.abi.json +59 -8
  18. package/abi/IStore.sol/IStoreHook.abi.json.d.ts +59 -8
  19. package/abi/IStore.sol/IStoreHook.json +1440 -1032
  20. package/abi/IStore.sol/IStoreRead.json +1320 -1014
  21. package/abi/IStore.sol/IStoreRegistration.abi.json +6 -1
  22. package/abi/IStore.sol/IStoreRegistration.abi.json.d.ts +6 -1
  23. package/abi/IStore.sol/IStoreRegistration.json +1333 -1017
  24. package/abi/IStore.sol/IStoreWrite.json +1320 -1014
  25. package/abi/IStoreErrors.sol/IStoreErrors.json +131 -131
  26. package/abi/KeyEncoding.sol/KeyEncoding.json +2785 -2769
  27. package/abi/Memory.sol/Memory.json +202 -202
  28. package/abi/MirrorSubscriber.sol/MirrorSubscriber.abi.json +59 -8
  29. package/abi/MirrorSubscriber.sol/MirrorSubscriber.abi.json.d.ts +59 -8
  30. package/abi/MirrorSubscriber.sol/MirrorSubscriber.json +936 -519
  31. package/abi/Mixed.sol/Mixed.json +6117 -6101
  32. package/abi/PackedCounter.sol/PackedCounterInstance.json +1596 -1596
  33. package/abi/PackedCounter.sol/PackedCounterLib.json +1596 -1596
  34. package/abi/RevertSubscriber.sol/RevertSubscriber.abi.json +170 -0
  35. package/abi/RevertSubscriber.sol/RevertSubscriber.abi.json.d.ts +171 -0
  36. package/abi/RevertSubscriber.sol/RevertSubscriber.json +1906 -0
  37. package/abi/Schema.sol/SchemaInstance.json +1325 -1325
  38. package/abi/Schema.sol/SchemaLib.json +1325 -1325
  39. package/abi/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +872 -872
  40. package/abi/Slice.sol/SliceInstance.json +750 -750
  41. package/abi/Slice.sol/SliceLib.json +750 -750
  42. package/abi/Storage.sol/Storage.json +980 -980
  43. package/abi/StoreCore.sol/StoreCore.json +14588 -11548
  44. package/abi/StoreCore.sol/StoreCoreInternal.json +14588 -11548
  45. package/abi/StoreHook.sol/StoreHookLib.abi.json +1 -0
  46. package/abi/StoreHook.sol/StoreHookLib.json +1820 -0
  47. package/abi/StoreMock.sol/StoreMock.abi.json +6 -1
  48. package/abi/StoreMock.sol/StoreMock.abi.json.d.ts +6 -1
  49. package/abi/StoreMock.sol/StoreMock.json +831 -762
  50. package/abi/StoreRead.sol/StoreRead.json +526 -510
  51. package/abi/StoreReadWithStubs.sol/StoreReadWithStubs.abi.json +5 -0
  52. package/abi/StoreReadWithStubs.sol/StoreReadWithStubs.abi.json.d.ts +5 -0
  53. package/abi/StoreReadWithStubs.sol/StoreReadWithStubs.json +613 -560
  54. package/abi/StoreSwitch.sol/StoreSwitch.json +2376 -2301
  55. package/abi/Tables.sol/Tables.json +6150 -6134
  56. package/abi/TightCoder.sol/TightCoder.json +433 -433
  57. package/abi/Types.sol/Types.json +21 -21
  58. package/abi/Utils.sol/Utils.json +59 -59
  59. package/abi/Vector2.sol/Vector2.json +2470 -2454
  60. package/abi/codegen/Tables.sol/Tables.json +89 -89
  61. package/dist/mud.config.js +1 -1
  62. package/dist/mud.config.js.map +1 -1
  63. package/package.json +6 -6
  64. package/src/Hook.sol +43 -0
  65. package/src/IStore.sol +7 -4
  66. package/src/StoreCore.sol +94 -65
  67. package/src/StoreHook.sol +44 -0
  68. package/src/StoreReadWithStubs.sol +1 -1
  69. package/src/StoreSwitch.sol +3 -3
  70. package/src/codegen/tables/Hooks.sol +27 -27

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.