Skip to content

Commit 37f10e5

Browse files
Merge pull request #398 from contentstack/staging
DX | 11-08-2025 | Release
2 parents 0f84573 + beb977e commit 37f10e5

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.snyk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.1
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
SNYK-JS-TMP-11501554:
6+
- '*':
7+
reason: 'https://contentstack.atlassian.net/browse/IS-5312'
8+
expires: 2025-11-06T14:18:34.2257Z
9+
created: 2025-08-08T14:18:34.2256Z
10+
patch: {}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/apps-cli",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "App ClI",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/contentstack-apps-cli",

src/commands/app/update.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ export default class Update extends AppCLIBaseCommand {
156156
* @memberof Create
157157
*/
158158
async updateAppOnDeveloperHub(): Promise<void> {
159-
let app = this.managementAppSdk
160-
.organization(this.orgUid)
159+
let app = this.marketplaceAppSdk
160+
.marketplace(this.orgUid)
161161
.app(this.manifestData.uid);
162162

163163
app = Object.assign(app, this.manifestData);

0 commit comments

Comments
 (0)