Skip to content

Commit

Permalink
v9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Oct 3, 2023
1 parent 3587e2f commit 6416a6e
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.0.0",
"version": "9.0.1",
"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.0.0",
"version": "9.0.1",
"description": "TKey Chrome Storage Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"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-mpc/common-types",
"version": "9.0.0",
"version": "9.0.1",
"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.0.0",
"version": "9.0.1",
"description": "TKey Core library",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"src"
],
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/http-helpers": "^5.0.0",
"@toruslabs/rss-client": "^1.5.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.0.0",
"version": "9.0.1",
"description": "TKey default library",
"main": "dist/default.cjs.js",
"module": "dist/default.esm.js",
Expand Down Expand Up @@ -34,20 +34,20 @@
"src"
],
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/core": "^9.0.0",
"@tkey-mpc/security-questions": "^9.0.0",
"@tkey-mpc/service-provider-base": "^9.0.0",
"@tkey-mpc/service-provider-torus": "^9.0.0",
"@tkey-mpc/share-serialization": "^9.0.0",
"@tkey-mpc/share-transfer": "^9.0.0",
"@tkey-mpc/storage-layer-torus": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"@tkey-mpc/core": "^9.0.1",
"@tkey-mpc/security-questions": "^9.0.1",
"@tkey-mpc/service-provider-base": "^9.0.1",
"@tkey-mpc/service-provider-torus": "^9.0.1",
"@tkey-mpc/share-serialization": "^9.0.1",
"@tkey-mpc/share-transfer": "^9.0.1",
"@tkey-mpc/storage-layer-torus": "^9.0.1",
"@toruslabs/rss-client": "^1.5.0",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@tkey-mpc/private-keys": "^9.0.0",
"@tkey-mpc/seed-phrase": "^9.0.0",
"@tkey-mpc/private-keys": "^9.0.1",
"@tkey-mpc/seed-phrase": "^9.0.1",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/http-helpers": "^5.0.0",
"@toruslabs/torus.js": "^10.0.5",
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.0.0",
"version": "9.0.1",
"description": "TKey Private Keys Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@types/bn.js": "^5.1.2"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"@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.0.0",
"version": "9.0.1",
"description": "TKey Security Questions Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"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.0.0",
"version": "9.0.1",
"description": "TKey Seed Phrase Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"bip39": "^3.0.4",
"bn.js": "^5.2.1",
"ethers": "^6.7.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-mpc/service-provider-base",
"version": "9.0.0",
"version": "9.0.1",
"description": "TKey Base Service Provider Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"bn.js": "^5.2.1",
"elliptic": "^6.5.4"
},
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.0.0",
"version": "9.0.1",
"description": "TKey Torus Service Provider Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/service-provider-base": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"@tkey-mpc/service-provider-base": "^9.0.1",
"@toruslabs/customauth": "^16.0.6",
"@toruslabs/torus.js": "^11.0.5",
"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.0.0",
"version": "9.0.1",
"description": "TKey share serialization module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.0",
"@tkey-mpc/common-types": "^9.0.1",
"@types/create-hash": "1.2.2",
"bn.js": "^5.2.1",
"ethereum-cryptography": "^2.1.2"
Expand Down
Loading

0 comments on commit 6416a6e

Please sign in to comment.