@secretlint/types
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.1](https://github.com/secretlint/secretlint/compare/v0.4.0...v0.4.1) (2020-02-28) | ||
**Note:** Version bump only for package @secretlint/types | ||
# [0.4.0](https://github.com/secretlint/secretlint/compare/v0.3.0...v0.4.0) (2020-02-28) | ||
@@ -8,0 +16,0 @@ |
@@ -28,3 +28,3 @@ import { SecretLintRuleCreator, SecretLintRuleCreatorOptions } from "./SecretLintRule"; | ||
*/ | ||
allowMessages?: string[]; | ||
allowMessageIds?: string[]; | ||
/** | ||
@@ -31,0 +31,0 @@ * Severity level for the rule. |
@@ -34,3 +34,3 @@ import { SecretLintRuleIgnoreDescriptor, SecretLintRuleReportDescriptor, SecretLintRuleCreator, SecretLintRuleCreatorOptions } from "./SecretLintRule"; | ||
*/ | ||
allowMessages?: string[]; | ||
allowMessageIds?: string[]; | ||
}; | ||
@@ -37,0 +37,0 @@ export declare type SecretLintCoreDescriptorRulePreset<Options = SecretLintRulePresetCreatorOptions> = { |
{ | ||
"name": "@secretlint/types", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A typing package for @secretlint", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b1458e1ff9ee3d1cf7d2c8bb31879714b6751c09" | ||
"gitHead": "d0a8f0202151e379c8f8c4203122fde37a2f0022" | ||
} |
@@ -29,3 +29,3 @@ import { SecretLintRuleCreator, SecretLintRuleCreatorOptions } from "./SecretLintRule"; | ||
*/ | ||
allowMessages?: string[]; | ||
allowMessageIds?: string[]; | ||
/** | ||
@@ -32,0 +32,0 @@ * Severity level for the rule. |
@@ -41,3 +41,3 @@ // Core Input and Output | ||
*/ | ||
allowMessages?: string[]; | ||
allowMessageIds?: string[]; | ||
}; | ||
@@ -44,0 +44,0 @@ export type SecretLintCoreDescriptorRulePreset<Options = SecretLintRulePresetCreatorOptions> = { |
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
35984