@ts-type/package-dts
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.10](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.9...@ts-type/package-dts@1.0.10) (2020-06-02) | ||
### Bug Fixes | ||
* use ITSOverwrite for fix https://github.com/bluelovers/ws-ts-type/pull/1 ([e100dc9](https://github.com/bluelovers/ws-ts-type/commit/e100dc973392d035313f27214085b9ca913c03e5)) | ||
## [1.0.9](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.8...@ts-type/package-dts@1.0.9) (2020-06-01) | ||
@@ -8,0 +19,0 @@ |
@@ -5,2 +5,3 @@ /** | ||
import { CoreProperties } from './types/package.json'; | ||
import { ITSOverwrite } from 'ts-type'; | ||
export declare type ILibPackageJson = typeof import('./types/package.json'); | ||
@@ -10,3 +11,3 @@ /** | ||
*/ | ||
export declare type IPackageJson<T = any> = CoreProperties & { | ||
export declare type IPackageJson<T = any> = ITSOverwrite<CoreProperties, { | ||
/** | ||
@@ -33,2 +34,4 @@ * yarn workspaces | ||
* https://github.com/bluelovers/ws-ts-type/pull/1 | ||
* | ||
* If set to true, then npm will refuse to publish it. | ||
*/ | ||
@@ -50,5 +53,5 @@ private?: boolean | "true" | "false"; | ||
'umd:main'?: string; | ||
} & { | ||
}> & { | ||
[k: string]: T; | ||
}; | ||
export default IPackageJson; |
{ | ||
"name": "@ts-type/package-dts", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"private": false, | ||
@@ -59,2 +59,5 @@ "description": "A Typescript type definition for NPM package json", | ||
}, | ||
"dependencies": { | ||
"ts-type": "^1.2.17" | ||
}, | ||
"devDependencies": { | ||
@@ -70,3 +73,3 @@ "@types/bluebird": "^3.5.32", | ||
}, | ||
"gitHead": "2b483bcc6bab2a5fbe0b0cfe2a27f736bf5db793", | ||
"gitHead": "f5a9cc853510e72417094399bc4249e32b7f743e", | ||
"sharedDependencies": { | ||
@@ -73,0 +76,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
281658
8409
1
+ Addedts-type@^1.2.17
+ Added@types/bluebird@3.5.42(transitive)
+ Added@types/node@22.9.0(transitive)
+ Addedts-toolbelt@8.4.0(transitive)
+ Addedts-type@1.2.40(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedtypedarray-dts@1.0.0(transitive)
+ Addedundici-types@6.19.8(transitive)