@axe-core/playwright 4.10.2 → 4.10.3-0c124f7.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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  > Provides a chainable axe API for playwright and automatically injects into all frames
4
4
 
5
+ 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.
6
+
5
7
  ## Getting Started
6
8
 
7
9
  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 src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  AxeBuilder: () => AxeBuilder,
34
34
  default: () => AxeBuilder
35
35
  });
36
- module.exports = __toCommonJS(src_exports);
36
+ module.exports = __toCommonJS(index_exports);
37
37
  var import_assert = __toESM(require("assert"));
38
38
  var import_axe_core = __toESM(require("axe-core"));
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/playwright",
3
- "version": "4.10.2",
3
+ "version": "4.10.3-0c124f7.0+0c124f7",
4
4
  "description": "Provides a method to inject and analyze web pages using axe",
5
5
  "contributors": [
6
6
  {
@@ -56,13 +56,13 @@
56
56
  "devDependencies": {
57
57
  "@playwright/test": "^1.44.0",
58
58
  "@types/chai": "^4.3.3",
59
- "@types/express": "^4.17.14",
59
+ "@types/express": "^5.0.3",
60
60
  "@types/mocha": "^10.0.0",
61
61
  "@types/node": "^22.0.2",
62
62
  "async-listen": "^3.0.1",
63
63
  "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
64
64
  "chai": "^4.3.6",
65
- "express": "^4.18.2",
65
+ "express": "^5.1.0",
66
66
  "mocha": "^10.0.0",
67
67
  "nyc": "^17.1.0",
68
68
  "rimraf": "^6.0.1",
@@ -92,5 +92,5 @@
92
92
  "functions": 100,
93
93
  "lines": 95
94
94
  },
95
- "gitHead": "1055c5d005e72ad190987c358ebb361631909a85"
95
+ "gitHead": "0c124f7f0949758977cc62d8557d4ed8eb3aa484"
96
96
  }