Skip to content

Commit

Permalink
v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jun 18, 2024
1 parent 945cefe commit 512e54f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "13.4.0",
"version": "14.0.0",
"npmClient": "npm"
}
22 changes: 12 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/fetch-node-details/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/fnd-base/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -22,7 +22,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/constants": "^13.4.0"
"@toruslabs/constants": "^14.0.0"
},
"lint-staged": {
"!(*d).{js,ts}": [
Expand Down
6 changes: 3 additions & 3 deletions packages/fnd-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/fnd-server",
"version": "13.4.0",
"version": "14.0.0",
"description": "",
"private": true,
"main": "src/index.ts",
Expand All @@ -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",
Expand Down

0 comments on commit 512e54f

Please sign in to comment.