Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Apr 20, 2023
1 parent e9a27af commit 6bb012a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"useWorkspaces": true,
"version": "8.1.1",
"version": "9.0.0",
"npmClient": "npm"
}
28 changes: 14 additions & 14 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/constants",
"version": "8.1.1",
"version": "9.0.0",
"description": "Contains constants for torus and web3auth",
"main": "dist/constants.cjs.js",
"module": "dist/constants.esm.js",
Expand All @@ -21,7 +21,6 @@
"peerDependencies": {
"@babel/runtime": "7.x"
},
"dependencies": {},
"lint-staged": {
"!(*d).{js,ts}": [
"eslint --cache --fix",
Expand Down
8 changes: 4 additions & 4 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": "8.1.1",
"version": "9.0.0",
"description": "Fetches the node details for torus nodes",
"main": "dist/fetchNodeDetails.cjs.js",
"module": "dist/fetchNodeDetails.esm.js",
Expand All @@ -23,10 +23,10 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/constants": "^8.1.1",
"@toruslabs/constants": "^9.0.0",
"@toruslabs/fnd-base": "^9.0.0",
"@toruslabs/http-helpers": "^3.3.0",
"loglevel": "^1.8.1",
"@toruslabs/fnd-base": "^8.1.1"
"loglevel": "^1.8.1"
},
"lint-staged": {
"!(*d).{js,ts}": [
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": "8.1.1",
"version": "9.0.0",
"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": "^8.1.1"
"@toruslabs/constants": "^9.0.0"
},
"devDependencies": {
"web3-utils": "^1.9.0"
Expand Down
10 changes: 5 additions & 5 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": "8.1.1",
"version": "9.0.0",
"description": "",
"private": true,
"main": "src/index.ts",
Expand All @@ -16,9 +16,10 @@
"down": "docker-compose -f ../../docker-compose.dev.yml down"
},
"dependencies": {
"@toruslabs/constants": "^8.1.1",
"@sentry/node": "^7.49.0",
"@sentry/tracing": "^7.49.0",
"@toruslabs/constants": "^9.0.0",
"@toruslabs/fnd-base": "^9.0.0",
"@toruslabs/http-helpers": "^3.3.0",
"@toruslabs/loglevel-sentry": "^4.1.0",
"celebrate": "^15.0.1",
Expand All @@ -27,18 +28,17 @@
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.1.5",
"json-stable-stringify": "^1.0.2",
"loglevel": "^1.8.1",
"morgan": "^1.10.0",
"redis": "^4.6.5",
"json-stable-stringify": "^1.0.2",
"@toruslabs/fnd-base": "^8.1.1",
"web3-eth-contract": "^1.9.0",
"web3-utils": "^1.9.0"
},
"devDependencies": {
"@toruslabs/eslint-config-node": "^1.4.1",
"@types/cors": "^2.8.13",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/json-stable-stringify": "^1.0.34",
"@types/morgan": "^1.9.4",
Expand Down

0 comments on commit 6bb012a

Please sign in to comment.