@supatest/cli 0.0.14 → 0.0.15

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -4667,7 +4667,7 @@ var CLI_VERSION;
4667
4667
  var init_version = __esm({
4668
4668
  "src/version.ts"() {
4669
4669
  "use strict";
4670
- CLI_VERSION = "0.0.14";
4670
+ CLI_VERSION = "0.0.15";
4671
4671
  }
4672
4672
  });
4673
4673
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supatest/cli",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Supatest CLI - AI-powered task automation for CI/CD",
5
5
  "type": "module",
6
6
  "bin": {
@@ -39,8 +39,8 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@anthropic-ai/claude-agent-sdk": "^0.1.61",
43
- "@anthropic-ai/sdk": "^0.71.2",
42
+ "@anthropic-ai/claude-agent-sdk": "^0.1.58",
43
+ "@anthropic-ai/sdk": "^0.71.0",
44
44
  "@types/inquirer": "^9.0.0",
45
45
  "ansi-escapes": "^7.0.0",
46
46
  "boxen": "^8.0.1",