@latticexyz/world-modules 2.0.0-main-77dce993 → 2.0.0-next.9
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/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +4 -4
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4 -4
- package/out/DelegationControl.sol/DelegationControl.json +4 -4
- package/out/Hook.sol/HookInstance.json +4 -4
- package/out/Hook.sol/HookLib.json +4 -4
- package/out/Hooks.sol/Hooks.json +4 -4
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +4 -4
- package/out/KeysInTable.sol/KeysInTable.json +4 -4
- package/out/KeysInTableHook.sol/KeysInTableHook.json +4 -4
- package/out/KeysInTableModule.sol/KeysInTableModule.json +4 -4
- package/out/KeysWithValue.sol/KeysWithValue.json +4 -4
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +4 -4
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +4 -4
- package/out/Module.sol/Module.json +4 -4
- package/out/ResourceIds.sol/ResourceIds.json +4 -4
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +4 -4
- package/out/StoreCore.sol/StoreCore.json +4 -4
- package/out/StoreCore.sol/StoreCoreInternal.json +4 -4
- package/out/StoreHooks.sol/StoreHooks.json +4 -4
- package/out/StoreSwitch.sol/StoreSwitch.json +4 -4
- package/out/System.sol/System.json +4 -4
- package/out/Tables.sol/Tables.json +4 -4
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +4 -4
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +4 -4
- package/out/UniqueEntity.sol/UniqueEntity.json +4 -4
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +4 -4
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +4 -4
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4 -4
- package/out/WorldContext.sol/WorldContextConsumer.json +4 -4
- package/out/WorldContext.sol/WorldContextProvider.json +4 -4
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +4 -4
- package/out/src/StoreCore.sol/StoreCore.json +4 -4
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4 -4
- package/out/src/StoreSwitch.sol/StoreSwitch.json +4 -4
- package/out/src/WorldContext.sol/WorldContextConsumer.json +4 -4
- package/out/src/WorldContext.sol/WorldContextProvider.json +4 -4
- package/out/tables/ResourceIds.sol/ResourceIds.json +4 -4
- package/out/tables/Tables.sol/Tables.json +4 -4
- package/out/version.sol/version.json +7 -7
- package/package.json +8 -8
@@ -17,7 +17,7 @@
|
|
17
17
|
]
|
18
18
|
},
|
19
19
|
"nodeType": "SourceUnit",
|
20
|
-
"src": "32:
|
20
|
+
"src": "32:79:32",
|
21
21
|
"nodes": [
|
22
22
|
{
|
23
23
|
"id": 22885,
|
@@ -34,7 +34,7 @@
|
|
34
34
|
{
|
35
35
|
"id": 22888,
|
36
36
|
"nodeType": "VariableDeclaration",
|
37
|
-
"src": "59:
|
37
|
+
"src": "59:50:32",
|
38
38
|
"nodes": [],
|
39
39
|
"constant": true,
|
40
40
|
"mutability": "constant",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
}
|
59
59
|
},
|
60
60
|
"value": {
|
61
|
-
"hexValue": "
|
61
|
+
"hexValue": "312e302e302d756e61756469746564",
|
62
62
|
"id": 22887,
|
63
63
|
"isConstant": false,
|
64
64
|
"isLValue": false,
|
@@ -66,12 +66,12 @@
|
|
66
66
|
"kind": "string",
|
67
67
|
"lValueRequested": false,
|
68
68
|
"nodeType": "Literal",
|
69
|
-
"src": "92:
|
69
|
+
"src": "92:17:32",
|
70
70
|
"typeDescriptions": {
|
71
|
-
"typeIdentifier": "
|
72
|
-
"typeString": "literal_string \"
|
71
|
+
"typeIdentifier": "t_stringliteral_b50c667dffae364f541802db30f2fd378df53c30d38e7fd752c2d158635d2943",
|
72
|
+
"typeString": "literal_string \"1.0.0-unaudited\""
|
73
73
|
},
|
74
|
-
"value": "
|
74
|
+
"value": "1.0.0-unaudited"
|
75
75
|
},
|
76
76
|
"visibility": "internal"
|
77
77
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "2.0.0-
|
3
|
+
"version": "2.0.0-next.9",
|
4
4
|
"description": "World modules",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -15,11 +15,11 @@
|
|
15
15
|
},
|
16
16
|
"dependencies": {
|
17
17
|
"zod": "^3.21.4",
|
18
|
-
"@latticexyz/common": "2.0.0-
|
19
|
-
"@latticexyz/config": "2.0.0-
|
20
|
-
"@latticexyz/schema-type": "2.0.0-
|
21
|
-
"@latticexyz/store": "2.0.0-
|
22
|
-
"@latticexyz/world": "2.0.0-
|
18
|
+
"@latticexyz/common": "2.0.0-next.9",
|
19
|
+
"@latticexyz/config": "2.0.0-next.9",
|
20
|
+
"@latticexyz/schema-type": "2.0.0-next.9",
|
21
|
+
"@latticexyz/store": "2.0.0-next.9",
|
22
|
+
"@latticexyz/world": "2.0.0-next.9"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@types/ejs": "^3.1.1",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
"tsup": "^6.7.0",
|
35
35
|
"tsx": "^3.12.6",
|
36
36
|
"vitest": "0.31.4",
|
37
|
-
"@latticexyz/abi-ts": "2.0.0-
|
38
|
-
"@latticexyz/gas-report": "2.0.0-
|
37
|
+
"@latticexyz/abi-ts": "2.0.0-next.9",
|
38
|
+
"@latticexyz/gas-report": "2.0.0-next.9"
|
39
39
|
},
|
40
40
|
"publishConfig": {
|
41
41
|
"access": "public"
|