@contentstack/cli-cm-seed 2.0.0-beta.11 → 2.0.0-beta.13

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.
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.run = run;
4
4
  const fs = require("fs");
5
- const process = require("process");
6
5
  const path = require("path");
7
6
  const cli_cm_import_1 = require("@contentstack/cli-cm-import");
8
7
  const cli_utilities_1 = require("@contentstack/cli-utilities");
@@ -17,6 +16,5 @@ async function run(options) {
17
16
  const args = options.alias
18
17
  ? ['-k', options.api_key, '-d', importPath, '--alias', options.alias]
19
18
  : ['-k', options.api_key, '-d', importPath];
20
- process.chdir(options.tmpPath);
21
19
  await cli_cm_import_1.default.run(args.concat('--skip-audit'));
22
20
  }
@@ -109,5 +109,5 @@
109
109
  ]
110
110
  }
111
111
  },
112
- "version": "2.0.0-beta.11"
112
+ "version": "2.0.0-beta.13"
113
113
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
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.11",
4
+ "version": "2.0.0-beta.13",
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.12",
9
- "@contentstack/cli-command": "~2.0.0-beta.3",
10
- "@contentstack/cli-utilities": "~2.0.0-beta.3",
8
+ "@contentstack/cli-cm-import": "~2.0.0-beta.14",
9
+ "@contentstack/cli-command": "~2.0.0-beta.5",
10
+ "@contentstack/cli-utilities": "~2.0.0-beta.5",
11
11
  "inquirer": "12.11.1",
12
12
  "mkdirp": "^1.0.4",
13
13
  "tar": "^7.5.11",