@latticexyz/world 2.0.0-alpha.58 → 2.0.0-alpha.60

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 (65) hide show
  1. package/abi/AccessControl.json +15 -15
  2. package/abi/AccessControlTest.json +266 -266
  3. package/abi/AddressArray.json +782 -782
  4. package/abi/ArrayLib.json +263 -263
  5. package/abi/Bool.json +539 -539
  6. package/abi/Call.json +6 -6
  7. package/abi/CommonBase.json +125 -125
  8. package/abi/CoreModule.json +45 -45
  9. package/abi/DecodeSlice.json +3187 -3187
  10. package/abi/FunctionSelectors.json +1412 -1412
  11. package/abi/Hooks.json +773 -773
  12. package/abi/IMulticall3.json +283 -283
  13. package/abi/IRegistrationSystem.json +1 -1
  14. package/abi/IWorldTestSystem.json +3946 -3946
  15. package/abi/InstalledModules.json +1139 -1139
  16. package/abi/KeysWithValue.json +1452 -1452
  17. package/abi/KeysWithValueHook.json +748 -1065
  18. package/abi/KeysWithValueModule.json +429 -384
  19. package/abi/KeysWithValueModuleTest.json +2028 -1996
  20. package/abi/NamespaceOwner.json +613 -613
  21. package/abi/RegistrationModule.json +504 -504
  22. package/abi/RegistrationSystem.json +1551 -1551
  23. package/abi/ResourceAccess.json +750 -750
  24. package/abi/ResourceType.json +1161 -1161
  25. package/abi/ScriptBase.json +125 -125
  26. package/abi/StdAssertions.json +1894 -1894
  27. package/abi/StdChains.json +1051 -1051
  28. package/abi/StdCheats.json +3257 -3257
  29. package/abi/StdCheatsSafe.json +3257 -3257
  30. package/abi/StdInvariant.json +336 -336
  31. package/abi/StdUtils.json +1122 -1122
  32. package/abi/Storage.json +488 -488
  33. package/abi/SystemRegistry.json +1158 -1158
  34. package/abi/SystemTest.json +146 -146
  35. package/abi/Systems.json +1180 -1180
  36. package/abi/TableId.json +27 -27
  37. package/abi/Test.json +52 -52
  38. package/abi/TestBase.json +125 -125
  39. package/abi/TestSystem.json +146 -146
  40. package/abi/TightCoder.json +240 -240
  41. package/abi/Utils.json +67 -67
  42. package/abi/Vm.json +1850 -1850
  43. package/abi/VmSafe.json +1850 -1850
  44. package/abi/World.json +48 -48
  45. package/abi/WorldTest.json +3946 -3946
  46. package/abi/WorldTestSystem.json +3946 -3946
  47. package/abi/WorldTestTableHook.json +3946 -3946
  48. package/abi/console2.json +11459 -11459
  49. package/abi/constants.json +14 -14
  50. package/abi/getKeysWithValue.json +269 -208
  51. package/abi/getTargetTableSelector.json +159 -161
  52. package/abi/stdError.json +78 -78
  53. package/abi/stdJson.json +1016 -1016
  54. package/abi/stdMath.json +218 -218
  55. package/abi/stdStorage.json +2397 -2397
  56. package/abi/stdStorageSafe.json +2397 -2397
  57. package/package.json +5 -5
  58. package/src/modules/keyswithvalue/KeysWithValueHook.sol +9 -19
  59. package/src/modules/keyswithvalue/KeysWithValueModule.sol +4 -4
  60. package/src/modules/keyswithvalue/getKeysWithValue.sol +4 -3
  61. package/src/modules/{keyswithvalue → utils}/getTargetTableSelector.sol +3 -4
  62. package/types/ethers-contracts/factories/KeysWithValueHook__factory.ts +1 -6
  63. package/types/ethers-contracts/factories/KeysWithValueModuleTest__factory.ts +1 -1
  64. package/types/ethers-contracts/factories/KeysWithValueModule__factory.ts +1 -1
  65. /package/src/modules/{keyswithvalue → utils}/ArrayLib.sol +0 -0
@@ -265,10 +265,10 @@
265
265
  57270
266
266
  ],
267
267
  "NamespaceOwner": [
268
- 64301
268
+ 64281
269
269
  ],
270
270
  "ResourceAccess": [
271
- 64896
271
+ 64876
272
272
  ],
