From 9f7ffc22dec3b69094a6341b48c3c0a2488ad443 Mon Sep 17 00:00:00 2001 From: Archit Date: Sun, 22 Mar 2026 21:44:22 +0700 Subject: [PATCH] v16.1.1 --- 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 7c6f2f6..5ac338d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "16.1.0", + "version": "16.1.1", "npmClient": "npm" } diff --git a/package-lock.json b/package-lock.json index 0f22b59..7630759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20082,7 +20082,7 @@ }, "packages/constants": { "name": "@toruslabs/constants", - "version": "16.1.0", + "version": "16.1.1", "license": "MIT", "engines": { "node": ">=22.x", @@ -20094,11 +20094,11 @@ }, "packages/fetch-node-details": { "name": "@toruslabs/fetch-node-details", - "version": "16.1.0", + "version": "16.1.1", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^16.1.0", - "@toruslabs/fnd-base": "^16.1.0", + "@toruslabs/constants": "^16.1.1", + "@toruslabs/fnd-base": "^16.1.1", "@toruslabs/http-helpers": "^9.0.0", "loglevel": "^1.9.2" }, @@ -20433,10 +20433,10 @@ }, "packages/fnd-base": { "name": "@toruslabs/fnd-base", - "version": "16.1.0", + "version": "16.1.1", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^16.1.0" + "@toruslabs/constants": "^16.1.1" }, "engines": { "node": ">=22.x", @@ -20448,13 +20448,13 @@ }, "packages/fnd-server": { "name": "@toruslabs/fnd-server", - "version": "16.1.0", + "version": "16.1.1", "license": "MIT", "dependencies": { "@sentry/node": "^10.45.0", "@toruslabs/config": "^4.0.0", - "@toruslabs/constants": "^16.1.0", - "@toruslabs/fnd-base": "^16.1.0", + "@toruslabs/constants": "^16.1.1", + "@toruslabs/fnd-base": "^16.1.1", "@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 4598749..6da8524 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/constants", - "version": "16.1.0", + "version": "16.1.1", "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 c4df589..ecd8377 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.1.0", + "version": "16.1.1", "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.1.0", - "@toruslabs/fnd-base": "^16.1.0", + "@toruslabs/constants": "^16.1.1", + "@toruslabs/fnd-base": "^16.1.1", "@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 203f4d4..02bb8dc 100644 --- a/packages/fnd-base/package.json +++ b/packages/fnd-base/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-base", - "version": "16.1.0", + "version": "16.1.1", "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.1.0" + "@toruslabs/constants": "^16.1.1" }, "lint-staged": { "!(*d).{js,ts}": [ diff --git a/packages/fnd-server/package.json b/packages/fnd-server/package.json index 69a9e7c..21f148f 100644 --- a/packages/fnd-server/package.json +++ b/packages/fnd-server/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-server", - "version": "16.1.0", + "version": "16.1.1", "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.1.0", - "@toruslabs/fnd-base": "^16.1.0", + "@toruslabs/constants": "^16.1.1", + "@toruslabs/fnd-base": "^16.1.1", "@toruslabs/loglevel-sentry": "^9.0.0", "celebrate": "^15.0.3", "compression": "^1.8.1",