@coana-tech/cli 14.12.84 → 14.12.85
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 -1
- 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
|
@@ -221333,6 +221333,7 @@ var NpmSocketUpgradeManager = class {
|
|
|
221333
221333
|
artifacts: i3(artifacts),
|
|
221334
221334
|
message: `Failed to update lockfile: ${result.error?.message ?? "Unknown error"}`
|
|
221335
221335
|
});
|
|
221336
|
+
throw new Error(`Failed to update lockfile: ${result.error?.message ?? "Unknown error"}`);
|
|
221336
221337
|
}
|
|
221337
221338
|
});
|
|
221338
221339
|
}
|
|
@@ -245909,7 +245910,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
245909
245910
|
}
|
|
245910
245911
|
|
|
245911
245912
|
// dist/version.js
|
|
245912
|
-
var version2 = "14.12.
|
|
245913
|
+
var version2 = "14.12.85";
|
|
245913
245914
|
|
|
245914
245915
|
// dist/cli-core.js
|
|
245915
245916
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|