@ts-type/package-dts
Advanced tools
Comparing version 1.0.27 to 1.0.29
@@ -6,2 +6,24 @@ # Change Log | ||
## [1.0.29](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.28...@ts-type/package-dts@1.0.29) (2020-07-09) | ||
### 🐛 Bug Fixes | ||
* add download timeout ([ba805b2](https://github.com/bluelovers/ws-ts-type/commit/ba805b2e801fda08a1fce60f048fd66bae715056)) | ||
## [1.0.28](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.27...@ts-type/package-dts@1.0.28) (2020-07-09) | ||
### 🐛 Bug Fixes | ||
* Dependencies field became required instead of optional https://github.com/bluelovers/ws-ts-type/issues/3 ([2524425](https://github.com/bluelovers/ws-ts-type/commit/2524425533ea210921634c0fd954a1b05ef91327)) | ||
## [1.0.27](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.26...@ts-type/package-dts@1.0.27) (2020-07-05) | ||
@@ -8,0 +30,0 @@ |
@@ -5,5 +5,5 @@ /** | ||
import type { CoreProperties } from './types/package.json'; | ||
import type { ITSOverwrite } from 'ts-type'; | ||
import type { IPackageJsonDependenciesField, IDependency, IPackageJsonPublishConfig } from './lib/package-json/types'; | ||
import type { ILernaJson } from './lerna-json'; | ||
import type { ITSPartialRecord, ITSOverwrite } from 'ts-type/lib/type/record'; | ||
export { EnumVersionValue2 } from './lib/package-json/types'; | ||
@@ -50,5 +50,5 @@ export * from './lib/package-json/types'; | ||
'umd:main'?: string; | ||
}> & Record<IPackageJsonDependenciesField, IDependency> & { | ||
}> & ITSPartialRecord<IPackageJsonDependenciesField, IDependency> & { | ||
[k: string]: T; | ||
}; | ||
export default IPackageJson; |
{ | ||
"name": "@ts-type/package-dts", | ||
"version": "1.0.27", | ||
"version": "1.0.29", | ||
"private": false, | ||
@@ -64,3 +64,3 @@ "description": "A Typescript type definition for NPM package json", | ||
"@types/semver": "^7.3.1", | ||
"ts-type": "^1.2.24" | ||
"ts-type": "^1.2.25" | ||
}, | ||
@@ -76,3 +76,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "46ad63f2aef0eb511b92ee0d83723c3828d560dc", | ||
"gitHead": "141a2a73d1f53a0229f81c88346af2bd03c4255c", | ||
"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
307639
Updatedts-type@^1.2.25