@axe-core/webdriverjs 4.10.3-df4bd9e.0 → 4.10.3-eda9509.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/README.md +2 -0
- package/dist/index.js +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
Previous versions of this program were maintained at [dequelabs/axe-webdriverjs](https://github.com/dequelabs/axe-webdriverjs).
|
|
6
6
|
|
|
7
|
+
This package does not follow Semantic Versioning (SemVer) but instead uses the major and minor version (but not patch version) of axe-core that the package uses. For example, if the API version is v4.7.2, then the axe-core version used by the package will be v4.7.x. The patch version of this package may include bug fixes and new API features but will not introduce breaking changes.
|
|
8
|
+
|
|
7
9
|
## Getting Started
|
|
8
10
|
|
|
9
11
|
Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you haven't already.
|
package/dist/index.js
CHANGED
|
@@ -28,12 +28,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// src/index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
33
|
AxeBuilder: () => AxeBuilder,
|
|
34
34
|
default: () => AxeBuilder
|
|
35
35
|
});
|
|
36
|
-
module.exports = __toCommonJS(
|
|
36
|
+
module.exports = __toCommonJS(index_exports);
|
|
37
37
|
var import_axe_core2 = __toESM(require("axe-core"));
|
|
38
38
|
|
|
39
39
|
// src/utils/index.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/webdriverjs",
|
|
3
|
-
"version": "4.10.3-
|
|
3
|
+
"version": "4.10.3-eda9509.0+eda9509",
|
|
4
4
|
"description": "Provides a method to inject and analyze web pages using axe",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
],
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/chai": "^4.3.3",
|
|
73
|
-
"@types/express": "^
|
|
73
|
+
"@types/express": "^5.0.3",
|
|
74
74
|
"@types/mocha": "^10.0.0",
|
|
75
75
|
"@types/node": "^22.0.2",
|
|
76
76
|
"@types/selenium-webdriver": "^4.1.5",
|
|
77
77
|
"async-listen": "^3.0.1",
|
|
78
78
|
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
|
|
79
79
|
"chai": "^4.3.6",
|
|
80
|
-
"express": "^
|
|
81
|
-
"mocha": "^
|
|
80
|
+
"express": "^5.1.0",
|
|
81
|
+
"mocha": "^11.7.1",
|
|
82
82
|
"nyc": "^17.1.0",
|
|
83
83
|
"rimraf": "^6.0.1",
|
|
84
84
|
"selenium-webdriver": "^4.8.1",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"functions": 85,
|
|
112
112
|
"lines": 85
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "eda9509a722c9bc6358ebf979ca572aec25e57c3"
|
|
115
115
|
}
|