@ts-type/package-dts
Advanced tools
Comparing version 1.0.40 to 1.0.41
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.41](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.40...@ts-type/package-dts@1.0.41) (2020-07-28) | ||
### ✨ Features | ||
* update type ([e9ad4f2](https://github.com/bluelovers/ws-ts-type/commit/e9ad4f24314ad4cccb61d204db1b1f981e4a4684)) | ||
## [1.0.40](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.39...@ts-type/package-dts@1.0.40) (2020-07-27) | ||
@@ -8,0 +19,0 @@ |
@@ -5,2 +5,3 @@ /** | ||
import type { ReleaseType as IReleaseType } from 'semver'; | ||
import { EnumPublishConfigRegistry } from './publishConfig'; | ||
export interface IDependency { | ||
@@ -33,3 +34,3 @@ [name: string]: IVersionValue; | ||
export interface IPackageJsonPublishConfig { | ||
registry?: string | "https://registry.npmjs.org/"; | ||
registry?: string | EnumPublishConfigRegistry; | ||
access?: string | "public" | "restricted"; | ||
@@ -36,0 +37,0 @@ tag?: IPackageJsonTag; |
@@ -8,2 +8,4 @@ /** | ||
import type { ITSPartialRecord, ITSOverwrite } from 'ts-type/lib/type/record'; | ||
import { IPackageJsonExtendYarn } from './lib/package-json/yarn'; | ||
import { IBooleanString } from './lib/types'; | ||
export { EnumVersionValue2 } from './lib/package-json/types'; | ||
@@ -35,3 +37,3 @@ export * from './lib/package-json/types'; | ||
*/ | ||
private?: boolean | "true" | "false"; | ||
private?: boolean | IBooleanString; | ||
gitHead?: string; | ||
@@ -41,3 +43,2 @@ /** | ||
*/ | ||
flat?: boolean; | ||
unpkg?: string; | ||
@@ -52,5 +53,5 @@ browserslist?: string[]; | ||
'umd:main'?: string; | ||
}>, ITSPartialRecord<IPackageJsonDependenciesField, IDependency> { | ||
}>, ITSPartialRecord<IPackageJsonDependenciesField, IDependency>, IPackageJsonExtendYarn { | ||
[k: string]: any; | ||
} | ||
export default IPackageJson; |
{ | ||
"name": "@ts-type/package-dts", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"private": false, | ||
@@ -65,3 +65,3 @@ "description": "A Typescript type definition for NPM package json", | ||
"@types/semver": "^7.3.1", | ||
"ts-type": "^1.2.30" | ||
"ts-type": "^1.2.31" | ||
}, | ||
@@ -77,3 +77,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ac4d049c787404f85fed4237747bffb53acb3cad", | ||
"gitHead": "be2ec29ebe97bea814b97d9a90c1ae4e6220654c", | ||
"sharedDependencies": { | ||
@@ -80,0 +80,0 @@ "eslint-config-bluelovers": "latest" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
478028
50
8890
Updatedts-type@^1.2.31