@acot/core
Advanced tools
Comparing version 0.0.7 to 0.0.8-canary.0
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.0.8-canary.0](https://github.com/acot-a11y/acot/compare/@acot/core@0.0.7...@acot/core@0.0.8-canary.0) (2021-03-30) | ||
**Note:** Version bump only for package @acot/core | ||
## [0.0.7](https://github.com/acot-a11y/acot/compare/@acot/core@0.0.6...@acot/core@0.0.7) (2021-01-30) | ||
@@ -8,0 +12,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { Rule } from '@acot/types'; | ||
export declare const createRule: <T extends Record<string, any>>(descriptor: Rule<T>) => Rule<T>; | ||
import type { Rule, RuleOptions } from '@acot/types'; | ||
export declare const createRule: <T extends RuleOptions>(descriptor: Rule<T>) => Rule<T>; |
{ | ||
"name": "@acot/core", | ||
"version": "0.0.7", | ||
"version": "0.0.8-canary.0", | ||
"description": "More accessible web, all over the world.", | ||
@@ -36,10 +36,10 @@ "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/core", | ||
"dependencies": { | ||
"@acot/factory": "0.0.7", | ||
"@acot/find-chrome": "0.0.5", | ||
"@acot/factory": "0.0.8-canary.0", | ||
"@acot/find-chrome": "0.0.6-canary.0", | ||
"@acot/html-pickup": "0.0.5", | ||
"@acot/logger": "0.0.5", | ||
"@acot/module-loader": "0.0.6", | ||
"@acot/module-loader": "0.0.7-canary.0", | ||
"@acot/schema-validator": "0.0.5", | ||
"@acot/types": "0.0.7", | ||
"@acot/utils": "0.0.6", | ||
"@acot/types": "0.0.8-canary.0", | ||
"@acot/utils": "0.0.7-canary.0", | ||
"debug": "^4.3.1", | ||
@@ -50,10 +50,9 @@ "emittery": "^0.7.1", | ||
"p-series": "^2.1.0", | ||
"puppeteer-core": "^5.5.0", | ||
"puppeteer-core": "^8.0.0", | ||
"puppeteer-element2selector": "^0.0.3" | ||
}, | ||
"devDependencies": { | ||
"@acot/mock": "0.0.5", | ||
"@acot/mock": "0.0.6-canary.0", | ||
"@types/lodash": "4.14.168", | ||
"@types/puppeteer-core": "2.1.0", | ||
"puppeteer": "5.5.0" | ||
"puppeteer": "8.0.0" | ||
}, | ||
@@ -63,3 +62,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7f0dfd84a37829f382b154dc1d67d5aa7043837c" | ||
"gitHead": "019a4b37fc93b03f495bd62eddd4002f6403948d" | ||
} |
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
62782
3
111
44
1506
4
+ Added@acot/factory@0.0.8-canary.0(transitive)
+ Added@acot/find-chrome@0.0.6-canary.0(transitive)
+ Added@acot/module-loader@0.0.7-canary.0(transitive)
+ Added@acot/types@0.0.8-canary.0(transitive)
+ Added@acot/utils@0.0.7-canary.0(transitive)
+ Addedagent-base@6.0.2(transitive)
+ Addeddevtools-protocol@0.0.854822(transitive)
+ Addedhttps-proxy-agent@5.0.1(transitive)
+ Addedpuppeteer-core@8.0.0(transitive)
- Removed@acot/factory@0.0.7(transitive)
- Removed@acot/find-chrome@0.0.5(transitive)
- Removed@acot/module-loader@0.0.6(transitive)
- Removed@acot/types@0.0.7(transitive)
- Removed@acot/utils@0.0.6(transitive)
- Removedagent-base@5.1.1(transitive)
- Removeddevtools-protocol@0.0.818844(transitive)
- Removedhttps-proxy-agent@4.0.0(transitive)
- Removedpuppeteer-core@5.5.0(transitive)
Updated@acot/factory@0.0.8-canary.0
Updated@acot/types@0.0.8-canary.0
Updated@acot/utils@0.0.7-canary.0
Updatedpuppeteer-core@^8.0.0