@contentstack/cli-cm-clone 0.1.0-beta.2 → 0.1.0-beta.5

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.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-clone",
3
3
  "description": "Contentstack stack clone plugin",
4
- "version": "0.1.0-beta.2",
4
+ "version": "0.1.0-beta.5",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-cm-export": "^0.1.1-beta.3",
9
- "@contentstack/cli-cm-import": "^0.1.1-beta.4",
10
- "@contentstack/cli-command": "0.1.0-beta",
11
- "@contentstack/management": "^1.2.1",
8
+ "@contentstack/cli-cm-export": "^0.1.1-beta.12",
9
+ "@contentstack/cli-cm-import": "^0.1.1-beta.15",
10
+ "@contentstack/cli-command": "^0.1.1-beta.6",
11
+ "@contentstack/management": "^1.3.0",
12
12
  "@oclif/command": "^1.8.0",
13
13
  "@oclif/config": "^1.17.0",
14
14
  "async": "^3.2.0",
@@ -17,7 +17,7 @@ class StackCloneCommand extends Command {
17
17
  config.host = this.cmaHost
18
18
  config.cdn = this.cdaHost
19
19
  const cloneHandler = new CloneHandler(config)
20
- let result = await cloneHandler.start()
20
+ await cloneHandler.start()
21
21
  let successMessage = 'Stack cloning process have been completed successfully'
22
22
  await this.cleanUp(pathdir, successMessage)
23
23
  } else {
@@ -66,4 +66,4 @@ StackCloneCommand.examples = [
66
66
  'csdx cm:stack-clone',
67
67
  ]
68
68
 
69
- module.exports = StackCloneCommand
69
+ module.exports = StackCloneCommand