@applitools/eyes-images 4.31.31 → 4.31.32

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 +18 -0
  2. package/package.json +7 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/nml-client bumped to 1.11.21
9
+
10
+ * @applitools/core-base bumped to 1.32.3
11
+ #### Bug Fixes
12
+
13
+ * pass gzip content encoding | FLD-4293 ([#3649](https://github.com/Applitools-Dev/sdk/issues/3649)) ([b78ebaa](https://github.com/Applitools-Dev/sdk/commit/b78ebaa0bb0d9aeae0d5b7031d320ca10b5f608b))
14
+ * @applitools/ec-client bumped to 1.12.23
15
+
16
+ * @applitools/core bumped to 4.58.1
17
+
18
+ * @applitools/eyes bumped to 1.38.10
19
+
20
+
3
21
  ## [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
22
 
5
23
 
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.32",
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.10"
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"