testdriverai 7.8.0-canary.0 → 7.8.0-test.3

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/CHANGELOG.md +8 -12
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,24 +1,20 @@
1
- ## 7.8.0-canary.0 (2026-03-13)
1
+ ## 7.8.0-test.3 (2026-03-13)
2
2
 
3
3
  ## ✨ Features
4
4
 
5
- - Add comprehensive find() cache permutation integration tests to improve test coverage and reliability [API] (a4523730)
5
+ - Add comprehensive find() cache permutation integration tests to improve test coverage and reliability [API] (6a957f69)
6
+ - Add changelog documentation to SDK package [SDK] (6a957f69)
6
7
 
7
8
  ## 🐛 Bug Fixes
8
9
 
9
- - Fix dashcam URL parsing to handle subdomain routes correctly [SDK] (6a957f69)
10
+ - Fix dashcam URL parsing issues that could cause recording problems [SDK] (6a957f69)
10
11
 
11
12
  ## 🔧 Maintenance
12
13
 
13
- - Update subdomain routing configuration across environments [API] (6a957f69)
14
- - Streamline GitHub workflow configuration and remove redundant publish workflows (6a957f69)
15
- - Disable Moby container service in development environment (08fa8e18)
16
- - Update environment configuration for canary, dev, and test deployments (6a957f69)
17
-
18
- ## 📝 Documentation
19
-
20
- - Add changelog documentation to SDK docs [SDK] (6a957f69)
21
- - Expand README with additional project information and setup instructions (6a957f69)
14
+ - Update subdomain routing configuration for improved service connectivity [API] (6a957f69)
15
+ - Streamline GitHub Actions workflows by consolidating publish processes [CI] (6a957f69)
16
+ - Update environment configuration for test, dev, and canary deployments [Infrastructure] (6a957f69)
17
+ - Improve development container and VS Code task configurations [Development] (6a957f69)
22
18
 
23
19
  ## 7.8.0-test.2 (2026-03-13)
24
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.8.0-canary.0",
3
+ "version": "7.8.0-test.3",
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",