Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "16.0.0",
"version": "17.0.0",
"packages": ["packages/*"],
"npmClient": "npm"
}
5,430 changes: 2,594 additions & 2,836 deletions package-lock.json

Large diffs are not rendered by default.

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": "16.0.0",
"version": "17.0.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/common-types": "^16.0.0",
"@tkey/common-types": "^17.0.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/common-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/common-types",
"version": "16.0.0",
"version": "17.0.0",
"description": "TKey common types",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -50,7 +50,6 @@
"@toruslabs/torus.js": "^17.0.0",
"ts-custom-error": "^3.3.1"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/tkey/tkey/issues"
},
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": "16.0.0",
"version": "17.0.0",
"description": "TKey Core library",
"main": "dist/lib.cjs/index.js",
"module": "dist/lib.esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@noble/curves": "^2.0.1",
"@tkey/common-types": "^16.0.0",
"@tkey/common-types": "^17.0.0",
"@toruslabs/metadata-helpers": "^8.1.0",
"@toruslabs/torus.js": "^17.0.0",
"json-stable-stringify": "^1.3.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/default",
"version": "16.0.0",
"version": "17.0.0",
"description": "TKey default library",
"main": "dist/lib.cjs/index.js",
"module": "dist/lib.esm/index.js",
Expand Down Expand Up @@ -34,19 +34,19 @@
"dist"
],
"dependencies": {
"@tkey/common-types": "^16.0.0",
"@tkey/core": "^16.0.0",
"@tkey/service-provider-base": "^16.0.0",
"@tkey/service-provider-torus": "^16.0.0",
"@tkey/share-serialization": "^16.0.0",
"@tkey/share-transfer": "^16.0.0",
"@tkey/storage-layer-torus": "^16.0.0",
"@tkey/common-types": "^17.0.0",
"@tkey/core": "^17.0.0",
"@tkey/service-provider-base": "^17.0.0",
"@tkey/service-provider-torus": "^17.0.0",
"@tkey/share-serialization": "^17.0.0",
"@tkey/share-transfer": "^17.0.0",
"@tkey/storage-layer-torus": "^17.0.0",
"@toruslabs/metadata-helpers": "^8.1.0"
},
"devDependencies": {
"@tkey/private-keys": "^16.0.0",
"@tkey/seed-phrase": "^16.0.0",
"@tkey/security-questions": "^16.0.0",
"@tkey/private-keys": "^17.0.0",
"@tkey/security-questions": "^17.0.0",
"@tkey/seed-phrase": "^17.0.0",
"@toruslabs/eccrypto": "^7.0.0",
"@toruslabs/http-helpers": "^9.0.0",
"viem": "^2.46.3"
Expand Down
7 changes: 3 additions & 4 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": "16.0.0",
"version": "17.0.0",
"description": "TKey Private Keys Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -37,10 +37,9 @@
"peerDependencies": {
"@babel/runtime": "7.x"
},
"devDependencies": {},
"dependencies": {
"@tkey/common-types": "^16.0.0",
"@noble/curves": "^2.0.1"
"@noble/curves": "^2.0.1",
"@tkey/common-types": "^17.0.0"
},
"bugs": {
"url": "https://github.com/tkey/tkey/issues"
Expand Down
5 changes: 2 additions & 3 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": "16.0.0",
"version": "17.0.0",
"description": "TKey Security Questions Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -41,12 +41,11 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^16.0.0",
"@noble/curves": "^2.0.1",
"@tkey/common-types": "^17.0.0",
"@toruslabs/metadata-helpers": "^8.1.0",
"@toruslabs/torus.js": "^17.0.0"
},
"devDependencies": {},
"lint-staged": {
"!(*d).ts": [
"npm run lint --",
Expand Down
5 changes: 2 additions & 3 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": "16.0.0",
"version": "17.0.0",
"description": "TKey Seed Phrase Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -44,9 +44,8 @@
"@noble/curves": "^2.0.1",
"@scure/bip32": "^1.7.0",
"@scure/bip39": "^1.6.0",
"@tkey/common-types": "^16.0.0"
"@tkey/common-types": "^17.0.0"
},
"devDependencies": {},
"lint-staged": {
"!(*d).ts": [
"npm run lint --",
Expand Down
5 changes: 2 additions & 3 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": "16.0.0",
"version": "17.0.0",
"description": "TKey Base Service Provider Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -43,10 +43,9 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^16.0.0",
"@tkey/common-types": "^17.0.0",
"@toruslabs/metadata-helpers": "^8.1.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/tkey/tkey/issues"
},
Expand Down
5 changes: 2 additions & 3 deletions packages/service-provider-sfa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/service-provider-sfa",
"version": "16.0.0",
"version": "17.0.0",
"description": "TKey Torus Service Provider Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -37,12 +37,11 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/service-provider-base": "^16.0.0",
"@tkey/service-provider-base": "^17.0.0",
"@toruslabs/fetch-node-details": "^16.0.0",
"@toruslabs/metadata-helpers": "^8.1.0",
"@toruslabs/torus.js": "^17.0.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/tkey/tkey/issues"
},
Expand Down
7 changes: 3 additions & 4 deletions packages/service-provider-torus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/service-provider-torus",
"version": "16.0.0",
"version": "17.0.0",
"description": "TKey Torus Service Provider Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -38,12 +38,11 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^16.0.0",
"@tkey/service-provider-base": "^16.0.0",
"@tkey/common-types": "^17.0.0",
"@tkey/service-provider-base": "^17.0.0",
"@toruslabs/customauth": "^22.1.0",
"@toruslabs/torus.js": "^17.0.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/tkey/tkey/issues"
},
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/share-serialization",
"version": "16.0.0",
"version": "17.0.0",
"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/common-types": "^16.0.0",
"@tkey/common-types": "^17.0.0",
"@toruslabs/metadata-helpers": "^8.1.0",
"ethereum-cryptography": "^3.2.0"
},
Expand Down
7 changes: 3 additions & 4 deletions packages/share-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/share-transfer",
"version": "16.0.0",
"version": "17.0.0",
"description": "TKey Share Transfer Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -38,13 +38,12 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^16.0.0",
"@noble/curves": "^2.0.1",
"@tkey/common-types": "^17.0.0",
"@toruslabs/eccrypto": "^7.0.0",
"@toruslabs/http-helpers": "^9.0.0",
"@noble/curves": "^2.0.1",
"@toruslabs/metadata-helpers": "^8.1.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/tkey/tkey/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-layer-torus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/storage-layer-torus",
"version": "16.0.0",
"version": "17.0.0",
"description": "TKey Torus Storage Layer Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^16.0.0",
"@tkey/common-types": "^17.0.0",
"@toruslabs/http-helpers": "^9.0.0",
"@toruslabs/metadata-helpers": "^8.1.0",
"@toruslabs/torus.js": "^17.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/web-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/web-storage",
"version": "16.0.0",
"version": "17.0.0",
"description": "TKey Web Storage Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -43,12 +43,12 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@tkey/common-types": "^16.0.0"
"@tkey/common-types": "^17.0.0"
},
"devDependencies": {
"@tkey/core": "^16.0.0",
"@tkey/service-provider-base": "^16.0.0",
"@tkey/storage-layer-torus": "^16.0.0",
"@tkey/core": "^17.0.0",
"@tkey/service-provider-base": "^17.0.0",
"@tkey/storage-layer-torus": "^17.0.0",
"@types/filesystem": "^0.0.36"
},
"bugs": {
Expand Down