@applitools/eyes 1.8.0 → 1.8.2

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 +75 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,80 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.8.1...js/eyes@1.8.2) (2023-09-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.6.0
9
+ #### Features
10
+
11
+ * show aborted tests in Eyes dashboard ([#1877](https://github.com/applitools/eyes.sdk.javascript1/issues/1877)) ([f9840d4](https://github.com/applitools/eyes.sdk.javascript1/commit/f9840d494222ccc6c6f262896771e28da2565bc6))
12
+ * @applitools/ec-client bumped to 1.7.8
13
+
14
+ * @applitools/core bumped to 3.10.2
15
+
16
+
17
+ ## [1.8.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.8.0...js/eyes@1.8.1) (2023-09-04)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * @applitools/utils bumped to 1.6.0
23
+ #### Features
24
+
25
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
26
+ * @applitools/req bumped to 1.6.0
27
+ #### Features
28
+
29
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
30
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
31
+
32
+
33
+
34
+ * @applitools/spec-driver-puppeteer bumped to 1.2.0
35
+ #### Features
36
+
37
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
38
+
39
+
40
+
41
+ * @applitools/driver bumped to 1.14.0
42
+ #### Features
43
+
44
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
45
+
46
+
47
+
48
+ * @applitools/ufg-client bumped to 1.8.0
49
+ #### Features
50
+
51
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
52
+
53
+
54
+
55
+ * @applitools/logger bumped to 2.0.10
56
+
57
+ * @applitools/socket bumped to 1.1.10
58
+
59
+ * @applitools/image bumped to 1.1.5
60
+
61
+ * @applitools/spec-driver-webdriver bumped to 1.0.44
62
+
63
+ * @applitools/spec-driver-selenium bumped to 1.5.58
64
+
65
+ * @applitools/screenshoter bumped to 3.8.10
66
+
67
+ * @applitools/nml-client bumped to 1.5.10
68
+
69
+ * @applitools/tunnel-client bumped to 1.2.2
70
+
71
+ * @applitools/ec-client bumped to 1.7.7
72
+
73
+ * @applitools/core-base bumped to 1.5.3
74
+
75
+ * @applitools/core bumped to 3.10.1
76
+
77
+
3
78
  ## [1.8.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.7.3...js/eyes@1.8.0) (2023-08-30)
4
79
 
5
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -45,12 +45,12 @@
45
45
  "test": "run --top-level mocha './test/**/*.spec.ts'"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/core": "3.10.0",
49
- "@applitools/logger": "2.0.9",
50
- "@applitools/utils": "1.5.2"
48
+ "@applitools/core": "3.10.2",
49
+ "@applitools/logger": "2.0.10",
50
+ "@applitools/utils": "1.6.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@applitools/req": "^1.5.4",
53
+ "@applitools/req": "^1.6.0",
54
54
  "@types/node": "^12.20.55"
55
55
  },
56
56
  "engines": {