@applitools/ec-client 1.8.3 → 1.8.5

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 +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.5](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.4...js/ec-client@1.8.5) (2024-05-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.14.0
9
+ #### Features
10
+
11
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
12
+ * long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
13
+
14
+ ## [1.8.4](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.3...js/ec-client@1.8.4) (2024-05-01)
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * @applitools/spec-driver-webdriver bumped to 1.1.7
20
+
21
+ * @applitools/driver bumped to 1.17.2
22
+ #### Bug Fixes
23
+
24
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
25
+ * @applitools/core-base bumped to 1.13.0
26
+ #### Features
27
+
28
+ * `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
29
+
3
30
  ## [1.8.3](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.2...js/ec-client@1.8.3) (2024-04-22)
4
31
 
5
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,12 +52,12 @@
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.12.1",
56
- "@applitools/driver": "1.17.1",
55
+ "@applitools/core-base": "1.14.0",
56
+ "@applitools/driver": "1.17.2",
57
57
  "@applitools/logger": "2.0.16",
58
58
  "@applitools/req": "1.6.7",
59
59
  "@applitools/socket": "1.1.16",
60
- "@applitools/spec-driver-webdriver": "1.1.6",
60
+ "@applitools/spec-driver-webdriver": "1.1.7",
61
61
  "@applitools/tunnel-client": "1.5.2",
62
62
  "@applitools/utils": "1.7.2",
63
63
  "abort-controller": "3.0.0",