@appchy/jarvis 0.1.92 → 0.1.93

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
@@ -10154,7 +10154,7 @@ import { createRequire as createRequire2 } from "module";
10154
10154
  var _require = createRequire2(import.meta.url);
10155
10155
  var VERSION2 = _require("../package.json").version ?? "0.0.0";
10156
10156
  var IS_DEV = String(_require("../package.json").name ?? "").endsWith("-dev");
10157
- var SHA = "d1b56ae";
10157
+ var SHA = "8d91a7c";
10158
10158
  var BUILT = "2026-09-11";
10159
10159
  var BUILD = SHA ?? "source";
10160
10160
  var BUILD_LABEL = `${SHA ? `${VERSION2} (${SHA}${BUILT ? ` ${BUILT}` : ""})` : `${VERSION2} (source)`}${IS_DEV ? " \u2014 development build" : ""}`;