Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 14, 2021
1 parent 008391c commit dd3003f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.8.2",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@toruslabs/eccrypto": "^1.1.6",
"@toruslabs/openlogin-jrpc": "^0.8.1",
"@toruslabs/openlogin-utils": "^0.8.1",
"@toruslabs/openlogin-jrpc": "^0.8.2",
"@toruslabs/openlogin-utils": "^0.8.2",
"lodash.merge": "^4.6.2",
"pump": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ed25519/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-ed25519",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin-ed25519.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/jrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-jrpc",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin-jrpc.cjs.js",
Expand All @@ -21,7 +21,7 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@toruslabs/openlogin-utils": "^0.8.1",
"@toruslabs/openlogin-utils": "^0.8.2",
"end-of-stream": "^1.4.4",
"fast-safe-stringify": "^2.0.7",
"once": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/subkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-subkey",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin-subkey.cjs.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@toruslabs/ffjavascript": "^0.2.39",
"@toruslabs/openlogin-utils": "^0.8.1",
"@toruslabs/openlogin-utils": "^0.8.2",
"bn.js": "^5.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-utils",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin-utils.cjs.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openlogin",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -21,9 +21,9 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@toruslabs/openlogin": "^0.8.1",
"@toruslabs/openlogin-jrpc": "^0.8.1",
"@toruslabs/openlogin-utils": "^0.8.1"
"@toruslabs/openlogin": "^0.8.2",
"@toruslabs/openlogin-jrpc": "^0.8.2",
"@toruslabs/openlogin-utils": "^0.8.2"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down

0 comments on commit dd3003f

Please sign in to comment.