@latticexyz/world 2.0.0-alpha.1.39 → 2.0.0-alpha.1.41

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 (61) hide show
  1. package/abi/AccessControl.sol/AccessControl.json +15 -15
  2. package/abi/AccessManagementSystem.sol/AccessManagementSystem.json +116 -116
  3. package/abi/AddressArray.sol/AddressArray.json +1002 -1002
  4. package/abi/ArrayLib.sol/ArrayLib.json +139 -139
  5. package/abi/Bool.sol/Bool.json +539 -539
  6. package/abi/Call.sol/Call.json +6 -6
  7. package/abi/CoreModule.sol/CoreModule.json +477 -477
  8. package/abi/CoreSystem.sol/CoreSystem.json +57 -57
  9. package/abi/FunctionSelectors.sol/FunctionSelectors.json +1409 -1409
  10. package/abi/IBaseWorld.sol/IBaseWorld.json +12 -124
  11. package/abi/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +22 -310
  12. package/abi/IStoreRegistrationSystem.sol/IStoreRegistrationSystem.json +1 -1
  13. package/abi/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +356 -410
  14. package/abi/InstalledModules.sol/InstalledModules.json +1136 -1136
  15. package/abi/KeysWithValue.sol/KeysWithValue.json +1002 -1002
  16. package/abi/KeysWithValueHook.sol/KeysWithValueHook.json +370 -466
  17. package/abi/KeysWithValueModule.sol/KeysWithValueModule.json +227 -323
  18. package/abi/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +89 -89
  19. package/abi/NamespaceOwner.sol/NamespaceOwner.json +610 -610
  20. package/abi/ResourceAccess.sol/ResourceAccess.json +747 -747
  21. package/abi/ResourceType.sol/ResourceType.json +624 -624
  22. package/abi/StoreRead.sol/StoreRead.json +4 -4
  23. package/abi/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +240 -240
  24. package/abi/SystemRegistry.sol/SystemRegistry.json +622 -622
  25. package/abi/Systems.sol/Systems.json +1177 -1177
  26. package/abi/Tables.sol/Tables.json +49 -49
  27. package/abi/UniqueEntity.sol/UniqueEntity.json +518 -518
  28. package/abi/UniqueEntityModule.sol/UniqueEntityModule.json +184 -280
  29. package/abi/UniqueEntitySystem.sol/UniqueEntitySystem.json +85 -85
  30. package/abi/World.sol/World.json +33 -33
  31. package/abi/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +879 -879
  32. package/abi/constants.sol/constants.json +34 -34
  33. package/abi/getKeysWithValue.sol/getKeysWithValue.json +119 -119
  34. package/abi/getTargetTableSelector.sol/getTargetTableSelector.json +69 -69
  35. package/abi/getUniqueEntity.sol/getUniqueEntity.json +62 -62
  36. package/abi/src/IStore.sol/IStore.json +3 -3
  37. package/abi/src/IStore.sol/IStoreData.json +3 -3
  38. package/abi/src/IStore.sol/IStoreHook.json +3 -3
  39. package/abi/src/IStore.sol/IStoreRead.json +3 -3
  40. package/abi/src/IStore.sol/IStoreRegistration.json +3 -3
  41. package/abi/src/IStore.sol/IStoreWrite.json +3 -3
  42. package/abi/src/Memory.sol/Memory.json +6 -6
  43. package/abi/src/Slice.sol/SliceInstance.json +4 -4
  44. package/abi/src/Slice.sol/SliceLib.json +4 -4
  45. package/abi/src/StoreCore.sol/StoreCore.json +161 -161
  46. package/abi/src/StoreCore.sol/StoreCoreExtended.json +161 -161
  47. package/abi/src/StoreCore.sol/StoreCoreInternal.json +161 -161
  48. package/abi/tightcoder/EncodeArray.sol/EncodeArray.json +300 -300
  49. package/dist/ts/index.js +7 -7
  50. package/dist/ts/index.js.map +1 -1
  51. package/package.json +6 -6
  52. package/src/interfaces/IModuleInstallationSystem.sol +1 -1
  53. package/src/interfaces/IWorldRegistrationSystem.sol +4 -1
  54. package/ts/render-solidity/renderSystemInterface.ts +2 -2
  55. package/ts/render-solidity/renderWorld.ts +4 -4
  56. package/ts/render-solidity/types.ts +2 -2
  57. package/ts/render-solidity/worldgen.ts +17 -6
  58. package/types/ethers-contracts/factories/CoreModule__factory.ts +1 -1
  59. package/types/ethers-contracts/factories/KeysWithValueHook__factory.ts +1 -1
  60. package/types/ethers-contracts/factories/KeysWithValueModule__factory.ts +1 -1
  61. package/types/ethers-contracts/factories/UniqueEntityModule__factory.ts +1 -1
@@ -296,10 +296,10 @@
296
296
  34306
297
297
  ],
