@commitlint/parse
Advanced tools
Comparing version 17.4.4 to 17.6.5
import { Commit, Parser, ParserOptions } from '@commitlint/types'; | ||
export default function parse(message: string, parser?: Parser, parserOpts?: ParserOptions): Promise<Commit>; | ||
export declare function parse(message: string, parser?: Parser, parserOpts?: ParserOptions): Promise<Commit>; | ||
export default parse; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parse = void 0; | ||
const { sync } = require('conventional-commits-parser'); | ||
@@ -12,3 +13,4 @@ const defaultChangelogOpts = require('conventional-changelog-angular'); | ||
} | ||
exports.parse = parse; | ||
exports.default = parse; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@commitlint/parse", | ||
"version": "17.4.4", | ||
"version": "17.6.5", | ||
"description": "Lint your commit messages", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "1aeec3c9b2c21cb8f0386398c24d8e7ed6eafbf0" | ||
"gitHead": "af2f3a82d38ea0272578c8066565a0e6cf5810b0" | ||
} |
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
4514
17
7