@latticexyz/world-modules 2.0.0-main-fd10cff6 → 2.0.0-main-fa74f25e

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 (87) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +244 -220
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +125 -101
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  8. package/out/IBaseWorld.sol/IBaseWorld.json +130 -85
  9. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  10. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  11. package/out/IDelegationControl.sol/IDelegationControl.json +50 -26
  12. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +20 -20
  13. package/out/ISystemHook.sol/ISystemHook.json +171 -131
  14. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  15. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +157 -109
  16. package/out/IWorldErrors.sol/IWorldErrors.json +345 -255
  17. package/out/IWorldKernel.sol/IWorldCall.json +294 -254
  18. package/out/IWorldKernel.sol/IWorldKernel.json +321 -258
  19. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +279 -253
  20. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  21. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  22. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  23. package/out/KeysInTableModule.sol/KeysInTableModule.json +573 -549
  24. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  25. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1011 -1011
  26. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +462 -438
  27. package/out/Module.sol/Module.json +109 -85
  28. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  29. package/out/Schema.sol/SchemaInstance.json +30 -30
  30. package/out/Schema.sol/SchemaLib.json +30 -30
  31. package/out/SchemaType.sol/SchemaType.json +276 -276
  32. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +339 -315
  33. package/out/StoreHook.sol/StoreHook.json +358 -358
  34. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  35. package/out/System.sol/System.json +84 -41
  36. package/out/Tables.sol/Tables.json +73 -73
  37. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +148 -124
  38. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  39. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  40. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +366 -342
  41. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +138 -102
  42. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  43. package/out/WorldContext.sol/WorldContextConsumer.json +774 -677
  44. package/out/WorldContext.sol/WorldContextProvider.json +737 -677
  45. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  46. package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  47. package/out/constants.sol/constants.json +115 -115
  48. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  49. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  50. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  51. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  52. package/out/hasKey.sol/hasKey.json +130 -130
  53. package/out/index.sol/index.json +53 -53
  54. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +202 -157
  55. package/out/query.sol/query.json +1154 -1154
  56. package/out/revertWithBytes.sol/revertWithBytes.json +51 -51
  57. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  58. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  59. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  60. package/out/src/IStore.sol/IStore.json +53 -53
  61. package/out/src/IWorldKernel.sol/IWorldCall.json +307 -267
  62. package/out/src/IWorldKernel.sol/IWorldKernel.json +334 -271
  63. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +292 -266
  64. package/out/src/Memory.sol/Memory.json +89 -89
  65. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  66. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  67. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  68. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  69. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  70. package/out/src/Schema.sol/SchemaLib.json +787 -787
  71. package/out/src/Slice.sol/SliceInstance.json +429 -429
  72. package/out/src/Slice.sol/SliceLib.json +429 -429
  73. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  74. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  75. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  76. package/out/src/WorldContext.sol/WorldContextConsumer.json +780 -683
  77. package/out/src/WorldContext.sol/WorldContextProvider.json +743 -683
  78. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  79. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  80. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  81. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  82. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  83. package/out/tables/Tables.sol/Tables.json +7288 -7288
  84. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  85. package/out/types.sol/types.json +39 -39
  86. package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -87
  87. package/package.json +8 -8
@@ -10,38 +10,38 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol",
13
- "id": 24030,
13
+ "id": 24070,
14
14
  "exportedSymbols": {
15
15
  "MASK_RESOURCE_MODULE": [
16
- 24023
16
+ 24063
17
17
  ],
18
18
  "MASK_RESOURCE_NAMESPACE": [
19
- 24017
19
+ 24057
20
20
  ],
21
21
  "MASK_RESOURCE_SYSTEM": [
22
- 24029
22
+ 24069
23
23
  ],
24
24
  "RESOURCE_MODULE": [
25
- 24008
25
+ 24048
26
26
  ],
27
27
  "RESOURCE_NAMESPACE": [
28
- 24005
28
+ 24045
29
29
  ],
30
30
  "RESOURCE_OFFCHAIN_TABLE": [
31
- 36194
31
+ 36234
32
32
  ],
33
33
  "RESOURCE_SYSTEM": [
34
- 24011
34
+ 24051
35
35
  ],
36
36
  "RESOURCE_TABLE": [
37
- 36191
37
+ 36231
38
38
  ]
39
39
  },
