@siteimprove/alfa-puppeteer 0.76.1 → 0.77.0
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 +12 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @siteimprove/alfa-puppeteer
|
|
2
2
|
|
|
3
|
+
## 0.77.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- **Changed:** Update Puppeteer vo v24. ([#124](https://github.com/Siteimprove/alfa-integrations/pull/124))
|
|
8
|
+
|
|
9
|
+
## 0.76.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- **Changed:** Update Alfa to ^0.97.0 ([#118](https://github.com/Siteimprove/alfa-integrations/pull/118))
|
|
14
|
+
|
|
3
15
|
## 0.76.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
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.
|
|
5
|
+
"version": "0.77.0",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Integrations and utilities for the Puppeteer browser automation library",
|
|
8
8
|
"repository": {
|
|
@@ -22,26 +22,26 @@
|
|
|
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.
|
|
30
|
-
"puppeteer": "^
|
|
25
|
+
"@siteimprove/alfa-device": "^0.98.0",
|
|
26
|
+
"@siteimprove/alfa-dom": "^0.98.0",
|
|
27
|
+
"@siteimprove/alfa-http": "^0.98.0",
|
|
28
|
+
"@siteimprove/alfa-url": "^0.98.0",
|
|
29
|
+
"@siteimprove/alfa-web": "^0.98.0",
|
|
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.
|
|
38
|
-
"puppeteer": "^
|
|
33
|
+
"@siteimprove/alfa-device": "^0.98.0",
|
|
34
|
+
"@siteimprove/alfa-dom": "^0.98.0",
|
|
35
|
+
"@siteimprove/alfa-http": "^0.98.0",
|
|
36
|
+
"@siteimprove/alfa-url": "^0.98.0",
|
|
37
|
+
"@siteimprove/alfa-web": "^0.98.0",
|
|
38
|
+
"puppeteer": "^24.0.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public",
|
|
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.98.0"
|
|
46
46
|
}
|
|
47
47
|
}
|