298
298
  "NamespaceOwner": [
299
- 42377
299
+ 42380
300
300
  ],
301
301
  "ResourceAccess": [
302
- 42969
302
+ 42972
303
303
  ],
304
304
  "ResourceSelector": [
305
305
  33511
@@ -381,7 +381,7 @@
381
381
  "file": "./tables/ResourceAccess.sol",
382
382
  "nameLocation": "-1:-1:-1",
383
383
  "scope": 33283,
384
- "sourceUnit": 42979,
384
+ "sourceUnit": 42982,
385
385
  "symbolAliases": [
386
386
  {
387
387
  "foreign": {
@@ -389,7 +389,7 @@
389
389
  "name": "ResourceAccess",
390
390
  "nodeType": "Identifier",
391
391
  "overloadedDeclarations": [],
392
- "referencedDeclaration": 42969,
392
+ "referencedDeclaration": 42972,
393
393
  "src": "179:14:45",
394
394
  "typeDescriptions": {}
395
395
  },
@@ -407,7 +407,7 @@
407
407
  "file": "./tables/NamespaceOwner.sol",
408
408
  "nameLocation": "-1:-1:-1",
409
409
  "scope": 33283,
410
- "sourceUnit": 42378,
410
+ "sourceUnit": 42381,
411
411
  "symbolAliases": [
412
412
  {
413
413
  "foreign": {
@@ -415,7 +415,7 @@
415
415
  "name": "NamespaceOwner",
416
416
  "nodeType": "Identifier",
417
417
  "overloadedDeclarations": [],
418
- "referencedDeclaration": 42377,
418
+ "referencedDeclaration": 42380,
419
419
  "src": "241:14:45",
420
420
  "typeDescriptions": {}
421
421
  },
@@ -687,10 +687,10 @@
687
687
  "name": "ResourceAccess",
688
688
  "nodeType": "Identifier",
689
689
  "overloadedDeclarations": [],
690
- "referencedDeclaration": 42969,
690
+ "referencedDeclaration": 42972,
691
691
  "src": "653:14:45",
692
692
  "typeDescriptions": {
693
- "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$42969_$",
693
+ "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$42972_$",
694
694
  "typeString": "type(library ResourceAccess)"
695
695
  }
696
696
  },
@@ -701,7 +701,7 @@
701
701
  "lValueRequested": false,
702
702
  "memberName": "get",
703
703
  "nodeType": "MemberAccess",
704
- "referencedDeclaration": 42665,
704
+ "referencedDeclaration": 42668,
705
705
  "src": "653:18:45",
706
706
  "typeDescriptions": {
707
707
  "typeIdentifier": "t_function_internal_view$_t_bytes32_$_t_address_$returns$_t_bool_$",
@@ -841,10 +841,10 @@
841
841
  "name": "ResourceAccess",
842
842
  "nodeType": "Identifier",
843
843
  "overloadedDeclarations": [],
844
- "referencedDeclaration": 42969,
844
+ "referencedDeclaration": 42972,
845
845
  "src": "770:14:45",
846
846
  "typeDescriptions": {
847
- "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$42969_$",
847
+ "typeIdentifier": "t_type$_t_contract$_ResourceAccess_$42972_$",
848
848
  "typeString": "type(library ResourceAccess)"
849
849
  }
850
850
  },
@@ -855,7 +855,7 @@
855
855
  "lValueRequested": false,
856
856
  "memberName": "get",
857
857
  "nodeType": "MemberAccess",
858
- "referencedDeclaration": 42665,
858
+ "referencedDeclaration": 42668,
859
859
  "src": "770:18:45",
860
860
  "typeDescriptions": {
861
861
  "typeIdentifier": "t_function_internal_view$_t_bytes32_$_t_address_$returns$_t_bool_$",
@@ -1772,10 +1772,10 @@
1772
1772
  "name": "NamespaceOwner",
1773
1773
  "nodeType": "Identifier",
1774
1774
  "overloadedDeclarations": [],
1775
- "referencedDeclaration": 42377,
1775
+ "referencedDeclaration": 42380,
1776
1776
  "src": "1747:14:45",
1777
1777
  "typeDescriptions": {
1778
- "typeIdentifier": "t_type$_t_contract$_NamespaceOwner_$42377_$",
1778
+ "typeIdentifier": "t_type$_t_contract$_NamespaceOwner_$42380_$",
1779
1779
  "typeString": "type(library NamespaceOwner)"
1780
1780
  }
1781
1781
  },
@@ -1786,7 +1786,7 @@
1786
1786
  "lValueRequested": false,
1787
1787
  "memberName": "get",
1788
1788
  "nodeType": "MemberAccess",
1789
- "referencedDeclaration": 42150,
1789
+ "referencedDeclaration": 42153,
1790
1790
  "src": "1747:18:45",
1791
1791
  "typeDescriptions": {
1792
1792
  "typeIdentifier": "t_function_internal_view$_t_bytes16_$returns$_t_address_$",