@applitools/core 4.31.0 → 4.31.2

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,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.31.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.31.1...js/core@4.31.2) (2025-02-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * environment without type in ios should be considered web ([#2779](https://github.com/Applitools-Dev/sdk/issues/2779)) ([1a0dc18](https://github.com/Applitools-Dev/sdk/commit/1a0dc186d782ee8dacccf4ea9d10b513416b7492))
9
+ * move log line for closing batch in offline cli ([#2768](https://github.com/Applitools-Dev/sdk/issues/2768)) ([bfb51a9](https://github.com/Applitools-Dev/sdk/commit/bfb51a94d8e7d51020aac62dd78038fdeb819a68))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * @applitools/ufg-client bumped to 1.16.4
15
+ #### Bug Fixes
16
+
17
+ * environment without type in ios should be considered web ([#2779](https://github.com/Applitools-Dev/sdk/issues/2779)) ([1a0dc18](https://github.com/Applitools-Dev/sdk/commit/1a0dc186d782ee8dacccf4ea9d10b513416b7492))
18
+ * specifying chrome version in UFG chrome emulations ([#2773](https://github.com/Applitools-Dev/sdk/issues/2773)) ([e86af5d](https://github.com/Applitools-Dev/sdk/commit/e86af5d8d616fb54a6cbe0a23db691d0b190b0f6))
19
+
20
+ ## [4.31.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.31.0...js/core@4.31.1) (2025-02-05)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/tunnel-client bumped to 1.6.2
26
+ #### Bug Fixes
27
+
28
+ * set TLS_REJECT_UNAUTHORIZED in tunnel ([#2706](https://github.com/Applitools-Dev/sdk/issues/2706)) ([abfa821](https://github.com/Applitools-Dev/sdk/commit/abfa82151931bd11767ac1d797cee03855bde34a))
29
+ * @applitools/ec-client bumped to 1.10.4
30
+ #### Bug Fixes
31
+
32
+ * set TLS_REJECT_UNAUTHORIZED in tunnel ([#2706](https://github.com/Applitools-Dev/sdk/issues/2706)) ([abfa821](https://github.com/Applitools-Dev/sdk/commit/abfa82151931bd11767ac1d797cee03855bde34a))
33
+
34
+
35
+
36
+
3
37
  ## [4.31.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.30.1...js/core@4.31.0) (2025-01-30)
4
38
 
5
39
 
@@ -96,8 +96,8 @@ async function runOfflineSnapshots(options) {
96
96
  const keepBatchOpen = utils.general.getEnvValue('DONT_CLOSE_BATCHES', 'boolean') || options.config.open.keepBatchOpen;
97
97
  if (!keepBatchOpen) {
98
98
  await core.closeBatch({ settings: batchIds.map(batchId => ({ batchId, ...account.eyesServer })) });
99
+ logger.log('done closing batches');
99
100
  }
100
- logger.log('done closing batches');
101
101
  return allTestResults;
102
102
  }
103
103
  async function runTest(testPath, openSettings, logger) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.31.0",
3
+ "version": "4.31.2",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -79,7 +79,7 @@
79
79
  "@applitools/dom-capture": "11.5.4",
80
80
  "@applitools/dom-snapshot": "4.11.15",
81
81
  "@applitools/driver": "1.20.4",
82
- "@applitools/ec-client": "1.10.3",
82
+ "@applitools/ec-client": "1.10.4",
83
83
  "@applitools/logger": "2.1.0",
84
84
  "@applitools/nml-client": "1.8.24",
85
85
  "@applitools/req": "1.7.7",
@@ -87,7 +87,7 @@
87
87
  "@applitools/snippets": "2.6.4",
88
88
  "@applitools/socket": "1.2.1",
89
89
  "@applitools/spec-driver-webdriver": "1.1.25",
90
- "@applitools/ufg-client": "1.16.3",
90
+ "@applitools/ufg-client": "1.16.4",
91
91
  "@applitools/utils": "1.7.7",
92
92
  "@types/ws": "8.5.5",
93
93
  "abort-controller": "3.0.0",
@@ -105,7 +105,7 @@
105
105
  "@applitools/spec-driver-selenium": "^1.5.95",
106
106
  "@applitools/test-server": "^1.2.2",
107
107
  "@applitools/test-utils": "^1.5.17",
108
- "@applitools/tunnel-client": "^1.6.1",
108
+ "@applitools/tunnel-client": "^1.6.2",
109
109
  "@types/node": "^12.20.55",
110
110
  "@types/selenium-webdriver": "^4.1.2",
111
111
  "@types/semver": "^7.5.8",