@applitools/eyes 1.29.2 → 1.29.4

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 +88 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,93 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.29.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.29.3...js/eyes@1.29.4) (2024-12-22)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.21.1
9
+ #### Bug Fixes
10
+
11
+ * add regions round up to the client set regions as well coded one ([#2413](https://github.com/Applitools-Dev/sdk/issues/2413)) ([85d4d2d](https://github.com/Applitools-Dev/sdk/commit/85d4d2ddd0166802c7ca9a5c11a1f52962284a5b))
12
+ * @applitools/ec-client bumped to 1.9.18
13
+
14
+ * @applitools/core bumped to 4.27.1
15
+ #### Bug Fixes
16
+
17
+ * add env variable for universal host name to use different conventions of localhost ([#2689](https://github.com/Applitools-Dev/sdk/issues/2689)) ([24d6713](https://github.com/Applitools-Dev/sdk/commit/24d671313dba0bba00e2f86875920e0431cf1234))
18
+ * add regions round up to the client set regions as well coded one ([#2413](https://github.com/Applitools-Dev/sdk/issues/2413)) ([85d4d2d](https://github.com/Applitools-Dev/sdk/commit/85d4d2ddd0166802c7ca9a5c11a1f52962284a5b))
19
+
20
+
21
+
22
+
23
+ ## [1.29.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.29.2...js/eyes@1.29.3) (2024-12-18)
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * @applitools/utils bumped to 1.7.6
29
+ #### Bug Fixes
30
+
31
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
32
+ * @applitools/logger bumped to 2.0.20
33
+
34
+ * @applitools/dom-snapshot bumped to 4.11.12
35
+
36
+ * @applitools/socket bumped to 1.1.20
37
+
38
+ * @applitools/req bumped to 1.7.5
39
+
40
+ * @applitools/image bumped to 1.1.15
41
+
42
+ * @applitools/driver bumped to 1.20.1
43
+
44
+ * @applitools/spec-driver-webdriver bumped to 1.1.21
45
+ #### Bug Fixes
46
+
47
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
48
+
49
+
50
+
51
+ * @applitools/core-base bumped to 1.21.0
52
+ #### Features
53
+
54
+ * 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))
55
+ * check for new ufg balancer ([#2683](https://github.com/Applitools-Dev/sdk/issues/2683)) ([60ca9f9](https://github.com/Applitools-Dev/sdk/commit/60ca9f98d37374c918e9c634af46d7f8266b95fc))
56
+
57
+
58
+ #### Bug Fixes
59
+
60
+ * move apiKey from query param to request header ([d1d2642](https://github.com/Applitools-Dev/sdk/commit/d1d26424c64d8e03981b1482ca49870a866bc164))
61
+
62
+
63
+
64
+ * @applitools/spec-driver-selenium bumped to 1.5.92
65
+
66
+ * @applitools/spec-driver-puppeteer bumped to 1.4.21
67
+
68
+ * @applitools/screenshoter bumped to 3.10.1
69
+
70
+ * @applitools/nml-client bumped to 1.8.20
71
+
72
+ * @applitools/tunnel-client bumped to 1.5.11
73
+
74
+ * @applitools/ufg-client bumped to 1.15.1
75
+
76
+ * @applitools/ec-client bumped to 1.9.17
77
+
78
+ * @applitools/core bumped to 4.27.0
79
+ #### Features
80
+
81
+ * 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))
82
+
83
+
84
+ #### Bug Fixes
85
+
86
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
87
+
88
+
89
+
90
+
3
91
  ## [1.29.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.29.1...js/eyes@1.29.2) (2024-12-05)
4
92
 
5
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.29.2",
3
+ "version": "1.29.4",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,13 +46,13 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.26.0",
50
- "@applitools/logger": "2.0.19",
51
- "@applitools/utils": "1.7.5",
49
+ "@applitools/core": "4.27.1",
50
+ "@applitools/logger": "2.0.20",
51
+ "@applitools/utils": "1.7.6",
52
52
  "chalk": "4.1.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@applitools/req": "^1.7.4",
55
+ "@applitools/req": "^1.7.5",
56
56
  "@types/node": "^12.20.55"
57
57
  },
58
58
  "engines": {