@applitools/eyes-images 4.28.12 → 4.29.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 +80 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,85 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.29.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images-v4.28.13...js/eyes-images@4.29.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
+ ### Bug Fixes
12
+
13
+ * plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/utils bumped to 1.7.6
19
+ #### Bug Fixes
20
+
21
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
22
+ * @applitools/spec-driver-webdriver bumped to 1.1.21
23
+ #### Bug Fixes
24
+
25
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
26
+
27
+
28
+
29
+ * @applitools/core-base bumped to 1.21.0
30
+ #### Features
31
+
32
+ * 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))
33
+ * check for new ufg balancer ([#2683](https://github.com/Applitools-Dev/sdk/issues/2683)) ([60ca9f9](https://github.com/Applitools-Dev/sdk/commit/60ca9f98d37374c918e9c634af46d7f8266b95fc))
34
+
35
+
36
+ #### Bug Fixes
37
+
38
+ * move apiKey from query param to request header ([d1d2642](https://github.com/Applitools-Dev/sdk/commit/d1d26424c64d8e03981b1482ca49870a866bc164))
39
+
40
+
41
+
42
+ * @applitools/core bumped to 4.27.0
43
+ #### Features
44
+
45
+ * 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))
46
+
47
+
48
+ #### Bug Fixes
49
+
50
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
51
+
52
+
53
+
54
+ * @applitools/logger bumped to 2.0.20
55
+
56
+ * @applitools/dom-snapshot bumped to 4.11.12
57
+
58
+ * @applitools/socket bumped to 1.1.20
59
+
60
+ * @applitools/req bumped to 1.7.5
61
+
62
+ * @applitools/image bumped to 1.1.15
63
+
64
+ * @applitools/driver bumped to 1.20.1
65
+
66
+ * @applitools/spec-driver-selenium bumped to 1.5.92
67
+
68
+ * @applitools/spec-driver-puppeteer bumped to 1.4.21
69
+
70
+ * @applitools/screenshoter bumped to 3.10.1
71
+
72
+ * @applitools/nml-client bumped to 1.8.20
73
+
74
+ * @applitools/tunnel-client bumped to 1.5.11
75
+
76
+ * @applitools/ufg-client bumped to 1.15.1
77
+
78
+ * @applitools/ec-client bumped to 1.9.17
79
+
80
+ * @applitools/eyes bumped to 1.29.3
81
+
82
+
3
83
  ## [4.28.12](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.28.11...js/eyes-images@4.28.12) (2024-11-27)
4
84
 
5
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.28.12",
3
+ "version": "4.29.0",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -40,7 +40,7 @@
40
40
  "test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/eyes": "1.28.0"
43
+ "@applitools/eyes": "1.29.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",