@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-dev.0";
5077
+ const cliVersion = "0.1.51";
5078
5078
  s?.stop("Data collected");
5079
5079
  if (!json) {
5080
5080
  console.log(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/cli",
3
- "version": "0.1.51-dev.0",
3
+ "version": "0.1.51",
4
4
  "description": "InsForge CLI - Command line tool for InsForge platform",
5
5
  "type": "module",
6
6
  "bin": {