commandkit 0.1.11-dev.20250402134128 → 0.1.11-dev.20250402134911

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 CHANGED
@@ -5797,7 +5797,7 @@ var init_version = __esm({
5797
5797
  "use strict";
5798
5798
  init_cjs_shims();
5799
5799
  version = /* @__MACRO__ $version */
5800
- "0.1.11-dev.20250402134128";
5800
+ "0.1.11-dev.20250402134911";
5801
5801
  }
5802
5802
  });
5803
5803
 
@@ -6537,7 +6537,7 @@ async function showInformation() {
6537
6537
  Yarn: getBinaryVersion("yarn") || "N/A",
6538
6538
  pnpm: getBinaryVersion("pnpm") || "N/A",
6539
6539
  Bun: getBinaryVersion("bun") || "N/A",
6540
- Deno: getBinaryVersion("deno") || "N/A"
6540
+ Deno: (getBinaryVersion("deno") || "N/A").replace(/\n|\r/g, " ")
6541
6541
  },
6542
6542
  "Relevant Packages": {
6543
6543
  commandkit: version,