@metaphi-ai/hum 0.2.7 → 0.2.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.
- package/dist/cli.mjs +4 -4
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -88832,10 +88832,10 @@ function clientEnv() {
|
|
|
88832
88832
|
platform: process.platform,
|
|
88833
88833
|
arch: process.arch,
|
|
88834
88834
|
terminal: process.env.TERM_PROGRAM || (process.env.WT_SESSION ? "Windows Terminal" : process.env.TERM || ""),
|
|
88835
|
-
tui: true ? "0.2.
|
|
88835
|
+
tui: true ? "0.2.9" : ""
|
|
88836
88836
|
};
|
|
88837
88837
|
}
|
|
88838
|
-
function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.2.
|
|
88838
|
+
function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.2.9" : "" } = {}) {
|
|
88839
88839
|
const refused = failures.find((f) => f.error && f.error.code !== "ENOENT");
|
|
88840
88840
|
const fix = npm ? npmFix(version) : updateCommand({ kind: "native" }, platform2);
|
|
88841
88841
|
if (!refused) {
|
|
@@ -90291,7 +90291,7 @@ var input_default = MultilineInput;
|
|
|
90291
90291
|
|
|
90292
90292
|
// src/app.jsx
|
|
90293
90293
|
var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
|
|
90294
|
-
var MINE = true ? "0.2.
|
|
90294
|
+
var MINE = true ? "0.2.9" : "";
|
|
90295
90295
|
var fmtDur = (s) => s < 60 ? `${Math.max(1, Math.round(s))}s` : `${Math.floor(s / 60)}m ${Math.round(s % 60)}s`;
|
|
90296
90296
|
var plural = (n, w) => `${n} ${w}${n === 1 ? "" : "s"}`;
|
|
90297
90297
|
var firstResp = (e) => e.first_response_s ? ` \xB7 first response ${e.first_response_s.toFixed(1)}s` : "";
|
|
@@ -92116,7 +92116,7 @@ init_update();
|
|
|
92116
92116
|
init_install();
|
|
92117
92117
|
var import_jsx_runtime4 = __toESM(require_jsx_runtime(), 1);
|
|
92118
92118
|
import { spawnSync as spawnSync5 } from "node:child_process";
|
|
92119
|
-
var MINE2 = true ? "0.2.
|
|
92119
|
+
var MINE2 = true ? "0.2.9" : "0.0.0";
|
|
92120
92120
|
var layout = installLayout();
|
|
92121
92121
|
function completeInstall() {
|
|
92122
92122
|
if (layout.kind !== "npm" || !needsInstall(MINE2)) return;
|