@deimos24/hst-cli 0.22.8 → 0.22.10

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/bundle/gemini.js +2 -2
  2. package/package.json +1 -1
package/bundle/gemini.js CHANGED
@@ -356721,7 +356721,7 @@ import { fileURLToPath as fileURLToPath10 } from "node:url";
356721
356721
  import path52 from "node:path";
356722
356722
  async function getVersion() {
356723
356723
  const pkgJson = await getPackageJson(__dirname5);
356724
- return "0.22.8";
356724
+ return "0.22.10";
356725
356725
  }
356726
356726
  var __filename, __dirname5;
356727
356727
  var init_version5 = __esm({
@@ -430775,7 +430775,7 @@ var WarningMessage = ({ text }) => {
430775
430775
  };
430776
430776
 
430777
430777
  // packages/cli/src/generated/git-commit.ts
430778
- var GIT_COMMIT_INFO2 = "dc5cf55";
430778
+ var GIT_COMMIT_INFO2 = "ca96e09";
430779
430779
 
430780
430780
  // packages/cli/src/ui/components/AboutBox.tsx
430781
430781
  var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deimos24/hst-cli",
3
- "version": "0.22.8",
3
+ "version": "0.22.10",
4
4
  "private": false,
5
5
  "description": "hst-cli is a CLI builted for take care of your system, whitout any 'advice' or 'warning' from critical directories",
6
6
  "author": "Deimos24",