-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from nrkno/fix/sofie-3648/streamdeck-detection…
…-slow fix(Stream Deck): update elgato-stream-deck library to resolve an issue with slow discovery of HID devices
- Loading branch information
Showing
10 changed files
with
570 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"unitci": "yarn workspaces foreach --all run unitci", | ||
"dev:manager": "cd packages/input-manager && run build:watch", | ||
"dev:gateway": "nodemon --config nodemon.json", | ||
"dev": "concurrently \"yarn dev:manager\" \"yarn dev:gateway\"", | ||
"dev": "concurrently \"yarn dev:manager\" --handle-input \"yarn dev:gateway\"", | ||
"release:set-version": "lerna version --exact --no-changelog --no-git-tag-version --no-push --yes", | ||
"release:bump-release": "lerna version --exact --conventional-commits --conventional-graduate --tag-version-prefix='v' --no-push", | ||
"release:bump-prerelease": "lerna version --exact --conventional-commits --conventional-prerelease --tag-version-prefix='v' --no-push", | ||
|
@@ -32,7 +32,7 @@ | |
"do:build-win32": "rimraf deploy && yarn install && yarn build && yarn build-win32 && yarn copy-assets && yarn sign-executables && yarn zip-deploy", | ||
"do:build-win32:ci": "rimraf deploy && yarn install && yarn build && yarn build-win32 && yarn copy-assets", | ||
"verify:build-win32": "node scripts/verify-build-win32.mjs", | ||
"build-win32": "pkg -t node18-win --public ./packages/input-gateway", | ||
"build-win32": "pkg -t node22-win --public ./packages/input-gateway", | ||
"sign-executables": "node scripts/sign-executables.mjs", | ||
"copy-assets": "node scripts/copy-assets.mjs", | ||
"zip-deploy": "node scripts/zip-deploy.js", | ||
|
@@ -57,13 +57,13 @@ | |
"ts-jest": "^29.1.2", | ||
"ts-node": "^10.9.2", | ||
"type-fest": "^4.18.2", | ||
"typescript": "~5.1.3", | ||
"typescript": "5.6.3", | ||
"zip-a-folder": "^3.1.6" | ||
}, | ||
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@yao-pkg/pkg": "^5.11.5" | ||
"@yao-pkg/pkg": "6.2.0" | ||
}, | ||
"resolutions": { | ||
"node-hid": "npm:@julusian/[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.