+2
-2
@@ -27,4 +27,4 @@ #!/usr/bin/env node | ||
| // Only needed when the binary basename differs from the wrapper package name | ||
| // (goatchain-cli → bin/goatchain). dimcode, dimcli and dimagent ship a binary | ||
| // named after the package, so they fall through to `wrapperName`. | ||
| // (goatchain-cli → bin/goatchain). dimcode and dimagent ship a binary named | ||
| // after the package, so they fall through to `wrapperName`. | ||
| const BINARY_BASENAMES = { | ||
@@ -31,0 +31,0 @@ 'goatchain-cli': 'goatchain', |
+6
-6
| { | ||
| "name": "dimagent", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "description": "AI coding agent CLI and terminal coding assistant with an interactive TUI (beta channel)", | ||
@@ -13,8 +13,8 @@ "type": "module", | ||
| "optionalDependencies": { | ||
| "dimagent-darwin-arm64": "0.3.1", | ||
| "dimagent-darwin-x64": "0.3.1", | ||
| "dimagent-linux-arm64": "0.3.1", | ||
| "dimagent-linux-x64": "0.3.1", | ||
| "dimagent-windows-x64": "0.3.1" | ||
| "dimagent-darwin-arm64": "0.3.2", | ||
| "dimagent-darwin-x64": "0.3.2", | ||
| "dimagent-linux-arm64": "0.3.2", | ||
| "dimagent-linux-x64": "0.3.2", | ||
| "dimagent-windows-x64": "0.3.2" | ||
| } | ||
| } |
9758
-0.08%