@ts-type/package-dts
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.26](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.25...@ts-type/package-dts@1.0.26) (2020-06-19) | ||
### 🐛 Bug Fixes | ||
* **type:** update `ILernaJsonCommand` ([4d04fab](https://github.com/bluelovers/ws-ts-type/commit/4d04fab0c67f7a435365a076293a1601653db1ac)) | ||
## [1.0.25](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.24...@ts-type/package-dts@1.0.25) (2020-06-19) | ||
@@ -8,0 +19,0 @@ |
@@ -6,8 +6,8 @@ /** | ||
import { ITSPartialPick } from 'ts-type/lib/type/record'; | ||
import type { ReleaseType as IReleaseType } from 'semver'; | ||
import { IPackageJsonTag } from './lib/package-json/types'; | ||
export declare type INpmClient = string | 'npm' | 'yarn' | 'lerna'; | ||
import { IPackageJsonTag, IReleaseType } from './lib/package-json/types'; | ||
export * from './lib/lerna-json/types'; | ||
import { INpmClient } from './lib/lerna-json/types'; | ||
export type { IReleaseType }; | ||
export interface ILernaJsonCommand extends ITSPartialPick<AJSONSchemaForLernaJsonFiles["command"], keyof AJSONSchemaForLernaJsonFiles["command"]> { | ||
publish?: { | ||
publish?: AJSONSchemaForLernaJsonFiles["command"]["publish"] & { | ||
"bump"?: IReleaseType; | ||
@@ -18,3 +18,3 @@ "conventionalCommits"?: boolean; | ||
}; | ||
"version"?: { | ||
"version"?: AJSONSchemaForLernaJsonFiles["command"]["version"] & { | ||
"bump"?: IReleaseType; | ||
@@ -24,9 +24,9 @@ "conventionalCommits"?: boolean; | ||
}; | ||
run?: { | ||
run?: AJSONSchemaForLernaJsonFiles["command"]["run"] & { | ||
"stream": boolean; | ||
}; | ||
exec?: { | ||
exec?: AJSONSchemaForLernaJsonFiles["command"]["exec"] & { | ||
"stream": boolean; | ||
}; | ||
[k: string]: unknown; | ||
[k: string]: Record<string, any>; | ||
} | ||
@@ -33,0 +33,0 @@ export interface ILernaJson extends AJSONSchemaForLernaJsonFiles { |
@@ -5,3 +5,14 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./lib/lerna-json/types"), exports); | ||
//# sourceMappingURL=lerna-json.js.map |
/** | ||
* Created by user on 2020/6/12. | ||
*/ | ||
import type { ReleaseType as IReleaseType } from 'semver'; | ||
export interface IDependency { | ||
@@ -36,2 +37,3 @@ [name: string]: IVersionValue; | ||
} | ||
export declare type IPackageJsonTag = string | "next" | "beta" | "canary"; | ||
export declare type IPackageJsonTag = string | "next" | "beta" | "canary" | "stable" | "dev" | "latest"; | ||
export type { IReleaseType }; |
"use strict"; | ||
/** | ||
* Created by user on 2020/6/12. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -6,0 +3,0 @@ exports.packageJsonDependenciesFields = exports.EnumVersionValue2 = exports.EnumVersionValue = void 0; |
{ | ||
"name": "@ts-type/package-dts", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"private": false, | ||
@@ -72,3 +72,3 @@ "description": "A Typescript type definition for NPM package json", | ||
}, | ||
"gitHead": "7a0c3853c8510be2fb1aab0737db5fbbaa7f9050", | ||
"gitHead": "83a33a551b84f349b3110ac6dc8af1fb19faa75d", | ||
"sharedDependencies": { | ||
@@ -75,0 +75,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
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
304513
39
8804