@applitools/eyes-images 4.23.15 → 4.23.16

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 +19 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.23.16](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.15...js/eyes-images@4.23.16) (2023-07-27)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 3.6.5
9
+ #### Bug Fixes
10
+
11
+ * rendering issue with chrome >113 and css white-space property ([cf34ad1](https://github.com/applitools/eyes.sdk.javascript1/commit/cf34ad1a5b3cba0b29b3509616b20a2b1313c62f))
12
+
13
+
14
+
15
+ * @applitools/ufg-client bumped to 1.5.3
16
+ #### Bug Fixes
17
+
18
+ * consider response headers and status code which are returned from the EC resource handler ([#1823](https://github.com/applitools/eyes.sdk.javascript1/issues/1823)) ([b7bd541](https://github.com/applitools/eyes.sdk.javascript1/commit/b7bd5415ae8f92a8032fc68ba993ccac1d9ff76a))
19
+ * @applitools/eyes bumped to 1.6.5
20
+
21
+
3
22
  ## [4.23.15](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.14...js/eyes-images@4.23.15) (2023-07-21)
4
23
 
5
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.23.15",
3
+ "version": "4.23.16",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -43,17 +43,17 @@
43
43
  "scripts": {
44
44
  "lint": "run --top-level eslint '**/*.ts'",
45
45
  "build": "run --top-level tspc --project ./tsconfig.build.json",
46
- "generate:tests": "coverage-tests generate ./test/coverage/config.js --name 'eyes-images' --meta-path './logs'",
46
+ "generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs",
47
47
  "test": "yarn test:coverage",
48
- "test:coverage": "yarn generate:tests && APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generic/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
48
+ "test:coverage": "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}"
49
49
  },
50
50
  "dependencies": {
51
- "@applitools/eyes": "1.6.4"
51
+ "@applitools/eyes": "1.6.5"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@applitools/api-extractor": "^1.2.21",
55
- "@applitools/bongo": "^5.1.5",
56
- "@applitools/sdk-coverage-tests": "^3.1.0",
55
+ "@applitools/bongo": "^5.3.0",
56
+ "@applitools/generic": "^3.2.2",
57
57
  "@applitools/test-utils": "^1.5.17",
58
58
  "@types/node": "^12.20.55"
59
59
  },