From 512e54f54285221d6c98edd66ec99571244fc457 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Tue, 18 Jun 2024 13:47:31 +0800 Subject: [PATCH] v14.0.0 --- lerna.json | 2 +- package-lock.json | 22 ++++++++++++---------- 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, 22 insertions(+), 20 deletions(-) diff --git a/lerna.json b/lerna.json index 694d5ea..9d4739a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "13.4.0", + "version": "14.0.0", "npmClient": "npm" } diff --git a/package-lock.json b/package-lock.json index e664afa..4e1d65c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1805,6 +1805,7 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", + "dev": true, "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -18869,7 +18870,8 @@ "node_modules/regenerator-runtime": { "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true }, "node_modules/regenerator-transform": { "version": "0.15.2", @@ -23560,7 +23562,7 @@ }, "packages/constants": { "name": "@toruslabs/constants", - "version": "13.4.0", + "version": "14.0.0", "license": "MIT", "engines": { "node": ">=18.x", @@ -23572,11 +23574,11 @@ }, "packages/fetch-node-details": { "name": "@toruslabs/fetch-node-details", - "version": "13.4.0", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^13.4.0", - "@toruslabs/fnd-base": "^13.4.0", + "@toruslabs/constants": "^14.0.0", + "@toruslabs/fnd-base": "^14.0.0", "@toruslabs/http-helpers": "^7.0.0", "loglevel": "^1.9.1" }, @@ -23590,10 +23592,10 @@ }, "packages/fnd-base": { "name": "@toruslabs/fnd-base", - "version": "13.4.0", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@toruslabs/constants": "^13.4.0" + "@toruslabs/constants": "^14.0.0" }, "engines": { "node": ">=18.x", @@ -23605,13 +23607,13 @@ }, "packages/fnd-server": { "name": "@toruslabs/fnd-server", - "version": "13.4.0", + "version": "14.0.0", "license": "MIT", "dependencies": { "@sentry/node": "^8.9.2", "@sentry/tracing": "^7.114.0", - "@toruslabs/constants": "^13.4.0", - "@toruslabs/fnd-base": "^13.4.0", + "@toruslabs/constants": "^14.0.0", + "@toruslabs/fnd-base": "^14.0.0", "@toruslabs/http-helpers": "^7.0.0", "@toruslabs/loglevel-sentry": "^7.0.0", "celebrate": "^15.0.3", diff --git a/packages/constants/package.json b/packages/constants/package.json index fc79872..ffe77fe 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/constants", - "version": "13.4.0", + "version": "14.0.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 4109f7d..698f7ef 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": "13.4.0", + "version": "14.0.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": "^13.4.0", - "@toruslabs/fnd-base": "^13.4.0", + "@toruslabs/constants": "^14.0.0", + "@toruslabs/fnd-base": "^14.0.0", "@toruslabs/http-helpers": "^7.0.0", "loglevel": "^1.9.1" }, diff --git a/packages/fnd-base/package.json b/packages/fnd-base/package.json index a94ed08..4615711 100644 --- a/packages/fnd-base/package.json +++ b/packages/fnd-base/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-base", - "version": "13.4.0", + "version": "14.0.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": "^13.4.0" + "@toruslabs/constants": "^14.0.0" }, "lint-staged": { "!(*d).{js,ts}": [ diff --git a/packages/fnd-server/package.json b/packages/fnd-server/package.json index 90f40cb..56c4f58 100644 --- a/packages/fnd-server/package.json +++ b/packages/fnd-server/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/fnd-server", - "version": "13.4.0", + "version": "14.0.0", "description": "", "private": true, "main": "src/index.ts", @@ -18,8 +18,8 @@ "dependencies": { "@sentry/node": "^8.9.2", "@sentry/tracing": "^7.114.0", - "@toruslabs/constants": "^13.4.0", - "@toruslabs/fnd-base": "^13.4.0", + "@toruslabs/constants": "^14.0.0", + "@toruslabs/fnd-base": "^14.0.0", "@toruslabs/http-helpers": "^7.0.0", "@toruslabs/loglevel-sentry": "^7.0.0", "celebrate": "^15.0.3",