@applitools/eyes-images 4.23.16 → 4.23.18
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.
- package/CHANGELOG.md +78 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,83 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.23.18](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.17...js/eyes-images@4.23.18) (2023-08-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/ufg-client bumped to 1.7.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* allow providing custom headers for resource fetching ([#1852](https://github.com/applitools/eyes.sdk.javascript1/issues/1852)) ([372cb96](https://github.com/applitools/eyes.sdk.javascript1/commit/372cb96b905a0661c36e2fa10a7855208fb55bb0))
|
|
12
|
+
* @applitools/core bumped to 3.7.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* allow providing custom headers for resource fetching ([#1852](https://github.com/applitools/eyes.sdk.javascript1/issues/1852)) ([372cb96](https://github.com/applitools/eyes.sdk.javascript1/commit/372cb96b905a0661c36e2fa10a7855208fb55bb0))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/eyes bumped to 1.6.7
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [4.23.17](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.16...js/eyes-images@4.23.17) (2023-08-03)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* @applitools/core bumped to 3.6.6
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
* @applitools/core-base bumped to 1.5.0
|
|
35
|
+
#### Features
|
|
36
|
+
|
|
37
|
+
* add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
|
|
38
|
+
* mark session as component ([#1841](https://github.com/applitools/eyes.sdk.javascript1/issues/1841)) ([c579bb6](https://github.com/applitools/eyes.sdk.javascript1/commit/c579bb69de8f3bffc64e73ac8bd4fa646e96eb01))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
|
|
44
|
+
* @applitools/driver bumped to 1.13.4
|
|
45
|
+
#### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
* @applitools/snippets bumped to 2.4.22
|
|
52
|
+
#### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
|
|
55
|
+
* @applitools/ufg-client bumped to 1.6.0
|
|
56
|
+
#### Features
|
|
57
|
+
|
|
58
|
+
* add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
#### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* improve fetch error experience when fetching from tunnel ([e7d8b49](https://github.com/applitools/eyes.sdk.javascript1/commit/e7d8b49947c07beb27f110cb4952e8c3206469af))
|
|
64
|
+
* @applitools/eyes bumped to 1.6.6
|
|
65
|
+
|
|
66
|
+
* @applitools/ec-client bumped to 1.7.4
|
|
67
|
+
|
|
68
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.41
|
|
69
|
+
|
|
70
|
+
* @applitools/nml-client bumped to 1.5.6
|
|
71
|
+
|
|
72
|
+
* @applitools/spec-driver-webdriverio bumped to 1.5.10
|
|
73
|
+
|
|
74
|
+
* @applitools/screenshoter bumped to 3.8.7
|
|
75
|
+
|
|
76
|
+
* @applitools/spec-driver-puppeteer bumped to 1.1.72
|
|
77
|
+
|
|
78
|
+
* @applitools/spec-driver-selenium bumped to 1.5.55
|
|
79
|
+
|
|
80
|
+
|
|
3
81
|
## [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
82
|
|
|
5
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.23.
|
|
3
|
+
"version": "4.23.18",
|
|
4
4
|
"description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-images",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
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.
|
|
51
|
+
"@applitools/eyes": "1.6.7"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@applitools/api-extractor": "^1.2.21",
|
|
55
|
-
"@applitools/bongo": "^5.3
|
|
56
|
-
"@applitools/generic": "^3.
|
|
55
|
+
"@applitools/bongo": "^5.4.3",
|
|
56
|
+
"@applitools/generic": "^3.3.5",
|
|
57
57
|
"@applitools/test-utils": "^1.5.17",
|
|
58
58
|
"@types/node": "^12.20.55"
|
|
59
59
|
},
|