@axe-core/puppeteer 4.8.3-d20f940.0 → 4.8.3
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -45,4 +45,4 @@ declare class OwningAxePuppeteer extends AxePuppeteer {
|
|
|
45
45
|
analyze<T extends AnalyzeCB>(callback?: T): Promise<Axe.AxeResults | null>;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
export { AnalyzeCB, AxePuppeteer, IPageOptions, AxePuppeteer as default, loadPage };
|
|
48
|
+
export { type AnalyzeCB, AxePuppeteer, type IPageOptions, AxePuppeteer as default, loadPage };
|
package/dist/index.d.ts
CHANGED
|
@@ -45,4 +45,4 @@ declare class OwningAxePuppeteer extends AxePuppeteer {
|
|
|
45
45
|
analyze<T extends AnalyzeCB>(callback?: T): Promise<Axe.AxeResults | null>;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
export { AnalyzeCB, AxePuppeteer, IPageOptions, AxePuppeteer as default, loadPage };
|
|
48
|
+
export { type AnalyzeCB, AxePuppeteer, type IPageOptions, AxePuppeteer as default, loadPage };
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/puppeteer",
|
|
3
|
-
"version": "4.8.3
|
|
3
|
+
"version": "4.8.3",
|
|
4
4
|
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@types/express": "^4.17.14",
|
|
40
40
|
"@types/mocha": "^10.0.0",
|
|
41
41
|
"@types/node": "^20.8.10",
|
|
42
|
-
"@types/sinon": "^
|
|
42
|
+
"@types/sinon": "^17.0.0",
|
|
43
43
|
"async-listen": "^3.0.1",
|
|
44
44
|
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
|
|
45
45
|
"chai": "^4.3.6",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"mocha": "^10.0.0",
|
|
49
49
|
"nyc": "^15.1.0",
|
|
50
50
|
"puppeteer": "19.7.3",
|
|
51
|
-
"sinon": "^
|
|
51
|
+
"sinon": "^17.0.1",
|
|
52
52
|
"source-map-support": "^0.5.21",
|
|
53
53
|
"ts-node": "^10.9.1",
|
|
54
|
-
"tsup": "^
|
|
54
|
+
"tsup": "^8.0.1",
|
|
55
55
|
"typescript": "^5.2.2"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"axe-core": "~4.8.
|
|
58
|
+
"axe-core": "~4.8.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"puppeteer": ">=1.10.0"
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"functions": 85,
|
|
91
91
|
"lines": 85
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "3ceecac297d165d252e19b7d3452919d8c813194"
|
|
94
94
|
}
|