fix(managed-tools): wait for checksum handles before promotion
Windows CI / verify (push) Successful in 3m18s

Delay managed-tool installation promotion until checksum read streams have emitted close, preventing intermittent Windows rename failures caused by open file handles.

Add a deterministic end-before-close regression test and prepare the 1.0.9 patch release across package metadata, UI version text, README, changelog, and release contracts.
This commit is contained in:
Sucukdeluxe
2026-08-12 15:18:57 +02:00
parent 2cd8d97a20
commit 5113089aba
9 changed files with 65 additions and 13 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "twitch-vod-manager",
"version": "1.0.8",
"version": "1.0.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "twitch-vod-manager",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",
"dependencies": {
"axios": "^1.16.1",