oxygen-cli 1.33.1 → 1.33.2

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 +2 -2
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.2",
4
4
  "description": "Automation framework for testing modern applications",
5
5
  "main": "./build/index.js",
6
6
  "bin": {
@@ -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",