@contentstack/cli-audit 2.0.0-beta.2 → 2.0.0-beta.3
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/audit-base-command.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
|
|
|
19
19
|
$ csdx COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ csdx (--version|-v)
|
|
22
|
-
@contentstack/cli-audit/2.0.0-beta.
|
|
22
|
+
@contentstack/cli-audit/2.0.0-beta.3 linux-x64 node-v22.22.0
|
|
23
23
|
$ csdx --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ csdx COMMAND
|
|
@@ -154,7 +154,7 @@ class AuditBaseCommand extends base_command_1.BaseCommand {
|
|
|
154
154
|
cli_utilities_1.log.debug(`Data module wise: ${JSON.stringify(dataModuleWise)}`, this.auditContext);
|
|
155
155
|
// Extract logConfig and showConsoleLogs once before the loop to reuse throughout
|
|
156
156
|
const logConfig = cli_utilities_1.configHandler.get('log') || {};
|
|
157
|
-
const showConsoleLogs = (_a = logConfig.showConsoleLogs) !== null && _a !== void 0 ? _a :
|
|
157
|
+
const showConsoleLogs = (_a = logConfig.showConsoleLogs) !== null && _a !== void 0 ? _a : false;
|
|
158
158
|
for (const module of this.sharedConfig.flags.modules || this.sharedConfig.modules) {
|
|
159
159
|
// Update audit context with current module
|
|
160
160
|
this.auditContext = { module: module };
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-audit",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.3",
|
|
4
4
|
"description": "Contentstack audit plugin",
|
|
5
5
|
"author": "Contentstack CLI",
|
|
6
6
|
"homepage": "https://github.com/contentstack/cli",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@contentstack/cli-command": "~1.7.2",
|
|
22
|
-
"@contentstack/cli-utilities": "~1.17.
|
|
22
|
+
"@contentstack/cli-utilities": "~1.17.2",
|
|
23
23
|
"@oclif/core": "^4.3.0",
|
|
24
24
|
"@oclif/plugin-help": "^6.2.28",
|
|
25
25
|
"chalk": "^4.1.2",
|
|
26
26
|
"fast-csv": "^4.3.6",
|
|
27
27
|
"fs-extra": "^11.3.0",
|
|
28
|
-
"lodash": "^4.17.
|
|
28
|
+
"lodash": "^4.17.23",
|
|
29
29
|
"uuid": "^9.0.1",
|
|
30
30
|
"winston": "^3.17.0"
|
|
31
31
|
},
|
|
@@ -83,4 +83,4 @@
|
|
|
83
83
|
"keywords": [
|
|
84
84
|
"oclif"
|
|
85
85
|
]
|
|
86
|
-
}
|
|
86
|
+
}
|