@appchy/jarvis 0.1.56 → 0.1.57

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 CHANGED
@@ -9894,7 +9894,7 @@ import { createRequire as createRequire2 } from "module";
9894
9894
  var _require = createRequire2(import.meta.url);
9895
9895
  var VERSION2 = _require("../package.json").version ?? "0.0.0";
9896
9896
  var IS_DEV = String(_require("../package.json").name ?? "").endsWith("-dev");
9897
- var SHA = "6a59e47";
9897
+ var SHA = "5de8b68";
9898
9898
  var BUILT = "2026-09-09";
9899
9899
  var BUILD = SHA ?? "source";
9900
9900
  var BUILD_LABEL = `${SHA ? `${VERSION2} (${SHA}${BUILT ? ` ${BUILT}` : ""})` : `${VERSION2} (source)`}${IS_DEV ? " \u2014 development build" : ""}`;