@applitools/ec-client 1.12.8 → 1.12.10
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 +20 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.10](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.9...js/ec-client@1.12.10) (2025-10-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.28.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
|
|
12
|
+
|
|
13
|
+
## [1.12.9](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.8...js/ec-client@1.12.9) (2025-10-01)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/core-base bumped to 1.28.1
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
|
|
22
|
+
|
|
3
23
|
## [1.12.8](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.7...js/ec-client@1.12.8) (2025-09-22)
|
|
4
24
|
|
|
5
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.10",
|
|
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.28.
|
|
55
|
+
"@applitools/core-base": "1.28.2",
|
|
56
56
|
"@applitools/driver": "1.23.5",
|
|
57
57
|
"@applitools/logger": "2.2.4",
|
|
58
58
|
"@applitools/req": "1.8.4",
|