generated from bitfocus/companion-module-template-js
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: guest in scene feedback / variable (#30)
* feat: add guest in scene feedback * feat: add variable for scenes guest is in * chore: version up * chore: update dependencies * change format to allow for named scenes * chore: format
- Loading branch information
1 parent
3aff4f2
commit 4d90bab
Showing
8 changed files
with
577 additions
and
1,396 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
{ | ||
"name": "vdo-ninja", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"format": "prettier -w ." | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@companion-module/base": "~1.8.0", | ||
"ws": "^8.17.1" | ||
"@companion-module/base": "~1.11.2", | ||
"ws": "^8.18.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bitfocus/companion-module-vdo-ninja.git" | ||
}, | ||
"devDependencies": { | ||
"@companion-module/tools": "^1.5.1" | ||
"@companion-module/tools": "^2.1.1", | ||
"prettier": "^3.4.2" | ||
}, | ||
"prettier": "@companion-module/tools/.prettierrc.json" | ||
} |
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.