@applitools/eyes-testcafe 6.3.5 → 6.3.6

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,18 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.5...js/eyes-testcafe@6.3.6) (2025-09-15)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/core bumped to 4.47.0
22
+ #### Features
23
+
24
+ * update default concurrency ([#3230](https://github.com/Applitools-Dev/sdk/issues/3230)) ([f548cda](https://github.com/Applitools-Dev/sdk/commit/f548cda77d74b68890abc7c53f566b145e6484ba))
25
+ * @applitools/eyes bumped to 1.36.6
26
+
27
+
16
28
  ## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.4...js/eyes-testcafe@6.3.5) (2025-09-09)
17
29
 
18
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.5",
3
+ "version": "6.3.6",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@applitools/driver": "1.23.4",
72
- "@applitools/eyes": "1.36.5",
72
+ "@applitools/eyes": "1.36.6",
73
73
  "@applitools/utils": "1.12.0"
74
74
  },
75
75
  "devDependencies": {