@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.
- package/bundle/gemini.js +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.
|
|
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 = "
|
|
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