From c0e54f9895a5fda3b9307aff355cda3d8146bf95 Mon Sep 17 00:00:00 2001 From: Archit Date: Mon, 2 Dec 2024 12:20:09 +0530 Subject: [PATCH] remove fetch node details deps --- package-lock.json | 20 +------------------- package.json | 1 - 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fba263..76d9da0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,6 @@ "dependencies": { "@toruslabs/base-controllers": "^6.2.4", "@toruslabs/constants": "^14.1.1", - "@toruslabs/fetch-node-details": "^14.1.1", "@toruslabs/fnd-base": "^14.1.1", "@toruslabs/session-manager": "^3.2.0", "@toruslabs/torus.js": "^15.1.1", @@ -50,7 +49,7 @@ "npm": ">=9.x" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.28.0" + "@rollup/rollup-linux-x64-gnu": "" }, "peerDependencies": { "@babel/runtime": "^7.x" @@ -3183,23 +3182,6 @@ "typescript": "^5.x" } }, - "node_modules/@toruslabs/fetch-node-details": { - "version": "14.1.1", - "license": "MIT", - "dependencies": { - "@toruslabs/constants": "^14.1.1", - "@toruslabs/fnd-base": "^14.1.1", - "@toruslabs/http-helpers": "^7.0.0", - "loglevel": "^1.9.2" - }, - "engines": { - "node": ">=18.x", - "npm": ">=9.x" - }, - "peerDependencies": { - "@babel/runtime": "7.x" - } - }, "node_modules/@toruslabs/fnd-base": { "version": "14.1.1", "license": "MIT", diff --git a/package.json b/package.json index bcba5df..a071057 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "dependencies": { "@toruslabs/base-controllers": "^6.2.4", "@toruslabs/constants": "^14.1.1", - "@toruslabs/fetch-node-details": "^14.1.1", "@toruslabs/fnd-base": "^14.1.1", "@toruslabs/session-manager": "^3.2.0", "@toruslabs/torus.js": "^15.1.1",