Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed dependency/contentstack-management-1.1.2.tgz
Binary file not shown.
Binary file added dependency/contentstack-management-1.2.0-beta.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@contentstack/cli-cm-export": "^0.1.1-beta.1",
"@contentstack/cli-cm-import": "^0.1.2-beta.2",
"@contentstack/cli-cm-import": "^0.1.1-beta.2",
"@contentstack/cli-command": "0.1.1-beta.1",
"@contentstack/management": "^1.1.1",
"@oclif/command": "^1.8.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/contentstack-clone/src/lib/util/clone-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ let structureList = ['locales',
'webhooks',
'global-fields',
'content-types',
'workflows',
'releases',
'labels']
let master_locale

Expand Down Expand Up @@ -83,7 +81,7 @@ class CloneHandler {
return reject( error.errorMessage)
})
}).catch((error)=>{
return reject(error.errorMessage + " ")
return reject(error.errorMessage)
})
} else {
let orgdetails = this.getOrganizationChoices()
Expand Down
51 changes: 1 addition & 50 deletions packages/contentstack-export/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "0.1.1-beta.1",
"@contentstack/management": "file:../../../../Downloads/contentstack-management-1.2.0-beta.tgz",
"@contentstack/management": "file:../../dependency/contentstack-management-1.2.0-beta.tgz",
"@oclif/command": "^1.6.1",
"@oclif/config": "^1.15.1",
"async": "^3.2.0",
Expand Down
Loading