@axe-core/puppeteer 4.10.2 → 4.10.3-394588b.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
@@ -4,6 +4,8 @@ Provides a chainable axe API for Puppeteer and automatically injects into all fr
4
4
 
5
5
  Previous versions of this program were maintained at [dequelabs/axe-puppeteer](https://github.com/dequelabs/axe-puppeteer).
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,13 +28,13 @@ 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
  AxePuppeteer: () => AxePuppeteer,
34
- default: () => src_default,
34
+ default: () => index_default,
35
35
  loadPage: () => loadPage
36
36
  });
37
- module.exports = __toCommonJS(src_exports);
37
+ module.exports = __toCommonJS(index_exports);
38
38
 
39
39
  // src/axePuppeteer.ts
40
40
  var import_assert2 = __toESM(require("assert"));
@@ -529,7 +529,7 @@ var OwningAxePuppeteer = class extends AxePuppeteer {
529
529
  };
530
530
 
531
531
  // src/index.ts
532
- var src_default = AxePuppeteer;
532
+ var index_default = AxePuppeteer;
533
533
  // Annotate the CommonJS export names for ESM import in node:
534
534
  0 && (module.exports = {
535
535
  AxePuppeteer,
package/dist/index.mjs CHANGED
@@ -498,9 +498,9 @@ var OwningAxePuppeteer = class extends AxePuppeteer {
498
498
  };
499
499
 
500
500
  // src/index.ts
501
- var src_default = AxePuppeteer;
501
+ var index_default = AxePuppeteer;
502
502
  export {
503
503
  AxePuppeteer,
504
- src_default as default,
504
+ index_default as default,
505
505
  loadPage
506
506
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/puppeteer",
3
- "version": "4.10.2",
3
+ "version": "4.10.3-394588b.0+394588b",
4
4
  "description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
5
5
  "repository": {
6
6
  "type": "git",
@@ -90,5 +90,5 @@
90
90
  "functions": 85,
91
91
  "lines": 85
92
92
  },
93
- "gitHead": "1055c5d005e72ad190987c358ebb361631909a85"
93
+ "gitHead": "394588ba332551a4e641b2b0b02bdc3897bec555"
94
94
  }