@supatest/cli 0.0.55 → 0.0.56

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/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6045,7 +6045,7 @@ var CLI_VERSION;
6045
6045
  var init_version = __esm({
6046
6046
  "src/version.ts"() {
6047
6047
  "use strict";
6048
- CLI_VERSION = "0.0.55";
6048
+ CLI_VERSION = "0.0.56";
6049
6049
  }
6050
6050
  });
6051
6051
 
@@ -14148,7 +14148,7 @@ var init_context_builder = __esm({
14148
14148
  import { mkdir, writeFile } from "fs/promises";
14149
14149
  import { join as join12 } from "path";
14150
14150
  function getAutomateContextDir(cwd) {
14151
- return join12(cwd, ".suptest", "automate-context");
14151
+ return join12(cwd, ".supatest", "automate-context");
14152
14152
  }
14153
14153
  function getAutomateContextPath(cwd, timestamp) {
14154
14154
  return join12(getAutomateContextDir(cwd), `manual-tests-${timestamp}.md`);
@@ -14790,7 +14790,7 @@ var init_FeedbackDialog = __esm({
14790
14790
  import { mkdir as mkdir2, rm, writeFile as writeFile2 } from "fs/promises";
14791
14791
  import { join as join13 } from "path";
14792
14792
  function getFixContextDir(cwd) {
14793
- return join13(cwd, ".suptest", "fix-context");
14793
+ return join13(cwd, ".supatest", "fix-context");
14794
14794
  }
14795
14795
  function getFixContextFilename(run) {
14796
14796
  const identifier = run.readableId || run.id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supatest/cli",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "description": "Supatest CLI - AI-powered task automation for CI/CD",
5
5
  "type": "module",
6
6
  "bin": {