@axe-core/cli 4.5.2-alpha.338 → 4.5.2-alpha.342
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 +4 -19
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,37 +5,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
5
5
|
|
|
6
6
|
## [4.5.1](https://github.com/dequelabs/axe-core-npm/compare/v4.5.0...v4.5.1) (2022-11-03)
|
|
7
7
|
|
|
8
|
-
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
- update to use axe-core 4.5.1 ([#597](https://github.com/dequelabs/axe-core-npm/issues/597)) ([173bf05](https://github.com/dequelabs/axe-core-npm/commit/173bf0521fafc2be092bf61523e05cf3aab1de75))
|
|
16
11
|
|
|
17
12
|
# [4.5.0](https://github.com/dequelabs/axe-core-npm/compare/v4.4.5...v4.5.0) (2022-10-26)
|
|
18
13
|
|
|
19
|
-
|
|
20
14
|
### Features
|
|
21
15
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
16
|
+
- upgrade to use axe-core@4.5.0 ([#589](https://github.com/dequelabs/axe-core-npm/issues/589)) ([4343d9d](https://github.com/dequelabs/axe-core-npm/commit/4343d9d633036ee10198f2a9b757de29b240624e))
|
|
27
17
|
|
|
28
18
|
## [4.4.5](https://github.com/dequelabs/axe-core-npm/compare/v4.4.4...v4.4.5) (2022-09-26)
|
|
29
19
|
|
|
30
|
-
|
|
31
20
|
### Bug Fixes
|
|
32
21
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
22
|
+
- **cli:** display stack trace on errors by default ([#555](https://github.com/dequelabs/axe-core-npm/issues/555)) ([a47100c](https://github.com/dequelabs/axe-core-npm/commit/a47100cc74ba3edc76bf49d4e6a7cba39a19a4ac))
|
|
23
|
+
- provide proper typings for axe-cli ([#559](https://github.com/dequelabs/axe-core-npm/issues/559)) ([e4ccfa5](https://github.com/dequelabs/axe-core-npm/commit/e4ccfa5c404a0a2156008d5b1e57f6de2431a305))
|
|
39
24
|
|
|
40
25
|
## [4.4.4](https://github.com/dequelabs/axe-core-npm/compare/v4.4.3...v4.4.4) (2022-08-10)
|
|
41
26
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/cli",
|
|
3
|
-
"version": "4.5.2-alpha.
|
|
3
|
+
"version": "4.5.2-alpha.342+a9068c8",
|
|
4
4
|
"description": "A CLI for accessibility testing using axe-core",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Wilco Fiers",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"testing"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@axe-core/webdriverjs": "4.5.2-alpha.
|
|
47
|
+
"@axe-core/webdriverjs": "4.5.2-alpha.342+a9068c8",
|
|
48
48
|
"axe-core": "^4.5.1",
|
|
49
49
|
"chromedriver": "^106.0.1",
|
|
50
50
|
"colors": "^1.4.0",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"src/testutils"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "a9068c8f6314dfe7159b8ab6561613a2a4542d11"
|
|
91
91
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/cli",
|
|
3
|
-
"version": "4.5.2-alpha.
|
|
3
|
+
"version": "4.5.2-alpha.342+a9068c8",
|
|
4
4
|
"description": "A CLI for accessibility testing using axe-core",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Wilco Fiers",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"testing"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@axe-core/webdriverjs": "4.5.2-alpha.
|
|
47
|
+
"@axe-core/webdriverjs": "4.5.2-alpha.342+a9068c8",
|
|
48
48
|
"axe-core": "^4.5.1",
|
|
49
49
|
"chromedriver": "^106.0.1",
|
|
50
50
|
"colors": "^1.4.0",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"src/testutils"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "a9068c8f6314dfe7159b8ab6561613a2a4542d11"
|
|
91
91
|
}
|