@latticexyz/world 2.0.0-alpha.64 → 2.0.0-alpha.66

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 (68) hide show
  1. package/abi/AccessControl.json +15 -15
  2. package/abi/AccessControlTest.json +273 -273
  3. package/abi/AddressArray.json +782 -782
  4. package/abi/ArrayLib.json +139 -139
  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 +259 -111
  9. package/abi/DecodeSlice.json +3187 -3187
  10. package/abi/FunctionSelectors.json +1412 -1412
  11. package/abi/Hooks.json +773 -773
  12. package/abi/IBaseWorld.json +7 -7
  13. package/abi/IErrors.json +48 -48
  14. package/abi/IMulticall3.json +283 -283
  15. package/abi/IRegistrationSystem.json +1 -1
  16. package/abi/IWorldTestSystem.json +5366 -5366
  17. package/abi/InstalledModules.json +1139 -1139
  18. package/abi/KeysWithValue.json +782 -782
  19. package/abi/KeysWithValueHook.json +369 -369
  20. package/abi/KeysWithValueModule.json +216 -216
  21. package/abi/KeysWithValueModuleTest.json +1274 -1274
  22. package/abi/NamespaceOwner.json +613 -613
  23. package/abi/PayableFallbackSystem.json +5368 -5368
  24. package/abi/RegistrationModule.json +307 -307
  25. package/abi/RegistrationSystem.json +885 -885
  26. package/abi/ResourceAccess.json +750 -750
  27. package/abi/ResourceType.json +627 -627
  28. package/abi/ScriptBase.json +125 -125
  29. package/abi/StdAssertions.json +1894 -1894
  30. package/abi/StdChains.json +1051 -1051
  31. package/abi/StdCheats.json +3257 -3257
  32. package/abi/StdCheatsSafe.json +3257 -3257
  33. package/abi/StdInvariant.json +336 -336
  34. package/abi/StdUtils.json +1122 -1122
  35. package/abi/Storage.json +488 -488
  36. package/abi/StoreView.json +7 -7
  37. package/abi/SystemRegistry.json +625 -625
  38. package/abi/SystemTest.json +146 -146
  39. package/abi/Systems.json +1180 -1180
  40. package/abi/TableId.json +27 -27
  41. package/abi/Test.json +52 -52
  42. package/abi/TestBase.json +125 -125
  43. package/abi/TestSystem.json +146 -146
  44. package/abi/TightCoder.json +240 -240
  45. package/abi/Utils.json +67 -67
  46. package/abi/Vm.json +1850 -1850
  47. package/abi/VmSafe.json +1850 -1850
  48. package/abi/World.json +55 -55
  49. package/abi/WorldTest.json +5368 -5368
  50. package/abi/WorldTestSystem.json +5368 -5368
  51. package/abi/WorldTestTableHook.json +5368 -5368
  52. package/abi/console2.json +11459 -11459
  53. package/abi/constants.json +7 -7
  54. package/abi/getKeysWithValue.json +125 -125
  55. package/abi/getTargetTableSelector.json +72 -72
  56. package/abi/stdError.json +78 -78
  57. package/abi/stdJson.json +1016 -1016
  58. package/abi/stdMath.json +218 -218
  59. package/abi/stdStorage.json +2400 -2400
  60. package/abi/stdStorageSafe.json +2400 -2400
  61. package/package.json +5 -5
  62. package/src/modules/core/CoreModule.sol +1 -0
  63. package/types/ethers-contracts/factories/CoreModule__factory.ts +1 -1
  64. package/types/ethers-contracts/factories/KeysWithValueModuleTest__factory.ts +1 -1
  65. package/types/ethers-contracts/factories/PayableFallbackSystem__factory.ts +1 -1
  66. package/types/ethers-contracts/factories/WorldTestSystem__factory.ts +1 -1
  67. package/types/ethers-contracts/factories/WorldTestTableHook__factory.ts +1 -1
  68. package/types/ethers-contracts/factories/WorldTest__factory.ts +1 -1
@@ -273,10 +273,10 @@
273
273
  57329
274
274
  ],
275
275
  "NamespaceOwner": [
276
- 64346
276
+ 64357
277
277
  ],
278
278
  "ResourceAccess": [
279
- 64941
279
+ 64952
280
280
  ],
