testdriverai 7.6.0-test.5 → 7.7.0-canary.1

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 7.7.0-canary.0 (2026-03-12)
2
+
3
+ 🔧 Maintenance
4
+
5
+ - Improve release workflow automation with enhanced promotion processes [SDK] (bb6be952)
6
+
1
7
  ## 7.6.0-test.5 (2026-03-12)
2
8
 
3
9
  ## 🔧 Maintenance
package/channel.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "active": "test",
2
+ "active": "canary",
3
3
  "channels": {
4
4
  "dev": "http://localhost:1337",
5
- "test": "https://api.test.testdriver.ai",
6
- "canary": "https://api.canary.testdriver.ai",
5
+ "test": "https://test-api-5rtk.onrender.com",
6
+ "canary": "https://canary-api-vpnz.onrender.com",
7
7
  "latest": "https://api.testdriver.ai"
8
8
  }
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.6.0-test.5",
3
+ "version": "7.7.0-canary.1",
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",