@applitools/eyes 1.13.6 → 1.15.0

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 CHANGED
@@ -1,5 +1,135 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-v1.14.1...js/eyes@1.15.0) (2024-02-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
9
+ * added `enableEyesLogs` configuration to the eyes service ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
10
+ * added `useExecutionCloud` configuration to the eyes service ([#2033](https://github.com/applitools/eyes.sdk.javascript1/issues/2033)) ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
11
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * error to unknown type in exception ([#2035](https://github.com/applitools/eyes.sdk.javascript1/issues/2035)) ([16d78c3](https://github.com/applitools/eyes.sdk.javascript1/commit/16d78c3cce90a5cb50cc2aa4e9ab6a58b7b93f89))
17
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
18
+ * fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/applitools/eyes.sdk.javascript1/commit/42a773cc57e8e5de528a049b376159615892003b))
19
+ * fixed issue when w3c properties were added to legacy capabilities object in `Eyes.setMobileCapabilities` method ([94d785f](https://github.com/applitools/eyes.sdk.javascript1/commit/94d785f0428df101c207d6f09a55c46f2bdbf19e))
20
+
21
+
22
+ ### Code Refactoring
23
+
24
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * @applitools/req bumped to 1.6.5
30
+ #### Bug Fixes
31
+
32
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
33
+ * @applitools/dom-shared bumped to 1.0.13
34
+ #### Bug Fixes
35
+
36
+ * dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
37
+ * @applitools/core-base bumped to 1.9.1
38
+ #### Bug Fixes
39
+
40
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
41
+
42
+
43
+
44
+ * @applitools/dom-capture bumped to 11.2.6
45
+
46
+ * @applitools/dom-snapshot bumped to 4.8.1
47
+
48
+ * @applitools/nml-client bumped to 1.7.2
49
+
50
+ * @applitools/tunnel-client bumped to 1.4.1
51
+ #### Bug Fixes
52
+
53
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
54
+
55
+
56
+
57
+ * @applitools/ufg-client bumped to 1.9.10
58
+
59
+ * @applitools/ec-client bumped to 1.7.27
60
+
61
+ * @applitools/core bumped to 4.9.1
62
+
63
+
64
+ ## [1.14.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-v1.13.7...js/eyes@1.14.0) (2024-02-13)
65
+
66
+
67
+ ### Features
68
+
69
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
70
+ * added `enableEyesLogs` configuration to the eyes service ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
71
+ * added `useExecutionCloud` configuration to the eyes service ([#2033](https://github.com/applitools/eyes.sdk.javascript1/issues/2033)) ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
72
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * error to unknown type in exception ([#2035](https://github.com/applitools/eyes.sdk.javascript1/issues/2035)) ([16d78c3](https://github.com/applitools/eyes.sdk.javascript1/commit/16d78c3cce90a5cb50cc2aa4e9ab6a58b7b93f89))
78
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
79
+ * fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/applitools/eyes.sdk.javascript1/commit/42a773cc57e8e5de528a049b376159615892003b))
80
+ * fixed issue when w3c properties were added to legacy capabilities object in `Eyes.setMobileCapabilities` method ([94d785f](https://github.com/applitools/eyes.sdk.javascript1/commit/94d785f0428df101c207d6f09a55c46f2bdbf19e))
81
+
82
+
83
+ ### Code Refactoring
84
+
85
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
86
+
87
+
88
+ ### Dependencies
89
+
90
+ * @applitools/dom-snapshot bumped to 4.7.17
91
+ #### Bug Fixes
92
+
93
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
94
+ * @applitools/spec-driver-webdriver bumped to 1.0.57
95
+ #### Bug Fixes
96
+
97
+ * fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
98
+ * @applitools/spec-driver-puppeteer bumped to 1.4.0
99
+ #### Features
100
+
101
+ * added support for puppeteer >= 22 ([#2185](https://github.com/applitools/eyes.sdk.javascript1/issues/2185)) ([59d23a9](https://github.com/applitools/eyes.sdk.javascript1/commit/59d23a9689d77c7db06df53b67fa293a3b3f166e))
102
+ * @applitools/nml-client bumped to 1.7.0
103
+ #### Features
104
+
105
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
106
+
107
+
108
+ #### Bug Fixes
109
+
110
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
111
+
112
+
113
+
114
+ * @applitools/screenshoter bumped to 3.8.23
115
+
116
+ * @applitools/ec-client bumped to 1.7.25
117
+
118
+ * @applitools/core bumped to 4.8.0
119
+ #### Features
120
+
121
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
122
+
123
+
124
+ #### Bug Fixes
125
+
126
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
127
+ * nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
128
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
129
+
130
+
131
+
132
+
3
133
  ## [1.13.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.13.5...js/eyes@1.13.6) (2024-01-30)
4
134
 
5
135
 
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ /* GENERATED FILE */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  exports.AccessibilityGuidelinesVersionEnum = void 0;
4
5
  var AccessibilityGuidelinesVersionEnum;
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ /* GENERATED FILE */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  exports.AccessibilityLevelEnum = void 0;
4
5
  var AccessibilityLevelEnum;
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ /* GENERATED FILE */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  exports.AccessibilityRegionTypeEnum = void 0;
4
5
  var AccessibilityRegionTypeEnum;
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ /* GENERATED FILE */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  exports.AccessibilityStatusEnum = void 0;
4
5
  var AccessibilityStatusEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.13.6",
3
+ "version": "1.15.0",
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": "4.7.0",
48
+ "@applitools/core": "4.9.1",
49
49
  "@applitools/logger": "2.0.14",
50
50
  "@applitools/utils": "1.7.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@applitools/req": "^1.6.4",
53
+ "@applitools/req": "^1.6.5",
54
54
  "@types/node": "^12.20.55"
55
55
  },
56
56
  "engines": {