From e24682c177e5902d521e4ca64830abadcc68e47a Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Wed, 23 Nov 2022 15:51:21 +0200 Subject: [PATCH] WIP Co-authored-by: Mikko Aspiala Signed-off-by: Janne Savolainen --- package.json | 4 +++- src/main/register-features.ts | 2 ++ yarn.lock | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 17679b371b..cc875845f3 100644 --- a/package.json +++ b/package.json @@ -298,7 +298,9 @@ "@lensapp/fs": "^0.2.0", "@lensapp/logging": "^0.1.5", "@lensapp/shell": "^0.1.6", - "@lensapp/utils": "^0.2.4" + "@lensapp/utils": "^0.2.4", + "@lensapp/preferences": "^0.1.6", + "@lensapp/aws-clusters": "^0.1.0" }, "devDependencies": { "@async-fn/jest": "1.6.4", diff --git a/src/main/register-features.ts b/src/main/register-features.ts index 5c114a83f7..f7c59ffc48 100644 --- a/src/main/register-features.ts +++ b/src/main/register-features.ts @@ -8,6 +8,7 @@ import clusterFeature from "@lensapp/cluster"; import fsFeature from "@lensapp/fs"; import loggingFeature from "@lensapp/logging"; import shellFeature from "@lensapp/shell"; +import awsClustersFeature from "@lensapp/aws-clusters"; import type { DiContainer } from "@ogre-tools/injectable"; import { action } from "mobx"; @@ -16,5 +17,6 @@ export default action((di: DiContainer) => { registerFeature(di, fsFeature); registerFeature(di, loggingFeature); registerFeature(di, shellFeature); + registerFeature(di, awsClustersFeature); }); diff --git a/yarn.lock b/yarn.lock index 4a883c34b2..db9128d683 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1101,6 +1101,11 @@ resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b" integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A== +"@lensapp/aws-clusters@^0.1.0": + version "0.1.0" + resolved "http://localhost:53093/@lensapp%2faws-clusters/-/aws-clusters-0.1.0.tgz#4b10554d910f8909d793e15b7c6c605d8dd1ca4e" + integrity sha512-XHViezMhxuoQDL/l/2Wwj+tMNhzip2HRrs79TyGsE6XP0c63DJmFjaz+l3Y+VHv9qbutraU1xtdKZq/DRpHRgQ== + "@lensapp/cluster@^0.1.5": version "0.1.5" resolved "http://localhost:53093/@lensapp%2fcluster/-/cluster-0.1.5.tgz#81b7a6cb1a32bf0ef5a388cee53bac40077adf51" @@ -1121,6 +1126,11 @@ resolved "http://localhost:53093/@lensapp%2flogging/-/logging-0.1.5.tgz#51f24447252745f394a0f1230b7473ee3cb13d39" integrity sha512-CIKEVaYMdwkYbPkJpaNwlgwq76t9XKJqAuSg7UDqzUEd4abnXu/vsojfeNWIRVc5ZlXsegZYBKKQQ4dlivb3/Q== +"@lensapp/preferences@^0.1.6": + version "0.1.6" + resolved "http://localhost:53093/@lensapp%2fpreferences/-/preferences-0.1.6.tgz#e3ed9febc0e0c1c49202d20495838b90ee068bb5" + integrity sha512-xlR3QWNm3HpNIU564GoF8g2TCYOafSXUmNKSCEhyiaPBU/ks3/GYgrvgaJXwlwd3llHPnlzRd0OPCV2l37ZlhQ== + "@lensapp/shell@^0.1.6": version "0.1.6" resolved "http://localhost:53093/@lensapp%2fshell/-/shell-0.1.6.tgz#574ae450c8e75c16d12a79e1ffcf0ef5733ad7e8"