@supatest/cli 0.0.47 → 0.0.48

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 +2 -2
package/dist/index.js CHANGED
@@ -6533,7 +6533,7 @@ var CLI_VERSION;
6533
6533
  var init_version = __esm({
6534
6534
  "src/version.ts"() {
6535
6535
  "use strict";
6536
- CLI_VERSION = "0.0.47";
6536
+ CLI_VERSION = "0.0.48";
6537
6537
  }
6538
6538
  });
6539
6539
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supatest/cli",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "Supatest CLI - AI-powered task automation for CI/CD",
5
5
  "type": "module",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@anthropic-ai/claude-agent-sdk": "^0.2.1",
41
+ "@anthropic-ai/claude-agent-sdk": "^0.2.39",
42
42
  "@anthropic-ai/sdk": "^0.71.2",
43
43
  "@modelcontextprotocol/sdk": "^1.0.4",
44
44
  "@types/inquirer": "^9.0.0",