@applitools/eyes-playwright 1.33.2 → 1.34.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +77 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.34.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.33.2...js/eyes-playwright@1.34.0) (2024-12-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.7.6
14
+ #### Bug Fixes
15
+
16
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
17
+ * @applitools/spec-driver-webdriver bumped to 1.1.21
18
+ #### Bug Fixes
19
+
20
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
21
+
22
+
23
+
24
+ * @applitools/core-base bumped to 1.21.0
25
+ #### Features
26
+
27
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
28
+ * check for new ufg balancer ([#2683](https://github.com/Applitools-Dev/sdk/issues/2683)) ([60ca9f9](https://github.com/Applitools-Dev/sdk/commit/60ca9f98d37374c918e9c634af46d7f8266b95fc))
29
+
30
+
31
+ #### Bug Fixes
32
+
33
+ * move apiKey from query param to request header ([d1d2642](https://github.com/Applitools-Dev/sdk/commit/d1d26424c64d8e03981b1482ca49870a866bc164))
34
+
35
+
36
+
37
+ * @applitools/core bumped to 4.27.0
38
+ #### Features
39
+
40
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
41
+
42
+
43
+ #### Bug Fixes
44
+
45
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
46
+
47
+
48
+
49
+ * @applitools/logger bumped to 2.0.20
50
+
51
+ * @applitools/dom-snapshot bumped to 4.11.12
52
+
53
+ * @applitools/socket bumped to 1.1.20
54
+
55
+ * @applitools/req bumped to 1.7.5
56
+
57
+ * @applitools/image bumped to 1.1.15
58
+
59
+ * @applitools/driver bumped to 1.20.1
60
+
61
+ * @applitools/spec-driver-selenium bumped to 1.5.92
62
+
63
+ * @applitools/spec-driver-playwright bumped to 1.5.4
64
+
65
+ * @applitools/spec-driver-puppeteer bumped to 1.4.21
66
+
67
+ * @applitools/screenshoter bumped to 3.10.1
68
+
69
+ * @applitools/nml-client bumped to 1.8.20
70
+
71
+ * @applitools/tunnel-client bumped to 1.5.11
72
+
73
+ * @applitools/ufg-client bumped to 1.15.1
74
+
75
+ * @applitools/ec-client bumped to 1.9.17
76
+
77
+ * @applitools/eyes bumped to 1.29.3
78
+
79
+
3
80
  ## [1.33.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.33.1...js/eyes-playwright@1.33.2) (2024-12-05)
4
81
 
5
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.33.2",
3
+ "version": "1.34.0",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -59,9 +59,9 @@
59
59
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
60
60
  },
61
61
  "dependencies": {
62
- "@applitools/eyes": "1.29.2",
63
- "@applitools/spec-driver-playwright": "1.5.3",
64
- "@applitools/utils": "1.7.5",
62
+ "@applitools/eyes": "1.29.3",
63
+ "@applitools/spec-driver-playwright": "1.5.4",
64
+ "@applitools/utils": "1.7.6",
65
65
  "@inquirer/prompts": "7.0.1",
66
66
  "chalk": "4.1.2",
67
67
  "yargs": "17.7.2"