@applitools/core 4.2.0 → 4.3.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,53 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.3.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@4.2.0...js/core@4.3.0) (2023-12-05)
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
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.7.0
14
+ #### Features
15
+
16
+ * 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))
17
+ * @applitools/logger bumped to 2.0.14
18
+
19
+ * @applitools/socket bumped to 1.1.14
20
+
21
+ * @applitools/req bumped to 1.6.4
22
+
23
+ * @applitools/image bumped to 1.1.9
24
+
25
+ * @applitools/spec-driver-webdriver bumped to 1.0.51
26
+
27
+ * @applitools/spec-driver-selenium bumped to 1.5.65
28
+
29
+ * @applitools/spec-driver-puppeteer bumped to 1.3.1
30
+
31
+ * @applitools/driver bumped to 1.15.2
32
+
33
+ * @applitools/screenshoter bumped to 3.8.17
34
+
35
+ * @applitools/nml-client bumped to 1.5.17
36
+
37
+ * @applitools/tunnel-client bumped to 1.3.2
38
+
39
+ * @applitools/ufg-client bumped to 1.9.9
40
+
41
+ * @applitools/ec-client bumped to 1.7.17
42
+
43
+ * @applitools/core-base bumped to 1.7.4
44
+ #### Bug Fixes
45
+
46
+ * 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))
47
+
48
+
49
+
50
+
3
51
  ## [4.2.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@4.1.0...js/core@4.2.0) (2023-11-21)
4
52
 
5
53
 
@@ -74,7 +74,7 @@ function makeOpenEyes({ core, spec, logger: mainLogger }) {
74
74
  getBaseEyes: (0, get_base_eyes_1.makeGetBaseEyes)({ settings, eyes, logger }),
75
75
  check: (0, check_1.makeCheck)({ eyes, target: driver, environments, spec, signal: controller.signal, logger }),
76
76
  checkAndClose: (0, check_and_close_1.makeCheckAndClose)({ eyes, target: driver, environments, spec, signal: controller.signal, logger }),
77
- close: (0, close_1.makeClose)({ eyes, target: driver, environments, logger }),
77
+ close: (0, close_1.makeClose)({ eyes, target: driver, environments, spec, logger }),
78
78
  abort: (0, abort_1.makeAbort)({ eyes, target: driver, environments, spec, controller, logger }),
79
79
  getResults: (0, get_results_1.makeGetResults)({ eyes, logger }),
80
80
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -68,20 +68,20 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/core-base": "1.7.3",
71
+ "@applitools/core-base": "1.7.4",
72
72
  "@applitools/dom-capture": "11.2.4",
73
73
  "@applitools/dom-snapshot": "4.7.14",
74
- "@applitools/driver": "1.15.1",
75
- "@applitools/ec-client": "1.7.16",
76
- "@applitools/logger": "2.0.13",
77
- "@applitools/nml-client": "1.5.16",
78
- "@applitools/req": "1.6.3",
79
- "@applitools/screenshoter": "3.8.16",
74
+ "@applitools/driver": "1.15.2",
75
+ "@applitools/ec-client": "1.7.17",
76
+ "@applitools/logger": "2.0.14",
77
+ "@applitools/nml-client": "1.5.17",
78
+ "@applitools/req": "1.6.4",
79
+ "@applitools/screenshoter": "3.8.17",
80
80
  "@applitools/snippets": "2.4.24",
81
- "@applitools/socket": "1.1.13",
82
- "@applitools/spec-driver-webdriver": "1.0.50",
83
- "@applitools/ufg-client": "1.9.8",
84
- "@applitools/utils": "1.6.3",
81
+ "@applitools/socket": "1.1.14",
82
+ "@applitools/spec-driver-webdriver": "1.0.51",
83
+ "@applitools/ufg-client": "1.9.9",
84
+ "@applitools/utils": "1.7.0",
85
85
  "@types/ws": "8.5.5",
86
86
  "abort-controller": "3.0.0",
87
87
  "chalk": "4.1.2",
@@ -94,11 +94,11 @@
94
94
  "devDependencies": {
95
95
  "@applitools/bongo": "^5.7.6",
96
96
  "@applitools/sea": "^1.0.0",
97
- "@applitools/spec-driver-puppeteer": "^1.3.0",
98
- "@applitools/spec-driver-selenium": "^1.5.64",
97
+ "@applitools/spec-driver-puppeteer": "^1.3.1",
98
+ "@applitools/spec-driver-selenium": "^1.5.65",
99
99
  "@applitools/test-server": "^1.2.2",
100
100
  "@applitools/test-utils": "^1.5.17",
101
- "@applitools/tunnel-client": "^1.3.1",
101
+ "@applitools/tunnel-client": "^1.3.2",
102
102
  "@types/node": "^12.20.55",
103
103
  "@types/selenium-webdriver": "^4.1.2",
104
104
  "@types/semver": "^7.5.4",