@commitlint/prompt
Advanced tools
Comparing version 17.3.0 to 17.4.0
import inquirer from 'inquirer'; | ||
declare type Commit = (input: string) => void; | ||
type Commit = (input: string) => void; | ||
/** | ||
@@ -4,0 +4,0 @@ * Entry point for commitizen |
import type { RuleConfigCondition, RuleConfigSeverity } from '@commitlint/types'; | ||
export declare type RuleEntry = [string, Readonly<[RuleConfigSeverity.Disabled]>] | [string, Readonly<[RuleConfigSeverity, RuleConfigCondition]>] | [string, Readonly<[RuleConfigSeverity, RuleConfigCondition, unknown]>]; | ||
export declare type InputSetting = { | ||
export type RuleEntry = [string, Readonly<[RuleConfigSeverity.Disabled]>] | [string, Readonly<[RuleConfigSeverity, RuleConfigCondition]>] | [string, Readonly<[RuleConfigSeverity, RuleConfigCondition, unknown]>]; | ||
export type InputSetting = { | ||
description?: string; | ||
@@ -13,4 +13,4 @@ enumerables?: Record<string, { | ||
}; | ||
export declare type ResultPart = 'type' | 'scope' | 'subject' | 'body' | 'footer'; | ||
export declare type Result = Partial<Record<ResultPart, string | undefined>>; | ||
export type ResultPart = 'type' | 'scope' | 'subject' | 'body' | 'footer'; | ||
export type Result = Partial<Record<ResultPart, string | undefined>>; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@commitlint/prompt", | ||
"version": "17.3.0", | ||
"version": "17.4.0", | ||
"description": "commitizen prompt using commitlint.config.js", | ||
@@ -40,5 +40,5 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/config-angular": "^17.3.0", | ||
"@commitlint/config-angular": "^17.4.0", | ||
"@commitlint/types": "^14.0.0", | ||
"@commitlint/utils": "^17.0.0", | ||
"@commitlint/utils": "^17.4.0", | ||
"@types/inquirer": "^6.5.0", | ||
@@ -49,9 +49,9 @@ "commitizen": "^4.2.4", | ||
"dependencies": { | ||
"@commitlint/ensure": "^17.3.0", | ||
"@commitlint/load": "^17.3.0", | ||
"@commitlint/types": "^17.0.0", | ||
"@commitlint/ensure": "^17.4.0", | ||
"@commitlint/load": "^17.4.0", | ||
"@commitlint/types": "^17.4.0", | ||
"chalk": "^4.1.0", | ||
"inquirer": "^6.5.2" | ||
}, | ||
"gitHead": "618aee50a953ab06e736d985009f7182bd1a8ae1" | ||
"gitHead": "7b0f7e805818944ab9fa42c52b6858211bbf2a66" | ||
} |
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
48744
Updated@commitlint/ensure@^17.4.0
Updated@commitlint/load@^17.4.0
Updated@commitlint/types@^17.4.0