@contentstack/cli-cm-import 2.0.0-beta.10 → 2.0.0-beta.12
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/README.md +1 -1
- package/lib/import/modules/content-types.js +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import
|
|
|
47
47
|
$ csdx COMMAND
|
|
48
48
|
running command...
|
|
49
49
|
$ csdx (--version)
|
|
50
|
-
@contentstack/cli-cm-import/2.0.0-beta.
|
|
50
|
+
@contentstack/cli-cm-import/2.0.0-beta.12 linux-x64 node-v22.22.1
|
|
51
51
|
$ csdx --help [COMMAND]
|
|
52
52
|
USAGE
|
|
53
53
|
$ csdx COMMAND
|
|
@@ -53,8 +53,8 @@ class ContentTypesImport extends base_class_1.default {
|
|
|
53
53
|
this.createdGFs = [];
|
|
54
54
|
this.pendingGFs = [];
|
|
55
55
|
this.pendingExts = [];
|
|
56
|
-
this.taxonomiesPath = path.join((0, cli_utilities_1.sanitizePath)(importConfig.
|
|
57
|
-
this.extPendingPath = path.join((0, cli_utilities_1.sanitizePath)(importConfig.
|
|
56
|
+
this.taxonomiesPath = path.join((0, cli_utilities_1.sanitizePath)(importConfig.contentDir), constants_1.PATH_CONSTANTS.MAPPER, constants_1.PATH_CONSTANTS.MAPPER_MODULES.TAXONOMIES, constants_1.PATH_CONSTANTS.FILES.SUCCESS);
|
|
57
|
+
this.extPendingPath = path.join((0, cli_utilities_1.sanitizePath)(importConfig.contentDir), constants_1.PATH_CONSTANTS.MAPPER, constants_1.PATH_CONSTANTS.MAPPER_MODULES.EXTENSIONS, constants_1.PATH_CONSTANTS.FILES.PENDING_EXTENSIONS);
|
|
58
58
|
}
|
|
59
59
|
async start() {
|
|
60
60
|
var _a;
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-cm-import",
|
|
3
3
|
"description": "Contentstack CLI plugin to import content into stack",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.12",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bugs": "https://github.com/contentstack/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@contentstack/cli-audit": "~2.0.0-beta.
|
|
9
|
-
"@contentstack/cli-command": "~2.0.0-beta",
|
|
10
|
-
"@contentstack/cli-utilities": "~2.0.0-beta.
|
|
11
|
-
"@contentstack/cli-variants": "~2.0.0-beta.
|
|
8
|
+
"@contentstack/cli-audit": "~2.0.0-beta.7",
|
|
9
|
+
"@contentstack/cli-command": "~2.0.0-beta.3",
|
|
10
|
+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
|
|
11
|
+
"@contentstack/cli-variants": "~2.0.0-beta.9",
|
|
12
12
|
"@oclif/core": "^4.3.0",
|
|
13
13
|
"big-json": "^3.2.0",
|
|
14
14
|
"bluebird": "^3.7.2",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"typescript": "^4.9.5"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
|
-
"build": "
|
|
49
|
-
"clean": "rm -rf ./lib ./node_modules tsconfig.
|
|
48
|
+
"build": "pnpm compile && oclif manifest && oclif readme",
|
|
49
|
+
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
|
|
50
50
|
"compile": "tsc -b tsconfig.json",
|
|
51
51
|
"postpack": "rm -f oclif.manifest.json",
|
|
52
52
|
"prepack": "pnpm compile && oclif manifest && oclif readme",
|