@dcl/content-validator 1.4.8-20220511163653.commit-aabd29a → 1.4.8-20220511164705.commit-e863a9b

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.
@@ -228,7 +228,7 @@ exports.wearables = {
228
228
  const getMerkleRoot = async ({ block, thirdPartyId, }) => {
229
229
  const query = `
230
230
  query MerkleRoot($id: String!, $block: Int!) {
231
- thirdParties(where: { id: $id }, block: { number: $block }, first: 1) {
231
+ thirdParties(where: { id: $id, isApproved: true }, block: { number: $block }, first: 1) {
232
232
  root
233
233
  }
234
234
  }`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/content-validator",
3
- "version": "1.4.8-20220511163653.commit-aabd29a",
3
+ "version": "1.4.8-20220511164705.commit-e863a9b",
4
4
  "description": "Catalyst content validations",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -49,5 +49,5 @@
49
49
  "files": [
50
50
  "dist"
51
51
  ],
52
- "commit": "aabd29ad46b88dbd8897d1ea9d7ba6b61c8fcf55"
52
+ "commit": "e863a9bf9beaa6e80d2382875d17ec6898de4625"
53
53
  }