From 83972280742158fa7ff1acb415de4e4e65837e88 Mon Sep 17 00:00:00 2001 From: neeraj Date: Thu, 6 Jun 2024 19:01:06 +0530 Subject: [PATCH] Upgrade package version --- package.json | 2 +- packages/sushiswap-watcher/package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bf5d4f5..e752776 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "azimuth-watcher-ts", + "name": "sushiswap-watcher-ts", "private": true, "license": "AGPL-3.0", "workspaces": { diff --git a/packages/sushiswap-watcher/package.json b/packages/sushiswap-watcher/package.json index d7c5689..1363b79 100644 --- a/packages/sushiswap-watcher/package.json +++ b/packages/sushiswap-watcher/package.json @@ -39,11 +39,11 @@ "homepage": "https://github.com/cerc-io/watcher-ts#readme", "dependencies": { "@apollo/client": "^3.3.19", - "@cerc-io/cli": "^0.2.93", - "@cerc-io/ipld-eth-client": "^0.2.93", - "@cerc-io/solidity-mapper": "^0.2.93", - "@cerc-io/util": "^0.2.93", - "@cerc-io/graph-node": "^0.2.93", + "@cerc-io/cli": "^0.2.94", + "@cerc-io/ipld-eth-client": "^0.2.94", + "@cerc-io/solidity-mapper": "^0.2.94", + "@cerc-io/util": "^0.2.94", + "@cerc-io/graph-node": "^0.2.94", "@ethersproject/providers": "^5.4.4", "debug": "^4.3.1", "decimal.js": "^10.3.1",