@applitools/eyes-testcafe 1.15.3 → 1.15.4
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 +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
## 1.15.4 - 2022/2/16
|
|
7
|
+
|
|
8
|
+
- fixing: Screenshotter dependency consuming 40+ MB of space
|
|
9
|
+
- updated to @applitools/eyes-api@1.1.8 (from 1.1.7)
|
|
10
|
+
- updated to @applitools/eyes-sdk-core@13.0.5 (from 13.0.0)
|
|
11
|
+
- updated to @applitools/utils@1.2.13 (from 1.2.11)
|
|
12
|
+
- updated to @applitools/visual-grid-client@15.8.65 (from 15.8.62)
|
|
13
|
+
- updated to @applitools/visual-grid-client@15.8.65 (from 15.8.62)
|
|
6
14
|
## 1.15.3 - 2022/1/24
|
|
7
15
|
|
|
8
16
|
- updated 'Agent ID' to 'eyes.testcafe' (from 'eyes.webdriverio')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.4",
|
|
4
4
|
"description": "Applitools Eyes SDK for TestCafe",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-testcafe",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@applitools/eyes-api": "1.1.
|
|
73
|
-
"@applitools/eyes-sdk-core": "13.0.
|
|
74
|
-
"@applitools/utils": "1.2.
|
|
75
|
-
"@applitools/visual-grid-client": "15.8.
|
|
72
|
+
"@applitools/eyes-api": "1.1.8",
|
|
73
|
+
"@applitools/eyes-sdk-core": "13.0.5",
|
|
74
|
+
"@applitools/utils": "1.2.13",
|
|
75
|
+
"@applitools/visual-grid-client": "15.8.65"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@applitools/api-extractor": "1.2.7",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@applitools/sdk-release-kit": "^0.13.11",
|
|
82
82
|
"@applitools/sdk-shared": "0.9.11",
|
|
83
83
|
"@applitools/test-server": "1.0.8",
|
|
84
|
-
"@applitools/test-utils": "1.0.
|
|
84
|
+
"@applitools/test-utils": "1.0.12",
|
|
85
85
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
86
86
|
"@typescript-eslint/parser": "^4.15.1",
|
|
87
87
|
"eslint": "^7.9.0",
|