@applitools/ec-client 1.9.17 → 1.9.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 +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.18](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.17...js/ec-client@1.9.18) (2024-12-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.21.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add regions round up to the client set regions as well coded one ([#2413](https://github.com/Applitools-Dev/sdk/issues/2413)) ([85d4d2d](https://github.com/Applitools-Dev/sdk/commit/85d4d2ddd0166802c7ca9a5c11a1f52962284a5b))
|
|
12
|
+
|
|
3
13
|
## [1.9.17](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.16...js/ec-client@1.9.17) (2024-12-18)
|
|
4
14
|
|
|
5
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.18",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@applitools/core-base": "1.21.
|
|
55
|
+
"@applitools/core-base": "1.21.1",
|
|
56
56
|
"@applitools/driver": "1.20.1",
|
|
57
57
|
"@applitools/logger": "2.0.20",
|
|
58
58
|
"@applitools/req": "1.7.5",
|