Skip to content

Commit 896e5be

Browse files
author
himanshu
committed
v13.3.0
1 parent a7c7906 commit 896e5be

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "13.2.0",
3+
"version": "13.3.0",
44
"npmClient": "npm"
55
}

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/constants",
3-
"version": "13.2.0",
3+
"version": "13.3.0",
44
"description": "Contains constants for torus and web3auth",
55
"main": "dist/constants.cjs.js",
66
"module": "dist/constants.esm.js",

packages/fetch-node-details/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/fetch-node-details",
3-
"version": "13.2.0",
3+
"version": "13.3.0",
44
"description": "Fetches the node details for torus nodes",
55
"main": "dist/fetchNodeDetails.cjs.js",
66
"module": "dist/fetchNodeDetails.esm.js",
@@ -22,8 +22,8 @@
2222
"@babel/runtime": "7.x"
2323
},
2424
"dependencies": {
25-
"@toruslabs/constants": "^13.2.0",
26-
"@toruslabs/fnd-base": "^13.2.0",
25+
"@toruslabs/constants": "^13.3.0",
26+
"@toruslabs/fnd-base": "^13.3.0",
2727
"@toruslabs/http-helpers": "^6.1.1",
2828
"loglevel": "^1.9.1"
2929
},

packages/fnd-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/fnd-base",
3-
"version": "13.2.0",
3+
"version": "13.3.0",
44
"description": "Contains details for sapphire nodes",
55
"main": "dist/fndBase.cjs.js",
66
"module": "dist/fndBase.esm.js",
@@ -21,7 +21,7 @@
2121
"@babel/runtime": "7.x"
2222
},
2323
"dependencies": {
24-
"@toruslabs/constants": "^13.2.0"
24+
"@toruslabs/constants": "^13.3.0"
2525
},
2626
"lint-staged": {
2727
"!(*d).{js,ts}": [

packages/fnd-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/fnd-server",
3-
"version": "13.2.0",
3+
"version": "13.3.0",
44
"description": "",
55
"private": true,
66
"main": "src/index.ts",
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@sentry/node": "^7.110.1",
2020
"@sentry/tracing": "^7.110.1",
21-
"@toruslabs/constants": "^13.2.0",
22-
"@toruslabs/fnd-base": "^13.2.0",
21+
"@toruslabs/constants": "^13.3.0",
22+
"@toruslabs/fnd-base": "^13.3.0",
2323
"@toruslabs/http-helpers": "^6.1.1",
2424
"@toruslabs/loglevel-sentry": "^6.1.3",
2525
"celebrate": "^15.0.3",

0 commit comments

Comments
 (0)