@applitools/eyes-images 4.31.4 → 4.31.6

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 +70 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.31.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.5...js/eyes-images@4.31.6) (2025-09-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.47.0
9
+ #### Features
10
+
11
+ * update default concurrency ([#3230](https://github.com/Applitools-Dev/sdk/issues/3230)) ([f548cda](https://github.com/Applitools-Dev/sdk/commit/f548cda77d74b68890abc7c53f566b145e6484ba))
12
+ * @applitools/eyes bumped to 1.36.6
13
+
14
+
15
+ ## [4.31.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.4...js/eyes-images@4.31.5) (2025-09-09)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/utils bumped to 1.12.0
21
+ #### Features
22
+
23
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
24
+ * @applitools/core bumped to 4.46.0
25
+ #### Features
26
+
27
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
28
+
29
+
30
+ #### Bug Fixes
31
+
32
+ * update offline test fixtures to use Google Fonts v12 ([#3215](https://github.com/Applitools-Dev/sdk/issues/3215)) ([ba8ef0c](https://github.com/Applitools-Dev/sdk/commit/ba8ef0c3b11a7f5e9e59a58f29fd5d60760a68ee))
33
+
34
+
35
+
36
+ * @applitools/logger bumped to 2.2.3
37
+
38
+ * @applitools/dom-snapshot bumped to 4.13.6
39
+
40
+ * @applitools/socket bumped to 1.3.4
41
+
42
+ * @applitools/req bumped to 1.8.3
43
+
44
+ * @applitools/image bumped to 1.2.3
45
+
46
+ * @applitools/dom-capture bumped to 11.6.4
47
+
48
+ * @applitools/driver bumped to 1.23.4
49
+
50
+ * @applitools/spec-driver-webdriver bumped to 1.4.4
51
+
52
+ * @applitools/spec-driver-selenium bumped to 1.7.4
53
+
54
+ * @applitools/spec-driver-puppeteer bumped to 1.6.4
55
+
56
+ * @applitools/screenshoter bumped to 3.12.4
57
+
58
+ * @applitools/nml-client bumped to 1.11.4
59
+
60
+ * @applitools/tunnel-client bumped to 1.11.1
61
+
62
+ * @applitools/ufg-client bumped to 1.17.3
63
+
64
+ * @applitools/core-base bumped to 1.27.3
65
+
66
+ * @applitools/ec-client bumped to 1.12.6
67
+
68
+ * @applitools/eyes bumped to 1.36.5
69
+
70
+ * @applitools/test-server bumped to 1.3.2
71
+
72
+
3
73
  ## [4.31.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.3...js/eyes-images@4.31.4) (2025-09-04)
4
74
 
5
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.31.4",
3
+ "version": "4.31.6",
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.36.4"
43
+ "@applitools/eyes": "1.36.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",