273
273
  "ResourceSelector": [
274
274
  56347
@@ -350,7 +350,7 @@
350
350
  "file": "./tables/ResourceAccess.sol",
351
351
  "nameLocation": "-1:-1:-1",
352
352
  "scope": 56095,
353
- "sourceUnit": 64906,
353
+ "sourceUnit": 64886,
354
354
  "symbolAliases": [
355
355
  {
356
356
  "foreign": {
@@ -358,7 +358,7 @@
358
358
  "name": "ResourceAccess",
359
359
  "nodeType": "Identifier",
360
360
  "overloadedDeclarations": [],
361
- "referencedDeclaration": 64896,
361
+ "referencedDeclaration": 64876,
362
362
  "src": "179:14:85",
363
363
  "typeDescriptions": {}
364
364
  },
@@ -376,7 +376,7 @@
376
376
  "file": "./tables/NamespaceOwner.sol",
377
377
  "nameLocation": "-1:-1:-1",
378
378
  "scope": 56095,
379
- "sourceUnit": 64302,
379
+ "sourceUnit": 64282,
380
380
  "symbolAliases": [
381
381
  {
382
382
  "foreign": {
@@ -384,7 +384,7 @@
384
384
  "name": "NamespaceOwner",
385
385
  "nodeType": "Identifier",
386
386
  "overloadedDeclarations": [],
387
- "referencedDeclaration": 64301,
387
+ "referencedDeclaration": 64281,
388
388
  "src": "241:14:85",
389
389
  "typeDescriptions": {}
390
390
  },
@@ -558,10 +558,10 @@
558
558
  "name": "ResourceAccess",
559
559
  "nodeType": "Identifier",
560
560
  "overloadedDeclarations": [],
561
- "referencedDeclaration": 64896,
561
+ "referencedDeclaration": 64876,
562
562
  "src": "574:14:85",
563
563
  "typeDescriptions": {
564
- "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$64896_$",
564
+ "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$64876_$",
565
565
  "typeString": "type(library ResourceAccess)"
566
566
  }
567
567
  },
@@ -572,7 +572,7 @@
572
572
  "lValueRequested": false,
573
573
  "memberName": "get",
574
574
  "nodeType": "MemberAccess",
575
- "referencedDeclaration": 64592,
575
+ "referencedDeclaration": 64572,
576
576
  "src": "574:18:85",
577
577
  "typeDescriptions": {
578
578
  "typeIdentifier": "t_function_internal_view$_t_bytes32_$_t_address_$returns$_t_bool_$",
@@ -706,10 +706,10 @@
706
706
  "name": "ResourceAccess",
707
707
  "nodeType": "Identifier",
708
708
  "overloadedDeclarations": [],
709
- "referencedDeclaration": 64896,
709
+ "referencedDeclaration": 64876,
710
710
  "src": "692:14:85",
711
711
  "typeDescriptions": {
712
- "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$64896_$",
712
+ "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$64876_$",
713
713
  "typeString": "type(library ResourceAccess)"
714
714
  }
715
715
  },
@@ -720,7 +720,7 @@
720
720
  "lValueRequested": false,
721
721
  "memberName": "get",
722
722
  "nodeType": "MemberAccess",
723
- "referencedDeclaration": 64592,
723
+ "referencedDeclaration": 64572,
724
724
  "src": "692:18:85",
725
725
  "typeDescriptions": {
726
726
  "typeIdentifier": "t_function_internal_view$_t_bytes32_$_t_address_$returns$_t_bool_$",
@@ -1539,10 +1539,10 @@
1539
1539
  "name": "NamespaceOwner",
1540
1540
  "nodeType": "Identifier",
1541
1541
  "overloadedDeclarations": [],
1542
- "referencedDeclaration": 64301,
1542
+ "referencedDeclaration": 64281,
1543
1543
  "src": "1636:14:85",
1544
1544
  "typeDescriptions": {
1545
- "typeIdentifier": "t_type$_t_contract$_NamespaceOwner_$64301_$",
1545
+ "typeIdentifier": "t_type$_t_contract$_NamespaceOwner_$64281_$",
1546
1546
  "typeString": "type(library NamespaceOwner)"
1547
1547
  }
1548
1548
  },
@@ -1553,7 +1553,7 @@
1553
1553
  "lValueRequested": false,
1554
1554
  "memberName": "get",
1555
1555
  "nodeType": "MemberAccess",
1556
- "referencedDeclaration": 64074,
1556
+ "referencedDeclaration": 64054,
1557
1557
  "src": "1636:18:85",
1558
1558
  "typeDescriptions": {
1559
1559
  "typeIdentifier": "t_function_internal_view$_t_bytes16_$returns$_t_address_$",