@contentstack/cli-cm-seed 2.0.0-beta.2 → 2.0.0-beta.3

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.
@@ -95,7 +95,7 @@ class GitHubClient {
95
95
  return response.statusCode === 200;
96
96
  }
97
97
  catch (error) {
98
- console.log(error);
98
+ console.log('Error', error);
99
99
  // do nothing
100
100
  }
101
101
  return false;
@@ -126,5 +126,5 @@
126
126
  ]
127
127
  }
128
128
  },
129
- "version": "2.0.0-beta.2"
129
+ "version": "2.0.0-beta.3"
130
130
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-seed",
3
3
  "description": "create a Stack from existing content types, entries, assets, etc.",
4
- "version": "2.0.0-beta.2",
4
+ "version": "2.0.0-beta.3",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-cm-import": "~2.0.0-beta.2",
9
- "@contentstack/cli-command": "~1.6.1",
8
+ "@contentstack/cli-cm-import": "~2.0.0-beta.3",
9
+ "@contentstack/cli-command": "~1.7.0",
10
10
  "@contentstack/cli-utilities": "~1.15.0",
11
11
  "@contentstack/management": "~1.22.0",
12
12
  "inquirer": "8.2.7",