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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.33.2 (2024-05-24)
4
+
5
+ #### :house: Internal
6
+ * Downgrade chrome-har version for node 12 compatibility.
7
+
3
8
  ## v1.33.1 (2024-03-20)
4
9
 
5
10
  #### :beetle: Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxygen-cli",
3
- "version": "1.33.1",
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.50.11",
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.2",
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",