@caweb/a11y-webpack-plugin 1.1.1 → 2.0.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/index.js +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -173,7 +173,7 @@ class A11yPlugin {
|
|
|
173
173
|
// // )
|
|
174
174
|
// }
|
|
175
175
|
|
|
176
|
-
console.log(`<i> ${boldGreen('[webpack-dev-middleware] IBM Accessibilty Report can be viewed at')} ${ boldBlue(new URL(`${auditUrl}
|
|
176
|
+
console.log(`<i> ${boldGreen('[webpack-dev-middleware] IBM Accessibilty Report can be viewed at')} ${ boldBlue(new URL(`${auditUrl}${staticDir.publicPath}/${this.config.outputFilename}.html`).toString()) }`);
|
|
177
177
|
|
|
178
178
|
});
|
|
179
179
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/a11y-webpack-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "CAWebPublishing Webpack Plugin to run Accessibility Scans",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"webpack"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"accessibility-checker": "^
|
|
36
|
+
"accessibility-checker": "^4.0.7",
|
|
37
37
|
"check-valid-url": "^0.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"webpack": "^5.
|
|
41
|
-
"webpack-cli": "^
|
|
40
|
+
"webpack": "^5.101.0",
|
|
41
|
+
"webpack-cli": "^6.0.1"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@caweb/template": "^1.0.2"
|