@metaphi-ai/hum 0.1.40 → 0.1.41
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
|
@@ -75861,7 +75861,7 @@ function runningVersion(candidates = engineCandidates(), opts = {}) {
|
|
|
75861
75861
|
}
|
|
75862
75862
|
return null;
|
|
75863
75863
|
}
|
|
75864
|
-
function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.
|
|
75864
|
+
function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.41" : "" } = {}) {
|
|
75865
75865
|
const refused = failures.find((f) => f.error && f.error.code !== "ENOENT");
|
|
75866
75866
|
const fix = npm ? npmFix(version) : updateCommand({ kind: "native" }, platform2);
|
|
75867
75867
|
if (!refused) {
|
|
@@ -84576,7 +84576,7 @@ var input_default = MultilineInput;
|
|
|
84576
84576
|
|
|
84577
84577
|
// src/app.jsx
|
|
84578
84578
|
var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
|
|
84579
|
-
var MINE = true ? "0.1.
|
|
84579
|
+
var MINE = true ? "0.1.41" : "";
|
|
84580
84580
|
var fmtDur = (s) => s < 60 ? `${Math.max(1, Math.round(s))}s` : `${Math.floor(s / 60)}m ${Math.round(s % 60)}s`;
|
|
84581
84581
|
var plural = (n, w) => `${n} ${w}${n === 1 ? "" : "s"}`;
|
|
84582
84582
|
var firstResp = (e) => e.first_response_s ? ` \xB7 first response ${e.first_response_s.toFixed(1)}s` : "";
|
|
@@ -86053,7 +86053,7 @@ init_update();
|
|
|
86053
86053
|
init_install();
|
|
86054
86054
|
var import_jsx_runtime3 = __toESM(require_jsx_runtime(), 1);
|
|
86055
86055
|
import { spawnSync as spawnSync5 } from "node:child_process";
|
|
86056
|
-
var MINE2 = true ? "0.1.
|
|
86056
|
+
var MINE2 = true ? "0.1.41" : "0.0.0";
|
|
86057
86057
|
var layout = installLayout();
|
|
86058
86058
|
function completeInstall() {
|
|
86059
86059
|
if (layout.kind !== "npm" || !needsInstall(MINE2)) return;
|