@applitools/eyes-nightwatch 1.21.0 → 1.21.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.21.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-nightwatch@1.21.0...js/eyes-nightwatch@1.21.1) (2023-12-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.0
9
+ #### Features
10
+
11
+ * 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))
12
+ * @applitools/socket bumped to 1.1.14
13
+
14
+ * @applitools/req bumped to 1.6.4
15
+
16
+ * @applitools/image bumped to 1.1.9
17
+
18
+ * @applitools/spec-driver-webdriver bumped to 1.0.51
19
+
20
+ * @applitools/spec-driver-puppeteer bumped to 1.3.1
21
+
22
+ * @applitools/nml-client bumped to 1.5.17
23
+
24
+ * @applitools/ufg-client bumped to 1.9.9
25
+
26
+ * @applitools/core-base bumped to 1.7.4
27
+ #### Bug Fixes
28
+
29
+ * do not block concurrency when server response is 503 ([#2049](https://github.com/applitools/eyes.sdk.javascript1/issues/2049)) ([f285009](https://github.com/applitools/eyes.sdk.javascript1/commit/f2850098f7522776c0d0a98bb1d958303628b149))
30
+
31
+
32
+
33
+ * @applitools/core bumped to 4.3.0
34
+ #### Features
35
+
36
+ * 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))
37
+
38
+
39
+
40
+ * @applitools/eyes bumped to 1.13.0
41
+ #### Features
42
+
43
+ * 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))
44
+
45
+
46
+
47
+ * @applitools/logger bumped to 2.0.14
48
+
49
+ * @applitools/spec-driver-selenium bumped to 1.5.65
50
+
51
+ * @applitools/driver bumped to 1.15.2
52
+
53
+ * @applitools/screenshoter bumped to 3.8.17
54
+
55
+ * @applitools/tunnel-client bumped to 1.3.2
56
+
57
+ * @applitools/ec-client bumped to 1.7.17
58
+
59
+
3
60
  ## [1.21.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-nightwatch@1.20.4...js/eyes-nightwatch@1.21.0) (2023-11-21)
4
61
 
5
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.21.0",
3
+ "version": "1.21.1",
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.15.1",
47
- "@applitools/eyes": "1.12.0",
48
- "@applitools/spec-driver-webdriver": "1.0.50",
49
- "@applitools/utils": "1.6.3",
46
+ "@applitools/driver": "1.15.2",
47
+ "@applitools/eyes": "1.13.0",
48
+ "@applitools/spec-driver-webdriver": "1.0.51",
49
+ "@applitools/utils": "1.7.0",
50
50
  "webdriver": "7.31.1"
51
51
  },
52
52
  "devDependencies": {