@latticexyz/world-modules 2.0.0-transaction-context-af4b168c → 2.0.0-transaction-context-98ef570f

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 (41) hide show
  1. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  2. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  3. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  4. package/out/ERC20.t.sol/ERC20Test.json +1 -1
  5. package/out/ERC20Module.sol/ERC20Module.json +1 -1
  6. package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
  7. package/out/ERC721.t.sol/ERC721Test.json +1 -1
  8. package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
  9. package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
  10. package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
  11. package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
  12. package/out/ERC721Module.sol/ERC721Module.json +1 -1
  13. package/out/InitModule.sol/InitModule.json +1 -1
  14. package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
  15. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
  16. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
  17. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
  18. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  19. package/out/Puppet.sol/Puppet.json +1 -1
  20. package/out/PuppetModule.sol/PuppetModule.json +1 -1
  21. package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
  22. package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
  23. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  24. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
  25. package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
  26. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  27. package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
  28. package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
  29. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
  30. package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
  31. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
  32. package/out/World.sol/World.json +1 -1
  33. package/out/World.t.sol/EchoSystemHook.json +1 -1
  34. package/out/World.t.sol/IWorldTestSystem.json +1 -1
  35. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  36. package/out/World.t.sol/RevertSystemHook.json +1 -1
  37. package/out/World.t.sol/WorldTest.json +1 -1
  38. package/out/World.t.sol/WorldTestSystem.json +1 -1
  39. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  40. package/out/query.t.sol/QueryTest.json +1 -1
  41. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/world-modules",
3
- "version": "2.0.0-transaction-context-af4b168c",
3
+ "version": "2.0.0-transaction-context-98ef570f",
4
4
  "description": "World modules",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "zod": "^3.21.4",
18
- "@latticexyz/common": "2.0.0-transaction-context-af4b168c",
19
- "@latticexyz/schema-type": "2.0.0-transaction-context-af4b168c",
20
- "@latticexyz/config": "2.0.0-transaction-context-af4b168c",
21
- "@latticexyz/store": "2.0.0-transaction-context-af4b168c",
22
- "@latticexyz/world": "2.0.0-transaction-context-af4b168c"
18
+ "@latticexyz/common": "2.0.0-transaction-context-98ef570f",
19
+ "@latticexyz/config": "2.0.0-transaction-context-98ef570f",
20
+ "@latticexyz/schema-type": "2.0.0-transaction-context-98ef570f",
21
+ "@latticexyz/store": "2.0.0-transaction-context-98ef570f",
22
+ "@latticexyz/world": "2.0.0-transaction-context-98ef570f"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/ejs": "^3.1.1",
@@ -34,8 +34,8 @@
34
34
  "tsup": "^6.7.0",
35
35
  "tsx": "^3.12.6",
36
36
  "vitest": "0.34.6",
37
- "@latticexyz/abi-ts": "2.0.0-transaction-context-af4b168c",
38
- "@latticexyz/gas-report": "2.0.0-transaction-context-af4b168c"
37
+ "@latticexyz/abi-ts": "2.0.0-transaction-context-98ef570f",
38
+ "@latticexyz/gas-report": "2.0.0-transaction-context-98ef570f"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"