@commitlint/types
Advanced tools
Comparing version 17.4.4 to 17.8.1
@@ -16,3 +16,3 @@ "use strict"; | ||
RuleConfigSeverity[RuleConfigSeverity["Error"] = 2] = "Error"; | ||
})(RuleConfigSeverity = exports.RuleConfigSeverity || (exports.RuleConfigSeverity = {})); | ||
})(RuleConfigSeverity || (exports.RuleConfigSeverity = RuleConfigSeverity = {})); | ||
var RuleConfigQuality; | ||
@@ -22,3 +22,3 @@ (function (RuleConfigQuality) { | ||
RuleConfigQuality[RuleConfigQuality["Qualified"] = 1] = "Qualified"; | ||
})(RuleConfigQuality = exports.RuleConfigQuality || (exports.RuleConfigQuality = {})); | ||
})(RuleConfigQuality || (exports.RuleConfigQuality = RuleConfigQuality = {})); | ||
//# sourceMappingURL=rules.js.map |
{ | ||
"name": "@commitlint/types", | ||
"version": "17.4.4", | ||
"version": "17.8.1", | ||
"description": "Shared types for commitlint packages", | ||
@@ -34,5 +34,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/utils": "^17.4.0" | ||
"@commitlint/utils": "^17.8.1" | ||
}, | ||
"gitHead": "1aeec3c9b2c21cb8f0386398c24d8e7ed6eafbf0" | ||
"gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008" | ||
} |
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
27149