@applitools/eyes-images 4.31.31 → 4.31.33

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 +32 -0
  2. package/package.json +7 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.31.33](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.32...js/eyes-images@4.31.33) (2026-03-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.16.1
9
+ #### Bug Fixes
10
+
11
+ * capture slot assigned nodes in custom shadow roots | FLD-4226 ([#3666](https://github.com/Applitools-Dev/sdk/issues/3666)) ([a794617](https://github.com/Applitools-Dev/sdk/commit/a79461719b76a551838198a426f4b0b8b6d0df51))
12
+ * @applitools/core bumped to 4.58.2
13
+
14
+ * @applitools/eyes bumped to 1.38.11
15
+
16
+
17
+ ## [4.31.32](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.31...js/eyes-images@4.31.32) (2026-03-16)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * @applitools/nml-client bumped to 1.11.21
23
+
24
+ * @applitools/core-base bumped to 1.32.3
25
+ #### Bug Fixes
26
+
27
+ * pass gzip content encoding | FLD-4293 ([#3649](https://github.com/Applitools-Dev/sdk/issues/3649)) ([b78ebaa](https://github.com/Applitools-Dev/sdk/commit/b78ebaa0bb0d9aeae0d5b7031d320ca10b5f608b))
28
+ * @applitools/ec-client bumped to 1.12.23
29
+
30
+ * @applitools/core bumped to 4.58.1
31
+
32
+ * @applitools/eyes bumped to 1.38.10
33
+
34
+
3
35
  ## [4.31.31](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.30...js/eyes-images@4.31.31) (2026-03-12)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.31.31",
3
+ "version": "4.31.33",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -36,18 +36,20 @@
36
36
  "lint": "run --top-level eslint '**/*.ts'",
37
37
  "build": "run --top-level tspc --project ./tsconfig.build.json",
38
38
  "generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs",
39
- "test": "yarn test:coverage",
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}"
39
+ "test": "MOCHA_GROUP=coverage run --top-level mocha './test/**/*.spec.{js,ts}' --parallel --jobs ${MOCHA_JOBS:-15}",
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,ts}' --parallel --jobs ${MOCHA_JOBS:-15}"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/eyes": "1.38.9"
43
+ "@applitools/eyes": "1.38.11"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",
47
47
  "@applitools/bongo": "^5.10.0",
48
48
  "@applitools/generic": "^3.9.2",
49
49
  "@applitools/test-utils": "^1.5.17",
50
- "@types/node": "^12.20.55"
50
+ "@types/chai": "^5",
51
+ "@types/node": "^12.20.55",
52
+ "chai": "^4.2.0"
51
53
  },
52
54
  "engines": {
53
55
  "node": ">=12.13.0"