@latticexyz/world 2.0.0-alpha.40 → 2.0.0-alpha.43
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.json +9 -9
- package/abi/AccessControlTest.json +17 -17
- package/abi/CoreModule.json +14 -14
- package/abi/{IWorld.json → IBaseWorld.json} +64 -64
- package/abi/IErrors.json +112 -112
- package/abi/IModule.json +64 -64
- package/abi/IRegistrationSystem.json +315 -315
- package/abi/ISystemHook.json +37 -37
- package/abi/IWorldCore.json +177 -177
- package/abi/KeysWithValueHook.json +340 -340
- package/abi/KeysWithValueModule.json +209 -209
- package/abi/KeysWithValueModuleTest.json +859 -859
- package/abi/RegistrationModule.json +16 -16
- package/abi/RegistrationSystem.json +33 -33
- package/abi/SystemTest.json +17 -17
- package/abi/TestSystem.json +17 -17
- package/abi/World.json +913 -913
- package/abi/WorldTest.json +2997 -2997
- package/abi/WorldTestSystem.json +2997 -2997
- package/abi/WorldTestTableHook.json +2997 -2997
- package/dist/mud.config.mjs +1 -0
- package/package.json +5 -5
- package/src/World.sol +4 -4
- package/src/interfaces/{IWorld.sol → IBaseWorld.sol} +2 -2
- package/src/interfaces/IWorldCore.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +5 -5
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +4 -4
- package/types/ethers-contracts/{IWorld.ts → IBaseWorld.ts} +5 -5
- package/types/ethers-contracts/factories/AccessControlTest__factory.ts +1 -1
- package/types/ethers-contracts/factories/CoreModule__factory.ts +1 -1
- package/types/ethers-contracts/factories/{IWorld__factory.ts → IBaseWorld__factory.ts} +9 -6
- package/types/ethers-contracts/factories/KeysWithValueHook__factory.ts +1 -1
- package/types/ethers-contracts/factories/KeysWithValueModuleTest__factory.ts +1 -1
- package/types/ethers-contracts/factories/KeysWithValueModule__factory.ts +1 -1
- package/types/ethers-contracts/factories/RegistrationModule__factory.ts +1 -1
- package/types/ethers-contracts/factories/SystemTest__factory.ts +1 -1
- package/types/ethers-contracts/factories/TestSystem__factory.ts +1 -1
- package/types/ethers-contracts/factories/WorldTestSystem__factory.ts +1 -1
- package/types/ethers-contracts/factories/WorldTestTableHook__factory.ts +1 -1
- package/types/ethers-contracts/factories/WorldTest__factory.ts +1 -1
- package/types/ethers-contracts/factories/World__factory.ts +1 -1
- package/types/ethers-contracts/index.ts +2 -2
package/abi/AccessControl.json
CHANGED
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
55798
|
|
263
263
|
],
|
|
264
264
|
"IErrors": [
|
|
265
|
-
|
|
265
|
+
56974
|
|
266
266
|
],
|
|
267
267
|
"NamespaceOwner": [
|
|
268
268
|
62817
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
"file": "./interfaces/IErrors.sol",
|
|
325
325
|
"nameLocation": "-1:-1:-1",
|
|
326
326
|
"scope": 55799,
|
|
327
|
-
"sourceUnit":
|
|
327
|
+
"sourceUnit": 56975,
|
|
328
328
|
"symbolAliases": [
|
|
329
329
|
{
|
|
330
330
|
"foreign": {
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"name": "IErrors",
|
|
333
333
|
"nodeType": "Identifier",
|
|
334
334
|
"overloadedDeclarations": [],
|
|
335
|
-
"referencedDeclaration":
|
|
335
|
+
"referencedDeclaration": 56974,
|
|
336
336
|
"src": "126:7:85",
|
|
337
337
|
"typeDescriptions": {}
|
|
338
338
|
},
|
|
@@ -1196,10 +1196,10 @@
|
|
|
1196
1196
|
"name": "IErrors",
|
|
1197
1197
|
"nodeType": "Identifier",
|
|
1198
1198
|
"overloadedDeclarations": [],
|
|
1199
|
-
"referencedDeclaration":
|
|
1199
|
+
"referencedDeclaration": 56974,
|
|
1200
1200
|
"src": "1354:7:85",
|
|
1201
1201
|
"typeDescriptions": {
|
|
1202
|
-
"typeIdentifier": "t_type$_t_contract$_IErrors_$
|
|
1202
|
+
"typeIdentifier": "t_type$_t_contract$_IErrors_$56974_$",
|
|
1203
1203
|
"typeString": "type(contract IErrors)"
|
|
1204
1204
|
}
|
|
1205
1205
|
},
|
|
@@ -1210,7 +1210,7 @@
|
|
|
1210
1210
|
"lValueRequested": false,
|
|
1211
1211
|
"memberName": "AccessDenied",
|
|
1212
1212
|
"nodeType": "MemberAccess",
|
|
1213
|
-
"referencedDeclaration":
|
|
1213
|
+
"referencedDeclaration": 56953,
|
|
1214
1214
|
"src": "1354:20:85",
|
|
1215
1215
|
"typeDescriptions": {
|
|
1216
1216
|
"typeIdentifier": "t_function_error_pure$_t_string_memory_ptr_$_t_address_$returns$__$",
|
|
@@ -1680,10 +1680,10 @@
|
|
|
1680
1680
|
"name": "IErrors",
|
|
1681
1681
|
"nodeType": "Identifier",
|
|
1682
1682
|
"overloadedDeclarations": [],
|
|
1683
|
-
"referencedDeclaration":
|
|
1683
|
+
"referencedDeclaration": 56974,
|
|
1684
1684
|
"src": "1692:7:85",
|
|
1685
1685
|
"typeDescriptions": {
|
|
1686
|
-
"typeIdentifier": "t_type$_t_contract$_IErrors_$
|
|
1686
|
+
"typeIdentifier": "t_type$_t_contract$_IErrors_$56974_$",
|
|
1687
1687
|
"typeString": "type(contract IErrors)"
|
|
1688
1688
|
}
|
|
1689
1689
|
},
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
"lValueRequested": false,
|
|
1695
1695
|
"memberName": "AccessDenied",
|
|
1696
1696
|
"nodeType": "MemberAccess",
|
|
1697
|
-
"referencedDeclaration":
|
|
1697
|
+
"referencedDeclaration": 56953,
|
|
1698
1698
|
"src": "1692:20:85",
|
|
1699
1699
|
"typeDescriptions": {
|
|
1700
1700
|
"typeIdentifier": "t_function_error_pure$_t_string_memory_ptr_$_t_address_$returns$__$",
|