From 3eb9cbb9c747a40849e187da8dc7716d463f503c Mon Sep 17 00:00:00 2001 From: himanshu Date: Fri, 21 Jun 2024 12:01:19 +0530 Subject: [PATCH] v13.0.0-alpha.6 --- lerna.json | 2 +- package-lock.json | 90 ++++++++++---------- 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-sfa/package.json | 4 +- packages/service-provider-torus/package.json | 6 +- packages/share-serialization/package.json | 4 +- packages/share-transfer/package.json | 4 +- packages/storage-layer-torus/package.json | 4 +- packages/tss/package.json | 10 +-- packages/web-storage/package.json | 10 +-- 17 files changed, 91 insertions(+), 91 deletions(-) diff --git a/lerna.json b/lerna.json index cb899c6b..393b6f64 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "13.0.0-alpha.5", + "version": "13.0.0-alpha.6", "packages": ["packages/*"], "npmClient": "npm" } diff --git a/package-lock.json b/package-lock.json index af2d06d7..b2c8234a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24958,10 +24958,10 @@ }, "packages/chrome-storage": { "name": "@tkey/chrome-storage", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "webextension-polyfill": "^0.10.0" }, "devDependencies": { @@ -24978,7 +24978,7 @@ }, "packages/common-types": { "name": "@tkey/common-types", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { "@toruslabs/customauth": "19.0.0-alpha.7", @@ -25003,10 +25003,10 @@ }, "packages/core": { "name": "@tkey/core", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@toruslabs/http-helpers": "^6.1.1", "@toruslabs/torus.js": "^13.0.0-alpha.4", "bn.js": "^5.2.1", @@ -25029,23 +25029,23 @@ }, "packages/default": { "name": "@tkey/default", - "version": "13.0.0-alpha.5", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", - "@tkey/core": "^13.0.0-alpha.4", - "@tkey/security-questions": "^13.0.0-alpha.4", - "@tkey/service-provider-base": "^13.0.0-alpha.4", - "@tkey/service-provider-torus": "^13.0.0-alpha.5", - "@tkey/share-serialization": "^13.0.0-alpha.4", - "@tkey/share-transfer": "^13.0.0-alpha.4", - "@tkey/storage-layer-torus": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", + "@tkey/core": "^13.0.0-alpha.6", + "@tkey/security-questions": "^13.0.0-alpha.6", + "@tkey/service-provider-base": "^13.0.0-alpha.6", + "@tkey/service-provider-torus": "^13.0.0-alpha.6", + "@tkey/share-serialization": "^13.0.0-alpha.6", + "@tkey/share-transfer": "^13.0.0-alpha.6", + "@tkey/storage-layer-torus": "^13.0.0-alpha.6", "@toruslabs/torus.js": "13.0.0-alpha.7", "bn.js": "^5.2.1" }, "devDependencies": { - "@tkey/private-keys": "^13.0.0-alpha.4", - "@tkey/seed-phrase": "^13.0.0-alpha.4", + "@tkey/private-keys": "^13.0.0-alpha.6", + "@tkey/seed-phrase": "^13.0.0-alpha.6", "@toruslabs/http-helpers": "^6.1.1" }, "engines": { @@ -25058,10 +25058,10 @@ }, "packages/private-keys": { "name": "@tkey/private-keys", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@toruslabs/tweetnacl-js": "^1.0.4", "bn.js": "^5.2.1" }, @@ -25078,10 +25078,10 @@ }, "packages/security-questions": { "name": "@tkey/security-questions", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "bn.js": "^5.2.1", "ethereum-cryptography": "^2.1.3" }, @@ -25098,10 +25098,10 @@ }, "packages/seed-phrase": { "name": "@tkey/seed-phrase", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "bn.js": "^5.2.1", "ethers": "^6.11.1" }, @@ -25118,10 +25118,10 @@ }, "packages/service-provider-base": { "name": "@tkey/service-provider-base", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "bn.js": "^5.2.1", "elliptic": "^6.5.5" }, @@ -25139,10 +25139,10 @@ }, "packages/service-provider-sfa": { "name": "@tkey/service-provider-sfa", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/service-provider-base": "^13.0.0-alpha.4", + "@tkey/service-provider-base": "^13.0.0-alpha.6", "@toruslabs/fetch-node-details": "^13.4.0", "@toruslabs/torus.js": "^12.3.6", "bn.js": "^5.2.1" @@ -25182,11 +25182,11 @@ }, "packages/service-provider-torus": { "name": "@tkey/service-provider-torus", - "version": "13.0.0-alpha.5", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", - "@tkey/service-provider-base": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", + "@tkey/service-provider-base": "^13.0.0-alpha.6", "@toruslabs/customauth": "19.0.0-alpha.7", "@toruslabs/torus.js": "13.0.0-alpha.7", "bn.js": "^5.2.1", @@ -25206,10 +25206,10 @@ }, "packages/share-serialization": { "name": "@tkey/share-serialization", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "bn.js": "^5.2.1", "ethereum-cryptography": "^2.1.3" }, @@ -25223,10 +25223,10 @@ }, "packages/share-transfer": { "name": "@tkey/share-transfer", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@toruslabs/eccrypto": "^4.0.0", "@toruslabs/http-helpers": "^6.1.1", "bn.js": "^5.2.1" @@ -25244,10 +25244,10 @@ }, "packages/storage-layer-torus": { "name": "@tkey/storage-layer-torus", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@toruslabs/http-helpers": "^6.1.1", "base64url": "3.0.1", "bn.js": "^5.2.1", @@ -25268,12 +25268,12 @@ }, "packages/tss": { "name": "@tkey/tss", - "version": "13.0.0-alpha.5", + "version": "13.0.0-alpha.6", "license": "ISC", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", - "@tkey/core": "^13.0.0-alpha.4", - "@tkey/service-provider-torus": "^13.0.0-alpha.5", + "@tkey/common-types": "^13.0.0-alpha.6", + "@tkey/core": "^13.0.0-alpha.6", + "@tkey/service-provider-torus": "^13.0.0-alpha.6", "@toruslabs/customauth": "^19.0.0-alpha.6", "@toruslabs/rss-client": "^2.0.0-0", "@toruslabs/torus.js": "13.0.0-alpha.7", @@ -25283,7 +25283,7 @@ "ethereum-cryptography": "^2.1.3" }, "devDependencies": { - "@tkey/storage-layer-torus": "^13.0.0-alpha.4", + "@tkey/storage-layer-torus": "^13.0.0-alpha.6", "@types/jsrsasign": "^10.5.13", "jsrsasign": "^11.1.0", "ts-node": "^10.9.2", @@ -25292,17 +25292,17 @@ }, "packages/web-storage": { "name": "@tkey/web-storage", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "license": "MIT", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@types/bn.js": "^5.1.5", "bn.js": "^5.2.1" }, "devDependencies": { - "@tkey/core": "^13.0.0-alpha.4", - "@tkey/service-provider-base": "^13.0.0-alpha.4", - "@tkey/storage-layer-torus": "^13.0.0-alpha.4", + "@tkey/core": "^13.0.0-alpha.6", + "@tkey/service-provider-base": "^13.0.0-alpha.6", + "@tkey/storage-layer-torus": "^13.0.0-alpha.6", "@types/filesystem": "^0.0.36" }, "engines": { diff --git a/packages/chrome-storage/package.json b/packages/chrome-storage/package.json index b4f61f2e..f94439a6 100644 --- a/packages/chrome-storage/package.json +++ b/packages/chrome-storage/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/chrome-storage", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Chrome Storage Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -40,7 +40,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "webextension-polyfill": "^0.10.0" }, "devDependencies": { diff --git a/packages/common-types/package.json b/packages/common-types/package.json index 0dc60d1e..9aeacaf5 100644 --- a/packages/common-types/package.json +++ b/packages/common-types/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/common-types", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "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 37974cbe..83efe5c0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/core", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Core library", "main": "dist/core.cjs.js", "module": "dist/core.esm.js", @@ -33,7 +33,7 @@ "dist" ], "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@toruslabs/http-helpers": "^6.1.1", "@toruslabs/torus.js": "^13.0.0-alpha.4", "bn.js": "^5.2.1", diff --git a/packages/default/package.json b/packages/default/package.json index 30ea1149..b4089658 100644 --- a/packages/default/package.json +++ b/packages/default/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/default", - "version": "13.0.0-alpha.5", + "version": "13.0.0-alpha.6", "description": "TKey default library", "main": "dist/default.cjs.js", "module": "dist/default.esm.js", @@ -33,20 +33,20 @@ "dist" ], "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", - "@tkey/core": "^13.0.0-alpha.4", - "@tkey/security-questions": "^13.0.0-alpha.4", - "@tkey/service-provider-base": "^13.0.0-alpha.4", - "@tkey/service-provider-torus": "^13.0.0-alpha.5", - "@tkey/share-serialization": "^13.0.0-alpha.4", - "@tkey/share-transfer": "^13.0.0-alpha.4", - "@tkey/storage-layer-torus": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", + "@tkey/core": "^13.0.0-alpha.6", + "@tkey/security-questions": "^13.0.0-alpha.6", + "@tkey/service-provider-base": "^13.0.0-alpha.6", + "@tkey/service-provider-torus": "^13.0.0-alpha.6", + "@tkey/share-serialization": "^13.0.0-alpha.6", + "@tkey/share-transfer": "^13.0.0-alpha.6", + "@tkey/storage-layer-torus": "^13.0.0-alpha.6", "@toruslabs/torus.js": "13.0.0-alpha.7", "bn.js": "^5.2.1" }, "devDependencies": { - "@tkey/private-keys": "^13.0.0-alpha.4", - "@tkey/seed-phrase": "^13.0.0-alpha.4", + "@tkey/private-keys": "^13.0.0-alpha.6", + "@tkey/seed-phrase": "^13.0.0-alpha.6", "@toruslabs/http-helpers": "^6.1.1" }, "peerDependencies": { diff --git a/packages/private-keys/package.json b/packages/private-keys/package.json index 2be91945..9414a348 100644 --- a/packages/private-keys/package.json +++ b/packages/private-keys/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/private-keys", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Private Keys Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -40,7 +40,7 @@ "@types/bn.js": "^5.1.5" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@toruslabs/tweetnacl-js": "^1.0.4", "bn.js": "^5.2.1" }, diff --git a/packages/security-questions/package.json b/packages/security-questions/package.json index faec0385..38086923 100644 --- a/packages/security-questions/package.json +++ b/packages/security-questions/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/security-questions", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Security Questions Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -40,7 +40,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "bn.js": "^5.2.1", "ethereum-cryptography": "^2.1.3" }, diff --git a/packages/seed-phrase/package.json b/packages/seed-phrase/package.json index 159a852d..05aabf39 100644 --- a/packages/seed-phrase/package.json +++ b/packages/seed-phrase/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/seed-phrase", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Seed Phrase Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -40,7 +40,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "bn.js": "^5.2.1", "ethers": "^6.11.1" }, diff --git a/packages/service-provider-base/package.json b/packages/service-provider-base/package.json index b5bcba41..822a4788 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": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Base Service Provider Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -42,7 +42,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "bn.js": "^5.2.1", "elliptic": "^6.5.5" }, diff --git a/packages/service-provider-sfa/package.json b/packages/service-provider-sfa/package.json index d73874b4..f234a5c0 100644 --- a/packages/service-provider-sfa/package.json +++ b/packages/service-provider-sfa/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/service-provider-sfa", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Torus Service Provider Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -38,7 +38,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/service-provider-base": "^13.0.0-alpha.4", + "@tkey/service-provider-base": "^13.0.0-alpha.6", "@toruslabs/fetch-node-details": "^13.4.0", "@toruslabs/torus.js": "^12.3.6", "bn.js": "^5.2.1" diff --git a/packages/service-provider-torus/package.json b/packages/service-provider-torus/package.json index cfd935f0..0bd8f461 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": "13.0.0-alpha.5", + "version": "13.0.0-alpha.6", "description": "TKey Torus Service Provider Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -37,8 +37,8 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", - "@tkey/service-provider-base": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", + "@tkey/service-provider-base": "^13.0.0-alpha.6", "@toruslabs/customauth": "19.0.0-alpha.7", "@toruslabs/torus.js": "13.0.0-alpha.7", "bn.js": "^5.2.1", diff --git a/packages/share-serialization/package.json b/packages/share-serialization/package.json index e5665d98..be2973bc 100644 --- a/packages/share-serialization/package.json +++ b/packages/share-serialization/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/share-serialization", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey share serialization module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -42,7 +42,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "bn.js": "^5.2.1", "ethereum-cryptography": "^2.1.3" }, diff --git a/packages/share-transfer/package.json b/packages/share-transfer/package.json index 8ba12291..28ced5fa 100644 --- a/packages/share-transfer/package.json +++ b/packages/share-transfer/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/share-transfer", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Share Transfer Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -37,7 +37,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@toruslabs/eccrypto": "^4.0.0", "@toruslabs/http-helpers": "^6.1.1", "bn.js": "^5.2.1" diff --git a/packages/storage-layer-torus/package.json b/packages/storage-layer-torus/package.json index 80f28ef5..45c57422 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": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Torus Storage Layer Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -37,7 +37,7 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@toruslabs/http-helpers": "^6.1.1", "base64url": "3.0.1", "bn.js": "^5.2.1", diff --git a/packages/tss/package.json b/packages/tss/package.json index a18d04ae..a5d3c733 100644 --- a/packages/tss/package.json +++ b/packages/tss/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/tss", - "version": "13.0.0-alpha.5", + "version": "13.0.0-alpha.6", "description": "Threshold signing for Tkey", "main": "dist/tss.cjs.js", "module": "dist/tss.esm.js", @@ -20,9 +20,9 @@ "author": "", "license": "ISC", "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", - "@tkey/core": "^13.0.0-alpha.4", - "@tkey/service-provider-torus": "^13.0.0-alpha.5", + "@tkey/common-types": "^13.0.0-alpha.6", + "@tkey/core": "^13.0.0-alpha.6", + "@tkey/service-provider-torus": "^13.0.0-alpha.6", "@toruslabs/customauth": "^19.0.0-alpha.6", "@toruslabs/rss-client": "^2.0.0-0", "@toruslabs/torus.js": "13.0.0-alpha.7", @@ -32,7 +32,7 @@ "ethereum-cryptography": "^2.1.3" }, "devDependencies": { - "@tkey/storage-layer-torus": "^13.0.0-alpha.4", + "@tkey/storage-layer-torus": "^13.0.0-alpha.6", "@types/jsrsasign": "^10.5.13", "jsrsasign": "^11.1.0", "ts-node": "^10.9.2", diff --git a/packages/web-storage/package.json b/packages/web-storage/package.json index 19c80dfd..c0370f5a 100644 --- a/packages/web-storage/package.json +++ b/packages/web-storage/package.json @@ -1,6 +1,6 @@ { "name": "@tkey/web-storage", - "version": "13.0.0-alpha.4", + "version": "13.0.0-alpha.6", "description": "TKey Web Storage Module", "author": "Torus Labs", "homepage": "https://github.com/tkey/tkey#readme", @@ -42,14 +42,14 @@ "@babel/runtime": "7.x" }, "dependencies": { - "@tkey/common-types": "^13.0.0-alpha.4", + "@tkey/common-types": "^13.0.0-alpha.6", "@types/bn.js": "^5.1.5", "bn.js": "^5.2.1" }, "devDependencies": { - "@tkey/core": "^13.0.0-alpha.4", - "@tkey/service-provider-base": "^13.0.0-alpha.4", - "@tkey/storage-layer-torus": "^13.0.0-alpha.4", + "@tkey/core": "^13.0.0-alpha.6", + "@tkey/service-provider-base": "^13.0.0-alpha.6", + "@tkey/storage-layer-torus": "^13.0.0-alpha.6", "@types/filesystem": "^0.0.36" }, "bugs": {