@appchy/jarvis 0.1.74 → 0.1.76

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
@@ -10109,7 +10109,7 @@ import { createRequire as createRequire2 } from "module";
10109
10109
  var _require = createRequire2(import.meta.url);
10110
10110
  var VERSION2 = _require("../package.json").version ?? "0.0.0";
10111
10111
  var IS_DEV = String(_require("../package.json").name ?? "").endsWith("-dev");
10112
- var SHA = "9566241";
10112
+ var SHA = "7a9afe2";
10113
10113
  var BUILT = "2026-09-10";
10114
10114
  var BUILD = SHA ?? "source";
10115
10115
  var BUILD_LABEL = `${SHA ? `${VERSION2} (${SHA}${BUILT ? ` ${BUILT}` : ""})` : `${VERSION2} (source)`}${IS_DEV ? " \u2014 development build" : ""}`;