@contentstack/cli-cm-import 1.21.3 → 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 +1 -1
- package/lib/config/index.js +1 -0
- package/lib/types/default-config.d.ts +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
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.
|
|
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
|
package/lib/config/index.js
CHANGED
|
@@ -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;
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED