From fa716bf3088b939e987c57d5fe3e8569aa81bfc2 Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Fri, 20 Mar 2026 15:06:59 +0800 Subject: [PATCH] v16.1.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 ad1a51e..7c6f2f6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "16.0.0", + "version": "16.1.0", "npmClient": "npm" } diff --git a/package-lock.json b/package-lock.json index de100a4..0f22b59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20082,7 +20082,7 @@ }, "packages/constants": { "name": "@toruslabs/constants", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "engines": { "node": ">=22.x", @@ -20094,11 +20094,11 @@ }, "packages/fetch-node-details": { "name": "@toruslabs/fetch-node-details", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^16.0.0", - "@toruslabs/fnd-base": "^16.0.0", + "@toruslabs/constants": "^16.1.0", + "@toruslabs/fnd-base": "^16.1.0", "@toruslabs/http-helpers": "^9.0.0", "loglevel": "^1.9.2" }, @@ -20433,10 +20433,10 @@ }, "packages/fnd-base": { "name": "@toruslabs/fnd-base", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^16.0.0" + "@toruslabs/constants": "^16.1.0" }, "engines": { "node": ">=22.x", @@ -20448,13 +20448,13 @@ }, "packages/fnd-server": { "name": "@toruslabs/fnd-server", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "dependencies": { "@sentry/node": "^10.45.0", "@toruslabs/config": "^4.0.0", - "@toruslabs/constants": "^16.0.0", - "@toruslabs/fnd-base": "^16.0.0", + "@toruslabs/constants": "^16.1.0", + "@toruslabs/fnd-base": "^16.1.0", "@toruslabs/loglevel-sentry": "^9.0.0", "celebrate": "^15.0.3", "compression": "^1.8.1", diff --git a/packages/constants/package.json b/packages/constants/package.json index 7e12fed..4598749 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/constants", - "version": "16.0.0", + "version": "16.1.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 89fe463..c4df589 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": "16.0.0", + "version": "16.1.0", "description": "Fetches the node details for torus nodes", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js", @@ -25,8 +25,8 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@toruslabs/constants": "^16.0.0", - "@toruslabs/fnd-base": "^16.0.0", + "@toruslabs/constants": "^16.1.0", + "@toruslabs/fnd-base": "^16.1.0", "@toruslabs/http-helpers": "^9.0.0", "loglevel": "^1.9.2" }, diff --git a/packages/fnd-base/package.json b/packages/fnd-base/package.json index fb8998d..203f4d4 100644 --- a/packages/fnd-base/package.json +++ b/packages/fnd-base/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-base", - "version": "16.0.0", + "version": "16.1.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": "^16.0.0" + "@toruslabs/constants": "^16.1.0" }, "lint-staged": { "!(*d).{js,ts}": [ diff --git a/packages/fnd-server/package.json b/packages/fnd-server/package.json index 8c9da68..69a9e7c 100644 --- a/packages/fnd-server/package.json +++ b/packages/fnd-server/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-server", - "version": "16.0.0", + "version": "16.1.0", "description": "", "private": true, "main": "src/index.ts", @@ -18,8 +18,8 @@ "dependencies": { "@sentry/node": "^10.45.0", "@toruslabs/config": "^4.0.0", - "@toruslabs/constants": "^16.0.0", - "@toruslabs/fnd-base": "^16.0.0", + "@toruslabs/constants": "^16.1.0", + "@toruslabs/fnd-base": "^16.1.0", "@toruslabs/loglevel-sentry": "^9.0.0", "celebrate": "^15.0.3", "compression": "^1.8.1",