@applitools/eyes-puppeteer 1.10.2 → 1.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -11,6 +11,14 @@
11
11
 
12
12
 
13
13
 
14
+ ## 1.10.3 - 2022/7/25
15
+
16
+ ### Features
17
+ ### Bug fixes
18
+ - Fixed bug where a failure in a single UFG environment fails all other environments in the same configuration
19
+ - Better support in DOM slot element
20
+ - Fixed breaking API change in Puppeteer used when taking screenshots
21
+
14
22
  ## 1.10.2 - 2022/7/5
15
23
 
16
24
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-puppeteer",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "Applitools Eyes SDK for Puppeteer",
5
5
  "keywords": [
6
6
  "eyes-puppeteer",
@@ -62,10 +62,10 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@applitools/eyes-api": "1.7.3",
66
- "@applitools/eyes-sdk-core": "13.8.10",
67
- "@applitools/spec-driver-puppeteer": "1.1.6",
68
- "@applitools/visual-grid-client": "15.13.4"
65
+ "@applitools/eyes-api": "1.7.4",
66
+ "@applitools/eyes-sdk-core": "13.8.17",
67
+ "@applitools/spec-driver-puppeteer": "1.1.8",
68
+ "@applitools/visual-grid-client": "15.13.11"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@applitools/api-extractor": "1.2.9",
@@ -73,7 +73,7 @@
73
73
  "@applitools/scripts": "1.1.0",
74
74
  "@applitools/sdk-coverage-tests": "2.3.19",
75
75
  "@applitools/sdk-shared": "0.9.13",
76
- "@applitools/test-utils": "1.4.2",
76
+ "@applitools/test-utils": "1.4.3",
77
77
  "@types/mocha": "^9.1.1",
78
78
  "@types/node": "12",
79
79
  "@typescript-eslint/eslint-plugin": "^5.27.0",
@@ -86,7 +86,7 @@
86
86
  "husky": "^4.3.8",
87
87
  "mocha": "^9.2.2",
88
88
  "prettier": "^2.6.2",
89
- "puppeteer": "^14.1.2",
89
+ "puppeteer": "^15.5.0",
90
90
  "spec-xunit-file": "0.0.1-3",
91
91
  "ts-node": "^10.8.0",
92
92
  "ttypescript": "^1.5.13",