@commitlint/types
Advanced tools
Comparing version 13.1.0 to 13.2.0
@@ -6,2 +6,15 @@ # Change Log | ||
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28) | ||
### Bug Fixes | ||
* **types:** prompt messages key ([4825a52](https://github.com/conventional-changelog/commitlint/commit/4825a521e2c74d63a11920b48094fddc79001b3c)) | ||
* **types:** prompt messages props optional ([0bd0592](https://github.com/conventional-changelog/commitlint/commit/0bd0592148ab4266fd76816b19d352e2cf947f8c)) | ||
* **types:** user config prompt ([6d7a1c4](https://github.com/conventional-changelog/commitlint/commit/6d7a1c40e2f8a8ff22595e0e17f71f3702b0699c)) | ||
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24) | ||
@@ -8,0 +21,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { PromptConfig, UserPromptConfig } from './prompt'; | ||
import { UserPromptConfig } from './prompt'; | ||
import { AsyncRule, Rule, RuleConfigQuality, RulesConfig, SyncRule } from './rules'; | ||
@@ -22,3 +22,3 @@ export declare type PluginRecords = Record<string, Plugin>; | ||
helpUrl?: string; | ||
prompt?: PromptConfig; | ||
prompt?: UserPromptConfig; | ||
} | ||
@@ -33,3 +33,3 @@ export interface UserPreset { | ||
plugins: PluginRecords; | ||
prompt?: PromptConfig; | ||
prompt?: UserPromptConfig; | ||
} | ||
@@ -36,0 +36,0 @@ export declare type QualifiedRules = Partial<RulesConfig<RuleConfigQuality.Qualified>>; |
{ | ||
"name": "@commitlint/types", | ||
"version": "13.1.0", | ||
"version": "13.2.0", | ||
"description": "Shared types for commitlint packages", | ||
@@ -33,5 +33,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/utils": "^13.0.0" | ||
"@commitlint/utils": "^13.2.0" | ||
}, | ||
"gitHead": "dfbb8c5e9481a5075458acad2e4666fd6b98f9a7" | ||
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a" | ||
} |
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
33191