@contentstack/cli-cm-import 1.21.2 → 1.21.4

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 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/1.21.2 linux-x64 node-v22.14.0
50
+ @contentstack/cli-cm-import/1.21.4 linux-x64 node-v22.15.0
51
51
  $ csdx --help [COMMAND]
52
52
  USAGE
53
53
  $ csdx COMMAND
@@ -429,7 +429,7 @@ const config = {
429
429
  getEncryptionKeyMaxRetry: 3,
430
430
  // useBackedupDir: '',
431
431
  // backupConcurrency: 10,
432
- onlyTSModules: ['taxonomies', 'personalize'],
432
+ onlyTSModules: ['taxonomies', 'personalize', 'variant-entries'],
433
433
  auditConfig: {
434
434
  noLog: false,
435
435
  skipConfirm: true,
@@ -439,5 +439,6 @@ const config = {
439
439
  },
440
440
  //'taxonomies', 'environments', 'marketplace_apps', workflows, custom-roles --> Add this incase need to extend to the other global modules
441
441
  globalModules: ['webhooks'],
442
+ entriesPublish: true,
442
443
  };
443
444
  exports.default = config;
@@ -197,4 +197,5 @@ export default interface DefaultConfig {
197
197
  globalModules: string[];
198
198
  skipAssetsPublish?: boolean;
199
199
  skipEntriesPublish?: boolean;
200
+ entriesPublish: boolean;
200
201
  }
@@ -199,5 +199,5 @@
199
199
  ]
200
200
  }
201
201
  },
202
- "version": "1.21.2"
202
+ "version": "1.21.4"
203
203
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-import",
3
3
  "description": "Contentstack CLI plugin to import content into stack",
4
- "version": "1.21.2",
4
+ "version": "1.21.4",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "@contentstack/cli-command": "~1.5.0",
10
10
  "@contentstack/cli-utilities": "~1.11.0",
11
11
  "@contentstack/management": "~1.20.2",
12
- "@contentstack/cli-variants": "~1.2.0",
12
+ "@contentstack/cli-variants": "~1.2.1",
13
13
  "@oclif/core": "^4.2.7",
14
14
  "big-json": "^3.2.0",
15
15
  "bluebird": "^3.7.2",