@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.
Files changed (2) hide show
  1. package/dist/nax.js +3 -3
  2. 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-canary.1",
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("425d60d1"))
63947
- return "425d60d1";
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"], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nathapp/nax",
3
- "version": "0.73.0-canary.1",
3
+ "version": "0.73.0",
4
4
  "description": "AI Coding Agent Orchestrator — loops until done",
5
5
  "type": "module",
6
6
  "bin": {