@siteimprove/alfa-puppeteer 0.80.2 → 0.80.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.
- package/CHANGELOG.md +6 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @siteimprove/alfa-puppeteer
|
|
2
2
|
|
|
3
|
+
## 0.80.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- **Changed:** Update Alfa ([`41ac293cb7aeb103600ca1895042f45de35d2c52`](https://github.com/Siteimprove/alfa-integrations/commit/41ac293cb7aeb103600ca1895042f45de35d2c52))
|
|
8
|
+
|
|
3
9
|
## 0.80.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -95,7 +101,6 @@
|
|
|
95
101
|
- **Added:** The page URL is now correctly filled when grabbing the page. ([#116](https://github.com/Siteimprove/alfa-integrations/pull/116))
|
|
96
102
|
|
|
97
103
|
A full `Request` and `Response` are build, with sensible values:
|
|
98
|
-
|
|
99
104
|
- The request is assumed to be a GET.
|
|
100
105
|
- The response is assumed to be a 200 OK with HTMl content.
|
|
101
106
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/package",
|
|
3
3
|
"name": "@siteimprove/alfa-puppeteer",
|
|
4
4
|
"homepage": "https://alfa.siteimprove.com",
|
|
5
|
-
"version": "0.80.
|
|
5
|
+
"version": "0.80.3",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Integrations and utilities for the Puppeteer browser automation library",
|
|
8
8
|
"repository": {
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"dist/**/*.d.ts"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@siteimprove/alfa-device": "^0.
|
|
26
|
-
"@siteimprove/alfa-dom": "^0.
|
|
27
|
-
"@siteimprove/alfa-http": "^0.
|
|
28
|
-
"@siteimprove/alfa-url": "^0.
|
|
29
|
-
"@siteimprove/alfa-web": "^0.
|
|
25
|
+
"@siteimprove/alfa-device": "^0.107.0",
|
|
26
|
+
"@siteimprove/alfa-dom": "^0.107.0",
|
|
27
|
+
"@siteimprove/alfa-http": "^0.107.0",
|
|
28
|
+
"@siteimprove/alfa-url": "^0.107.0",
|
|
29
|
+
"@siteimprove/alfa-web": "^0.107.0",
|
|
30
30
|
"puppeteer": "^24.1.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@siteimprove/alfa-device": "^0.
|
|
34
|
-
"@siteimprove/alfa-dom": "^0.
|
|
35
|
-
"@siteimprove/alfa-http": "^0.
|
|
36
|
-
"@siteimprove/alfa-url": "^0.
|
|
37
|
-
"@siteimprove/alfa-web": "^0.
|
|
33
|
+
"@siteimprove/alfa-device": "^0.107.0",
|
|
34
|
+
"@siteimprove/alfa-dom": "^0.107.0",
|
|
35
|
+
"@siteimprove/alfa-http": "^0.107.0",
|
|
36
|
+
"@siteimprove/alfa-url": "^0.107.0",
|
|
37
|
+
"@siteimprove/alfa-web": "^0.107.0",
|
|
38
38
|
"puppeteer": "^24.0.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
"registry": "https://npm.pkg.github.com/"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@siteimprove/alfa-test-deprecated": "^0.
|
|
45
|
+
"@siteimprove/alfa-test-deprecated": "^0.107.0"
|
|
46
46
|
}
|
|
47
47
|
}
|