@applitools/eyes-images 4.24.0 → 4.24.1
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 +57 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,62 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.24.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.24.0...js/eyes-images@4.24.1) (2023-12-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.7.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
|
12
|
+
* @applitools/core bumped to 4.3.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/logger bumped to 2.0.14
|
|
20
|
+
|
|
21
|
+
* @applitools/socket bumped to 1.1.14
|
|
22
|
+
|
|
23
|
+
* @applitools/req bumped to 1.6.4
|
|
24
|
+
|
|
25
|
+
* @applitools/image bumped to 1.1.9
|
|
26
|
+
|
|
27
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.51
|
|
28
|
+
|
|
29
|
+
* @applitools/spec-driver-selenium bumped to 1.5.65
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-puppeteer bumped to 1.3.1
|
|
32
|
+
|
|
33
|
+
* @applitools/driver bumped to 1.15.2
|
|
34
|
+
|
|
35
|
+
* @applitools/screenshoter bumped to 3.8.17
|
|
36
|
+
|
|
37
|
+
* @applitools/nml-client bumped to 1.5.17
|
|
38
|
+
|
|
39
|
+
* @applitools/tunnel-client bumped to 1.3.2
|
|
40
|
+
|
|
41
|
+
* @applitools/ufg-client bumped to 1.9.9
|
|
42
|
+
|
|
43
|
+
* @applitools/ec-client bumped to 1.7.17
|
|
44
|
+
|
|
45
|
+
* @applitools/core-base bumped to 1.7.4
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* do not block concurrency when server response is 503 ([#2049](https://github.com/applitools/eyes.sdk.javascript1/issues/2049)) ([f285009](https://github.com/applitools/eyes.sdk.javascript1/commit/f2850098f7522776c0d0a98bb1d958303628b149))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
* @applitools/eyes bumped to 1.13.0
|
|
53
|
+
#### Features
|
|
54
|
+
|
|
55
|
+
* add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
3
60
|
## [4.24.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.38...js/eyes-images@4.24.0) (2023-11-21)
|
|
4
61
|
|
|
5
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.24.
|
|
3
|
+
"version": "4.24.1",
|
|
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.
|
|
43
|
+
"@applitools/eyes": "1.13.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@applitools/api-extractor": "^1.2.22",
|