@insforge/cli 0.1.51-dev.0 → 0.1.51
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5074,7 +5074,7 @@ function registerDiagnoseCommands(diagnoseCmd2) {
|
|
|
5074
5074
|
const s = !json ? clack10.spinner() : null;
|
|
5075
5075
|
s?.start("Collecting diagnostic data...");
|
|
5076
5076
|
const data2 = await collectDiagnosticData(projectId, ossMode, apiUrl);
|
|
5077
|
-
const cliVersion = "0.1.51
|
|
5077
|
+
const cliVersion = "0.1.51";
|
|
5078
5078
|
s?.stop("Data collected");
|
|
5079
5079
|
if (!json) {
|
|
5080
5080
|
console.log(`
|