@axe-core/puppeteer 4.10.3-833ea82.0 → 4.10.3-b374159.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/dist/index.js +5 -5
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
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
|
|
32
|
-
__export(
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
33
|
AxePuppeteer: () => AxePuppeteer,
|
|
34
|
-
default: () =>
|
|
34
|
+
default: () => index_default,
|
|
35
35
|
loadPage: () => loadPage
|
|
36
36
|
});
|
|
37
|
-
module.exports = __toCommonJS(
|
|
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
|
|
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
|
|
501
|
+
var index_default = AxePuppeteer;
|
|
502
502
|
export {
|
|
503
503
|
AxePuppeteer,
|
|
504
|
-
|
|
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.3-
|
|
3
|
+
"version": "4.10.3-b374159.0+b374159",
|
|
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": "
|
|
93
|
+
"gitHead": "b374159a9e63c4dad0135fb2353163ffe8c04453"
|
|
94
94
|
}
|