@acot/types
Advanced tools
Comparing version 0.0.3 to 0.0.4-canary.0
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.0.4-canary.0](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.3...@acot/types@0.0.4-canary.0) (2020-12-29) | ||
**Note:** Version bump only for package @acot/types | ||
## [0.0.3](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.3-canary.2...@acot/types@0.0.3) (2020-12-22) | ||
@@ -8,0 +12,0 @@ |
@@ -37,3 +37,2 @@ import type { ChromeChannel } from '@acot/find-chrome'; | ||
headers?: Record<string, string>; | ||
paths?: string[]; | ||
rules?: RuleConfig; | ||
@@ -48,2 +47,3 @@ }; | ||
origin?: string; | ||
paths?: string[]; | ||
connection?: ConnectionOptions; | ||
@@ -50,0 +50,0 @@ runner?: string | RunnerUses; |
@@ -25,3 +25,3 @@ import type { Summary } from './summary'; | ||
export declare type Core = { | ||
readonly version: string; | ||
version: string; | ||
add: (path: string, descriptor: TestDescriptor) => void; | ||
@@ -28,0 +28,0 @@ audit: () => Promise<Summary>; |
@@ -11,3 +11,3 @@ import type { ResolvedConfig, RunnerOptions } from './config'; | ||
'collect:start': []; | ||
'collect:complete': [[path: string, descriptor: TestDescriptor][]]; | ||
'collect:complete': [Map<string, TestDescriptor>]; | ||
'launch:start': CoreEventMap['launch:start']; | ||
@@ -27,8 +27,8 @@ 'launch:complete': CoreEventMap['launch:complete']; | ||
export declare type RunnerVersion = { | ||
readonly self: string; | ||
readonly core: string; | ||
self: string; | ||
core: string; | ||
}; | ||
export declare type Runner = { | ||
readonly version: RunnerVersion; | ||
readonly name: string; | ||
version: RunnerVersion; | ||
name: string; | ||
run: () => Promise<Summary>; | ||
@@ -35,0 +35,0 @@ } & EventMethodFactory<RunnerEventMap>; |
{ | ||
"name": "@acot/types", | ||
"version": "0.0.3", | ||
"version": "0.0.4-canary.0", | ||
"description": "acot's underlying type declarations.", | ||
"homepage": "https://github.com/acot-a11y/acot/tree/master/packages/types", | ||
"homepage": "https://github.com/acot-a11y/acot/tree/main/packages/types", | ||
"bugs": { | ||
@@ -27,4 +27,4 @@ "url": "https://github.com/acot-a11y/acot/issues" | ||
"dependencies": { | ||
"@acot/find-chrome": "0.0.3", | ||
"@acot/schema-validator": "0.0.3", | ||
"@acot/find-chrome": "0.0.4-canary.0", | ||
"@acot/schema-validator": "0.0.4-canary.0", | ||
"puppeteer-core": "^5.5.0", | ||
@@ -39,3 +39,3 @@ "type-fest": "^0.20.2" | ||
}, | ||
"gitHead": "bfc184385ad43fa7ff3fd3e52709fcb25e66587d" | ||
"gitHead": "d04b64541cb3226356998ee7cba234ffc48fa874" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15279
+ Added@acot/find-chrome@0.0.4-canary.0(transitive)
+ Added@acot/schema-validator@0.0.4-canary.0(transitive)
- Removed@acot/find-chrome@0.0.3(transitive)
- Removed@acot/schema-validator@0.0.3(transitive)