From 260965ea40524ba54cb310873843de945e29c276 Mon Sep 17 00:00:00 2001 From: Tornado Contrib Date: Tue, 26 Mar 2024 12:26:04 +0000 Subject: [PATCH] Fix deps not available --- package.json | 6 +++++- yarn.lock | 23 ++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 4131d9b..729702e 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,14 @@ "scripts": { "codegen": "graph codegen", "build": "graph build", - "deploy": "graph deploy --node https://api.thegraph.com/deploy/ tornadocash/tornado-relayer-registry --access-token $TOKEN" + "create-local": "graph create --node http://127.0.0.1:8020 tornadocash/tornado-relayer-registry", + "deploy": "graph deploy --node http://127.0.0.1:8020 --ipfs http://127.0.0.1:5001 tornadocash/tornado-relayer-registry" }, "dependencies": { "@graphprotocol/graph-cli": "0.27.0", "@graphprotocol/graph-ts": "0.24.1" + }, + "resolutions": { + "concat-stream": "2.0.0" } } diff --git a/yarn.lock b/yarn.lock index c61bd7f..c11e655 100644 --- a/yarn.lock +++ b/yarn.lock @@ -893,22 +893,15 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -concat-stream@^1.6.0, concat-stream@^1.6.2, concat-stream@~1.6.2: - version "1.6.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" - integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== +concat-stream@2.0.0, concat-stream@^1.6.0, concat-stream@^1.6.2, "concat-stream@github:hugomrdias/concat-stream#feat/smaller", concat-stream@~1.6.2: + version "2.0.0" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1" + integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A== dependencies: buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^2.2.2" - typedarray "^0.0.6" - -"concat-stream@github:hugomrdias/concat-stream#feat/smaller": - version "2.0.0" - resolved "https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034" - dependencies: inherits "^2.0.3" readable-stream "^3.0.2" + typedarray "^0.0.6" core-util-is@1.0.2: version "1.0.2" @@ -1390,9 +1383,9 @@ glob@^7.1.3: once "^1.3.0" path-is-absolute "^1.0.0" -"gluegun@git+https://github.com/edgeandnode/gluegun.git#v4.3.1-pin-colors-dep": +"gluegun@https://github.com/edgeandnode/gluegun#v4.3.1-pin-colors-dep": version "4.3.1" - resolved "git+https://github.com/edgeandnode/gluegun.git#b34b9003d7bf556836da41b57ef36eb21570620a" + resolved "https://github.com/edgeandnode/gluegun#b34b9003d7bf556836da41b57ef36eb21570620a" dependencies: apisauce "^1.0.1" app-module-path "^2.2.0" @@ -2734,7 +2727,7 @@ randombytes@^2.1.0: string_decoder "^1.1.1" util-deprecate "^1.0.1" -readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.5: +readable-stream@^2.3.0, readable-stream@^2.3.5: version "2.3.7" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==