@appchy/jarvis 0.1.51 → 0.1.53

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