@axe-core/cli 4.13.1-25ae75c.0 → 4.13.1-73a9b84.0.sha-73a9b84
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/package.json +2 -2
- package/package.json +4 -4
package/dist/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"prebuild": "rimraf dist",
|
|
37
37
|
"build": "tsc",
|
|
38
38
|
"test": "mocha --timeout 60000 -r ts-node/register 'src/**/**.test.ts'",
|
|
39
|
-
"coverage": "nyc
|
|
39
|
+
"coverage": "nyc pnpm run test"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
42
|
"axe-core",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"testing"
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@axe-core/webdriverjs": "
|
|
50
|
+
"@axe-core/webdriverjs": "workspace:^",
|
|
51
51
|
"axe-core": "~4.13.0",
|
|
52
52
|
"chromedriver": "latest",
|
|
53
53
|
"colors": "^1.4.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/cli",
|
|
3
|
-
"version": "4.13.1-
|
|
3
|
+
"version": "4.13.1-73a9b84.0.sha-73a9b84",
|
|
4
4
|
"description": "A CLI for accessibility testing using axe-core",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Wilco Fiers",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"prebuild": "rimraf dist",
|
|
37
37
|
"build": "tsc",
|
|
38
38
|
"test": "mocha --timeout 60000 -r ts-node/register 'src/**/**.test.ts'",
|
|
39
|
-
"coverage": "nyc
|
|
39
|
+
"coverage": "nyc pnpm run test"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
42
|
"axe-core",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"testing"
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@axe-core/webdriverjs": "4.13.1-
|
|
50
|
+
"@axe-core/webdriverjs": "^4.13.1-73a9b84.0.sha-73a9b84",
|
|
51
51
|
"axe-core": "~4.13.0",
|
|
52
52
|
"chromedriver": "latest",
|
|
53
53
|
"colors": "^1.4.0",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"src/testutils"
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "73a9b8405d224c0d050fd0b20d8d14c4c83ad661"
|
|
93
93
|
}
|