@applitools/eyes 1.23.1 → 1.23.2
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 +37 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.23.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.23.1...js/eyes@1.23.2) (2024-10-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/driver bumped to 1.19.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
|
|
12
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.14
|
|
13
|
+
|
|
14
|
+
* @applitools/ufg-client bumped to 1.13.1
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
|
|
18
|
+
* @applitools/core-base bumped to 1.17.2
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
|
|
22
|
+
* @applitools/spec-driver-selenium bumped to 1.5.85
|
|
23
|
+
|
|
24
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.14
|
|
25
|
+
|
|
26
|
+
* @applitools/screenshoter bumped to 3.8.38
|
|
27
|
+
|
|
28
|
+
* @applitools/nml-client bumped to 1.8.12
|
|
29
|
+
|
|
30
|
+
* @applitools/ec-client bumped to 1.9.8
|
|
31
|
+
|
|
32
|
+
* @applitools/core bumped to 4.20.2
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
3
40
|
## [1.23.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.23.0...js/eyes@1.23.1) (2024-10-01)
|
|
4
41
|
|
|
5
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"eyes",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@applitools/core": "4.20.
|
|
48
|
+
"@applitools/core": "4.20.2",
|
|
49
49
|
"@applitools/logger": "2.0.18",
|
|
50
50
|
"@applitools/utils": "1.7.4"
|
|
51
51
|
},
|