@eclipse-che/che-e2e 7.90.0-next-245bb11 → 7.90.0

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.
@@ -44,5 +44,5 @@ export const CHROME_DRIVER_CONSTANTS: {
44
44
  /**
45
45
  * run browser with proxy settings
46
46
  */
47
- TS_SELENIUM_PROXY_SERVER: process.env.TS_SELENIUM_PROXY_SERVER || '',
47
+ TS_SELENIUM_PROXY_SERVER: process.env.TS_SELENIUM_PROXY_SERVER || ''
48
48
  };
@@ -35,6 +35,6 @@ exports.CHROME_DRIVER_CONSTANTS = {
35
35
  /**
36
36
  * run browser with proxy settings
37
37
  */
38
- TS_SELENIUM_PROXY_SERVER: process.env.TS_SELENIUM_PROXY_SERVER || '',
38
+ TS_SELENIUM_PROXY_SERVER: process.env.TS_SELENIUM_PROXY_SERVER || ''
39
39
  };
40
40
  //# sourceMappingURL=CHROME_DRIVER_CONSTANTS.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-che/che-e2e",
3
- "version": "7.90.0-next-245bb11",
3
+ "version": "7.90.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -65,7 +65,8 @@
65
65
  "dependencies": {
66
66
  "@eclipse-che/api": "latest",
67
67
  "inversify": "6.0.1",
68
- "reflect-metadata": "0.1.13"
68
+ "reflect-metadata": "0.1.13",
69
+ "@eclipse-che/che-devworkspace-generator": "7.90.0"
69
70
  },
70
71
  "resolutions": {
71
72
  "minimist": "^1.2.5"