@coana-tech/cli 14.12.108 → 14.12.109
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/cli.mjs +2 -2
- package/package.json +1 -1
- package/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
- package/repos/coana-tech/javap-service/javap-service.jar +0 -0
package/cli.mjs
CHANGED
|
@@ -250700,7 +250700,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
250700
250700
|
}
|
|
250701
250701
|
|
|
250702
250702
|
// dist/version.js
|
|
250703
|
-
var version3 = "14.12.
|
|
250703
|
+
var version3 = "14.12.109";
|
|
250704
250704
|
|
|
250705
250705
|
// dist/cli-core.js
|
|
250706
250706
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
|
@@ -250798,7 +250798,7 @@ var CliCore = class {
|
|
|
250798
250798
|
if (!this.options.repoUrl && !this.options.projectName && !this.options.disableReportSubmission && !this.options.offlineDatabase && !this.options.socketMode) {
|
|
250799
250799
|
throw new Error("Either --repo-url or --project-name is required for dashboard integration. Use --disable-report-submission to skip report submission.");
|
|
250800
250800
|
}
|
|
250801
|
-
if ((this.options.disableReportSubmission || this.options.offlineDatabase) && !this.options.outputDir && !this.options.printReport) {
|
|
250801
|
+
if ((this.options.disableReportSubmission || this.options.offlineDatabase) && !this.options.outputDir && !this.options.printReport && !this.options.socketMode) {
|
|
250802
250802
|
throw new Error("Either --output-dir or --print-report is required when --disable-report-submission or --offline-database is used.");
|
|
250803
250803
|
}
|
|
250804
250804
|
if (this.options.ecosystems)
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|