Skip to content

Commit

Permalink
v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Feb 6, 2024
1 parent 94d0263 commit d28b57d
Show file tree
Hide file tree
Showing 5 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 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "7.0.1",
"version": "7.0.2",
"npmClient": "npm"
}
12 changes: 6 additions & 6 deletions package-lock.json

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

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": "7.0.1",
"version": "7.0.2",
"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": "7.0.1",
"version": "7.0.2",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -20,11 +20,11 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/constants": "^13.1.0",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/metadata-helpers": "^5.0.0",
"@toruslabs/constants": "^13.1.0",
"@toruslabs/openlogin-session-manager": "^3.0.0",
"@toruslabs/openlogin-utils": "^7.0.1",
"@toruslabs/openlogin-utils": "^7.0.2",
"@toruslabs/secure-pub-sub": "^0.0.1",
"bowser": "^2.11.0",
"events": "^3.3.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": "7.0.1",
"version": "7.0.2",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -20,9 +20,9 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/openlogin": "^7.0.1",
"@toruslabs/openlogin": "^7.0.2",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@toruslabs/openlogin-utils": "^7.0.1"
"@toruslabs/openlogin-utils": "^7.0.2"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down

0 comments on commit d28b57d

Please sign in to comment.