From ffe837d4aa2a9506dee828bf7029e453798ee0c7 Mon Sep 17 00:00:00 2001 From: himanshu Date: Tue, 26 Nov 2024 09:59:46 +0530 Subject: [PATCH] v14.2.0 --- lerna.json | 2 +- package-lock.json | 18 +++++++++--------- packages/constants/package.json | 2 +- packages/fetch-node-details/package.json | 6 +++--- packages/fnd-base/package.json | 4 ++-- packages/fnd-server/package.json | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index 958fb7c..e9737c9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "14.1.1", + "version": "14.2.0", "npmClient": "npm" } diff --git a/package-lock.json b/package-lock.json index dd02728..2bd5e48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21845,7 +21845,7 @@ }, "packages/constants": { "name": "@toruslabs/constants", - "version": "14.1.1", + "version": "14.2.0", "license": "MIT", "engines": { "node": ">=18.x", @@ -21857,11 +21857,11 @@ }, "packages/fetch-node-details": { "name": "@toruslabs/fetch-node-details", - "version": "14.1.1", + "version": "14.2.0", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^14.1.1", - "@toruslabs/fnd-base": "^14.1.1", + "@toruslabs/constants": "^14.2.0", + "@toruslabs/fnd-base": "^14.2.0", "@toruslabs/http-helpers": "^7.0.0", "loglevel": "^1.9.2" }, @@ -21875,10 +21875,10 @@ }, "packages/fnd-base": { "name": "@toruslabs/fnd-base", - "version": "14.1.1", + "version": "14.2.0", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^14.1.1" + "@toruslabs/constants": "^14.2.0" }, "engines": { "node": ">=18.x", @@ -21890,13 +21890,13 @@ }, "packages/fnd-server": { "name": "@toruslabs/fnd-server", - "version": "14.1.1", + "version": "14.2.0", "license": "MIT", "dependencies": { "@sentry/node": "^8.37.1", "@toruslabs/config": "^2.2.0", - "@toruslabs/constants": "^14.1.1", - "@toruslabs/fnd-base": "^14.1.1", + "@toruslabs/constants": "^14.2.0", + "@toruslabs/fnd-base": "^14.2.0", "@toruslabs/loglevel-sentry": "^7.0.1", "celebrate": "^15.0.3", "compression": "^1.7.5", diff --git a/packages/constants/package.json b/packages/constants/package.json index 49e6fcc..7e7f874 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/constants", - "version": "14.1.1", + "version": "14.2.0", "description": "Contains constants for torus and web3auth", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js", diff --git a/packages/fetch-node-details/package.json b/packages/fetch-node-details/package.json index f771bb3..52d9252 100644 --- a/packages/fetch-node-details/package.json +++ b/packages/fetch-node-details/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fetch-node-details", - "version": "14.1.1", + "version": "14.2.0", "description": "Fetches the node details for torus nodes", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js", @@ -23,8 +23,8 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@toruslabs/constants": "^14.1.1", - "@toruslabs/fnd-base": "^14.1.1", + "@toruslabs/constants": "^14.2.0", + "@toruslabs/fnd-base": "^14.2.0", "@toruslabs/http-helpers": "^7.0.0", "loglevel": "^1.9.2" }, diff --git a/packages/fnd-base/package.json b/packages/fnd-base/package.json index a1fea87..86e86b7 100644 --- a/packages/fnd-base/package.json +++ b/packages/fnd-base/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-base", - "version": "14.1.1", + "version": "14.2.0", "description": "Contains details for sapphire nodes", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js", @@ -22,7 +22,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@toruslabs/constants": "^14.1.1" + "@toruslabs/constants": "^14.2.0" }, "lint-staged": { "!(*d).{js,ts}": [ diff --git a/packages/fnd-server/package.json b/packages/fnd-server/package.json index e868344..0bd83ad 100644 --- a/packages/fnd-server/package.json +++ b/packages/fnd-server/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-server", - "version": "14.1.1", + "version": "14.2.0", "description": "", "private": true, "main": "src/index.ts", @@ -18,8 +18,8 @@ "dependencies": { "@sentry/node": "^8.37.1", "@toruslabs/config": "^2.2.0", - "@toruslabs/constants": "^14.1.1", - "@toruslabs/fnd-base": "^14.1.1", + "@toruslabs/constants": "^14.2.0", + "@toruslabs/fnd-base": "^14.2.0", "@toruslabs/loglevel-sentry": "^7.0.1", "celebrate": "^15.0.3", "compression": "^1.7.5",