@applitools/ec-client 1.7.20 → 1.7.22

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.22](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.21...js/ec-client@1.7.22) (2024-01-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.9.0
9
+ #### Features
10
+
11
+ * added possibility to provide `fallbackBaselineId` in environment objects ([#2146](https://github.com/applitools/eyes.sdk.javascript1/issues/2146)) ([f0782ea](https://github.com/applitools/eyes.sdk.javascript1/commit/f0782ea4c38935f97fc47248ed6a5b67f87b0634))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * add environment variable for setting ufg server ufg ([#2147](https://github.com/applitools/eyes.sdk.javascript1/issues/2147)) ([cfc701f](https://github.com/applitools/eyes.sdk.javascript1/commit/cfc701f7a43fed0fe252d4090b9c1dc490063c76))
17
+
18
+ ## [1.7.21](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.20...js/ec-client@1.7.21) (2024-01-02)
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/core-base bumped to 1.8.0
24
+ #### Features
25
+
26
+ * sorted result regions of locate method ([ef6b249](https://github.com/applitools/eyes.sdk.javascript1/commit/ef6b249ad9d6998d6089423efd93f0220f13d378))
27
+
28
+
29
+ #### Bug Fixes
30
+
31
+ * fixed concurrency splank logging ([#2115](https://github.com/applitools/eyes.sdk.javascript1/issues/2115)) ([83afd7d](https://github.com/applitools/eyes.sdk.javascript1/commit/83afd7dd2b52125fdc233dadbaf774811ea1c738))
32
+
3
33
  ## [1.7.20](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.19...js/ec-client@1.7.20) (2023-12-19)
4
34
 
5
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.20",
3
+ "version": "1.7.22",
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.7.5",
55
+ "@applitools/core-base": "1.9.0",
56
56
  "@applitools/driver": "1.16.1",
57
57
  "@applitools/logger": "2.0.14",
58
58
  "@applitools/req": "1.6.4",