diff --git a/lerna.json b/lerna.json index 5ca322e..958fb7c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "14.1.0", + "version": "14.1.1", "npmClient": "npm" } diff --git a/package-lock.json b/package-lock.json index 9f87f9c..dd02728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21845,7 +21845,7 @@ }, "packages/constants": { "name": "@toruslabs/constants", - "version": "14.1.0", + "version": "14.1.1", "license": "MIT", "engines": { "node": ">=18.x", @@ -21857,11 +21857,11 @@ }, "packages/fetch-node-details": { "name": "@toruslabs/fetch-node-details", - "version": "14.1.0", + "version": "14.1.1", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^14.1.0", - "@toruslabs/fnd-base": "^14.1.0", + "@toruslabs/constants": "^14.1.1", + "@toruslabs/fnd-base": "^14.1.1", "@toruslabs/http-helpers": "^7.0.0", "loglevel": "^1.9.2" }, @@ -21875,10 +21875,10 @@ }, "packages/fnd-base": { "name": "@toruslabs/fnd-base", - "version": "14.1.0", + "version": "14.1.1", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^14.1.0" + "@toruslabs/constants": "^14.1.1" }, "engines": { "node": ">=18.x", @@ -21890,13 +21890,13 @@ }, "packages/fnd-server": { "name": "@toruslabs/fnd-server", - "version": "14.1.0", + "version": "14.1.1", "license": "MIT", "dependencies": { "@sentry/node": "^8.37.1", "@toruslabs/config": "^2.2.0", - "@toruslabs/constants": "^14.1.0", - "@toruslabs/fnd-base": "^14.1.0", + "@toruslabs/constants": "^14.1.1", + "@toruslabs/fnd-base": "^14.1.1", "@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 62d8024..49e6fcc 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/constants", - "version": "14.1.0", + "version": "14.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 6f76c36..f771bb3 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.0", + "version": "14.1.1", "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.0", - "@toruslabs/fnd-base": "^14.1.0", + "@toruslabs/constants": "^14.1.1", + "@toruslabs/fnd-base": "^14.1.1", "@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 e2d6d6a..a1fea87 100644 --- a/packages/fnd-base/package.json +++ b/packages/fnd-base/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-base", - "version": "14.1.0", + "version": "14.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": "^14.1.0" + "@toruslabs/constants": "^14.1.1" }, "lint-staged": { "!(*d).{js,ts}": [ diff --git a/packages/fnd-server/package.json b/packages/fnd-server/package.json index 71a4c46..e868344 100644 --- a/packages/fnd-server/package.json +++ b/packages/fnd-server/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-server", - "version": "14.1.0", + "version": "14.1.1", "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.0", - "@toruslabs/fnd-base": "^14.1.0", + "@toruslabs/constants": "^14.1.1", + "@toruslabs/fnd-base": "^14.1.1", "@toruslabs/loglevel-sentry": "^7.0.1", "celebrate": "^15.0.3", "compression": "^1.7.5",