@ts-type/package-dts
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.24](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.23...@ts-type/package-dts@1.0.24) (2020-06-19) | ||
### ✨ Features | ||
* **type:** export type { ReleaseType as IReleaseType } from 'semver'; ([efd5678](https://github.com/bluelovers/ws-ts-type/commit/efd56786a0c4d0f44d1a29de33eed3e8f725e5a6)) | ||
## [1.0.23](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.22...@ts-type/package-dts@1.0.23) (2020-06-19) | ||
@@ -8,0 +19,0 @@ |
@@ -6,6 +6,8 @@ /** | ||
import { ITSPartialPick } from 'ts-type/lib/type/record'; | ||
import type { ReleaseType as IReleaseType } from 'semver'; | ||
export declare type INpmClient = string | 'npm' | 'yarn' | 'lerna'; | ||
export type { IReleaseType }; | ||
export interface ILernaJsonCommand extends ITSPartialPick<AJSONSchemaForLernaJsonFiles["command"], keyof AJSONSchemaForLernaJsonFiles["command"]> { | ||
publish?: { | ||
"bump"?: string | "patch"; | ||
"bump"?: IReleaseType; | ||
"conventionalCommits"?: boolean; | ||
@@ -15,2 +17,3 @@ "conventionalGraduate"?: boolean; | ||
"version"?: { | ||
"bump"?: IReleaseType; | ||
"conventionalCommits"?: boolean; | ||
@@ -17,0 +20,0 @@ "changelogPreset"?: string | "@bluelovers/conventional-changelog-bluelovers"; |
{ | ||
"name": "@ts-type/package-dts", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"private": false, | ||
@@ -60,2 +60,3 @@ "description": "A Typescript type definition for NPM package json", | ||
"dependencies": { | ||
"@types/semver": "^7.2.0", | ||
"ts-type": "^1.2.23" | ||
@@ -72,3 +73,3 @@ }, | ||
}, | ||
"gitHead": "5a7f544646d2d26a2f5c504c83de4f4029ec7f7f", | ||
"gitHead": "a20f8ee3c34166693eff567617c8e3e6d2ae67b1", | ||
"sharedDependencies": { | ||
@@ -75,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
302121
8789
2
+ Added@types/semver@^7.2.0
+ Added@types/semver@7.5.8(transitive)