@siteimprove/alfa-puppeteer 0.80.2 → 0.80.4

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 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @siteimprove/alfa-puppeteer
2
2
 
3
+ ## 0.80.4
4
+
5
+ ### Patch Changes
6
+
7
+ - **Changed:** Update Alfa ([#188](https://github.com/Siteimprove/alfa-integrations/pull/188))
8
+
9
+ ## 0.80.3
10
+
11
+ ### Patch Changes
12
+
13
+ - **Changed:** Update Alfa ([`41ac293cb7aeb103600ca1895042f45de35d2c52`](https://github.com/Siteimprove/alfa-integrations/commit/41ac293cb7aeb103600ca1895042f45de35d2c52))
14
+
3
15
  ## 0.80.2
4
16
 
5
17
  ### Patch Changes
@@ -95,7 +107,6 @@
95
107
  - **Added:** The page URL is now correctly filled when grabbing the page. ([#116](https://github.com/Siteimprove/alfa-integrations/pull/116))
96
108
 
97
109
  A full `Request` and `Response` are build, with sensible values:
98
-
99
110
  - The request is assumed to be a GET.
100
111
  - The response is assumed to be a 200 OK with HTMl content.
101
112
 
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.2",
5
+ "version": "0.80.4",
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.106.1",
26
- "@siteimprove/alfa-dom": "^0.106.1",
27
- "@siteimprove/alfa-http": "^0.106.1",
28
- "@siteimprove/alfa-url": "^0.106.1",
29
- "@siteimprove/alfa-web": "^0.106.1",
25
+ "@siteimprove/alfa-device": "^0.108.0",
26
+ "@siteimprove/alfa-dom": "^0.108.0",
27
+ "@siteimprove/alfa-http": "^0.108.0",
28
+ "@siteimprove/alfa-url": "^0.108.0",
29
+ "@siteimprove/alfa-web": "^0.108.0",
30
30
  "puppeteer": "^24.1.1"
31
31
  },
32
32
  "peerDependencies": {
33
- "@siteimprove/alfa-device": "^0.106.1",
34
- "@siteimprove/alfa-dom": "^0.106.1",
35
- "@siteimprove/alfa-http": "^0.106.1",
36
- "@siteimprove/alfa-url": "^0.106.1",
37
- "@siteimprove/alfa-web": "^0.106.1",
33
+ "@siteimprove/alfa-device": "^0.108.0",
34
+ "@siteimprove/alfa-dom": "^0.108.0",
35
+ "@siteimprove/alfa-http": "^0.108.0",
36
+ "@siteimprove/alfa-url": "^0.108.0",
37
+ "@siteimprove/alfa-web": "^0.108.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.106.1"
45
+ "@siteimprove/alfa-test-deprecated": "^0.108.0"
46
46
  }
47
47
  }