Skip to content

Commit

Permalink
v13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 21, 2023
1 parent 534697c commit 151af55
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.0.3",
"version": "13.0.4",
"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.0.3",
"version": "13.0.4",
"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.0.3",
"version": "13.0.4",
"description": "Fetches the node details for torus nodes",
"main": "dist/fetchNodeDetails.cjs.js",
"module": "dist/fetchNodeDetails.esm.js",
Expand All @@ -23,8 +23,8 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/constants": "^13.0.3",
"@toruslabs/fnd-base": "^13.0.3",
"@toruslabs/constants": "^13.0.4",
"@toruslabs/fnd-base": "^13.0.4",
"@toruslabs/http-helpers": "^5.0.0",
"loglevel": "^1.8.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.0.3",
"version": "13.0.4",
"description": "Contains details for sapphire nodes",
"main": "dist/fndBase.cjs.js",
"module": "dist/fndBase.esm.js",
Expand All @@ -22,7 +22,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/constants": "^13.0.3"
"@toruslabs/constants": "^13.0.4"
},
"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.0.3",
"version": "13.0.4",
"description": "",
"private": true,
"main": "src/index.ts",
Expand All @@ -18,8 +18,8 @@
"dependencies": {
"@sentry/node": "^7.73.0",
"@sentry/tracing": "^7.73.0",
"@toruslabs/constants": "^13.0.3",
"@toruslabs/fnd-base": "^13.0.3",
"@toruslabs/constants": "^13.0.4",
"@toruslabs/fnd-base": "^13.0.4",
"@toruslabs/http-helpers": "^5.0.0",
"@toruslabs/loglevel-sentry": "^6.0.1",
"celebrate": "^15.0.1",
Expand Down

0 comments on commit 151af55

Please sign in to comment.