@appchy/jarvis 0.1.58 → 0.1.60
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/bin.js +1 -1
- package/dist/ui/app.js +30 -30
- package/package.json +2 -2
package/dist/bin.js
CHANGED
|
@@ -10077,7 +10077,7 @@ import { createRequire as createRequire2 } from "module";
|
|
|
10077
10077
|
var _require = createRequire2(import.meta.url);
|
|
10078
10078
|
var VERSION2 = _require("../package.json").version ?? "0.0.0";
|
|
10079
10079
|
var IS_DEV = String(_require("../package.json").name ?? "").endsWith("-dev");
|
|
10080
|
-
var SHA = "
|
|
10080
|
+
var SHA = "79d2b99";
|
|
10081
10081
|
var BUILT = "2026-09-09";
|
|
10082
10082
|
var BUILD = SHA ?? "source";
|
|
10083
10083
|
var BUILD_LABEL = `${SHA ? `${VERSION2} (${SHA}${BUILT ? ` ${BUILT}` : ""})` : `${VERSION2} (source)`}${IS_DEV ? " \u2014 development build" : ""}`;
|