@applitools/core 4.11.0 → 4.11.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 +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.11.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.11.0...js/core@4.11.1) (2024-04-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/spec-driver-selenium bumped to 1.5.74
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
|
|
12
|
+
* @applitools/ec-client bumped to 1.7.32
|
|
13
|
+
|
|
14
|
+
* @applitools/core-base bumped to 1.10.1
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
|
|
18
|
+
|
|
3
19
|
## [4.11.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.10.5...js/core@4.11.0) (2024-03-31)
|
|
4
20
|
|
|
5
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.1",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@applitools/core-base": "1.10.
|
|
77
|
+
"@applitools/core-base": "1.10.1",
|
|
78
78
|
"@applitools/dom-capture": "11.2.6",
|
|
79
79
|
"@applitools/dom-snapshot": "4.9.2",
|
|
80
80
|
"@applitools/driver": "1.16.5",
|
|
81
|
-
"@applitools/ec-client": "1.7.
|
|
81
|
+
"@applitools/ec-client": "1.7.32",
|
|
82
82
|
"@applitools/logger": "2.0.14",
|
|
83
83
|
"@applitools/nml-client": "1.7.5",
|
|
84
84
|
"@applitools/req": "1.6.5",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@applitools/bongo": "^5.10.0",
|
|
102
102
|
"@applitools/sea": "^1.0.0",
|
|
103
103
|
"@applitools/spec-driver-puppeteer": "^1.4.3",
|
|
104
|
-
"@applitools/spec-driver-selenium": "^1.5.
|
|
104
|
+
"@applitools/spec-driver-selenium": "^1.5.74",
|
|
105
105
|
"@applitools/test-server": "^1.2.2",
|
|
106
106
|
"@applitools/test-utils": "^1.5.17",
|
|
107
107
|
"@applitools/tunnel-client": "^1.4.1",
|