@ts-type/package-dts
Advanced tools
Comparing version 1.0.30 to 1.0.32
@@ -6,2 +6,25 @@ # Change Log | ||
## [1.0.32](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.31...@ts-type/package-dts@1.0.32) (2020-07-18) | ||
### 🔖 Miscellaneous | ||
* . ([ca688eb](https://github.com/bluelovers/ws-ts-type/commit/ca688ebe2f5b59c3e11089b90bc446b59d95cfc5)) | ||
## [1.0.31](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.30...@ts-type/package-dts@1.0.31) (2020-07-18) | ||
### 🔖 Miscellaneous | ||
* . ([007faee](https://github.com/bluelovers/ws-ts-type/commit/007faeebb90bab921f8f8198e22f2ea1fff468ab)) | ||
* . ([8542182](https://github.com/bluelovers/ws-ts-type/commit/8542182927a867fd9b76f8d67e308ec41b1dc99e)) | ||
## [1.0.30](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.29...@ts-type/package-dts@1.0.30) (2020-07-17) | ||
@@ -8,0 +31,0 @@ |
@@ -42,3 +42,3 @@ /** | ||
browserslist?: string[]; | ||
browser?: string | Record<string, string>; | ||
browser?: string | Record<string, string> | Record<string, boolean>; | ||
es2015?: string; | ||
@@ -45,0 +45,0 @@ esm?: boolean; |
{ | ||
"name": "@ts-type/package-dts", | ||
"version": "1.0.30", | ||
"version": "1.0.32", | ||
"private": false, | ||
@@ -57,3 +57,3 @@ "description": "A Typescript type definition for NPM package json", | ||
"preversion": "yarn run prepublishOnly", | ||
"prepublishOnly": "yarn run test", | ||
"prepublishOnly": "echo prepublishOnly", | ||
"ncu": "npx yarn-tool ncu -u", | ||
@@ -76,3 +76,3 @@ "sort-package-json": "npx yarn-tool sort", | ||
}, | ||
"gitHead": "62c8c71d1285257a8ab57b7ba7321d15cac23d87", | ||
"gitHead": "5171a2bb994c7ebd2f9edb3974d695fe34d3c6fd", | ||
"sharedDependencies": { | ||
@@ -79,0 +79,0 @@ "eslint-config-bluelovers": "latest" |
Sorry, the diff of this file is not supported yet
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
309281