@applitools/eyes 1.18.0 → 1.19.1

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,77 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.19.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.19.0...js/eyes@1.19.1) (2024-05-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.2.7
9
+ #### Bug Fixes
10
+
11
+ * capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
12
+ * @applitools/core-base bumped to 1.14.0
13
+ #### Features
14
+
15
+ * 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))
16
+ * long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
17
+ * @applitools/ec-client bumped to 1.8.5
18
+
19
+ * @applitools/core bumped to 4.15.0
20
+ #### Features
21
+
22
+ * 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))
23
+
24
+
25
+
26
+
27
+ ## [1.19.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.18.0...js/eyes@1.19.0) (2024-05-01)
28
+
29
+
30
+ ### Features
31
+
32
+ * ability to override baseline parameters per environment ([#2332](https://github.com/Applitools-Dev/sdk/issues/2332)) ([43b8b18](https://github.com/Applitools-Dev/sdk/commit/43b8b189fb3c9dd19aa3be372e8fcc0fe8edfa50))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/dom-snapshot bumped to 4.11.1
38
+ #### Bug Fixes
39
+
40
+ * support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
41
+ * @applitools/driver bumped to 1.17.2
42
+ #### Bug Fixes
43
+
44
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
45
+ * @applitools/core-base bumped to 1.13.0
46
+ #### Features
47
+
48
+ * `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
49
+ * @applitools/spec-driver-webdriver bumped to 1.1.7
50
+
51
+ * @applitools/spec-driver-selenium bumped to 1.5.78
52
+
53
+ * @applitools/spec-driver-puppeteer bumped to 1.4.7
54
+
55
+ * @applitools/screenshoter bumped to 3.8.31
56
+
57
+ * @applitools/nml-client bumped to 1.8.4
58
+
59
+ * @applitools/ec-client bumped to 1.8.4
60
+
61
+ * @applitools/core bumped to 4.14.0
62
+ #### Features
63
+
64
+ * `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
65
+
66
+
67
+ #### Bug Fixes
68
+
69
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
70
+ * support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
71
+
72
+
73
+
74
+
3
75
  ## [1.18.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-v1.17.2...js/eyes@1.18.0) (2024-04-15)
4
76
 
5
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.18.0",
3
+ "version": "1.19.1",
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.12.2",
49
- "@applitools/logger": "2.0.15",
50
- "@applitools/utils": "1.7.1"
48
+ "@applitools/core": "4.15.0",
49
+ "@applitools/logger": "2.0.16",
50
+ "@applitools/utils": "1.7.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@applitools/req": "^1.6.6",
53
+ "@applitools/req": "^1.6.7",
54
54
  "@types/node": "^12.20.55"
55
55
  },
56
56
  "engines": {
@@ -6,6 +6,16 @@ import { AndroidDeviceName } from '../enums/AndroidDeviceName';
6
6
  import { AndroidVersion } from '../enums/AndroidVersion';
7
7
  import { ScreenOrientation } from '../enums/ScreenOrientation';
8
8
  import { IosMultiDeviceTarget } from '../enums/IosMultiDeviceTarget';
9
+ type RenderInfoBase = {
10
+ /** @internal */
11
+ hostOS?: string;
12
+ /** @internal */
13
+ hostOSInfo?: string;
14
+ /** @internal */
15
+ hostApp?: string;
16
+ /** @internal */
17
+ hostAppInfo?: string;
18
+ };
9
19
  export type DesktopBrowserInfo = {
10
20
  name?: BrowserType;
11
21
  width: number;
@@ -39,5 +49,6 @@ export type AndroidDeviceInfo = {
39
49
  export type IOSMultiDeviceInfo = {
40
50
  deviceName: IosMultiDeviceTarget;
41
51
  };
42
- export type RenderInfoLegacy = DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | ChromeEmulationInfoLegacy;
43
- export type RenderInfo = DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | IOSMultiDeviceInfo;
52
+ export type RenderInfoLegacy = RenderInfoBase & (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | ChromeEmulationInfoLegacy);
53
+ export type RenderInfo = RenderInfoBase & (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | IOSMultiDeviceInfo);
54
+ export {};