@nathapp/nax 0.73.0-canary.1 → 0.73.0
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/nax.js +3 -3
- package/package.json +1 -1
package/dist/nax.js
CHANGED
|
@@ -63842,7 +63842,7 @@ var package_default;
|
|
|
63842
63842
|
var init_package = __esm(() => {
|
|
63843
63843
|
package_default = {
|
|
63844
63844
|
name: "@nathapp/nax",
|
|
63845
|
-
version: "0.73.0
|
|
63845
|
+
version: "0.73.0",
|
|
63846
63846
|
description: "AI Coding Agent Orchestrator \u2014 loops until done",
|
|
63847
63847
|
type: "module",
|
|
63848
63848
|
bin: {
|
|
@@ -63943,8 +63943,8 @@ var init_version = __esm(() => {
|
|
|
63943
63943
|
NAX_VERSION = package_default.version;
|
|
63944
63944
|
NAX_COMMIT = (() => {
|
|
63945
63945
|
try {
|
|
63946
|
-
if (/^[0-9a-f]{6,10}$/.test("
|
|
63947
|
-
return "
|
|
63946
|
+
if (/^[0-9a-f]{6,10}$/.test("ca202ba0"))
|
|
63947
|
+
return "ca202ba0";
|
|
63948
63948
|
} catch {}
|
|
63949
63949
|
try {
|
|
63950
63950
|
const result = Bun.spawnSync(["git", "rev-parse", "--short", "HEAD"], {
|