@latticexyz/world-consumer 2.2.21-581228bd857077023efdb496a9a44fa62ff89936 → 2.2.21-a1b22c2778fe67a4457042f68a7240465c07183d

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.
@@ -89,6 +89,13 @@
89
89
  ],
90
90
  "stateMutability": "view"
91
91
  },
92
+ {
93
+ "type": "function",
94
+ "name": "setUp",
95
+ "inputs": [],
96
+ "outputs": [],
97
+ "stateMutability": "nonpayable"
98
+ },
92
99
  {
93
100
  "type": "function",
94
101
  "name": "targetArtifactSelectors",
@@ -224,6 +231,13 @@
224
231
  "outputs": [],
225
232
  "stateMutability": "nonpayable"
226
233
  },
234
+ {
235
+ "type": "function",
236
+ "name": "testOnlyNamespaceOwner",
237
+ "inputs": [],
238
+ "outputs": [],
239
+ "stateMutability": "nonpayable"
240
+ },
227
241
  {
228
242
  "type": "function",
229
243
  "name": "testOnlyWorld",
@@ -236,7 +250,7 @@
236
250
  "name": "testWorldConsumer",
237
251
  "inputs": [],
238
252
  "outputs": [],
239
- "stateMutability": "nonpayable"
253
+ "stateMutability": "view"
240
254
  },
241
255
  {
242
256
  "type": "event",
@@ -89,6 +89,13 @@ declare const abi: [
89
89
  ],
90
90
  "stateMutability": "view"
91
91
  },
92
+ {
93
+ "type": "function",
94
+ "name": "setUp",
95
+ "inputs": [],
96
+ "outputs": [],
97
+ "stateMutability": "nonpayable"
98
+ },
92
99
  {
93
100
  "type": "function",
94
101
  "name": "targetArtifactSelectors",
@@ -224,6 +231,13 @@ declare const abi: [
224
231
  "outputs": [],
225
232
  "stateMutability": "nonpayable"
226
233
  },
234
+ {
235
+ "type": "function",
236
+ "name": "testOnlyNamespaceOwner",
237
+ "inputs": [],
238
+ "outputs": [],
239
+ "stateMutability": "nonpayable"
240
+ },
227
241
  {
228
242
  "type": "function",
229
243
  "name": "testOnlyWorld",
@@ -236,7 +250,7 @@ declare const abi: [
236
250
  "name": "testWorldConsumer",
237
251
  "inputs": [],
238
252
  "outputs": [],
239
- "stateMutability": "nonpayable"
253
+ "stateMutability": "view"
240
254
  },
241
255
  {
242
256
  "type": "event",