@contentstack/apps-cli 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,8 +130,8 @@ class Update extends app_cli_base_command_1.AppCLIBaseCommand {
|
|
|
130
130
|
* @memberof Create
|
|
131
131
|
*/
|
|
132
132
|
async updateAppOnDeveloperHub() {
|
|
133
|
-
let app = this.
|
|
134
|
-
.
|
|
133
|
+
let app = this.marketplaceAppSdk
|
|
134
|
+
.marketplace(this.orgUid)
|
|
135
135
|
.app(this.manifestData.uid);
|
|
136
136
|
app = Object.assign(app, this.manifestData);
|
|
137
137
|
await app
|