testdriverai 5.0.0-beta.2 → 5.0.0-beta.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/package-lock.json +32 -5
  2. package/package.json +3 -2
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.0.0-beta.1",
3
+ "version": "5.0.0-beta.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "testdriverai",
9
- "version": "5.0.0-beta.1",
9
+ "version": "5.0.0-beta.2",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@e2b/desktop": "^1.6.0",
@@ -33,13 +33,13 @@
33
33
  "remark-parse": "^11.0.0",
34
34
  "sanitize-filename": "^1.6.3",
35
35
  "say": "^0.16.0",
36
- "screenshot-desktop": "^1.15.0",
37
36
  "semver": "^7.6.2",
38
37
  "sharp": "^0.33.5",
39
38
  "systeminformation": "^5.23.5",
40
39
  "tmp": "^0.2.3",
41
40
  "uuid": "^10.0.0",
42
- "winston": "^3.13.0"
41
+ "winston": "^3.13.0",
42
+ "ws": "^8.18.1"
43
43
  },
44
44
  "bin": {
45
45
  "testdriverai": "index.js"
@@ -60,7 +60,8 @@
60
60
  "@img/sharp-libvips-win32-x64": "^1.0.2",
61
61
  "@img/sharp-win32-x64": "^0.33.4",
62
62
  "get-windows": "^9.2.0",
63
- "robotjs": "^0.6.0"
63
+ "robotjs": "^0.6.0",
64
+ "screenshot-desktop": "^1.15.0"
64
65
  }
65
66
  },
66
67
  "node_modules/@babel/runtime": {
@@ -5480,6 +5481,7 @@
5480
5481
  "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
5481
5482
  "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
5482
5483
  "license": "MIT",
5484
+ "optional": true,
5483
5485
  "funding": {
5484
5486
  "url": "https://github.com/sponsors/ljharb"
5485
5487
  }
@@ -7002,6 +7004,7 @@
7002
7004
  "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
7003
7005
  "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
7004
7006
  "license": "ISC",
7007
+ "optional": true,
7005
7008
  "dependencies": {
7006
7009
  "glob": "^10.3.7"
7007
7010
  },
@@ -7117,6 +7120,7 @@
7117
7120
  }
7118
7121
  ],
7119
7122
  "license": "MIT",
7123
+ "optional": true,
7120
7124
  "dependencies": {
7121
7125
  "temp": "^0.9.4"
7122
7126
  }
@@ -7848,6 +7852,7 @@
7848
7852
  "resolved": "https://registry.npmjs.org/temp/-/temp-0.9.4.tgz",
7849
7853
  "integrity": "sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==",
7850
7854
  "license": "MIT",
7855
+ "optional": true,
7851
7856
  "dependencies": {
7852
7857
  "mkdirp": "^0.5.1",
7853
7858
  "rimraf": "~2.6.2"
@@ -7861,6 +7866,7 @@
7861
7866
  "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
7862
7867
  "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
7863
7868
  "license": "MIT",
7869
+ "optional": true,
7864
7870
  "dependencies": {
7865
7871
  "minimist": "^1.2.6"
7866
7872
  },
@@ -8533,6 +8539,27 @@
8533
8539
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
8534
8540
  "license": "ISC"
8535
8541
  },
8542
+ "node_modules/ws": {
8543
+ "version": "8.18.1",
8544
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
8545
+ "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
8546
+ "license": "MIT",
8547
+ "engines": {
8548
+ "node": ">=10.0.0"
8549
+ },
8550
+ "peerDependencies": {
8551
+ "bufferutil": "^4.0.1",
8552
+ "utf-8-validate": ">=5.0.2"
8553
+ },
8554
+ "peerDependenciesMeta": {
8555
+ "bufferutil": {
8556
+ "optional": true
8557
+ },
8558
+ "utf-8-validate": {
8559
+ "optional": true
8560
+ }
8561
+ }
8562
+ },
8536
8563
  "node_modules/xhr": {
8537
8564
  "version": "2.6.0",
8538
8565
  "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.0.0-beta.2",
3
+ "version": "5.0.0-beta.3",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -45,7 +45,8 @@
45
45
  "systeminformation": "^5.23.5",
46
46
  "tmp": "^0.2.3",
47
47
  "uuid": "^10.0.0",
48
- "winston": "^3.13.0"
48
+ "winston": "^3.13.0",
49
+ "ws": "^8.18.1"
49
50
  },
50
51
  "overrides": {
51
52
  "glob": "^11.0.1",