@acot/types
Advanced tools
Comparing version 0.0.2-canary.2 to 0.0.2-canary.3
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.2-canary.3](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2-canary.2...@acot/types@0.0.2-canary.3) (2020-11-23) | ||
### Features | ||
- **types:** add ComputedAccessibleNode type ([bcd4322](https://github.com/acot-a11y/acot/commit/bcd4322b02cfdd9c264523f4b49d029b0ed92868)) | ||
## [0.0.2-canary.2](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2-canary.1...@acot/types@0.0.2-canary.2) (2020-11-08) | ||
@@ -8,0 +14,0 @@ |
@@ -18,4 +18,4 @@ import type { Summary } from './summary'; | ||
'test:complete': [url: string, ids: string[], result: TestResult]; | ||
'terminate:start': []; | ||
'terminate:complete': []; | ||
'close:start': []; | ||
'close:complete': []; | ||
}; | ||
@@ -26,2 +26,3 @@ export declare type Core = { | ||
audit: () => Promise<Summary>; | ||
close: () => Promise<void>; | ||
} & EventMethodFactory<CoreEventMap>; |
@@ -0,1 +1,2 @@ | ||
export * from './browser'; | ||
export * from './config'; | ||
@@ -2,0 +3,0 @@ export * from './core'; |
@@ -18,4 +18,4 @@ import type { ResolvedConfig, RunnerOptions } from './config'; | ||
'test:complete': CoreEventMap['test:complete']; | ||
'terminate:start': CoreEventMap['terminate:start']; | ||
'terminate:complete': CoreEventMap['terminate:complete']; | ||
'close:start': CoreEventMap['close:start']; | ||
'close:complete': CoreEventMap['close:complete']; | ||
'cleanup:start': []; | ||
@@ -22,0 +22,0 @@ 'cleanup:complete': []; |
{ | ||
"name": "@acot/types", | ||
"version": "0.0.2-canary.2", | ||
"version": "0.0.2-canary.3", | ||
"description": "acot's underlying type declarations.", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/types", | ||
}, | ||
"gitHead": "553e5c3111262f3500eca32fc00b2511aa169061" | ||
"gitHead": "80705d0103e66e4654b9cda5d66afff877cd6daa" | ||
} |
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
13514
18
295