testdriverai 7.5.14 → 7.5.16

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 7.5.16 (2026-03-07)
2
+
3
+ ## ✨ Features
4
+
5
+ - Updated pricing structure and checkout flow for improved billing experience [API] (7821df39)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - Fixed Stripe integration issues affecting payment processing [API] (7821df39)
10
+
11
+ ## 7.5.15 (2026-03-07)
12
+
13
+ ## 🐛 Bug Fixes
14
+
15
+ - Fix Stripe checkout session creation and update pricing display components [API] (57ece2a5)
16
+
1
17
  ## 7.5.14 (2026-03-06)
2
18
 
3
19
  ## 🔧 Maintenance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.5.14",
3
+ "version": "7.5.16",
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",