@acot/types
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.7](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.6...@acot/types@0.0.7) (2021-01-30) | ||
### Features | ||
- **core:** switch to `help` from `tags` ([7ac5678](https://github.com/acot-a11y/acot/commit/7ac56780e46c26f94aeda3f0c1d1482f47521acb)) | ||
## [0.0.6](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.6-canary.0...@acot/types@0.0.6) (2021-01-13) | ||
@@ -8,0 +14,0 @@ |
@@ -11,3 +11,3 @@ import type { SetOptional } from 'type-fest'; | ||
message: string; | ||
tags: string[]; | ||
help: string; | ||
selector: string | null; | ||
@@ -14,0 +14,0 @@ htmlpath: string | null; |
@@ -6,3 +6,3 @@ import type { Page, ElementHandle } from 'puppeteer-core'; | ||
message: string; | ||
tags?: string[]; | ||
help?: string; | ||
node?: ElementHandle; | ||
@@ -17,3 +17,3 @@ }; | ||
export declare type RuleMeta = { | ||
tags?: string[]; | ||
help?: string; | ||
recommended?: boolean; | ||
@@ -20,0 +20,0 @@ [key: string]: any; |
{ | ||
"name": "@acot/types", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "acot's underlying type declarations.", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/types", | ||
"devDependencies": { | ||
"@types/puppeteer-core": "^2.0.0" | ||
"@types/puppeteer-core": "2.1.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ad95beecb4857920ecbe459583f7de9fda8e06a8" | ||
"gitHead": "7f0dfd84a37829f382b154dc1d67d5aa7043837c" | ||
} |
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
15816