From fea3fbf201218ddca678aa43f1551de51f8ca672 Mon Sep 17 00:00:00 2001 From: Matias Pentreath Date: Wed, 23 Oct 2024 09:28:23 -0300 Subject: [PATCH] Revert "fix: adding temp version of the content validor for testing" This reverts commit 954619a92fe2e9e188e74d9f0ac997b56ed15bf0. --- package.json | 4 +--- yarn.lock | 15 --------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/package.json b/package.json index da8aa918c..08e98ef54 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,5 @@ "jest-junit": { "addFileAttribute": "true" }, - "dependencies": { - "@dcl/content-validator": "https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/add-owner-address-filter/dcl-content-validator-6.0.1-11478496226.commit-d10a9cd.tgz" - } + "dependencies": {} } diff --git a/yarn.lock b/yarn.lock index 7c154b356..698abc4fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -367,21 +367,6 @@ p-queue "^6.6.2" sharp "0.32.6" -"@dcl/content-validator@https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/add-owner-address-filter/dcl-content-validator-6.0.1-11478496226.commit-d10a9cd.tgz": - version "6.0.1-11478496226.commit-d10a9cd" - resolved "https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/add-owner-address-filter/dcl-content-validator-6.0.1-11478496226.commit-d10a9cd.tgz#d9a466b456101c3960fb271478e5c32dca84bbaf" - dependencies: - "@dcl/block-indexer" "^1.1.2" - "@dcl/content-hash-tree" "^1.1.4" - "@dcl/hashing" "^3.0.4" - "@dcl/schemas" "^13.2.1" - "@dcl/urn-resolver" "^3.6.0" - "@well-known-components/interfaces" "^1.4.3" - "@well-known-components/thegraph-component" "^1.6.0" - ms "^2.1.3" - p-queue "^6.6.2" - sharp "0.32.6" - "@dcl/crypto@^3.4.0", "@dcl/crypto@^3.4.5": version "3.4.5" resolved "https://registry.npmjs.org/@dcl/crypto/-/crypto-3.4.5.tgz"