@applitools/eyes-playwright 1.46.7 → 1.46.8

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 +44 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.46.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.46.7...js/eyes-playwright@1.46.8) (2026-04-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.10.0
9
+ #### Features
10
+
11
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
12
+ * @applitools/ufg-client bumped to 1.21.0
13
+ #### Features
14
+
15
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
16
+
17
+
18
+
19
+ * @applitools/core bumped to 4.60.0
20
+ #### Features
21
+
22
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
23
+
24
+
25
+
26
+ * @applitools/nml-client bumped to 1.11.25
27
+
28
+ * @applitools/tunnel-client bumped to 1.11.11
29
+
30
+ * @applitools/core-base bumped to 1.33.0
31
+ #### Features
32
+
33
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
34
+
35
+
36
+
37
+ * @applitools/ec-client bumped to 1.12.26
38
+
39
+ * @applitools/eyes bumped to 1.39.0
40
+ #### Features
41
+
42
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
43
+
44
+
45
+
46
+
3
47
  ## [1.46.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.46.6...js/eyes-playwright@1.46.7) (2026-04-20)
4
48
 
5
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.46.7",
3
+ "version": "1.46.8",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -63,8 +63,8 @@
63
63
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
64
64
  },
65
65
  "dependencies": {
66
- "@applitools/eyes": "1.38.15",
67
- "@applitools/req": "1.9.3",
66
+ "@applitools/eyes": "1.39.0",
67
+ "@applitools/req": "1.10.0",
68
68
  "@applitools/spec-driver-playwright": "1.8.5",
69
69
  "@applitools/utils": "1.14.4",
70
70
  "@inquirer/prompts": "7.0.1",