@deimos24/hst-cli 0.22.8 → 0.22.9

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