40
40
  "nodeType": "SourceUnit",
41
- "src": "32:460:51",
41
+ "src": "32:1200:51",
42
42
  "nodes": [
43
43
  {
44
- "id": 23999,
44
+ "id": 24038,
45
45
  "nodeType": "PragmaDirective",
46
46
  "src": "32:25:51",
47
47
  "nodes": [],
@@ -53,23 +53,23 @@
53
53
  ]
54
54
  },
55
55
  {
56
- "id": 24002,
56
+ "id": 24041,
57
57
  "nodeType": "ImportDirective",
58
58
  "src": "59:103:51",
59
59
  "nodes": [],
60
60
  "absolutePath": "node_modules/@latticexyz/store/src/storeResourceTypes.sol",
61
61
  "file": "@latticexyz/store/src/storeResourceTypes.sol",
62
62
  "nameLocation": "-1:-1:-1",
63
- "scope": 24030,
64
- "sourceUnit": 36195,
63
+ "scope": 24070,
64
+ "sourceUnit": 36235,
65
65
  "symbolAliases": [
66
66
  {
67
67
  "foreign": {
68
- "id": 24000,
68
+ "id": 24039,
69
69
  "name": "RESOURCE_TABLE",
70
70
  "nodeType": "Identifier",
71
71
  "overloadedDeclarations": [],
72
- "referencedDeclaration": 36191,
72
+ "referencedDeclaration": 36231,
73
73
  "src": "68:14:51",
74
74
  "typeDescriptions": {}
75
75
  },
@@ -77,11 +77,11 @@
77
77
  },
78
78
  {
79
79
  "foreign": {
80
- "id": 24001,
80
+ "id": 24040,
81
81
  "name": "RESOURCE_OFFCHAIN_TABLE",
82
82
  "nodeType": "Identifier",
83
83
  "overloadedDeclarations": [],
84
- "referencedDeclaration": 36194,
84
+ "referencedDeclaration": 36234,
85
85
  "src": "84:23:51",
86
86
  "typeDescriptions": {}
87
87
  },
@@ -91,15 +91,15 @@
91
91
  "unitAlias": ""
92
92
  },
93
93
  {
94
- "id": 24005,
94
+ "id": 24045,
95
95
  "nodeType": "VariableDeclaration",
96
- "src": "164:41:51",
96
+ "src": "541:41:51",
97
97
  "nodes": [],
98
98
  "constant": true,
99
99
  "mutability": "constant",
100
100
  "name": "RESOURCE_NAMESPACE",
101
- "nameLocation": "180:18:51",
102
- "scope": 24030,
101
+ "nameLocation": "557:18:51",
102
+ "scope": 24070,
103
103
  "stateVariable": false,
104
104
  "storageLocation": "default",
105
105
  "typeDescriptions": {
@@ -107,10 +107,10 @@
107
107
  "typeString": "bytes2"
108
108
  },
109
109
  "typeName": {
110
- "id": 24003,
110
+ "id": 24043,
111
111
  "name": "bytes2",
112
112
  "nodeType": "ElementaryTypeName",
113
- "src": "164:6:51",
113
+ "src": "541:6:51",
114
114
  "typeDescriptions": {
115
115
  "typeIdentifier": "t_bytes2",
116
116
  "typeString": "bytes2"
@@ -118,14 +118,14 @@
118
118
  },
119
119
  "value": {
120
120
  "hexValue": "6e73",
121
- "id": 24004,
121
+ "id": 24044,
122
122
  "isConstant": false,
123
123
  "isLValue": false,
124
124
  "isPure": true,
125
125
  "kind": "string",
126
126
  "lValueRequested": false,
127
127
  "nodeType": "Literal",
128
- "src": "201:4:51",
128
+ "src": "578:4:51",
129
129
  "typeDescriptions": {
130
130
  "typeIdentifier": "t_stringliteral_a2988854b91401f98206dff94028e22dce27feb5fbfdc2843bbe299db9660d49",
131
131
  "typeString": "literal_string \"ns\""
@@ -135,15 +135,15 @@
135
135
  "visibility": "internal"
136
136
  },
137
137
  {
138
- "id": 24008,
138
+ "id": 24048,
139
139
  "nodeType": "VariableDeclaration",
140
- "src": "207:38:51",
140
+ "src": "806:38:51",
141
141
  "nodes": [],
142
142
  "constant": true,
143
143
  "mutability": "constant",
144
144
  "name": "RESOURCE_MODULE",
145
- "nameLocation": "223:15:51",
146
- "scope": 24030,
145
+ "nameLocation": "822:15:51",
146
+ "scope": 24070,
147
147
  "stateVariable": false,
148
148
  "storageLocation": "default",
149
149
  "typeDescriptions": {
@@ -151,10 +151,10 @@
151
151
  "typeString": "bytes2"
152
152
  },
153
153
  "typeName": {
154
- "id": 24006,
154
+ "id": 24046,
155
155
  "name": "bytes2",
156
156
  "nodeType": "ElementaryTypeName",
157
- "src": "207:6:51",
157
+ "src": "806:6:51",
158
158
  "typeDescriptions": {
159
159
  "typeIdentifier": "t_bytes2",
160
160
  "typeString": "bytes2"
@@ -162,14 +162,14 @@
162
162
  },
163
163
  "value": {
164
164
  "hexValue": "6d64",
165
- "id": 24007,
165
+ "id": 24047,
166
166
  "isConstant": false,
167
167
  "isLValue": false,
168
168
  "isPure": true,
169
169
  "kind": "string",
170
170
  "lValueRequested": false,
171
171
  "nodeType": "Literal",
172
- "src": "241:4:51",
172
+ "src": "840:4:51",
173
173
  "typeDescriptions": {
174
174
  "typeIdentifier": "t_stringliteral_1804a342ec28d0404df931f0fdb61c4c892bdd286e963437dcbd8dd87399412c",
175
175
  "typeString": "literal_string \"md\""
@@ -179,15 +179,15 @@
179
179
  "visibility": "internal"
180
180
  },
181
181
  {
182
- "id": 24011,
182
+ "id": 24051,
183
183
  "nodeType": "VariableDeclaration",
184
- "src": "247:38:51",
184
+ "src": "929:38:51",
185
185
  "nodes": [],
186
186
  "constant": true,
187
187
  "mutability": "constant",
188
188
  "name": "RESOURCE_SYSTEM",
189
- "nameLocation": "263:15:51",
190
- "scope": 24030,
189
+ "nameLocation": "945:15:51",
190
+ "scope": 24070,
191
191
  "stateVariable": false,
192
192
  "storageLocation": "default",
193
193
  "typeDescriptions": {
@@ -195,10 +195,10 @@
195
195
  "typeString": "bytes2"
196
196
  },
197
197
  "typeName": {
198
- "id": 24009,
198
+ "id": 24049,
199
199
  "name": "bytes2",
200
200
  "nodeType": "ElementaryTypeName",
201
- "src": "247:6:51",
201
+ "src": "929:6:51",
202
202
  "typeDescriptions": {
203
203
  "typeIdentifier": "t_bytes2",
204
204
  "typeString": "bytes2"
@@ -206,14 +206,14 @@
206
206
  },
207
207
  "value": {
208
208
  "hexValue": "7379",
209
- "id": 24010,
209
+ "id": 24050,
210
210
  "isConstant": false,
211
211
  "isLValue": false,
212
212
  "isPure": true,
213
213
  "kind": "string",
214
214
  "lValueRequested": false,
215
215
  "nodeType": "Literal",
216
- "src": "281:4:51",
216
+ "src": "963:4:51",
217
217
  "typeDescriptions": {
218
218
  "typeIdentifier": "t_stringliteral_4ba644d4d5fba50020e3397332b128744e5de794270f776b66b08f8fbb5d0357",
219
219
  "typeString": "literal_string \"sy\""
@@ -223,15 +223,15 @@
223
223
  "visibility": "internal"
224
224
  },
225
225
  {
226
- "id": 24017,
226
+ "id": 24057,
227
227
  "nodeType": "VariableDeclaration",
228
- "src": "288:70:51",
228
+ "src": "1028:70:51",
229
229
  "nodes": [],
230
230
  "constant": true,
231
231
  "mutability": "constant",
232
232
  "name": "MASK_RESOURCE_NAMESPACE",
233
- "nameLocation": "305:23:51",
234
- "scope": 24030,
233
+ "nameLocation": "1045:23:51",
234
+ "scope": 24070,
235
235
  "stateVariable": false,
236
236
  "storageLocation": "default",
237
237
  "typeDescriptions": {
@@ -239,10 +239,10 @@
239
239
  "typeString": "bytes32"
240
240
  },
241
241
  "typeName": {
242
- "id": 24012,
242
+ "id": 24052,
243
243
  "name": "bytes32",
244
244
  "nodeType": "ElementaryTypeName",
245
- "src": "288:7:51",
245
+ "src": "1028:7:51",
246
246
  "typeDescriptions": {
247
247
  "typeIdentifier": "t_bytes32",
248
248
  "typeString": "bytes32"
@@ -251,12 +251,12 @@
251
251
  "value": {
252
252
  "arguments": [
253
253
  {
254
- "id": 24015,
254
+ "id": 24055,
255
255
  "name": "RESOURCE_NAMESPACE",
256
256
  "nodeType": "Identifier",
257
257
  "overloadedDeclarations": [],
258
- "referencedDeclaration": 24005,
259
- "src": "339:18:51",
258
+ "referencedDeclaration": 24045,
259
+ "src": "1079:18:51",
260
260
  "typeDescriptions": {
261
261
  "typeIdentifier": "t_bytes2",
262
262
  "typeString": "bytes2"
@@ -270,26 +270,26 @@
270
270
  "typeString": "bytes2"
271
271
  }
272
272
  ],
273
- "id": 24014,
273
+ "id": 24054,
274
274
  "isConstant": false,
275
275
  "isLValue": false,
276
276
  "isPure": true,
277
277
  "lValueRequested": false,
278
278
  "nodeType": "ElementaryTypeNameExpression",
279
- "src": "331:7:51",
279
+ "src": "1071:7:51",
280
280
  "typeDescriptions": {
281
281
  "typeIdentifier": "t_type$_t_bytes32_$",
282
282
  "typeString": "type(bytes32)"
283
283
  },
284
284
  "typeName": {
285
- "id": 24013,
285
+ "id": 24053,
286
286
  "name": "bytes32",
287
287
  "nodeType": "ElementaryTypeName",
288
- "src": "331:7:51",
288
+ "src": "1071:7:51",
289
289
  "typeDescriptions": {}
290
290
  }
291
291
  },
292
- "id": 24016,
292
+ "id": 24056,
293
293
  "isConstant": false,
294
294
  "isLValue": false,
295
295
  "isPure": true,
@@ -298,7 +298,7 @@
298
298
  "nameLocations": [],
299
299
  "names": [],
300
300
  "nodeType": "FunctionCall",
301
- "src": "331:27:51",
301
+ "src": "1071:27:51",
302
302
  "tryCall": false,
303
303
  "typeDescriptions": {
304
304
  "typeIdentifier": "t_bytes32",
@@ -308,15 +308,15 @@
308
308
  "visibility": "internal"
309
309
  },
310
310
  {
311
- "id": 24023,
311
+ "id": 24063,
312
312
  "nodeType": "VariableDeclaration",
313
- "src": "360:64:51",
313
+ "src": "1100:64:51",
314
314
  "nodes": [],
315
315
  "constant": true,
316
316
  "mutability": "constant",
317
317
  "name": "MASK_RESOURCE_MODULE",
318
- "nameLocation": "377:20:51",
319
- "scope": 24030,
318
+ "nameLocation": "1117:20:51",
319
+ "scope": 24070,
320
320
  "stateVariable": false,
321
321
  "storageLocation": "default",
322
322
  "typeDescriptions": {
@@ -324,10 +324,10 @@
324
324
  "typeString": "bytes32"
325
325
  },
326
326
  "typeName": {
327
- "id": 24018,
327
+ "id": 24058,
328
328
  "name": "bytes32",
329
329
  "nodeType": "ElementaryTypeName",
330
- "src": "360:7:51",
330
+ "src": "1100:7:51",
331
331
  "typeDescriptions": {
332
332
  "typeIdentifier": "t_bytes32",
333
333
  "typeString": "bytes32"
@@ -336,12 +336,12 @@
336
336
  "value": {
337
337
  "arguments": [
338
338
  {
339
- "id": 24021,
339
+ "id": 24061,
340
340
  "name": "RESOURCE_MODULE",
341
341
  "nodeType": "Identifier",
342
342
  "overloadedDeclarations": [],
343
- "referencedDeclaration": 24008,
344
- "src": "408:15:51",
343
+ "referencedDeclaration": 24048,
344
+ "src": "1148:15:51",
345
345
  "typeDescriptions": {
346
346
  "typeIdentifier": "t_bytes2",
347
347
  "typeString": "bytes2"
@@ -355,26 +355,26 @@
355
355
  "typeString": "bytes2"
356
356
  }
357
357
  ],
358
- "id": 24020,
358
+ "id": 24060,
359
359
  "isConstant": false,
360
360
  "isLValue": false,
361
361
  "isPure": true,
362
362
  "lValueRequested": false,
363
363
  "nodeType": "ElementaryTypeNameExpression",
364
- "src": "400:7:51",
364
+ "src": "1140:7:51",
365
365
  "typeDescriptions": {
366
366
  "typeIdentifier": "t_type$_t_bytes32_$",
367
367
  "typeString": "type(bytes32)"
368
368
  },
369
369
  "typeName": {
370
- "id": 24019,
370
+ "id": 24059,
371
371
  "name": "bytes32",
372
372
  "nodeType": "ElementaryTypeName",
373
- "src": "400:7:51",
373
+ "src": "1140:7:51",
374
374
  "typeDescriptions": {}
375
375
  }
376
376
  },
377
- "id": 24022,
377
+ "id": 24062,
378
378
  "isConstant": false,
379
379
  "isLValue": false,
380
380
  "isPure": true,
@@ -383,7 +383,7 @@
383
383
  "nameLocations": [],
384
384
  "names": [],
385
385
  "nodeType": "FunctionCall",
386
- "src": "400:24:51",
386
+ "src": "1140:24:51",
387
387
  "tryCall": false,
388
388
  "typeDescriptions": {
389
389
  "typeIdentifier": "t_bytes32",
@@ -393,15 +393,15 @@
393
393
  "visibility": "internal"
394
394
  },
395
395
  {
396
- "id": 24029,
396
+ "id": 24069,
397
397
  "nodeType": "VariableDeclaration",
398
- "src": "426:64:51",
398
+ "src": "1166:64:51",
399
399
  "nodes": [],
400
400
  "constant": true,
401
401
  "mutability": "constant",
402
402
  "name": "MASK_RESOURCE_SYSTEM",
403
- "nameLocation": "443:20:51",
404
- "scope": 24030,
403
+ "nameLocation": "1183:20:51",
404
+ "scope": 24070,
405
405
  "stateVariable": false,
406
406
  "storageLocation": "default",
407
407
  "typeDescriptions": {
@@ -409,10 +409,10 @@
409
409
  "typeString": "bytes32"
410
410
  },
411
411
  "typeName": {
412
- "id": 24024,
412
+ "id": 24064,
413
413
  "name": "bytes32",
414
414
  "nodeType": "ElementaryTypeName",
415
- "src": "426:7:51",
415
+ "src": "1166:7:51",
416
416
  "typeDescriptions": {
417
417
  "typeIdentifier": "t_bytes32",
418
418
  "typeString": "bytes32"
@@ -421,12 +421,12 @@
421
421
  "value": {
422
422
  "arguments": [
423
423
  {
424
- "id": 24027,
424
+ "id": 24067,
425
425
  "name": "RESOURCE_SYSTEM",
426
426
  "nodeType": "Identifier",
427
427
  "overloadedDeclarations": [],
428
- "referencedDeclaration": 24011,
429
- "src": "474:15:51",
428
+ "referencedDeclaration": 24051,
429
+ "src": "1214:15:51",
430
430
  "typeDescriptions": {
431
431
  "typeIdentifier": "t_bytes2",
432
432
  "typeString": "bytes2"
@@ -440,26 +440,26 @@
440
440
  "typeString": "bytes2"
441
441
  }
442
442
  ],
443
- "id": 24026,
443
+ "id": 24066,
444
444
  "isConstant": false,
445
445
  "isLValue": false,
446
446
  "isPure": true,
447
447
  "lValueRequested": false,
448
448
  "nodeType": "ElementaryTypeNameExpression",
449
- "src": "466:7:51",
449
+ "src": "1206:7:51",
450
450
  "typeDescriptions": {
451
451
  "typeIdentifier": "t_type$_t_bytes32_$",
452
452
  "typeString": "type(bytes32)"
453
453
  },
454
454
  "typeName": {
455
- "id": 24025,
455
+ "id": 24065,
456
456
  "name": "bytes32",
457
457
  "nodeType": "ElementaryTypeName",
458
- "src": "466:7:51",
458
+ "src": "1206:7:51",
459
459
  "typeDescriptions": {}
460
460
  }
461
461
  },
462
- "id": 24028,
462
+ "id": 24068,
463
463
  "isConstant": false,
464
464
  "isLValue": false,
465
465
  "isPure": true,
@@ -468,7 +468,7 @@
468
468
  "nameLocations": [],
469
469
  "names": [],
470
470
  "nodeType": "FunctionCall",
471
- "src": "466:24:51",
471
+ "src": "1206:24:51",
472
472
  "tryCall": false,
473
473
  "typeDescriptions": {
474
474
  "typeIdentifier": "t_bytes32",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/world-modules",
3
- "version": "2.0.0-main-fd10cff6",
3
+ "version": "2.0.0-main-fa74f25e",
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-main-fd10cff6",
19
- "@latticexyz/config": "2.0.0-main-fd10cff6",
20
- "@latticexyz/schema-type": "2.0.0-main-fd10cff6",
21
- "@latticexyz/store": "2.0.0-main-fd10cff6",
22
- "@latticexyz/world": "2.0.0-main-fd10cff6"
18
+ "@latticexyz/common": "2.0.0-main-fa74f25e",
19
+ "@latticexyz/config": "2.0.0-main-fa74f25e",
20
+ "@latticexyz/schema-type": "2.0.0-main-fa74f25e",
21
+ "@latticexyz/store": "2.0.0-main-fa74f25e",
22
+ "@latticexyz/world": "2.0.0-main-fa74f25e"
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-main-fd10cff6",
38
- "@latticexyz/gas-report": "2.0.0-main-fd10cff6"
37
+ "@latticexyz/abi-ts": "2.0.0-main-fa74f25e",
38
+ "@latticexyz/gas-report": "2.0.0-main-fa74f25e"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"