@coana-tech/cli 14.12.65 → 14.12.66

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 CHANGED
@@ -243135,7 +243135,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
243135
243135
  }
243136
243136
 
243137
243137
  // dist/version.js
243138
- var version2 = "14.12.65";
243138
+ var version2 = "14.12.66";
243139
243139
 
243140
243140
  // dist/cli-core.js
243141
243141
  var { mapValues, omit, partition, pick } = import_lodash15.default;
@@ -243329,8 +243329,7 @@ var CliCore = class {
243329
243329
  otherModulesCommunicator,
243330
243330
  this.rootWorkingDirectory,
243331
243331
  ecosystem,
243332
- // TODO: Add RUBYGEMS to the list when we support it.
243333
- ["NPM", "PIP", "GO", "MAVEN", "NUGET", "RUST"].includes(ecosystem) && isEcosystemToAnalyze,
243332
+ ["NPM", "PIP", "GO", "MAVEN", "NUGET", "RUST", "RUBYGEMS"].includes(ecosystem) && isEcosystemToAnalyze,
243334
243333
  (workspaceName, workspaceNumber, totalWorkspacesForCurrentEcosystem) => {
243335
243334
  currentOverallWorkspace++;
243336
243335
  logger.info(bold(`Analyzing ecosystem ${ecosystem} for project ${workspaceName} (${workspaceNumber}/${totalWorkspacesForCurrentEcosystem}) - Overall progress: Project ${currentOverallWorkspace}/${totalWorkspaces}, ecosystem ${ecosystemIndex + 1}/${totalEcosystems}`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.65",
3
+ "version": "14.12.66",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {