Skip to content

Commit

Permalink
Merge pull request #112 from contentstack/staging
Browse files Browse the repository at this point in the history
Merge staging to main
  • Loading branch information
antonyagustine authored Oct 13, 2023
2 parents 888a807 + e8161cb commit af4f12b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 96 deletions.
133 changes: 42 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/apps-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "App ClI",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/contentstack-apps-cli",
Expand All @@ -17,15 +17,15 @@
"/oclif.manifest.json"
],
"dependencies": {
"@contentstack/cli-command": "^1.2.9",
"@contentstack/cli-utilities": "^1.4.5",
"@contentstack/cli-command": "^1.2.11",
"@contentstack/cli-utilities": "^1.5.1",
"adm-zip": "^0.5.10",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"open": "^9.1.0",
"shelljs": "^0.8.5",
"tmp": "^0.2.1",
"winston": "^3.9.0"
"winston": "^3.10.0"
},
"devDependencies": {
"@oclif/test": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/util/inquirer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function getInstallation(
// fetch stacks from where the app has to be uninstalled
cliux.loader("done");
const stacks: Stack[] = await getStacks({managementSdk: managementSdkForStacks, log: options.log}, orgUid);
installations = populateMissingDataInInstallations(installations, stacks)
installations = populateMissingDataInInstallations(installations as [Installation], stacks)
// To support uninstall all flag
if (uninstallAll) {
return installations.map(installation => installation.uid).join(',')
Expand Down

0 comments on commit af4f12b

Please sign in to comment.