updated dependencies

This commit is contained in:
zomo
2025-12-10 13:52:34 -06:00
parent 11cea55569
commit 3ba1113d2f
16 changed files with 447 additions and 519 deletions

View File

@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = getAllPaths;
function getAllPaths({ baseUrl, supportUrl, homepageUrl, remoteBranch, inBase, outBase, }) {
// generate links for remote git server
if (baseUrl != '' && remoteBranch != '') {
@@ -31,5 +32,4 @@ function getAllPaths({ baseUrl, supportUrl, homepageUrl, remoteBranch, inBase, o
}),
};
}
exports.default = getAllPaths;
//# sourceMappingURL=paths.js.map