Skip to content

Commit

Permalink
v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Feb 23, 2024
1 parent b6c02fc commit 46e63d1
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 89 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.3",
"version": "9.1.0",
"packages": ["packages/*"],
"npmClient": "npm"
}
80 changes: 38 additions & 42 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.2",
"version": "9.1.0",
"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.2",
"@tkey-mpc/common-types": "^9.1.0",
"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.2",
"version": "9.1.0",
"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.2",
"version": "9.1.0",
"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.2",
"@tkey-mpc/common-types": "^9.1.0",
"@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.3",
"version": "9.1.0",
"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.2",
"@tkey-mpc/core": "^9.0.2",
"@tkey-mpc/security-questions": "^9.0.2",
"@tkey-mpc/service-provider-base": "^9.0.2",
"@tkey-mpc/service-provider-torus": "^9.0.3",
"@tkey-mpc/share-serialization": "^9.0.2",
"@tkey-mpc/share-transfer": "^9.0.2",
"@tkey-mpc/storage-layer-torus": "^9.0.2",
"@tkey-mpc/common-types": "^9.1.0",
"@tkey-mpc/core": "^9.1.0",
"@tkey-mpc/security-questions": "^9.1.0",
"@tkey-mpc/service-provider-base": "^9.1.0",
"@tkey-mpc/service-provider-torus": "^9.1.0",
"@tkey-mpc/share-serialization": "^9.1.0",
"@tkey-mpc/share-transfer": "^9.1.0",
"@tkey-mpc/storage-layer-torus": "^9.1.0",
"@toruslabs/rss-client": "^1.5.0",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@tkey-mpc/private-keys": "^9.0.2",
"@tkey-mpc/seed-phrase": "^9.0.2",
"@tkey-mpc/private-keys": "^9.1.0",
"@tkey-mpc/seed-phrase": "^9.1.0",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/http-helpers": "^5.0.0",
"@toruslabs/torus.js": "^11.0.6",
Expand Down
6 changes: 2 additions & 4 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.2",
"version": "9.1.0",
"description": "TKey Private Keys Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -37,10 +37,8 @@
"peerDependencies": {
"@babel/runtime": "7.x"
},
"devDependencies": {
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.2",
"@tkey-mpc/common-types": "^9.1.0",
"@toruslabs/tweetnacl-js": "^1.0.4",
"bn.js": "^5.2.1",
"randombytes": "^2.1.0"
Expand Down
6 changes: 2 additions & 4 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.2",
"version": "9.1.0",
"description": "TKey Security Questions Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -41,12 +41,10 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.2",
"@tkey-mpc/common-types": "^9.1.0",
"bn.js": "^5.2.1",
"ethereum-cryptography": "^2.1.2"
},
"devDependencies": {
},
"lint-staged": {
"!(*d).ts": [
"npm run lint --",
Expand Down
6 changes: 2 additions & 4 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.2",
"version": "9.1.0",
"description": "TKey Seed Phrase Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -41,13 +41,11 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey-mpc/common-types": "^9.0.2",
"@tkey-mpc/common-types": "^9.1.0",
"bip39": "^3.0.4",
"bn.js": "^5.2.1",
"ethers": "^6.7.1"
},
"devDependencies": {
},
"lint-staged": {
"!(*d).ts": [
"npm run lint --",
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.2",
"version": "9.1.0",
"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.2",
"@tkey-mpc/common-types": "^9.1.0",
"bn.js": "^5.2.1",
"elliptic": "^6.5.4"
},
Expand Down
Loading

0 comments on commit 46e63d1

Please sign in to comment.