@testim/testim-cli 3.303.0 → 4.0.0-beta

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testim/testim-cli",
3
- "version": "3.303.0",
3
+ "version": "4.0.0-beta",
4
4
  "description": "Command line interface for running Testing on your CI",
5
5
  "author": "Oren Rubin",
6
6
  "contributors": [
@@ -17,6 +17,7 @@
17
17
  "@types/memory-fs": "0.3.3",
18
18
  "@types/ms": "0.7.31",
19
19
  "@types/node": "16.0.0",
20
+ "@types/promise-queue": "2.2.0",
20
21
  "@types/prompts": "2.4.2",
21
22
  "@types/selenium-webdriver": "4.0.9",
22
23
  "@types/superagent-proxy": "3.0.0",
@@ -44,6 +45,7 @@
44
45
  },
45
46
  "dependencies": {
46
47
  "@applitools/eyes-sdk-core": "13.11.29",
48
+ "@applitools/spec-driver-webdriverio": "1.4.29",
47
49
  "@testim/coralogix-logger": "1.1.27-beta.1",
48
50
  "@testim/webdriverio": "0.0.8",
49
51
  "abort-controller": "3.0.0",
@@ -104,6 +106,12 @@
104
106
  "xml2js": "0.4.23",
105
107
  "yaml": "1.10.0"
106
108
  },
109
+ "resolutions": {
110
+ "vm2": "^3.9.14"
111
+ },
112
+ "overrides": {
113
+ "vm2": "^3.9.14"
114
+ },
107
115
  "license": "Proprietary",
108
116
  "bin": {
109
117
  "testim": "cli.js"
@@ -123,4 +131,4 @@
123
131
  "engines": {
124
132
  "node": ">= 14.0.0"
125
133
  }
126
- }
134
+ }