codeharness 0.25.3 → 0.25.5

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.
@@ -3207,7 +3207,7 @@ function generateDockerfileTemplate(projectDir, stackOrDetections) {
3207
3207
  }
3208
3208
 
3209
3209
  // src/modules/infra/init-project.ts
3210
- var HARNESS_VERSION = true ? "0.25.3" : "0.0.0-dev";
3210
+ var HARNESS_VERSION = true ? "0.25.5" : "0.0.0-dev";
3211
3211
  function failResult(opts, error) {
3212
3212
  return {
3213
3213
  status: "fail",
@@ -3651,6 +3651,7 @@ export {
3651
3651
  getStackProvider,
3652
3652
  detectStacks,
3653
3653
  detectStack,
3654
+ getPackageRoot,
3654
3655
  renderTemplateFile,
3655
3656
  getStatePath,
3656
3657
  writeState,
@@ -16,7 +16,7 @@ import {
16
16
  stopCollectorOnly,
17
17
  stopSharedStack,
18
18
  stopStack
19
- } from "./chunk-WABTXRJD.js";
19
+ } from "./chunk-ZFM7IU3A.js";
20
20
  export {
21
21
  checkRemoteEndpoint,
22
22
  cleanupOrphanedContainers,