@applitools/core 4.42.0 → 4.42.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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.42.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.42.0...js/core@4.42.1) (2025-07-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * tunnel client zip should be published ([#3099](https://github.com/Applitools-Dev/sdk/issues/3099)) ([455b10c](https://github.com/Applitools-Dev/sdk/commit/455b10ca1866d93085faba2089b40984c8329ca4))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/tunnel-client bumped to 1.9.1
14
+ #### Bug Fixes
15
+
16
+ * tunnel client zip should be published ([#3099](https://github.com/Applitools-Dev/sdk/issues/3099)) ([455b10c](https://github.com/Applitools-Dev/sdk/commit/455b10ca1866d93085faba2089b40984c8329ca4))
17
+
3
18
  ## [4.42.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.41.0...js/core@4.42.0) (2025-07-15)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.42.0",
3
+ "version": "4.42.1",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -106,7 +106,7 @@
106
106
  "@applitools/spec-driver-selenium": "^1.6.1",
107
107
  "@applitools/test-server": "^1.2.3",
108
108
  "@applitools/test-utils": "^1.5.17",
109
- "@applitools/tunnel-client": "^1.9.0",
109
+ "@applitools/tunnel-client": "^1.9.1",
110
110
  "@types/mocha": "^10.0.7",
111
111
  "@types/node": "^12.20.55",
112
112
  "@types/selenium-webdriver": "^4.1.2",