testdriverai 5.7.22 → 5.7.24

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/README.md +0 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -153,4 +153,3 @@ gh pr create --web
153
153
  ```
154
154
 
155
155
  Your test will run on every commit and the results will be posted as a Dashcam.io video within your GitHub summary! Learn more about deploying on CI [here](https://docs.testdriver.ai/action/setup).
156
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.7.22",
3
+ "version": "5.7.24",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -29,7 +29,8 @@
29
29
  "decompress": "^4.2.1",
30
30
  "dotenv": "^16.4.5",
31
31
  "electron": "^33.0.2",
32
- "jimp": "^0.22.12",
32
+ "get-windows": "^9.2.0",
33
+ "jimp": "^1.6.0",
33
34
  "js-yaml": "^4.1.0",
34
35
  "mac-screen-capture-permissions": "^2.1.0",
35
36
  "markdown-parser": "0.0.8",
@@ -61,7 +62,7 @@
61
62
  "devDependencies": {
62
63
  "@eslint/js": "^9.10.0",
63
64
  "chai": "^5.1.2",
64
- "esbuild": "0.20.2",
65
+ "esbuild": "0.25.5",
65
66
  "esbuild-plugin-fileloc": "^0.0.6",
66
67
  "eslint": "^9.10.0",
67
68
  "globals": "^15.9.0",