@siteimprove/alfa-cypress 0.81.4 → 0.81.6

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
@@ -1,5 +1,17 @@
1
1
  # @siteimprove/alfa-cypress
2
2
 
3
+ ## 0.81.6
4
+
5
+ ### Patch Changes
6
+
7
+ - **Changed:** Update Alfa. ([#312](https://github.com/Siteimprove/alfa-integrations/pull/312))
8
+
9
+ ## 0.81.5
10
+
11
+ ### Patch Changes
12
+
13
+ - **Changed:** Update Alfa. ([#311](https://github.com/Siteimprove/alfa-integrations/pull/311))
14
+
3
15
  ## 0.81.4
4
16
 
5
17
  ### Patch Changes
package/dist/cypress.js CHANGED
@@ -71,8 +71,8 @@ export var Cypress;
71
71
  const request = Request.of("GET", url);
72
72
  const response = Response.of(url, 200, Headers.of([Header.of("Content-Type", "text/html")]));
73
73
  return Page.of(request, response, nodeJSON.type === "document"
74
- // The type is ensured by the previous test.
75
- ? Document.from(nodeJSON, pageDevice)
74
+ ? // The type is ensured by the previous test.
75
+ Node.from(nodeJSON, pageDevice)
76
76
  : Document.of([Node.from(nodeJSON, pageDevice)]), pageDevice);
77
77
  }
78
78
  Cypress.toPage = toPage;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/package",
3
3
  "name": "@siteimprove/alfa-cypress",
4
4
  "homepage": "https://alfa.siteimprove.com",
5
- "version": "0.81.4",
5
+ "version": "0.81.6",
6
6
  "license": "MIT",
7
7
  "description": "Integrations and utilities for the Cypress testing framework",
8
8
  "repository": {
@@ -25,29 +25,29 @@
25
25
  "test": "cypress run"
26
26
  },
27
27
  "dependencies": {
28
- "@siteimprove/alfa-act": "^0.112.0",
29
- "@siteimprove/alfa-assert": "^0.81.4",
30
- "@siteimprove/alfa-device": "^0.112.0",
31
- "@siteimprove/alfa-dom": "^0.112.0",
32
- "@siteimprove/alfa-formatter": "^0.81.4",
33
- "@siteimprove/alfa-formatter-earl": "^0.81.4",
34
- "@siteimprove/alfa-hash": "^0.112.0",
35
- "@siteimprove/alfa-http": "^0.112.0",
36
- "@siteimprove/alfa-mapper": "^0.112.0",
37
- "@siteimprove/alfa-url": "^0.112.0",
38
- "@siteimprove/alfa-web": "^0.112.0",
39
- "cypress": "^15.10.0"
28
+ "@siteimprove/alfa-act": "^0.114.0",
29
+ "@siteimprove/alfa-assert": "^0.81.6",
30
+ "@siteimprove/alfa-device": "^0.114.0",
31
+ "@siteimprove/alfa-dom": "^0.114.0",
32
+ "@siteimprove/alfa-formatter": "^0.81.6",
33
+ "@siteimprove/alfa-formatter-earl": "^0.81.6",
34
+ "@siteimprove/alfa-hash": "^0.114.0",
35
+ "@siteimprove/alfa-http": "^0.114.0",
36
+ "@siteimprove/alfa-mapper": "^0.114.0",
37
+ "@siteimprove/alfa-url": "^0.114.0",
38
+ "@siteimprove/alfa-web": "^0.114.0",
39
+ "cypress": "^15.13.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@siteimprove/alfa-act": "^0.112.0",
43
- "@siteimprove/alfa-device": "^0.112.0",
44
- "@siteimprove/alfa-dom": "^0.112.0",
45
- "@siteimprove/alfa-hash": "^0.112.0",
46
- "@siteimprove/alfa-http": "^0.112.0",
47
- "@siteimprove/alfa-mapper": "^0.112.0",
48
- "@siteimprove/alfa-url": "^0.112.0",
49
- "@siteimprove/alfa-web": "^0.112.0",
50
- "cypress": "^15.10.0"
42
+ "@siteimprove/alfa-act": "^0.114.0",
43
+ "@siteimprove/alfa-device": "^0.114.0",
44
+ "@siteimprove/alfa-dom": "^0.114.0",
45
+ "@siteimprove/alfa-hash": "^0.114.0",
46
+ "@siteimprove/alfa-http": "^0.114.0",
47
+ "@siteimprove/alfa-mapper": "^0.114.0",
48
+ "@siteimprove/alfa-url": "^0.114.0",
49
+ "@siteimprove/alfa-web": "^0.114.0",
50
+ "cypress": "^15.13.0"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public",