From ef32cbe7d24f31e418572dcc73cd5fc3ef51b5f8 Mon Sep 17 00:00:00 2001 From: Amber Torrise Date: Wed, 13 Mar 2024 14:19:21 -0400 Subject: [PATCH] enabling successful plugin installation with v3 zowe Signed-off-by: Amber Torrise --- package-lock.json | 2 +- package.json | 2 +- src/pluginDef.ts | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca9ad92..b76a134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "uuid": "^3.4.0" }, "peerDependencies": { - "@zowe/imperative": "^5.13.1" + "@zowe/imperative": "^8.0.0-next" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index b172715..39fa2e3 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "uuid": "^3.4.0" }, "peerDependencies": { - "@zowe/imperative": "^5.13.1" + "@zowe/imperative": "^8.0.0-next" }, "jest": { "modulePathIgnorePatterns": [ diff --git a/src/pluginDef.ts b/src/pluginDef.ts index 5e77bc6..5d0941d 100644 --- a/src/pluginDef.ts +++ b/src/pluginDef.ts @@ -13,7 +13,6 @@ import { ProfileConstants } from "./api/ProfileConstants"; const pluginDef: IImperativeConfig = { commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"], - pluginLifeCycle: __dirname + "/LifeCycleForSample", pluginSummary: "Zowe CLI sample plug-in", pluginAliases: ["zcsp"], rootCommandDescription: "Welcome to the sample plug-in for Zowe CLI!\n\n The sample plug-in " +