mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-26 15:51:43 +00:00
Bump typescript from 5.4.5 to 5.5.4 (#30)
This commit is contained in:
3
dist/update-known-checksums/index.js
generated
vendored
3
dist/update-known-checksums/index.js
generated
vendored
@ -32707,7 +32707,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
});
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.updateChecksums = void 0;
|
||||
exports.updateChecksums = updateChecksums;
|
||||
const fs_1 = __nccwpck_require__(7147);
|
||||
const tc = __importStar(__nccwpck_require__(7784));
|
||||
function updateChecksums(filePath, downloadUrls) {
|
||||
@ -32728,7 +32728,6 @@ function updateChecksums(filePath, downloadUrls) {
|
||||
yield fs_1.promises.appendFile(filePath, "}\n");
|
||||
});
|
||||
}
|
||||
exports.updateChecksums = updateChecksums;
|
||||
function getKey(downloadUrl) {
|
||||
// https://github.com/astral-sh/uv/releases/download/0.3.2/uv-aarch64-apple-darwin.tar.gz.sha256
|
||||
const parts = downloadUrl.split("/");
|
||||
|
Reference in New Issue
Block a user