Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 24, 2021
1 parent c4949cf commit 9c65863
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin-jrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-jrpc",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginJrpc.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/openlogin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@toruslabs/eccrypto": "^1.1.7",
"@toruslabs/http-helpers": "^1.4.0",
"@toruslabs/openlogin-jrpc": "^1.3.0",
"@toruslabs/openlogin-jrpc": "^1.3.1",
"@toruslabs/openlogin-utils": "^1.3.0",
"lodash.merge": "^4.6.2",
"pump": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openlogin",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -19,8 +19,8 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@toruslabs/openlogin": "^1.3.0",
"@toruslabs/openlogin-jrpc": "^1.3.0",
"@toruslabs/openlogin": "^1.3.1",
"@toruslabs/openlogin-jrpc": "^1.3.1",
"@toruslabs/openlogin-utils": "^1.3.0",
"bn.js": "^5.2.0"
},
Expand Down

0 comments on commit 9c65863

Please # to comment.