@auto-it/core
Advanced tools
Comparing version 7.0.0 to 7.0.1-canary.438.5781.2
"use strict"; | ||
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { | ||
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } | ||
return cooked; | ||
}; | ||
var __assign = (this && this.__assign) || function () { | ||
@@ -79,3 +75,2 @@ __assign = Object.assign || function(t) { | ||
var url_join_1 = __importDefault(require("url-join")); | ||
var dedent_1 = __importDefault(require("dedent")); | ||
var make_hooks_1 = require("./utils/make-hooks"); | ||
@@ -409,3 +404,3 @@ var getHeaderDepth = function (line) { | ||
} | ||
section += dedent_1.default(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n _From #", "_\n\n ", "\n\n\n "], ["\n _From #", "_\n\n ", "\\n\\n\n "])), pr.number, notes.trim()); | ||
section += "_From #" + pr.number + "_\n\n" + notes.trim() + "\n\n"; | ||
}); | ||
@@ -415,3 +410,3 @@ if (!section) { | ||
} | ||
sections.push(dedent_1.default(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ### Release Notes\n\n ", "---\n "], ["\n ### Release Notes\n\n ", "---\n "])), section)); | ||
sections.push("### Release Notes\n\n" + section + "---"); | ||
return [2 /*return*/]; | ||
@@ -425,3 +420,2 @@ } | ||
exports.default = Changelog; | ||
var templateObject_1, templateObject_2; | ||
//# sourceMappingURL=changelog.js.map |
{ | ||
"name": "@auto-it/core", | ||
"version": "7.0.0", | ||
"version": "7.0.1-canary.438.5781.2+d552ec2", | ||
"description": "Node API for using auto.", | ||
@@ -82,3 +82,3 @@ "main": "dist/auto.js", | ||
}, | ||
"gitHead": "3deaa0c85d80339221a557bad8e60b55eca58a45" | ||
"gitHead": "d552ec2b83db34cead253be42830e98b21141113" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
660087
9725
2
2