@acot/types
Advanced tools
Comparing version 0.0.2 to 0.0.3-canary.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.3-canary.0](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2...@acot/types@0.0.3-canary.0) (2020-12-14) | ||
### Bug Fixes | ||
- Fix omission of version specification in `debug` package ([85f8ea4](https://github.com/acot-a11y/acot/commit/85f8ea44c7b029301dbcd6bceef427fda35972b6)) | ||
## [0.0.2](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2-canary.3...@acot/types@0.0.2) (2020-12-10) | ||
@@ -8,0 +14,0 @@ |
import type { ChromeChannel } from '@acot/find-chrome'; | ||
import type { LaunchOptions, Viewport } from 'puppeteer-core'; | ||
import type { LaunchOptions as PuppeteerLaunchOptions, Viewport } from 'puppeteer-core'; | ||
import type { Merge } from 'type-fest'; | ||
@@ -44,2 +44,3 @@ import type { Preset } from './preset'; | ||
}; | ||
export declare type LaunchOptions = Omit<PuppeteerLaunchOptions, 'product'>; | ||
export declare type Config = BaseConfig & { | ||
@@ -46,0 +47,0 @@ origin?: string; |
{ | ||
"name": "@acot/types", | ||
"version": "0.0.2", | ||
"version": "0.0.3-canary.0", | ||
"description": "acot's underlying type declarations.", | ||
@@ -28,3 +28,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/types", | ||
"puppeteer-core": "^5.5.0", | ||
"type-fest": "^0.19.0" | ||
"type-fest": "^0.20.2" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0213161e3b268d769211bcd75d1d5f7f4e1818ad" | ||
"gitHead": "c571c7f4be438578dc2dbd522013d2cac4f185a4" | ||
} |
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
14061
18
296
+ Addedtype-fest@0.20.2(transitive)
- Removedtype-fest@0.19.0(transitive)
Updatedtype-fest@^0.20.2