@coana-tech/cli 14.12.82 → 14.12.83
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 +1 -3
- package/package.json +1 -1
- package/repos/coana-tech/alucard/alucard.jar +0 -0
- 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/cli.mjs
CHANGED
|
@@ -229587,8 +229587,6 @@ async function upgradePurl(rootDir, upgrades, artifacts, options, logFile, cliFi
|
|
|
229587
229587
|
if (options.rangeStyle && options.rangeStyle !== "pin") {
|
|
229588
229588
|
throw new Error('Range style must be "pin"');
|
|
229589
229589
|
}
|
|
229590
|
-
logger.initWinstonLogger(options.debug);
|
|
229591
|
-
logger.silent = options.silent;
|
|
229592
229590
|
const cliRunId = cliFixRunId;
|
|
229593
229591
|
const upgradePurlRunId = cliRunId && await getSocketAPI().registerUpgradePurlRun(cliRunId, Array.from(upgrades).map(([idx, upgradeVersion]) => ({
|
|
229594
229592
|
purl: artifacts[idx],
|
|
@@ -245911,7 +245909,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
245911
245909
|
}
|
|
245912
245910
|
|
|
245913
245911
|
// dist/version.js
|
|
245914
|
-
var version2 = "14.12.
|
|
245912
|
+
var version2 = "14.12.83";
|
|
245915
245913
|
|
|
245916
245914
|
// dist/cli-core.js
|
|
245917
245915
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|