oxygen-cli 1.33.1 → 1.33.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.
- package/CHANGELOG.md +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oxygen-cli",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.3",
|
|
4
4
|
"description": "Automation framework for testing modern applications",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"axios is a peer dependency of soap. when using npm 6 (node 12-14) it needs to be explicitly included. when we migrate to npm 7 (node 16+) it can be removed."
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@applitools/eyes-webdriverio": "5.
|
|
56
|
+
"@applitools/eyes-webdriverio": "5.39.1",
|
|
57
57
|
"@lambdatest/node-rest-client": "1.0.5",
|
|
58
58
|
"@oxygenhq/logger": "0.5.1",
|
|
59
59
|
"@oxygenhq/mitmproxy-node": "1.0.1",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"axios": "0.27.2",
|
|
65
65
|
"canvas": "2.11.2",
|
|
66
66
|
"chai": "4.3.7",
|
|
67
|
-
"chrome-har": "0.13.
|
|
67
|
+
"chrome-har": "0.13.1",
|
|
68
68
|
"chrome-remote-interface": "0.33.0",
|
|
69
69
|
"config": "3.3.11",
|
|
70
70
|
"cross-spawn": "7.0.3",
|