Skip to content

Commit 1f11ead

Browse files
v13.1.0
1 parent 921ceac commit 1f11ead

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.0.4",
3+
"version": "13.1.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.0.4",
3+
"version": "13.1.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.0.4",
3+
"version": "13.1.0",
44
"description": "Fetches the node details for torus nodes",
55
"main": "dist/fetchNodeDetails.cjs.js",
66
"module": "dist/fetchNodeDetails.esm.js",
@@ -23,8 +23,8 @@
2323
"@babel/runtime": "7.x"
2424
},
2525
"dependencies": {
26-
"@toruslabs/constants": "^13.0.4",
27-
"@toruslabs/fnd-base": "^13.0.4",
26+
"@toruslabs/constants": "^13.1.0",
27+
"@toruslabs/fnd-base": "^13.1.0",
2828
"@toruslabs/http-helpers": "^5.0.0",
2929
"loglevel": "^1.8.1"
3030
},

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.0.4",
3+
"version": "13.1.0",
44
"description": "Contains details for sapphire nodes",
55
"main": "dist/fndBase.cjs.js",
66
"module": "dist/fndBase.esm.js",
@@ -22,7 +22,7 @@
2222
"@babel/runtime": "7.x"
2323
},
2424
"dependencies": {
25-
"@toruslabs/constants": "^13.0.4"
25+
"@toruslabs/constants": "^13.1.0"
2626
},
2727
"lint-staged": {
2828
"!(*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.0.4",
3+
"version": "13.1.0",
44
"description": "",
55
"private": true,
66
"main": "src/index.ts",
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@sentry/node": "^7.83.0",
2020
"@sentry/tracing": "^7.83.0",
21-
"@toruslabs/constants": "^13.0.4",
22-
"@toruslabs/fnd-base": "^13.0.4",
21+
"@toruslabs/constants": "^13.1.0",
22+
"@toruslabs/fnd-base": "^13.1.0",
2323
"@toruslabs/http-helpers": "^5.0.0",
2424
"@toruslabs/loglevel-sentry": "^6.0.1",
2525
"celebrate": "^15.0.3",

0 commit comments

Comments
 (0)