testdriverai 7.2.45 → 7.2.46

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.
@@ -47,7 +47,7 @@ jobs:
47
47
  AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
48
48
  AWS_REGION: us-east-2
49
49
  AWS_LAUNCH_TEMPLATE_ID: lt-0ef9bf26a945fb442
50
- AMI_ID: ami-063f575bb80f1e818
50
+ AMI_ID: ami-0dd5fa241273a7d50
51
51
  RESOLUTION: 1920x1080
52
52
 
53
53
  - name: Upload test results
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.2.45",
3
+ "version": "7.2.46",
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",