Skip to content

Commit

Permalink
Merge pull request #3 from phillipivan/main
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
phillipivan authored Aug 26, 2024
2 parents b60f282 + e27f6fa commit 0555c8e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 528 deletions.
21 changes: 15 additions & 6 deletions companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,21 @@
"products": ["EM 6000", "EM 6000 Dante", "L 6000"],
"keywords": ["RF", "Radio Microphone"],
"bonjourQueries": {
"bonjour_host": {
"type": "ssc",
"protocol": "udp",
"txt": {
"Model": "EM6000"
"bonjour_host": [
{
"type": "ssc",
"protocol": "udp",
"txt": {
"Model": "EM6000"
}
},
{
"type": "ssc",
"protocol": "udp",
"txt": {
"Model": "L6000"
}
}
}
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sennheiser-digital6000",
"version": "1.0.2",
"version": "1.0.3",
"main": "src/main.js",
"type": "module",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"url": "git+https://github.com/bitfocus/companion-module-sennheiser-digital6000.git"
},
"dependencies": {
"@companion-module/base": "~1.9.0",
"@companion-module/base": "~1.10.0",
"companion-module-utils": "~0.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 0555c8e

Please sign in to comment.