@contentstack/cli-cm-seed 1.6.3 → 1.7.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.
- package/LICENSE +1 -1
- package/lib/seed/importer.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/LICENSE
CHANGED
package/lib/seed/importer.js
CHANGED
|
@@ -11,6 +11,6 @@ async function run(options) {
|
|
|
11
11
|
? ['-k', options.api_key, '-d', importPath, '--alias', options.alias]
|
|
12
12
|
: ['-k', options.api_key, '-d', importPath];
|
|
13
13
|
process.chdir(options.tmpPath);
|
|
14
|
-
await cli_cm_import_1.default.run(args);
|
|
14
|
+
await cli_cm_import_1.default.run(args.concat('--skip-audit'));
|
|
15
15
|
}
|
|
16
16
|
exports.run = run;
|
package/oclif.manifest.json
CHANGED
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": "1.
|
|
4
|
+
"version": "1.7.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bugs": "https://github.com/contentstack/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@contentstack/cli-cm-import": "~1.
|
|
8
|
+
"@contentstack/cli-cm-import": "~1.13.0",
|
|
9
9
|
"@contentstack/cli-command": "~1.2.16",
|
|
10
|
-
"@contentstack/cli-utilities": "~1.5.
|
|
10
|
+
"@contentstack/cli-utilities": "~1.5.10",
|
|
11
11
|
"inquirer": "8.2.4",
|
|
12
12
|
"mkdirp": "^1.0.4",
|
|
13
13
|
"tar": "^6.1.13",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"@types/node": "^14.14.32",
|
|
23
23
|
"@types/tar": "^6.1.3",
|
|
24
24
|
"@types/tmp": "^0.2.0",
|
|
25
|
-
"axios": "^1.6.
|
|
25
|
+
"axios": "^1.6.4",
|
|
26
26
|
"eslint": "^8.18.0",
|
|
27
27
|
"eslint-config-oclif": "^4.0.0",
|
|
28
|
-
"eslint-config-oclif-typescript": "^0.
|
|
28
|
+
"eslint-config-oclif-typescript": "^3.0.8",
|
|
29
29
|
"globby": "^10.0.2",
|
|
30
30
|
"jest": "^29.4.2",
|
|
31
31
|
"oclif": "^3.8.1",
|