From 2d593b3f29e65891b3c749b66b2bed3afa063db4 Mon Sep 17 00:00:00 2001 From: guru-web3 <105355858+guru-web3@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:20:41 +0530 Subject: [PATCH 1/2] feat: update customauth version --- lerna.json | 2 +- package-lock.json | 16 +++++++------- packages/chrome-storage/package.json | 4 ++-- packages/common-types/package.json | 2 +- packages/core/package.json | 4 ++-- packages/default/package.json | 22 ++++++++++---------- packages/private-keys/package.json | 4 ++-- packages/security-questions/package.json | 4 ++-- packages/seed-phrase/package.json | 4 ++-- packages/service-provider-base/package.json | 4 ++-- packages/service-provider-torus/package.json | 8 +++---- packages/share-serialization/package.json | 4 ++-- packages/share-transfer/package.json | 4 ++-- packages/storage-layer-torus/package.json | 4 ++-- packages/web-storage/package.json | 10 ++++----- 15 files changed, 48 insertions(+), 48 deletions(-) diff --git a/lerna.json b/lerna.json index 7c0ed0e8..3becf18c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "packages": ["packages/*"], "npmClient": "npm", "useWorkspaces": true diff --git a/package-lock.json b/package-lock.json index bd51af34..b1e9f701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23255,7 +23255,7 @@ "dependencies": { "@tkey/common-types": "^8.0.6-alpha.0", "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@toruslabs/customauth": "11.4.2-alpha.4", + "@toruslabs/customauth": "11.4.2-alpha.6", "@toruslabs/torus.js": "6.2.0-alpha.1", "bn.js": "^5.2.1", "elliptic": "^6.5.4" @@ -23269,9 +23269,9 @@ } }, "packages/service-provider-torus/node_modules/@toruslabs/customauth": { - "version": "11.4.2-alpha.4", - "resolved": "https://registry.npmjs.org/@toruslabs/customauth/-/customauth-11.4.2-alpha.4.tgz", - "integrity": "sha512-HdoSDj+kv1UoAYX1GCFB7nAYmSKVGwOc5C8KhtqLBsMj5fsKjmHxMvPr9EuOAnYIVPXkzSgvdGfpJtQo04TkrQ==", + "version": "11.4.2-alpha.6", + "resolved": "https://registry.npmjs.org/@toruslabs/customauth/-/customauth-11.4.2-alpha.6.tgz", + "integrity": "sha512-k5G2bvp6fGO6GiQN7d2VJTlDlv5xWwMuRIf97qzLeR8trGTTgGT0c3mS+c8yOTZNfsObESQSnBS43V833opDgg==", "dependencies": { "@chaitanyapotti/register-service-worker": "^1.7.3", "@toruslabs/broadcast-channel": "^6.1.1", @@ -27179,7 +27179,7 @@ "requires": { "@tkey/common-types": "^8.0.6-alpha.0", "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@toruslabs/customauth": "11.4.2-alpha.4", + "@toruslabs/customauth": "11.4.2-alpha.6", "@toruslabs/torus.js": "6.2.0-alpha.1", "@types/bn.js": "^5.1.1", "@types/elliptic": "^6.4.14", @@ -27188,9 +27188,9 @@ }, "dependencies": { "@toruslabs/customauth": { - "version": "11.4.2-alpha.4", - "resolved": "https://registry.npmjs.org/@toruslabs/customauth/-/customauth-11.4.2-alpha.4.tgz", - "integrity": "sha512-HdoSDj+kv1UoAYX1GCFB7nAYmSKVGwOc5C8KhtqLBsMj5fsKjmHxMvPr9EuOAnYIVPXkzSgvdGfpJtQo04TkrQ==", + "version": "11.4.2-alpha.6", + "resolved": "https://registry.npmjs.org/@toruslabs/customauth/-/customauth-11.4.2-alpha.6.tgz", + "integrity": "sha512-k5G2bvp6fGO6GiQN7d2VJTlDlv5xWwMuRIf97qzLeR8trGTTgGT0c3mS+c8yOTZNfsObESQSnBS43V833opDgg==", "requires": { "@chaitanyapotti/register-service-worker": "^1.7.3", "@toruslabs/broadcast-channel": "^6.1.1", diff --git a/packages/chrome-storage/package.json b/packages/chrome-storage/package.json index 1c3c2978..0e46a52b 100644 --- a/packages/chrome-storage/package.json +++ b/packages/chrome-storage/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/chrome-storage", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Chrome Storage Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -41,7 +41,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "webextension-polyfill": "^0.10.0" }, "devDependencies": { diff --git a/packages/common-types/package.json b/packages/common-types/package.json index b96b0e82..3f9ca55f 100644 --- a/packages/common-types/package.json +++ b/packages/common-types/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/common-types", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey common types", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", diff --git a/packages/core/package.json b/packages/core/package.json index ccf0b7eb..1169498a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/core", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Core library", "main": "dist/core.cjs.js", "module": "dist/core.esm.js", @@ -34,7 +34,7 @@ "src" ], "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/http-helpers": "^3.2.0", "@toruslabs/rss-client": "^1.4.1", diff --git a/packages/default/package.json b/packages/default/package.json index 62dbf4d6..a8a1b00d 100644 --- a/packages/default/package.json +++ b/packages/default/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/default", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey default library", "main": "dist/default.cjs.js", "module": "dist/default.esm.js", @@ -34,21 +34,21 @@ "src" ], "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", - "@tkey/core": "^8.0.6-alpha.0", - "@tkey/security-questions": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@tkey/service-provider-torus": "^8.0.6-alpha.0", - "@tkey/share-serialization": "^8.0.6-alpha.0", - "@tkey/share-transfer": "^8.0.6-alpha.0", - "@tkey/storage-layer-torus": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", + "@tkey/core": "^8.0.7-alpha.0", + "@tkey/security-questions": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", + "@tkey/service-provider-torus": "^8.0.7-alpha.0", + "@tkey/share-serialization": "^8.0.7-alpha.0", + "@tkey/share-transfer": "^8.0.7-alpha.0", + "@tkey/storage-layer-torus": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/rss-client": "^1.4.1", "bn.js": "^5.2.1" }, "devDependencies": { - "@tkey/private-keys": "^8.0.6-alpha.0", - "@tkey/seed-phrase": "^8.0.6-alpha.0", + "@tkey/private-keys": "^8.0.7-alpha.0", + "@tkey/seed-phrase": "^8.0.7-alpha.0", "@toruslabs/http-helpers": "^3.2.0", "jsrsasign": "^10.6.1", "web3-utils": "^1.8.1" diff --git a/packages/private-keys/package.json b/packages/private-keys/package.json index 994364fb..c884b412 100644 --- a/packages/private-keys/package.json +++ b/packages/private-keys/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/private-keys", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Private Keys Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -41,7 +41,7 @@ "@types/bn.js": "^5.1.1" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/tweetnacl-js": "^1.0.3", "bn.js": "^5.2.1", "randombytes": "^2.1.0" diff --git a/packages/security-questions/package.json b/packages/security-questions/package.json index 89b560e9..de78f571 100644 --- a/packages/security-questions/package.json +++ b/packages/security-questions/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/security-questions", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Security Questions Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -41,7 +41,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "bn.js": "^5.2.1", "web3-utils": "^1.8.1" }, diff --git a/packages/seed-phrase/package.json b/packages/seed-phrase/package.json index f81e9e68..c32b0d34 100644 --- a/packages/seed-phrase/package.json +++ b/packages/seed-phrase/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/seed-phrase", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Seed Phrase Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -41,7 +41,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "bip39": "^3.0.4", "bn.js": "^5.2.1", "hdkey": "^2.0.1", diff --git a/packages/service-provider-base/package.json b/packages/service-provider-base/package.json index 61835a1e..e77ca19c 100644 --- a/packages/service-provider-base/package.json +++ b/packages/service-provider-base/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/service-provider-base", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Base Service Provider Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -43,7 +43,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "bn.js": "^5.2.1", "elliptic": "^6.5.4" }, diff --git a/packages/service-provider-torus/package.json b/packages/service-provider-torus/package.json index 33a2449a..cc140d0c 100644 --- a/packages/service-provider-torus/package.json +++ b/packages/service-provider-torus/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/service-provider-torus", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Torus Service Provider Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -38,9 +38,9 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@toruslabs/customauth": "11.4.2-alpha.4", + "@tkey/common-types": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", + "@toruslabs/customauth": "11.4.2-alpha.6", "@toruslabs/torus.js": "6.2.0-alpha.1", "bn.js": "^5.2.1", "elliptic": "^6.5.4" diff --git a/packages/share-serialization/package.json b/packages/share-serialization/package.json index 1b8ee7b7..7d06a6e7 100644 --- a/packages/share-serialization/package.json +++ b/packages/share-serialization/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/share-serialization", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey share serialization module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -43,7 +43,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/create-hash": "1.2.2", "bn.js": "^5.2.1", "create-hash": "^1.2.0" diff --git a/packages/share-transfer/package.json b/packages/share-transfer/package.json index 5952fc10..9203af2b 100644 --- a/packages/share-transfer/package.json +++ b/packages/share-transfer/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/share-transfer", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Share Transfer Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -38,7 +38,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/http-helpers": "^3.2.0", "bn.js": "^5.2.1" diff --git a/packages/storage-layer-torus/package.json b/packages/storage-layer-torus/package.json index 3f9a4144..4bbf0705 100644 --- a/packages/storage-layer-torus/package.json +++ b/packages/storage-layer-torus/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/storage-layer-torus", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Torus Storage Layer Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -38,7 +38,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/http-helpers": "^3.2.0", "bn.js": "^5.2.1", "json-stable-stringify": "^1.0.2", diff --git a/packages/web-storage/package.json b/packages/web-storage/package.json index f87918d6..b0f457d9 100644 --- a/packages/web-storage/package.json +++ b/packages/web-storage/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/web-storage", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "description": "TKey Web Storage Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -43,14 +43,14 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1" }, "devDependencies": { - "@tkey/core": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@tkey/storage-layer-torus": "^8.0.6-alpha.0", + "@tkey/core": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", + "@tkey/storage-layer-torus": "^8.0.7-alpha.0", "@types/filesystem": "^0.0.32" }, "bugs": { From 7f8ea42382b78f238594e2fe4e6692e550f37a95 Mon Sep 17 00:00:00 2001 From: guru-web3 <105355858+guru-web3@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:22:04 +0530 Subject: [PATCH 2/2] fix: package lock --- package-lock.json | 126 +++++++++++++++++++++++----------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1e9f701..dfb2726a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23042,10 +23042,10 @@ }, "packages/chrome-storage": { "name": "@tkey/chrome-storage", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "webextension-polyfill": "^0.10.0" }, "devDependencies": { @@ -23058,7 +23058,7 @@ }, "packages/common-types": { "name": "@tkey/common-types", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { "@toruslabs/customauth": "^11.4.0", @@ -23113,10 +23113,10 @@ }, "packages/core": { "name": "@tkey/core", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/http-helpers": "^3.2.0", "@toruslabs/rss-client": "^1.4.1", @@ -23144,24 +23144,24 @@ }, "packages/default": { "name": "@tkey/default", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", - "@tkey/core": "^8.0.6-alpha.0", - "@tkey/security-questions": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@tkey/service-provider-torus": "^8.0.6-alpha.0", - "@tkey/share-serialization": "^8.0.6-alpha.0", - "@tkey/share-transfer": "^8.0.6-alpha.0", - "@tkey/storage-layer-torus": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", + "@tkey/core": "^8.0.7-alpha.0", + "@tkey/security-questions": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", + "@tkey/service-provider-torus": "^8.0.7-alpha.0", + "@tkey/share-serialization": "^8.0.7-alpha.0", + "@tkey/share-transfer": "^8.0.7-alpha.0", + "@tkey/storage-layer-torus": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/rss-client": "^1.4.1", "bn.js": "^5.2.1" }, "devDependencies": { - "@tkey/private-keys": "^8.0.6-alpha.0", - "@tkey/seed-phrase": "^8.0.6-alpha.0", + "@tkey/private-keys": "^8.0.7-alpha.0", + "@tkey/seed-phrase": "^8.0.7-alpha.0", "@toruslabs/http-helpers": "^3.2.0", "jsrsasign": "^10.6.1", "web3-utils": "^1.8.1" @@ -23180,10 +23180,10 @@ }, "packages/private-keys": { "name": "@tkey/private-keys", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/tweetnacl-js": "^1.0.3", "bn.js": "^5.2.1", "randombytes": "^2.1.0" @@ -23197,10 +23197,10 @@ }, "packages/security-questions": { "name": "@tkey/security-questions", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "bn.js": "^5.2.1", "web3-utils": "^1.8.1" }, @@ -23213,10 +23213,10 @@ }, "packages/seed-phrase": { "name": "@tkey/seed-phrase", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "bip39": "^3.0.4", "bn.js": "^5.2.1", "hdkey": "^2.0.1", @@ -23233,10 +23233,10 @@ }, "packages/service-provider-base": { "name": "@tkey/service-provider-base", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "bn.js": "^5.2.1", "elliptic": "^6.5.4" }, @@ -23250,11 +23250,11 @@ }, "packages/service-provider-torus": { "name": "@tkey/service-provider-torus", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", "@toruslabs/customauth": "11.4.2-alpha.6", "@toruslabs/torus.js": "6.2.0-alpha.1", "bn.js": "^5.2.1", @@ -23325,10 +23325,10 @@ }, "packages/share-serialization": { "name": "@tkey/share-serialization", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/create-hash": "1.2.2", "bn.js": "^5.2.1", "create-hash": "^1.2.0" @@ -23339,10 +23339,10 @@ }, "packages/share-transfer": { "name": "@tkey/share-transfer", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/http-helpers": "^3.2.0", "bn.js": "^5.2.1" @@ -23364,10 +23364,10 @@ }, "packages/storage-layer-torus": { "name": "@tkey/storage-layer-torus", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/http-helpers": "^3.2.0", "bn.js": "^5.2.1", "json-stable-stringify": "^1.0.2", @@ -23383,17 +23383,17 @@ }, "packages/web-storage": { "name": "@tkey/web-storage", - "version": "8.0.6-alpha.0", + "version": "8.0.7-alpha.0", "license": "MIT", "dependencies": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1" }, "devDependencies": { - "@tkey/core": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@tkey/storage-layer-torus": "^8.0.6-alpha.0", + "@tkey/core": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", + "@tkey/storage-layer-torus": "^8.0.7-alpha.0", "@types/filesystem": "^0.0.32" }, "peerDependencies": { @@ -27031,7 +27031,7 @@ "@tkey/chrome-storage": { "version": "file:packages/chrome-storage", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/chrome": "^0.0.203", "@types/webextension-polyfill": "^0.9.2", "webextension-polyfill": "^0.10.0" @@ -27078,7 +27078,7 @@ "@tkey/core": { "version": "file:packages/core", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/http-helpers": "^3.2.0", "@toruslabs/rss-client": "^1.4.1", @@ -27104,16 +27104,16 @@ "@tkey/default": { "version": "file:packages/default", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", - "@tkey/core": "^8.0.6-alpha.0", - "@tkey/private-keys": "^8.0.6-alpha.0", - "@tkey/security-questions": "^8.0.6-alpha.0", - "@tkey/seed-phrase": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@tkey/service-provider-torus": "^8.0.6-alpha.0", - "@tkey/share-serialization": "^8.0.6-alpha.0", - "@tkey/share-transfer": "^8.0.6-alpha.0", - "@tkey/storage-layer-torus": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", + "@tkey/core": "^8.0.7-alpha.0", + "@tkey/private-keys": "^8.0.7-alpha.0", + "@tkey/security-questions": "^8.0.7-alpha.0", + "@tkey/seed-phrase": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", + "@tkey/service-provider-torus": "^8.0.7-alpha.0", + "@tkey/share-serialization": "^8.0.7-alpha.0", + "@tkey/share-transfer": "^8.0.7-alpha.0", + "@tkey/storage-layer-torus": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/http-helpers": "^3.2.0", "@toruslabs/rss-client": "^1.4.1", @@ -27135,7 +27135,7 @@ "@tkey/private-keys": { "version": "file:packages/private-keys", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/tweetnacl-js": "^1.0.3", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1", @@ -27145,7 +27145,7 @@ "@tkey/security-questions": { "version": "file:packages/security-questions", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1", "web3-utils": "^1.8.1" @@ -27154,7 +27154,7 @@ "@tkey/seed-phrase": { "version": "file:packages/seed-phrase", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/bn.js": "^5.1.1", "bip39": "^3.0.4", "bn.js": "^5.2.1", @@ -27167,7 +27167,7 @@ "@tkey/service-provider-base": { "version": "file:packages/service-provider-base", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/bn.js": "^5.1.1", "@types/elliptic": "^6.4.14", "bn.js": "^5.2.1", @@ -27177,8 +27177,8 @@ "@tkey/service-provider-torus": { "version": "file:packages/service-provider-torus", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", "@toruslabs/customauth": "11.4.2-alpha.6", "@toruslabs/torus.js": "6.2.0-alpha.1", "@types/bn.js": "^5.1.1", @@ -27227,7 +27227,7 @@ "@tkey/share-serialization": { "version": "file:packages/share-serialization", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@types/create-hash": "1.2.2", "bn.js": "^5.2.1", "create-hash": "^1.2.0" @@ -27236,7 +27236,7 @@ "@tkey/share-transfer": { "version": "file:packages/share-transfer", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/eccrypto": "^2.1.1", "@toruslabs/http-helpers": "^3.2.0", "@types/bn.js": "^5.1.1", @@ -27256,7 +27256,7 @@ "@tkey/storage-layer-torus": { "version": "file:packages/storage-layer-torus", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", "@toruslabs/http-helpers": "^3.2.0", "@types/bn.js": "^5.1.1", "@types/json-stable-stringify": "^1.0.34", @@ -27268,10 +27268,10 @@ "@tkey/web-storage": { "version": "file:packages/web-storage", "requires": { - "@tkey/common-types": "^8.0.6-alpha.0", - "@tkey/core": "^8.0.6-alpha.0", - "@tkey/service-provider-base": "^8.0.6-alpha.0", - "@tkey/storage-layer-torus": "^8.0.6-alpha.0", + "@tkey/common-types": "^8.0.7-alpha.0", + "@tkey/core": "^8.0.7-alpha.0", + "@tkey/service-provider-base": "^8.0.7-alpha.0", + "@tkey/storage-layer-torus": "^8.0.7-alpha.0", "@types/bn.js": "^5.1.1", "@types/filesystem": "^0.0.32", "bn.js": "^5.2.1"