Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 28, 2021
1 parent 17d7a59 commit e1f4a01
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.0.0",
"version": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"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.7",
"@toruslabs/http-helpers": "^1.4.0",
"@toruslabs/openlogin-jrpc": "^1.0.0",
"@toruslabs/openlogin-utils": "^1.0.0",
"@toruslabs/openlogin-jrpc": "^1.0.1",
"@toruslabs/openlogin-utils": "^1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin-jrpc.cjs.js",
Expand All @@ -19,7 +19,7 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@toruslabs/openlogin-utils": "^1.0.0",
"@toruslabs/openlogin-utils": "^1.0.1",
"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/stark-key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-starkkey",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin-starkkey.cjs.js",
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": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin-subkey.cjs.js",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@toruslabs/ffjavascript": "^0.2.40",
"@toruslabs/openlogin-utils": "^1.0.0",
"@toruslabs/openlogin-utils": "^1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"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.0.0",
"@toruslabs/openlogin-jrpc": "^1.0.0",
"@toruslabs/openlogin-utils": "^1.0.0"
"@toruslabs/openlogin": "^1.0.1",
"@toruslabs/openlogin-jrpc": "^1.0.1",
"@toruslabs/openlogin-utils": "^1.0.1"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down

0 comments on commit e1f4a01

Please sign in to comment.