Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Linux and MacOS release #346

Merged
merged 1 commit into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index fd83201677304175cd888e0f9935ca8059e4e52c..e0337b0df6e3fb8d4135b40962d1e6ad7651e9e4 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "Gets the Focus Assist status in Windows 10 CU or later.",
"main": "lib/index.js",
"scripts": {
+ "install": "",
"test": "node sample/index.js"
},
"repository": {
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"use-timeout": "^1.1.0",
"utility-types": "^3.7.0",
"uuid": "^3.3.3",
"windows-focus-assist": "^1.3.0",
"windows-focus-assist": "patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch",
"ws": "^5.2.2"
},
"devEngines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"use-timeout": "^1.1.0",
"utility-types": "^3.7.0",
"uuid": "^3.3.3",
"windows-focus-assist": "^1.3.0",
"windows-focus-assist": "patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch",
"ws": "^5.2.2"
},
"jest": {
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29071,7 +29071,7 @@ __metadata:
webpack: "npm:^4.46.0"
webpack-cli: "npm:^3.3.12"
webpack-merge: "npm:^4.2.2"
windows-focus-assist: "npm:^1.3.0"
windows-focus-assist: "patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch"
write-file-webpack-plugin: "npm:^4.5.1"
ws: "npm:^5.2.2"
xvfb-maybe: "npm:^0.2.1"
Expand Down Expand Up @@ -29270,7 +29270,7 @@ __metadata:
use-timeout: "npm:^1.1.0"
utility-types: "npm:^3.7.0"
uuid: "npm:^3.3.3"
windows-focus-assist: "npm:^1.3.0"
windows-focus-assist: "patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch"
ws: "npm:^5.2.2"
xvfb-maybe: "npm:^0.2.1"
yargs: "npm:^13.3.0"
Expand Down Expand Up @@ -32416,7 +32416,7 @@ __metadata:
languageName: node
linkType: hard

"windows-focus-assist@npm:^1.3.0":
"windows-focus-assist@npm:1.3.0":
version: 1.3.0
resolution: "windows-focus-assist@npm:1.3.0"
dependencies:
Expand All @@ -32427,6 +32427,17 @@ __metadata:
languageName: node
linkType: hard

"windows-focus-assist@patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch":
version: 1.3.0
resolution: "windows-focus-assist@patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch::version=1.3.0&hash=bc7fcd"
dependencies:
bindings: "npm:^1.5.0"
node-addon-api: "npm:*"
node-gyp: "npm:latest"
checksum: 10c0/b937c8b694f1f9663cdb71f6c5337c180ea97ad2abda8a72092ed0c0706d1e2b37fc88e8cffd3fdc27533418d2f5149b132396f2943482308a59aea3a9a351b7
languageName: node
linkType: hard

"winreg@npm:1.2.4":
version: 1.2.4
resolution: "winreg@npm:1.2.4"
Expand Down