Skip to content

Commit

Permalink
v13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 29, 2023
1 parent 113285d commit cadd6e4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.1.0",
"version": "13.1.1",
"npmClient": "npm"
}
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 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.1.0",
"version": "13.1.1",
"description": "Fetches the node details for torus nodes",
"main": "dist/fetchNodeDetails.cjs.js",
"module": "dist/fetchNodeDetails.esm.js",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@toruslabs/constants": "^13.1.0",
"@toruslabs/fnd-base": "^13.1.0",
"@toruslabs/fnd-base": "^13.1.1",
"@toruslabs/http-helpers": "^5.0.0",
"loglevel": "^1.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "13.1.1",
"description": "Contains details for sapphire nodes",
"main": "dist/fndBase.cjs.js",
"module": "dist/fndBase.esm.js",
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "13.1.1",
"description": "",
"private": true,
"main": "src/index.ts",
Expand All @@ -19,7 +19,7 @@
"@sentry/node": "^7.83.0",
"@sentry/tracing": "^7.83.0",
"@toruslabs/constants": "^13.1.0",
"@toruslabs/fnd-base": "^13.1.0",
"@toruslabs/fnd-base": "^13.1.1",
"@toruslabs/http-helpers": "^5.0.0",
"@toruslabs/loglevel-sentry": "^6.0.1",
"celebrate": "^15.0.3",
Expand Down

0 comments on commit cadd6e4

Please sign in to comment.