@metaphi-ai/hum 0.1.47 → 0.1.48
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
|
@@ -83545,7 +83545,7 @@ function runningVersion(candidates = engineCandidates(), opts = {}) {
|
|
|
83545
83545
|
}
|
|
83546
83546
|
return null;
|
|
83547
83547
|
}
|
|
83548
|
-
function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.
|
|
83548
|
+
function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.48" : "" } = {}) {
|
|
83549
83549
|
const refused = failures.find((f) => f.error && f.error.code !== "ENOENT");
|
|
83550
83550
|
const fix = npm ? npmFix(version) : updateCommand({ kind: "native" }, platform2);
|
|
83551
83551
|
if (!refused) {
|
|
@@ -85523,7 +85523,7 @@ var input_default = MultilineInput;
|
|
|
85523
85523
|
|
|
85524
85524
|
// src/app.jsx
|
|
85525
85525
|
var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
|
|
85526
|
-
var MINE = true ? "0.1.
|
|
85526
|
+
var MINE = true ? "0.1.48" : "";
|
|
85527
85527
|
var fmtDur = (s) => s < 60 ? `${Math.max(1, Math.round(s))}s` : `${Math.floor(s / 60)}m ${Math.round(s % 60)}s`;
|
|
85528
85528
|
var plural = (n, w) => `${n} ${w}${n === 1 ? "" : "s"}`;
|
|
85529
85529
|
var firstResp = (e) => e.first_response_s ? ` \xB7 first response ${e.first_response_s.toFixed(1)}s` : "";
|
|
@@ -87039,7 +87039,7 @@ init_update();
|
|
|
87039
87039
|
init_install();
|
|
87040
87040
|
var import_jsx_runtime4 = __toESM(require_jsx_runtime(), 1);
|
|
87041
87041
|
import { spawnSync as spawnSync5 } from "node:child_process";
|
|
87042
|
-
var MINE2 = true ? "0.1.
|
|
87042
|
+
var MINE2 = true ? "0.1.48" : "0.0.0";
|
|
87043
87043
|
var layout = installLayout();
|
|
87044
87044
|
function completeInstall() {
|
|
87045
87045
|
if (layout.kind !== "npm" || !needsInstall(MINE2)) return;
|