@deimos24/hst-cli 0.22.9 → 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 -3
  2. package/package.json +1 -1
package/bundle/gemini.js CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
  import { createRequire } from 'module'; const require = createRequire(import.meta.url); globalThis.__filename = require('url').fileURLToPath(import.meta.url); globalThis.__dirname = require('path').dirname(globalThis.__filename);
4
3
  var __create = Object.create;
5
4
  var __defProp = Object.defineProperty;
@@ -356722,7 +356721,7 @@ import { fileURLToPath as fileURLToPath10 } from "node:url";
356722
356721
  import path52 from "node:path";
356723
356722
  async function getVersion() {
356724
356723
  const pkgJson = await getPackageJson(__dirname5);
356725
- return "0.22.9";
356724
+ return "0.22.10";
356726
356725
  }
356727
356726
  var __filename, __dirname5;
356728
356727
  var init_version5 = __esm({
@@ -430776,7 +430775,7 @@ var WarningMessage = ({ text }) => {
430776
430775
  };
430777
430776
 
430778
430777
  // packages/cli/src/generated/git-commit.ts
430779
- var GIT_COMMIT_INFO2 = "16d7a33";
430778
+ var GIT_COMMIT_INFO2 = "ca96e09";
430780
430779
 
430781
430780
  // packages/cli/src/ui/components/AboutBox.tsx
430782
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.9",
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",