renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
13 lines • 845 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.manualSourceUrls = exports.manualChangelogUrls = void 0;
const tslib_1 = require("tslib");
const changelog_urls_json_1 = tslib_1.__importDefault(require("../../data/changelog-urls.json"));
const source_urls_json_1 = tslib_1.__importDefault(require("../../data/source-urls.json"));
const { $schema: changelogSchema, ...changelogUrls } = changelog_urls_json_1.default;
// Only necessary when the changelog data cannot be found in the package's source repository
exports.manualChangelogUrls = changelogUrls;
const { $schema: sourceUrlSchema, ...sourceUrls } = source_urls_json_1.default;
// Only necessary when the changelog data cannot be found in the package's source repository
exports.manualSourceUrls = sourceUrls;
//# sourceMappingURL=metadata-manual.js.map