281
281
  "ResourceSelector": [
282
282
  56374
@@ -358,7 +358,7 @@
358
358
  "file": "./tables/ResourceAccess.sol",
359
359
  "nameLocation": "-1:-1:-1",
360
360
  "scope": 56118,
361
- "sourceUnit": 64951,
361
+ "sourceUnit": 64962,
362
362
  "symbolAliases": [
363
363
  {
364
364
  "foreign": {
@@ -366,7 +366,7 @@
366
366
  "name": "ResourceAccess",
367
367
  "nodeType": "Identifier",
368
368
  "overloadedDeclarations": [],
369
- "referencedDeclaration": 64941,
369
+ "referencedDeclaration": 64952,
370
370
  "src": "179:14:87",
371
371
  "typeDescriptions": {}
372
372
  },
@@ -384,7 +384,7 @@
384
384
  "file": "./tables/NamespaceOwner.sol",
385
385
  "nameLocation": "-1:-1:-1",
386
386
  "scope": 56118,
387
- "sourceUnit": 64347,
387
+ "sourceUnit": 64358,
388
388
  "symbolAliases": [
389
389
  {
390
390
  "foreign": {
@@ -392,7 +392,7 @@
392
392
  "name": "NamespaceOwner",
393
393
  "nodeType": "Identifier",
394
394
  "overloadedDeclarations": [],
395
- "referencedDeclaration": 64346,
395
+ "referencedDeclaration": 64357,
396
396
  "src": "241:14:87",
397
397
  "typeDescriptions": {}
398
398
  },
@@ -566,10 +566,10 @@
566
566
  "name": "ResourceAccess",
567
567
  "nodeType": "Identifier",
568
568
  "overloadedDeclarations": [],
569
- "referencedDeclaration": 64941,
569
+ "referencedDeclaration": 64952,
570
570
  "src": "574:14:87",
571
571
  "typeDescriptions": {
572
- "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$64941_$",
572
+ "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$64952_$",
573
573
  "typeString": "type(library ResourceAccess)"
574
574
  }
575
575
  },
@@ -580,7 +580,7 @@
580
580
  "lValueRequested": false,
581
581
  "memberName": "get",
582
582
  "nodeType": "MemberAccess",
583
- "referencedDeclaration": 64637,
583
+ "referencedDeclaration": 64648,
584
584
  "src": "574:18:87",
585
585
  "typeDescriptions": {
586
586
  "typeIdentifier": "t_function_internal_view$_t_bytes32_$_t_address_$returns$_t_bool_$",
@@ -714,10 +714,10 @@
714
714
  "name": "ResourceAccess",
715
715
  "nodeType": "Identifier",
716
716
  "overloadedDeclarations": [],
717
- "referencedDeclaration": 64941,
717
+ "referencedDeclaration": 64952,
718
718
  "src": "692:14:87",
719
719
  "typeDescriptions": {
720
- "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$64941_$",
720
+ "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$64952_$",
721
721
  "typeString": "type(library ResourceAccess)"
722
722
  }
723
723
  },
@@ -728,7 +728,7 @@
728
728
  "lValueRequested": false,
729
729
  "memberName": "get",
730
730
  "nodeType": "MemberAccess",
731
- "referencedDeclaration": 64637,
731
+ "referencedDeclaration": 64648,
732
732
  "src": "692:18:87",
733
733
  "typeDescriptions": {
734
734
  "typeIdentifier": "t_function_internal_view$_t_bytes32_$_t_address_$returns$_t_bool_$",
@@ -1547,10 +1547,10 @@
1547
1547
  "name": "NamespaceOwner",
1548
1548
  "nodeType": "Identifier",
1549
1549
  "overloadedDeclarations": [],
1550
- "referencedDeclaration": 64346,
1550
+ "referencedDeclaration": 64357,
1551
1551
  "src": "1636:14:87",
1552
1552
  "typeDescriptions": {
1553
- "typeIdentifier": "t_type$_t_contract$_NamespaceOwner_$64346_$",
1553
+ "typeIdentifier": "t_type$_t_contract$_NamespaceOwner_$64357_$",
1554
1554
  "typeString": "type(library NamespaceOwner)"
1555
1555
  }
1556
1556
  },
@@ -1561,7 +1561,7 @@
1561
1561
  "lValueRequested": false,
1562
1562
  "memberName": "get",
1563
1563
  "nodeType": "MemberAccess",
1564
- "referencedDeclaration": 64119,
1564
+ "referencedDeclaration": 64130,
1565
1565
  "src": "1636:18:87",
1566
1566
  "typeDescriptions": {
1567
1567
  "typeIdentifier": "t_function_internal_view$_t_bytes16_$returns$_t_address_$",