test(ci): isolate Electron secure storage coverage
Windows CI / verify (push) Failing after 3m41s

Mock Electron in the Node-only secure-storage unit test so its expected unavailable-path assertion never triggers Electron's binary bootstrap. Bump the patch release contracts to 1.0.11 after the 1.0.10 tag CI failure.
This commit is contained in:
Sucukdeluxe
2026-08-12 21:40:39 +02:00
parent aa28a0b870
commit 275d252f25
8 changed files with 27 additions and 15 deletions
+7 -4
View File
@@ -1,6 +1,6 @@
{
"name": "twitch-vod-manager",
"version": "1.0.10",
"version": "1.0.11",
"description": "Twitch VOD Manager - Download Twitch VODs easily",
"main": "dist/main.js",
"author": "Sucukdeluxe",
@@ -66,9 +66,12 @@
"dist/**/*",
"src/index.html",
"src/styles.css",
"src/workspace.css",
"build/icon.png",
"package.json"
"src/workspace.css",
"build/icon.png",
"package.json",
"!node_modules/better-sqlite3/build/**",
"!node_modules/better-sqlite3/deps/**",
"!node_modules/better-sqlite3/src/**"
],
"extraResources": [
{