@applitools/eyes-nightwatch 1.25.23 → 1.25.24

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,88 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.25.24](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.25.23...js/eyes-nightwatch@1.25.24) (2025-06-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.11.22
9
+ #### Bug Fixes
10
+
11
+ * css media query group conditions | FLD-3151 ([#3023](https://github.com/Applitools-Dev/sdk/issues/3023)) ([56ec107](https://github.com/Applitools-Dev/sdk/commit/56ec107bcda6a5a330d19c278267d73de5d86d8b))
12
+
13
+
14
+
15
+ * @applitools/nml-client bumped to 1.9.5
16
+ #### Bug Fixes
17
+
18
+ * nml-client depends on core-base ([#2995](https://github.com/Applitools-Dev/sdk/issues/2995)) ([1f7cf69](https://github.com/Applitools-Dev/sdk/commit/1f7cf6930709a40a498dd1f525132648aa593af0))
19
+
20
+
21
+
22
+ * @applitools/tunnel-client bumped to 1.8.0
23
+ #### Features
24
+
25
+ * update build script to include individual zip creation ([#3008](https://github.com/Applitools-Dev/sdk/issues/3008)) ([46a0cfc](https://github.com/Applitools-Dev/sdk/commit/46a0cfcc472ab69384560095d90a7fa58b4b9186))
26
+
27
+
28
+
29
+ * @applitools/ufg-client bumped to 1.16.12
30
+ #### Bug Fixes
31
+
32
+ * remove safari-early-access browser version for js sdks | AD-10226 ([#3034](https://github.com/Applitools-Dev/sdk/issues/3034)) ([7ca09f5](https://github.com/Applitools-Dev/sdk/commit/7ca09f5c0c271570142058ea766533b86434dc2e))
33
+
34
+
35
+
36
+ * @applitools/core bumped to 4.40.0
37
+ #### Features
38
+
39
+ * update build script to include individual zip creation ([#3008](https://github.com/Applitools-Dev/sdk/issues/3008)) ([46a0cfc](https://github.com/Applitools-Dev/sdk/commit/46a0cfcc472ab69384560095d90a7fa58b4b9186))
40
+
41
+
42
+ #### Bug Fixes
43
+
44
+ * css media query group conditions | FLD-3151 ([#3023](https://github.com/Applitools-Dev/sdk/issues/3023)) ([56ec107](https://github.com/Applitools-Dev/sdk/commit/56ec107bcda6a5a330d19c278267d73de5d86d8b))
45
+ * export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
46
+ * extractLatestCommitInfo | FLD-3217 ([#3039](https://github.com/Applitools-Dev/sdk/issues/3039)) ([3f72a23](https://github.com/Applitools-Dev/sdk/commit/3f72a230fa0166046ea85ae004cfb544de86e628))
47
+ * handle error when sending started message in tunnel manager server ([#3019](https://github.com/Applitools-Dev/sdk/issues/3019)) ([2cdaad8](https://github.com/Applitools-Dev/sdk/commit/2cdaad896fd679187449b69abe529b006f6255ee))
48
+
49
+
50
+
51
+ * @applitools/req bumped to 1.7.13
52
+
53
+ * @applitools/dom-capture bumped to 11.5.6
54
+
55
+ * @applitools/spec-driver-webdriver bumped to 1.2.6
56
+
57
+ * @applitools/screenshoter bumped to 3.11.5
58
+
59
+ * @applitools/core-base bumped to 1.25.4
60
+ #### Bug Fixes
61
+
62
+ * Differentiate Between Invalid and Missing API Key Errors ([6ac17d4](https://github.com/Applitools-Dev/sdk/commit/6ac17d40d7aff45b3de5c949dc7d4673b9739bfd))
63
+ * export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
64
+
65
+
66
+
67
+ * @applitools/ec-client bumped to 1.10.15
68
+
69
+ * @applitools/eyes bumped to 1.35.1
70
+ #### Bug Fixes
71
+
72
+ * remove safari-early-access browser version for js sdks | AD-10226 ([#3034](https://github.com/Applitools-Dev/sdk/issues/3034)) ([7ca09f5](https://github.com/Applitools-Dev/sdk/commit/7ca09f5c0c271570142058ea766533b86434dc2e))
73
+
74
+
75
+
76
+ * @applitools/test-server bumped to 1.2.3
77
+ #### Bug Fixes
78
+
79
+ * basic auth protected resources | FLD-2761 | FMRI-120 ([#2444](https://github.com/Applitools-Dev/sdk/issues/2444)) ([b48cf49](https://github.com/Applitools-Dev/sdk/commit/b48cf49dec50bbf1ed2ba111608a48cf09962565))
80
+ * export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
81
+ * storybook navigation timeouts ([#2701](https://github.com/Applitools-Dev/sdk/issues/2701)) ([64e3a40](https://github.com/Applitools-Dev/sdk/commit/64e3a40a524ae76ec457ae9c2d1170fbaea5e982))
82
+
83
+
84
+
85
+
3
86
  ## [1.25.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.25.22...js/eyes-nightwatch@1.25.23) (2025-04-17)
4
87
 
5
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.25.23",
3
+ "version": "1.25.24",
4
4
  "description": "Applitools Eyes SDK for Nightwatch.js",
5
5
  "keywords": [
6
6
  "eyes-nightwatch",
@@ -43,10 +43,10 @@
43
43
  "up:framework": "echo \"$(jq '.devDependencies.nightwatch = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
44
44
  },
45
45
  "dependencies": {
46
- "@applitools/driver": "1.21.1",
47
- "@applitools/eyes": "1.34.0",
48
- "@applitools/spec-driver-webdriver": "1.2.2",
49
- "@applitools/utils": "1.8.0",
46
+ "@applitools/driver": "1.21.4",
47
+ "@applitools/eyes": "1.35.1",
48
+ "@applitools/spec-driver-webdriver": "1.2.6",
49
+ "@applitools/utils": "1.8.2",
50
50
  "webdriver": "7.31.1"
51
51
  },
52
52
  "devDependencies": {
package/types/index.d.ts CHANGED
@@ -836,7 +836,7 @@ export class BatchClose {
836
836
  setProxy(proxy: ProxySettingsPlain): BatchClose;
837
837
  }
838
838
  export const closeBatch: (options: { batchIds: Array<string>; serverUrl: string; apiKey: string; proxy?: undefined | ProxySettingsPlain; }) => Promise<void>;
839
- export type BrowserTypePlain = "firefox" | "chrome" | "chrome-one-version-back" | "chrome-two-versions-back" | "firefox-one-version-back" | "firefox-two-versions-back" | "ie" | "ie10" | "edge" | "edgechromium" | "edgelegacy" | "edgechromium-one-version-back" | "edgechromium-two-versions-back" | "safari" | "safari-earlyaccess" | "safari-one-version-back" | "safari-two-versions-back";
839
+ export type BrowserTypePlain = "firefox" | "chrome" | "chrome-one-version-back" | "chrome-two-versions-back" | "firefox-one-version-back" | "firefox-two-versions-back" | "ie" | "ie10" | "edge" | "edgechromium" | "edgelegacy" | "edgechromium-one-version-back" | "edgechromium-two-versions-back" | "safari" | "safari-one-version-back" | "safari-two-versions-back";
840
840
  export enum BrowserType {
841
841
  CHROME = 'chrome',
842
842
  CHROME_ONE_VERSION_BACK = 'chrome-one-version-back',
@@ -852,7 +852,6 @@ export enum BrowserType {
852
852
  EDGE_CHROMIUM_ONE_VERSION_BACK = 'edgechromium-one-version-back',
853
853
  EDGE_CHROMIUM_TWO_VERSIONS_BACK = 'edgechromium-two-versions-back',
854
854
  SAFARI = 'safari',
855
- SAFARI_EARLY_ACCESS = 'safari-earlyaccess',
856
855
  SAFARI_ONE_VERSION_BACK = 'safari-one-version-back',
857
856
  SAFARI_TWO_VERSIONS_BACK = 'safari-two-versions-back'
858
857
  }