testdriverai 7.5.13 → 7.5.14

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,11 @@
1
+ ## 7.5.14 (2026-03-06)
2
+
3
+ ## 🔧 Maintenance
4
+
5
+ - Update brand assets and marketing materials with new logos, icons, and product screenshots (dbaf002e)
6
+ - Update API endpoint configuration for Stripe payment processing [API] (dbaf002e)
7
+ - Update default project initialization settings [SDK] (dbaf002e)
8
+
1
9
  ## 7.5.13 (2026-03-06)
2
10
 
3
11
  ## ✨ Features
@@ -321,7 +321,7 @@ jobs:
321
321
  - name: Run TestDriver.ai tests
322
322
  env:
323
323
  TD_API_KEY: \${{ secrets.TD_API_KEY }}
324
- run: vitest run
324
+ run: npx vitest run
325
325
 
326
326
  - name: Upload test results
327
327
  if: always()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.5.13",
3
+ "version": "7.5.14",
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",