@applitools/eyes-testcafe 1.17.1 → 1.17.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
@@ -11,6 +11,15 @@
11
11
 
12
12
 
13
13
 
14
+
15
+ ## 1.17.2 - 2022/6/8
16
+
17
+ ### Features
18
+ - Allowed `` values in custom properties
19
+ ### Bug fixes
20
+ - Fixed broken links to enums implementation in the README.md
21
+ - Fixed `forceFullPageScreenshot` option behavior
22
+
14
23
  ## 1.17.1 - 2022/6/2
15
24
 
16
25
  ### Features
package/README.md CHANGED
@@ -624,7 +624,7 @@ eyes.open({
624
624
  })
625
625
  ```
626
626
 
627
- The list of devices is available at https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-sdk-core/lib/config/IosDeviceName.js
627
+ The list of devices is available at https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-api/src/enums/IosDeviceName.ts
628
628
 
629
629
  Possible values for `iosVersion` are:
630
630
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -69,14 +69,14 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@applitools/eyes-api": "1.5.1",
73
- "@applitools/eyes-sdk-core": "13.6.28",
74
- "@applitools/utils": "1.3.3",
75
- "@applitools/visual-grid-client": "15.12.37"
72
+ "@applitools/eyes-api": "1.5.4",
73
+ "@applitools/eyes-sdk-core": "13.6.32",
74
+ "@applitools/utils": "1.3.6",
75
+ "@applitools/visual-grid-client": "15.12.40"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@applitools/api-extractor": "1.2.8",
79
- "@applitools/bongo": "^2.1.1",
79
+ "@applitools/bongo": "^2.1.4",
80
80
  "@applitools/scripts": "1.1.0",
81
81
  "@applitools/sdk-coverage-tests": "^2.3.18",
82
82
  "@applitools/sdk-shared": "0.9.11",