codeharness 0.24.1 → 0.24.2
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2437,7 +2437,7 @@ function generateDockerfileTemplate(projectDir, stackOrDetections) {
|
|
|
2437
2437
|
}
|
|
2438
2438
|
|
|
2439
2439
|
// src/modules/infra/init-project.ts
|
|
2440
|
-
var HARNESS_VERSION = true ? "0.24.
|
|
2440
|
+
var HARNESS_VERSION = true ? "0.24.2" : "0.0.0-dev";
|
|
2441
2441
|
function failResult(opts, error) {
|
|
2442
2442
|
return {
|
|
2443
2443
|
status: "fail",
|
|
@@ -11636,7 +11636,7 @@ function registerAuditCommand(program) {
|
|
|
11636
11636
|
}
|
|
11637
11637
|
|
|
11638
11638
|
// src/index.ts
|
|
11639
|
-
var VERSION = true ? "0.24.
|
|
11639
|
+
var VERSION = true ? "0.24.2" : "0.0.0-dev";
|
|
11640
11640
|
function createProgram() {
|
|
11641
11641
|
const program = new Command();
|
|
11642
11642
|
program.name("codeharness").description("Makes autonomous coding agents produce software that actually works").version(VERSION).option("--json", "Output in machine-readable JSON format");
|