Skip to content

Commit

Permalink
v13.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Jun 21, 2024
1 parent 7bfbe73 commit 3eb9cbb
Show file tree
Hide file tree
Showing 17 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "13.0.0-alpha.5",
"version": "13.0.0-alpha.6",
"packages": ["packages/*"],
"npmClient": "npm"
}
90 changes: 45 additions & 45 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/chrome-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/chrome-storage",
"version": "13.0.0-alpha.4",
"version": "13.0.0-alpha.6",
"description": "TKey Chrome Storage Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.4",
"@tkey/common-types": "^13.0.0-alpha.6",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/common-types",
"version": "13.0.0-alpha.4",
"version": "13.0.0-alpha.6",
"description": "TKey common types",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/core",
"version": "13.0.0-alpha.4",
"version": "13.0.0-alpha.6",
"description": "TKey Core library",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dist"
],
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.4",
"@tkey/common-types": "^13.0.0-alpha.6",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/torus.js": "^13.0.0-alpha.4",
"bn.js": "^5.2.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/default",
"version": "13.0.0-alpha.5",
"version": "13.0.0-alpha.6",
"description": "TKey default library",
"main": "dist/default.cjs.js",
"module": "dist/default.esm.js",
Expand Down Expand Up @@ -33,20 +33,20 @@
"dist"
],
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.4",
"@tkey/core": "^13.0.0-alpha.4",
"@tkey/security-questions": "^13.0.0-alpha.4",
"@tkey/service-provider-base": "^13.0.0-alpha.4",
"@tkey/service-provider-torus": "^13.0.0-alpha.5",
"@tkey/share-serialization": "^13.0.0-alpha.4",
"@tkey/share-transfer": "^13.0.0-alpha.4",
"@tkey/storage-layer-torus": "^13.0.0-alpha.4",
"@tkey/common-types": "^13.0.0-alpha.6",
"@tkey/core": "^13.0.0-alpha.6",
"@tkey/security-questions": "^13.0.0-alpha.6",
"@tkey/service-provider-base": "^13.0.0-alpha.6",
"@tkey/service-provider-torus": "^13.0.0-alpha.6",
"@tkey/share-serialization": "^13.0.0-alpha.6",
"@tkey/share-transfer": "^13.0.0-alpha.6",
"@tkey/storage-layer-torus": "^13.0.0-alpha.6",
"@toruslabs/torus.js": "13.0.0-alpha.7",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@tkey/private-keys": "^13.0.0-alpha.4",
"@tkey/seed-phrase": "^13.0.0-alpha.4",
"@tkey/private-keys": "^13.0.0-alpha.6",
"@tkey/seed-phrase": "^13.0.0-alpha.6",
"@toruslabs/http-helpers": "^6.1.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/private-keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/private-keys",
"version": "13.0.0-alpha.4",
"version": "13.0.0-alpha.6",
"description": "TKey Private Keys Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/bn.js": "^5.1.5"
},
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.4",
"@tkey/common-types": "^13.0.0-alpha.6",
"@toruslabs/tweetnacl-js": "^1.0.4",
"bn.js": "^5.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/security-questions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/security-questions",
"version": "13.0.0-alpha.4",
"version": "13.0.0-alpha.6",
"description": "TKey Security Questions Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.4",
"@tkey/common-types": "^13.0.0-alpha.6",
"bn.js": "^5.2.1",
"ethereum-cryptography": "^2.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/seed-phrase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/seed-phrase",
"version": "13.0.0-alpha.4",
"version": "13.0.0-alpha.6",
"description": "TKey Seed Phrase Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.4",
"@tkey/common-types": "^13.0.0-alpha.6",
"bn.js": "^5.2.1",
"ethers": "^6.11.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/service-provider-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/service-provider-base",
"version": "13.0.0-alpha.4",
"version": "13.0.0-alpha.6",
"description": "TKey Base Service Provider Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.4",
"@tkey/common-types": "^13.0.0-alpha.6",
"bn.js": "^5.2.1",
"elliptic": "^6.5.5"
},
Expand Down
Loading

0 comments on commit 3eb9cbb

Please sign in to comment.