@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.
- package/abi/AccessControl.sol/AccessControl.json +15 -15
- package/abi/AccessManagementSystem.sol/AccessManagementSystem.json +116 -116
- package/abi/AddressArray.sol/AddressArray.json +1002 -1002
- package/abi/ArrayLib.sol/ArrayLib.json +139 -139
- package/abi/Bool.sol/Bool.json +539 -539
- package/abi/Call.sol/Call.json +6 -6
- package/abi/CoreModule.sol/CoreModule.json +477 -477
- package/abi/CoreSystem.sol/CoreSystem.json +57 -57
- package/abi/FunctionSelectors.sol/FunctionSelectors.json +1409 -1409
- package/abi/IBaseWorld.sol/IBaseWorld.json +12 -124
- package/abi/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +22 -310
- package/abi/IStoreRegistrationSystem.sol/IStoreRegistrationSystem.json +1 -1
- package/abi/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +356 -410
- package/abi/InstalledModules.sol/InstalledModules.json +1136 -1136
- package/abi/KeysWithValue.sol/KeysWithValue.json +1002 -1002
- package/abi/KeysWithValueHook.sol/KeysWithValueHook.json +370 -466
- package/abi/KeysWithValueModule.sol/KeysWithValueModule.json +227 -323
- package/abi/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +89 -89
- package/abi/NamespaceOwner.sol/NamespaceOwner.json +610 -610
- package/abi/ResourceAccess.sol/ResourceAccess.json +747 -747
- package/abi/ResourceType.sol/ResourceType.json +624 -624
- package/abi/StoreRead.sol/StoreRead.json +4 -4
- package/abi/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +240 -240
- package/abi/SystemRegistry.sol/SystemRegistry.json +622 -622
- package/abi/Systems.sol/Systems.json +1177 -1177
- package/abi/Tables.sol/Tables.json +49 -49
- package/abi/UniqueEntity.sol/UniqueEntity.json +518 -518
- package/abi/UniqueEntityModule.sol/UniqueEntityModule.json +184 -280
- package/abi/UniqueEntitySystem.sol/UniqueEntitySystem.json +85 -85
- package/abi/World.sol/World.json +33 -33
- package/abi/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +879 -879
- package/abi/constants.sol/constants.json +34 -34
- package/abi/getKeysWithValue.sol/getKeysWithValue.json +119 -119
- package/abi/getTargetTableSelector.sol/getTargetTableSelector.json +69 -69
- package/abi/getUniqueEntity.sol/getUniqueEntity.json +62 -62
- package/abi/src/IStore.sol/IStore.json +3 -3
- package/abi/src/IStore.sol/IStoreData.json +3 -3
- package/abi/src/IStore.sol/IStoreHook.json +3 -3
- package/abi/src/IStore.sol/IStoreRead.json +3 -3
- package/abi/src/IStore.sol/IStoreRegistration.json +3 -3
- package/abi/src/IStore.sol/IStoreWrite.json +3 -3
- package/abi/src/Memory.sol/Memory.json +6 -6
- package/abi/src/Slice.sol/SliceInstance.json +4 -4
- package/abi/src/Slice.sol/SliceLib.json +4 -4
- package/abi/src/StoreCore.sol/StoreCore.json +161 -161
- package/abi/src/StoreCore.sol/StoreCoreExtended.json +161 -161
- package/abi/src/StoreCore.sol/StoreCoreInternal.json +161 -161
- package/abi/tightcoder/EncodeArray.sol/EncodeArray.json +300 -300
- package/dist/ts/index.js +7 -7
- package/dist/ts/index.js.map +1 -1
- package/package.json +6 -6
- package/src/interfaces/IModuleInstallationSystem.sol +1 -1
- package/src/interfaces/IWorldRegistrationSystem.sol +4 -1
- package/ts/render-solidity/renderSystemInterface.ts +2 -2
- package/ts/render-solidity/renderWorld.ts +4 -4
- package/ts/render-solidity/types.ts +2 -2
- package/ts/render-solidity/worldgen.ts +17 -6
- package/types/ethers-contracts/factories/CoreModule__factory.ts +1 -1
- package/types/ethers-contracts/factories/KeysWithValueHook__factory.ts +1 -1
- package/types/ethers-contracts/factories/KeysWithValueModule__factory.ts +1 -1
- package/types/ethers-contracts/factories/UniqueEntityModule__factory.ts +1 -1
|
@@ -296,10 +296,10 @@
|
|
|
296
296
|
34306
|
|
297
297
|
],
|
|
298
298
|
"NamespaceOwner": [
|
|
299
|
-
|
|
299
|
+
42380
|
|
300
300
|
],
|
|
301
301
|
"ResourceAccess": [
|
|
302
|
-
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
690
|
+
"referencedDeclaration": 42972,
|
|
691
691
|
"src": "653:14:45",
|
|
692
692
|
"typeDescriptions": {
|
|
693
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceAccess_$
|
|
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":
|
|
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":
|
|
844
|
+
"referencedDeclaration": 42972,
|
|
845
845
|
"src": "770:14:45",
|
|
846
846
|
"typeDescriptions": {
|
|
847
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceAccess_$
|
|
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":
|
|
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":
|
|
1775
|
+
"referencedDeclaration": 42380,
|
|
1776
1776
|
"src": "1747:14:45",
|
|
1777
1777
|
"typeDescriptions": {
|
|
1778
|
-
"typeIdentifier": "t_type$_t_contract$_NamespaceOwner_$
|
|
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":
|
|
1789
|
+
"referencedDeclaration": 42153,
|
|
1790
1790
|
"src": "1747:18:45",
|
|
1791
1791
|
"typeDescriptions": {
|
|
1792
1792
|
"typeIdentifier": "t_function_internal_view$_t_bytes16_$returns$_t_address_$",
|