@metaphi-ai/hum 0.1.71 → 0.1.72
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 +3 -3
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -83589,7 +83589,7 @@ function runningVersion(candidates = engineCandidates(), opts = {}) {
|
|
|
83589
83589
|
}
|
|
83590
83590
|
return null;
|
|
83591
83591
|
}
|
|
83592
|
-
function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.
|
|
83592
|
+
function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.72" : "" } = {}) {
|
|
83593
83593
|
const refused = failures.find((f) => f.error && f.error.code !== "ENOENT");
|
|
83594
83594
|
const fix = npm ? npmFix(version) : updateCommand({ kind: "native" }, platform2);
|
|
83595
83595
|
if (!refused) {
|
|
@@ -85608,7 +85608,7 @@ var input_default = MultilineInput;
|
|
|
85608
85608
|
|
|
85609
85609
|
// src/app.jsx
|
|
85610
85610
|
var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
|
|
85611
|
-
var MINE = true ? "0.1.
|
|
85611
|
+
var MINE = true ? "0.1.72" : "";
|
|
85612
85612
|
var fmtDur = (s) => s < 60 ? `${Math.max(1, Math.round(s))}s` : `${Math.floor(s / 60)}m ${Math.round(s % 60)}s`;
|
|
85613
85613
|
var plural = (n, w) => `${n} ${w}${n === 1 ? "" : "s"}`;
|
|
85614
85614
|
var firstResp = (e) => e.first_response_s ? ` \xB7 first response ${e.first_response_s.toFixed(1)}s` : "";
|
|
@@ -87426,7 +87426,7 @@ init_update();
|
|
|
87426
87426
|
init_install();
|
|
87427
87427
|
var import_jsx_runtime4 = __toESM(require_jsx_runtime(), 1);
|
|
87428
87428
|
import { spawnSync as spawnSync5 } from "node:child_process";
|
|
87429
|
-
var MINE2 = true ? "0.1.
|
|
87429
|
+
var MINE2 = true ? "0.1.72" : "0.0.0";
|
|
87430
87430
|
var layout = installLayout();
|
|
87431
87431
|
function completeInstall() {
|
|
87432
87432
|
if (layout.kind !== "npm" || !needsInstall(MINE2)) return;
|