@metaphi-ai/hum 0.1.66 → 0.1.67
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.67" : "" } = {}) {
|
|
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) {
|
|
@@ -85568,7 +85568,7 @@ var input_default = MultilineInput;
|
|
|
85568
85568
|
|
|
85569
85569
|
// src/app.jsx
|
|
85570
85570
|
var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
|
|
85571
|
-
var MINE = true ? "0.1.
|
|
85571
|
+
var MINE = true ? "0.1.67" : "";
|
|
85572
85572
|
var fmtDur = (s) => s < 60 ? `${Math.max(1, Math.round(s))}s` : `${Math.floor(s / 60)}m ${Math.round(s % 60)}s`;
|
|
85573
85573
|
var plural = (n, w) => `${n} ${w}${n === 1 ? "" : "s"}`;
|
|
85574
85574
|
var firstResp = (e) => e.first_response_s ? ` \xB7 first response ${e.first_response_s.toFixed(1)}s` : "";
|
|
@@ -87241,7 +87241,7 @@ init_update();
|
|
|
87241
87241
|
init_install();
|
|
87242
87242
|
var import_jsx_runtime4 = __toESM(require_jsx_runtime(), 1);
|
|
87243
87243
|
import { spawnSync as spawnSync5 } from "node:child_process";
|
|
87244
|
-
var MINE2 = true ? "0.1.
|
|
87244
|
+
var MINE2 = true ? "0.1.67" : "0.0.0";
|
|
87245
87245
|
var layout = installLayout();
|
|
87246
87246
|
function completeInstall() {
|
|
87247
87247
|
if (layout.kind !== "npm" || !needsInstall(MINE2)) return;
|