Skip to content

Commit af4f12b

Browse files
Merge pull request #112 from contentstack/staging
Merge staging to main
2 parents 888a807 + e8161cb commit af4f12b

File tree

3 files changed

+47
-96
lines changed

3 files changed

+47
-96
lines changed

package-lock.json

Lines changed: 42 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/apps-cli",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "App ClI",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/contentstack-apps-cli",
@@ -17,15 +17,15 @@
1717
"/oclif.manifest.json"
1818
],
1919
"dependencies": {
20-
"@contentstack/cli-command": "^1.2.9",
21-
"@contentstack/cli-utilities": "^1.4.5",
20+
"@contentstack/cli-command": "^1.2.11",
21+
"@contentstack/cli-utilities": "^1.5.1",
2222
"adm-zip": "^0.5.10",
2323
"chalk": "^4.1.2",
2424
"lodash": "^4.17.21",
2525
"open": "^9.1.0",
2626
"shelljs": "^0.8.5",
2727
"tmp": "^0.2.1",
28-
"winston": "^3.9.0"
28+
"winston": "^3.10.0"
2929
},
3030
"devDependencies": {
3131
"@oclif/test": "^2.0.3",

src/util/inquirer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ async function getInstallation(
201201
// fetch stacks from where the app has to be uninstalled
202202
cliux.loader("done");
203203
const stacks: Stack[] = await getStacks({managementSdk: managementSdkForStacks, log: options.log}, orgUid);
204-
installations = populateMissingDataInInstallations(installations, stacks)
204+
installations = populateMissingDataInInstallations(installations as [Installation], stacks)
205205
// To support uninstall all flag
206206
if (uninstallAll) {
207207
return installations.map(installation => installation.uid).join(',')

0 commit comments

Comments
 (0)