@axe-core/cli 4.6.2-alpha.380 → 4.7.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 CHANGED
@@ -3,6 +3,23 @@
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.7.0](https://github.com/dequelabs/axe-core-npm/compare/v4.6.1...v4.7.0) (2023-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **cli:** do not inject script tags due to pages not allowing script tags ([#710](https://github.com/dequelabs/axe-core-npm/issues/710)) ([2e0fdb4](https://github.com/dequelabs/axe-core-npm/commit/2e0fdb4a4661040b9b8dbb91bed1a96142e4fe0c))
12
+
13
+
14
+ ### Features
15
+
16
+ * enable esm import ([#713](https://github.com/dequelabs/axe-core-npm/issues/713)) ([076bfa9](https://github.com/dequelabs/axe-core-npm/commit/076bfa99f27f416b4eaff6d24cc23e8573fc72ee))
17
+ * Update axe-core to v4.7.0 ([#709](https://github.com/dequelabs/axe-core-npm/issues/709)) ([d418d09](https://github.com/dequelabs/axe-core-npm/commit/d418d093b4c462d5d60e0f7ad3d5147bcaf52aa2))
18
+
19
+
20
+
21
+
22
+
6
23
  ## [4.6.1](https://github.com/dequelabs/axe-core-npm/compare/v4.6.0...v4.6.1) (2023-03-28)
7
24
 
8
25
 
package/dist/cli.js CHANGED
@@ -26,7 +26,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  var import_commander = require("commander");
27
27
 
28
28
  // package.json
29
- var version = "4.6.2-alpha.380+076bfa9";
29
+ var version = "4.7.0";
30
30
 
31
31
  // src/lib/utils.ts
32
32
  var import_fs = __toESM(require("fs"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/cli",
3
- "version": "4.6.2-alpha.380+076bfa9",
3
+ "version": "4.7.0",
4
4
  "description": "A CLI for accessibility testing using axe-core",
5
5
  "author": {
6
6
  "name": "Wilco Fiers",
@@ -53,7 +53,7 @@
53
53
  "testing"
54
54
  ],
55
55
  "dependencies": {
56
- "@axe-core/webdriverjs": "4.6.2-alpha.380+076bfa9",
56
+ "@axe-core/webdriverjs": "^4.7.0",
57
57
  "axe-core": "^4.7.0",
58
58
  "chromedriver": "^112.0.0",
59
59
  "colors": "^1.4.0",
@@ -97,5 +97,5 @@
97
97
  "src/testutils"
98
98
  ]
99
99
  },
100
- "gitHead": "076bfa99f27f416b4eaff6d24cc23e8573fc72ee"
100
+ "gitHead": "623da3a516cbf1c7a0a0461b23a8c98f094cc18d"
101
101
  }