@axe-core/cli 4.5.2-alpha.338 → 4.5.2-alpha.343

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/CHANGELOG.md CHANGED
@@ -5,37 +5,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5
5
 
6
6
  ## [4.5.1](https://github.com/dequelabs/axe-core-npm/compare/v4.5.0...v4.5.1) (2022-11-03)
7
7
 
8
-
9
8
  ### Bug Fixes
10
9
 
11
- * update to use axe-core 4.5.1 ([#597](https://github.com/dequelabs/axe-core-npm/issues/597)) ([173bf05](https://github.com/dequelabs/axe-core-npm/commit/173bf0521fafc2be092bf61523e05cf3aab1de75))
12
-
13
-
14
-
15
-
10
+ - update to use axe-core 4.5.1 ([#597](https://github.com/dequelabs/axe-core-npm/issues/597)) ([173bf05](https://github.com/dequelabs/axe-core-npm/commit/173bf0521fafc2be092bf61523e05cf3aab1de75))
16
11
 
17
12
  # [4.5.0](https://github.com/dequelabs/axe-core-npm/compare/v4.4.5...v4.5.0) (2022-10-26)
18
13
 
19
-
20
14
  ### Features
21
15
 
22
- * upgrade to use axe-core@4.5.0 ([#589](https://github.com/dequelabs/axe-core-npm/issues/589)) ([4343d9d](https://github.com/dequelabs/axe-core-npm/commit/4343d9d633036ee10198f2a9b757de29b240624e))
23
-
24
-
25
-
26
-
16
+ - upgrade to use axe-core@4.5.0 ([#589](https://github.com/dequelabs/axe-core-npm/issues/589)) ([4343d9d](https://github.com/dequelabs/axe-core-npm/commit/4343d9d633036ee10198f2a9b757de29b240624e))
27
17
 
28
18
  ## [4.4.5](https://github.com/dequelabs/axe-core-npm/compare/v4.4.4...v4.4.5) (2022-09-26)
29
19
 
30
-
31
20
  ### Bug Fixes
32
21
 
33
- * **cli:** display stack trace on errors by default ([#555](https://github.com/dequelabs/axe-core-npm/issues/555)) ([a47100c](https://github.com/dequelabs/axe-core-npm/commit/a47100cc74ba3edc76bf49d4e6a7cba39a19a4ac))
34
- * provide proper typings for axe-cli ([#559](https://github.com/dequelabs/axe-core-npm/issues/559)) ([e4ccfa5](https://github.com/dequelabs/axe-core-npm/commit/e4ccfa5c404a0a2156008d5b1e57f6de2431a305))
35
-
36
-
37
-
38
-
22
+ - **cli:** display stack trace on errors by default ([#555](https://github.com/dequelabs/axe-core-npm/issues/555)) ([a47100c](https://github.com/dequelabs/axe-core-npm/commit/a47100cc74ba3edc76bf49d4e6a7cba39a19a4ac))
23
+ - provide proper typings for axe-cli ([#559](https://github.com/dequelabs/axe-core-npm/issues/559)) ([e4ccfa5](https://github.com/dequelabs/axe-core-npm/commit/e4ccfa5c404a0a2156008d5b1e57f6de2431a305))
39
24
 
40
25
  ## [4.4.4](https://github.com/dequelabs/axe-core-npm/compare/v4.4.3...v4.4.4) (2022-08-10)
41
26
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/cli",
3
- "version": "4.5.2-alpha.338+20333f8",
3
+ "version": "4.5.2-alpha.343+d33bbdf",
4
4
  "description": "A CLI for accessibility testing using axe-core",
5
5
  "author": {
6
6
  "name": "Wilco Fiers",
@@ -44,7 +44,7 @@
44
44
  "testing"
45
45
  ],
46
46
  "dependencies": {
47
- "@axe-core/webdriverjs": "4.5.2-alpha.338+20333f8",
47
+ "@axe-core/webdriverjs": "4.5.2-alpha.343+d33bbdf",
48
48
  "axe-core": "^4.5.1",
49
49
  "chromedriver": "^106.0.1",
50
50
  "colors": "^1.4.0",
@@ -87,5 +87,5 @@
87
87
  "src/testutils"
88
88
  ]
89
89
  },
90
- "gitHead": "20333f80cf5773df7e9e733c95f0a56b4d9f41ce"
90
+ "gitHead": "d33bbdf2b3d05c3ba0106d717ba1c8d706c5e05c"
91
91
  }
@@ -24,7 +24,7 @@ export interface WebdriverConfigParams {
24
24
  builder?: Builder;
25
25
  }
26
26
  export interface ConfigParams {
27
- driver: Promise<WebDriver>;
27
+ driver: WebDriver;
28
28
  timer?: boolean;
29
29
  loadDelay?: number;
30
30
  axeSource?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/cli",
3
- "version": "4.5.2-alpha.338+20333f8",
3
+ "version": "4.5.2-alpha.343+d33bbdf",
4
4
  "description": "A CLI for accessibility testing using axe-core",
5
5
  "author": {
6
6
  "name": "Wilco Fiers",
@@ -44,7 +44,7 @@
44
44
  "testing"
45
45
  ],
46
46
  "dependencies": {
47
- "@axe-core/webdriverjs": "4.5.2-alpha.338+20333f8",
47
+ "@axe-core/webdriverjs": "4.5.2-alpha.343+d33bbdf",
48
48
  "axe-core": "^4.5.1",
49
49
  "chromedriver": "^106.0.1",
50
50
  "colors": "^1.4.0",
@@ -87,5 +87,5 @@
87
87
  "src/testutils"
88
88
  ]
89
89
  },
90
- "gitHead": "20333f80cf5773df7e9e733c95f0a56b4d9f41ce"
90
+ "gitHead": "d33bbdf2b3d05c3ba0106d717ba1c8d706c5e05c"
91
91
  }
package/src/types.ts CHANGED
@@ -29,7 +29,7 @@ export interface WebdriverConfigParams {
29
29
  }
30
30
 
31
31
  export interface ConfigParams {
32
- driver: Promise<WebDriver>;
32
+ driver: WebDriver;
33
33
  timer?: boolean;
34
34
  loadDelay?: number;
35
35
  axeSource?: string;