@latticexyz/world-module-metadata 2.2.22-2048adf7aa386ef1fe1e9863dd87cebdef439f1b → 2.2.22-26d2e3acd8fc0a0852f530e8e1574a68d2baa3d2
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/MetadataModule.sol/MetadataModule.json +1 -1
- package/out/MetadataModule.t.sol/MetadataModuleTest.abi.json +1 -1
- package/out/MetadataModule.t.sol/MetadataModuleTest.abi.json.d.ts +1 -1
- package/out/MetadataModule.t.sol/MetadataModuleTest.json +1 -1
- package/out/MetadataSystem.sol/MetadataSystem.abi.json +0 -16
- package/out/MetadataSystem.sol/MetadataSystem.abi.json.d.ts +0 -16
- package/out/MetadataSystem.sol/MetadataSystem.json +1 -1
- package/out/MetadataSystemLib.sol/MetadataSystemLib.json +1 -1
- package/out/MetadataSystemLib.sol/_deleteResourceTag_ResourceId_bytes32.json +1 -1
- package/out/MetadataSystemLib.sol/_getResourceTag_ResourceId_bytes32.json +1 -1
- package/out/MetadataSystemLib.sol/_setResourceTag_ResourceId_bytes32_bytes.json +1 -1
- package/out/build-info/{d8683521b55401b8908d2309dc58c4c2.json → ab06a8abecbdcde4f4822c15edcb5846.json} +1 -1
- package/package.json +6 -6
- package/src/MetadataModule.sol +8 -8
- package/src/MetadataSystem.sol +0 -2
|
@@ -295,21 +295,5 @@
|
|
|
295
295
|
"internalType": "address"
|
|
296
296
|
}
|
|
297
297
|
]
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"type": "error",
|
|
301
|
-
"name": "World_ResourceNotFound",
|
|
302
|
-
"inputs": [
|
|
303
|
-
{
|
|
304
|
-
"name": "resourceId",
|
|
305
|
-
"type": "bytes32",
|
|
306
|
-
"internalType": "ResourceId"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "resourceIdString",
|
|
310
|
-
"type": "string",
|
|
311
|
-
"internalType": "string"
|
|
312
|
-
}
|
|
313
|
-
]
|
|
314
298
|
}
|
|
315
299
|
]
|
|
@@ -295,22 +295,6 @@ declare const abi: [
|
|
|
295
295
|
"internalType": "address"
|
|
296
296
|
}
|
|
297
297
|
]
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"type": "error",
|
|
301
|
-
"name": "World_ResourceNotFound",
|
|
302
|
-
"inputs": [
|
|
303
|
-
{
|
|
304
|
-
"name": "resourceId",
|
|
305
|
-
"type": "bytes32",
|
|
306
|
-
"internalType": "ResourceId"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "resourceIdString",
|
|
310
|
-
"type": "string",
|
|
311
|
-
"internalType": "string"
|
|
312
|
-
}
|
|
313
|
-
]
|
|
314
298
|
}
|
|
315
299
|
];
|
|
316
300
|
|