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:
+7
-4
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user