Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 2, 2021
1 parent 42e4cad commit 32e42a6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.2",
"version": "1.3.3",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin-ed25519/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-ed25519",
"version": "1.3.0",
"version": "1.3.3",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginEd25519.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.3.3",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginJrpc.cjs.js",
Expand All @@ -19,7 +19,7 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@toruslabs/openlogin-utils": "^1.3.0",
"@toruslabs/openlogin-utils": "^1.3.3",
"end-of-stream": "^1.4.4",
"events": "^3.3.0",
"fast-safe-stringify": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin-starkkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-starkkey",
"version": "1.3.0",
"version": "1.3.3",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginStarkkey.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/openlogin-subkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-subkey",
"version": "1.3.0",
"version": "1.3.3",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginSubkey.cjs.js",
Expand All @@ -19,7 +19,7 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@toruslabs/openlogin-utils": "^1.3.0",
"@toruslabs/openlogin-utils": "^1.3.3",
"bn.js": "^5.2.0",
"ffjavascript": "^0.2.46"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-utils",
"version": "1.3.0",
"version": "1.3.3",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginUtils.cjs.js",
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.3.3",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@toruslabs/eccrypto": "^1.1.8",
"@toruslabs/http-helpers": "^2.1.1",
"@toruslabs/openlogin-jrpc": "^1.3.1",
"@toruslabs/openlogin-utils": "^1.3.0",
"@toruslabs/openlogin-jrpc": "^1.3.3",
"@toruslabs/openlogin-utils": "^1.3.3",
"lodash.merge": "^4.6.2",
"pump": "^3.0.0"
},
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": "1.3.2",
"version": "1.3.3",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -19,9 +19,9 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@toruslabs/openlogin": "^1.3.2",
"@toruslabs/openlogin-jrpc": "^1.3.1",
"@toruslabs/openlogin-utils": "^1.3.0",
"@toruslabs/openlogin": "^1.3.3",
"@toruslabs/openlogin-jrpc": "^1.3.3",
"@toruslabs/openlogin-utils": "^1.3.3",
"bn.js": "^5.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 32e42a6

Please # to comment.