testdriverai 7.2.84 → 7.2.86

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.
@@ -12,7 +12,7 @@ const { execSync } = require("child_process");
12
12
  require("dotenv").config();
13
13
 
14
14
  // API configuration
15
- const API_BASE_URL = process.env.TD_API_ROOT || "https://v6.testdriver.ai";
15
+ const API_BASE_URL = process.env.TD_API_ROOT || "https://testdriver-api.onrender.com";
16
16
  const POLL_INTERVAL = 5000; // 5 seconds
17
17
  const POLL_TIMEOUT = 900000; // 15 minutes
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.2.84",
3
+ "version": "7.2.86",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",