@applitools/eyes-cypress 3.48.0 → 3.48.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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.48.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.48.0...js/eyes-cypress@3.48.1) (2024-12-22)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.21.1
9
+ #### Bug Fixes
10
+
11
+ * add regions round up to the client set regions as well coded one ([#2413](https://github.com/Applitools-Dev/sdk/issues/2413)) ([85d4d2d](https://github.com/Applitools-Dev/sdk/commit/85d4d2ddd0166802c7ca9a5c11a1f52962284a5b))
12
+ * @applitools/ec-client bumped to 1.9.18
13
+
14
+ * @applitools/core bumped to 4.27.1
15
+ #### Bug Fixes
16
+
17
+ * add env variable for universal host name to use different conventions of localhost ([#2689](https://github.com/Applitools-Dev/sdk/issues/2689)) ([24d6713](https://github.com/Applitools-Dev/sdk/commit/24d671313dba0bba00e2f86875920e0431cf1234))
18
+ * add regions round up to the client set regions as well coded one ([#2413](https://github.com/Applitools-Dev/sdk/issues/2413)) ([85d4d2d](https://github.com/Applitools-Dev/sdk/commit/85d4d2ddd0166802c7ca9a5c11a1f52962284a5b))
19
+
20
+
21
+
22
+ * @applitools/eyes bumped to 1.29.4
23
+
24
+
3
25
  ## [3.48.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress-v3.47.2...js/eyes-cypress@3.48.0) (2024-12-18)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.48.0",
3
+ "version": "3.48.1",
4
4
  "homepage": "https://applitools.com/docs/api-ref/sdk-api/cypress/",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -54,8 +54,8 @@
54
54
  "setup": "run --top-level xvfb:setup"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.27.0",
58
- "@applitools/eyes": "1.29.3",
57
+ "@applitools/core": "4.27.1",
58
+ "@applitools/eyes": "1.29.4",
59
59
  "@applitools/functional-commons": "1.6.0",
60
60
  "@applitools/logger": "2.0.20",
61
61
  "@applitools/utils": "1.7.6",