Skip to content

Commit

Permalink
v13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Apr 19, 2024
1 parent a7c7906 commit 896e5be
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 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.2.0",
"version": "13.3.0",
"npmClient": "npm"
}
18 changes: 9 additions & 9 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.2.0",
"version": "13.3.0",
"description": "Contains constants for torus and web3auth",
"main": "dist/constants.cjs.js",
"module": "dist/constants.esm.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.2.0",
"version": "13.3.0",
"description": "Fetches the node details for torus nodes",
"main": "dist/fetchNodeDetails.cjs.js",
"module": "dist/fetchNodeDetails.esm.js",
Expand All @@ -22,8 +22,8 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/constants": "^13.2.0",
"@toruslabs/fnd-base": "^13.2.0",
"@toruslabs/constants": "^13.3.0",
"@toruslabs/fnd-base": "^13.3.0",
"@toruslabs/http-helpers": "^6.1.1",
"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.2.0",
"version": "13.3.0",
"description": "Contains details for sapphire nodes",
"main": "dist/fndBase.cjs.js",
"module": "dist/fndBase.esm.js",
Expand All @@ -21,7 +21,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/constants": "^13.2.0"
"@toruslabs/constants": "^13.3.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.2.0",
"version": "13.3.0",
"description": "",
"private": true,
"main": "src/index.ts",
Expand All @@ -18,8 +18,8 @@
"dependencies": {
"@sentry/node": "^7.110.1",
"@sentry/tracing": "^7.110.1",
"@toruslabs/constants": "^13.2.0",
"@toruslabs/fnd-base": "^13.2.0",
"@toruslabs/constants": "^13.3.0",
"@toruslabs/fnd-base": "^13.3.0",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/loglevel-sentry": "^6.1.3",
"celebrate": "^15.0.3",
Expand Down

0 comments on commit 896e5be

Please sign in to comment.