Skip to content

Commit

Permalink
v9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuchawla009 committed Oct 7, 2024
1 parent 842a426 commit ac2c754
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.2.2",
"version": "9.2.3",
"packages": ["packages/*"],
"npmClient": "npm"
}
76 changes: 38 additions & 38 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-mpc/chrome-storage",
"version": "9.2.0",
"version": "9.2.3",
"description": "TKey Chrome Storage 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-mpc/common-types": "^9.2.0",
"@tkey-mpc/common-types": "^9.2.3",
"webextension-polyfill": "^0.12.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-mpc/common-types",
"version": "9.2.0",
"version": "9.2.3",
"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-mpc/core",
"version": "9.2.2",
"version": "9.2.3",
"description": "TKey Core library",
"sideEffects": false,
"main": "dist/lib.cjs/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"src"
],
"dependencies": {
"@tkey-mpc/common-types": "^9.2.0",
"@tkey-mpc/common-types": "^9.2.3",
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/http-helpers": "^7.0.0",
"@toruslabs/rss-client": "^2.0.0",
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-mpc/default",
"version": "9.2.2",
"version": "9.2.3",
"description": "TKey default library",
"sideEffects": false,
"main": "dist/lib.cjs/index.js",
Expand Down Expand Up @@ -35,20 +35,20 @@
"src"
],
"dependencies": {
"@tkey-mpc/common-types": "^9.2.0",
"@tkey-mpc/core": "^9.2.2",
"@tkey-mpc/security-questions": "^9.2.0",
"@tkey-mpc/service-provider-base": "^9.2.0",
"@tkey-mpc/service-provider-torus": "^9.2.0",
"@tkey-mpc/share-serialization": "^9.2.0",
"@tkey-mpc/share-transfer": "^9.2.0",
"@tkey-mpc/storage-layer-torus": "^9.2.1",
"@tkey-mpc/common-types": "^9.2.3",
"@tkey-mpc/core": "^9.2.3",
"@tkey-mpc/security-questions": "^9.2.3",
"@tkey-mpc/service-provider-base": "^9.2.3",
"@tkey-mpc/service-provider-torus": "^9.2.3",
"@tkey-mpc/share-serialization": "^9.2.3",
"@tkey-mpc/share-transfer": "^9.2.3",
"@tkey-mpc/storage-layer-torus": "^9.2.3",
"@toruslabs/rss-client": "^2.0.0",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@tkey-mpc/private-keys": "^9.2.0",
"@tkey-mpc/seed-phrase": "^9.2.0",
"@tkey-mpc/private-keys": "^9.2.3",
"@tkey-mpc/seed-phrase": "^9.2.3",
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/http-helpers": "^7.0.0",
"@toruslabs/torus.js": "^15.1.0-0",
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-mpc/private-keys",
"version": "9.2.0",
"version": "9.2.3",
"description": "TKey Private Keys Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.2.0",
"@tkey-mpc/common-types": "^9.2.3",
"@toruslabs/tweetnacl-js": "^1.0.4",
"bn.js": "^5.2.1",
"randombytes": "^2.1.0"
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-mpc/security-questions",
"version": "9.2.0",
"version": "9.2.3",
"description": "TKey Security Questions 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-mpc/common-types": "^9.2.0",
"@tkey-mpc/common-types": "^9.2.3",
"bn.js": "^5.2.1",
"ethereum-cryptography": "^2.1.2"
},
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-mpc/seed-phrase",
"version": "9.2.0",
"version": "9.2.3",
"description": "TKey Seed Phrase 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-mpc/common-types": "^9.2.0",
"@tkey-mpc/common-types": "^9.2.3",
"bip39": "^3.0.4",
"bn.js": "^5.2.1",
"ethers": "^6.13.3"
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-mpc/service-provider-base",
"version": "9.2.0",
"version": "9.2.3",
"description": "TKey Base Service Provider Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.2.0",
"@tkey-mpc/common-types": "^9.2.3",
"bn.js": "^5.2.1",
"elliptic": "^6.5.7"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/service-provider-torus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey-mpc/service-provider-torus",
"version": "9.2.0",
"version": "9.2.3",
"description": "TKey Torus Service Provider Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.2.0",
"@tkey-mpc/service-provider-base": "^9.2.0",
"@tkey-mpc/common-types": "^9.2.3",
"@tkey-mpc/service-provider-base": "^9.2.3",
"@toruslabs/customauth": "^20.3.0-0",
"@toruslabs/torus.js": "^15.1.0-0",
"bn.js": "^5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/share-serialization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey-mpc/share-serialization",
"version": "9.2.0",
"version": "9.2.3",
"description": "TKey share serialization module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.2.0",
"@tkey-mpc/common-types": "^9.2.3",
"@types/create-hash": "1.2.6",
"bn.js": "^5.2.1",
"ethereum-cryptography": "^2.1.2"
Expand Down
Loading

0 comments on commit ac2c754

Please sign in to comment.