@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.managementAppSdk
134
- .organization(this.orgUid)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentstack/apps-cli",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "App ClI",
5
5
  "author": "Contentstack CLI",
6
6
  "homepage": "https://github.com/contentstack/contentstack-apps-cli",