@axe-core/cli 4.5.2-alpha.345 → 4.5.3-alpha.348

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
@@ -3,6 +3,19 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.5.2](https://github.com/dequelabs/axe-core-npm/compare/v4.5.1...v4.5.2) (2022-11-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **cli:** include all functions in types file ([#603](https://github.com/dequelabs/axe-core-npm/issues/603)) ([30042ef](https://github.com/dequelabs/axe-core-npm/commit/30042ef3acc0cab7f67ddcf284df089f243f53e6))
12
+ * **cli:** use correct driver typings ([#604](https://github.com/dequelabs/axe-core-npm/issues/604)) ([d33bbdf](https://github.com/dequelabs/axe-core-npm/commit/d33bbdf2b3d05c3ba0106d717ba1c8d706c5e05c))
13
+ * update to use axe-core 4.5.2 ([#607](https://github.com/dequelabs/axe-core-npm/issues/607)) ([61312ff](https://github.com/dequelabs/axe-core-npm/commit/61312fff2e9ee4e0f218a29a1608f69b45206fad))
14
+
15
+
16
+
17
+
18
+
6
19
  ## [4.5.1](https://github.com/dequelabs/axe-core-npm/compare/v4.5.0...v4.5.1) (2022-11-03)
7
20
 
8
21
  ### Bug Fixes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/cli",
3
- "version": "4.5.2-alpha.345+61312ff",
3
+ "version": "4.5.3-alpha.348+506490e",
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.345+61312ff",
47
+ "@axe-core/webdriverjs": "4.5.3-alpha.348+506490e",
48
48
  "axe-core": "^4.5.2",
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": "61312fff2e9ee4e0f218a29a1608f69b45206fad"
90
+ "gitHead": "506490e1a2c3c2928e2798252fe08ee886fd59ce"
91
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/cli",
3
- "version": "4.5.2-alpha.345+61312ff",
3
+ "version": "4.5.3-alpha.348+506490e",
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.345+61312ff",
47
+ "@axe-core/webdriverjs": "4.5.3-alpha.348+506490e",
48
48
  "axe-core": "^4.5.2",
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": "61312fff2e9ee4e0f218a29a1608f69b45206fad"
90
+ "gitHead": "506490e1a2c3c2928e2798252fe08ee886fd59ce"
91
91
  }