@applitools/core 4.39.1 → 4.39.3

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.39.3](https://github.com/Applitools-Dev/sdk/compare/js/core@4.39.2...js/core@4.39.3) (2025-05-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * should prefer updateBaselineIfNew from config over snapshot ([cfecb82](https://github.com/Applitools-Dev/sdk/commit/cfecb82ff7be9b6aaee388a90742cea97c67a9ef))
9
+
10
+ ## [4.39.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.39.1...js/core@4.39.2) (2025-05-20)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * @applitools/tunnel-client bumped to 1.7.0
16
+ #### Features
17
+
18
+ * ec healthcheck | AD-9783 ([#2991](https://github.com/Applitools-Dev/sdk/issues/2991)) ([63ffa66](https://github.com/Applitools-Dev/sdk/commit/63ffa66f28560c0fa1f159809d93b9b3a8aa6c6d))
19
+
3
20
  ## [4.39.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.39.0...js/core@4.39.1) (2025-05-19)
4
21
 
5
22
 
@@ -153,7 +153,7 @@ async function runOfflineSnapshots(options) {
153
153
  resultsGetter = await runOpenCheckAndClose({
154
154
  ...target,
155
155
  settings: {
156
- ...(0, merge_configs_1.mergeConfigs)((0, merge_configs_1.mergeConfigs)(closeSettings, openSettings), target.settings),
156
+ ...(0, merge_configs_1.mergeConfigs)(target.settings, (0, merge_configs_1.mergeConfigs)(openSettings, closeSettings)),
157
157
  ...account.eyesServer,
158
158
  environment: {
159
159
  ...openSettings.environment,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.39.1",
3
+ "version": "4.39.3",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -107,7 +107,7 @@
107
107
  "@applitools/spec-driver-selenium": "^1.5.101",
108
108
  "@applitools/test-server": "^1.2.2",
109
109
  "@applitools/test-utils": "^1.5.17",
110
- "@applitools/tunnel-client": "^1.6.7",
110
+ "@applitools/tunnel-client": "^1.7.0",
111
111
  "@types/mocha": "^10.0.7",
112
112
  "@types/node": "^12.20.55",
113
113
  "@types/selenium-webdriver": "^4.1.2",