Skip to content

Commit 6967ebf

Browse files
committed
Merge branch 'main' of https://github.com/bbc/bug
2 parents f74d5af + 59713ab commit 6967ebf

File tree

5 files changed

+22
-9
lines changed

5 files changed

+22
-9
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-monorepo",
3-
"version": "3.1.36",
3+
"version": "3.1.37",
44
"description": "Broadcast Universal Gateway",
55
"private": true,
66
"workspaces": [

src/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-client",
3-
"version": "3.1.36",
3+
"version": "3.1.37",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

src/modules/appear-x/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Changelog
2+
3+
### version 1.0.4
4+
5+
- 2026-01-27: add README and improve workers ([2e3a0ad](https://github.com/bbc/bug/commit/2e3a0ad019efad173d53480b1366bbea365108eb))
6+

src/modules/appear-x/module.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@
44
"description": "Control of Appear X10/X20 codec chassis",
55
"capabilities": [],
66
"notes": "",
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"icon": "SmartButton",
99
"author": "Geoff House",
1010
"license": "Apache-2.0",
1111
"status": "development",
1212
"memory": 200,
1313
"needsContainer": true,
14-
"devmounts": ["api", "services", "workers", "utils"],
15-
"protectedRoutes": ["config"],
14+
"devmounts": [
15+
"api",
16+
"services",
17+
"workers",
18+
"utils"
19+
],
20+
"protectedRoutes": [
21+
"config"
22+
],
1623
"defaultconfig": {
1724
"id": "",
1825
"needsConfigured": true,
@@ -34,4 +41,4 @@
3441
"PID missing on input"
3542
]
3643
}
37-
}
44+
}

0 commit comments

Comments
 (0)