1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-11-23 15:51:21 +02:00
parent 51675f8e09
commit e24682c177
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
3 changed files with 15 additions and 1 deletions

View File

@ -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",

View File

@ -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);
});

View File

@ -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"