Skip to content

Commit 61726a4

Browse files
chore(deps): bump bigbluebutton-html-plugin-sdk to 0.1.26 (BigBlueButton 4.0)
Pin the build to the SDK that BigBlueButton 4.0 currently ships (0.1.26) and widen requiredSdkVersion to ^0.1.2, so the plugin also loads on 4.0 servers running an earlier 0.1.x SDK instead of being rejected at load time. Co-Authored-By: Guilherme Leme <leme.guilherme.p@gmail.com>
1 parent 3cfc23c commit 61726a4

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"requiredSdkVersion": "~0.0.59",
2+
"requiredSdkVersion": "^0.1.2",
33
"name": "DecreaseVolumeOnSpeak",
44
"version": "0.1.1",
55
"javascriptEntrypointUrl": "DecreaseVolumeOnSpeak.js",

package-lock.json

Lines changed: 8 additions & 7 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
@@ -10,7 +10,7 @@
1010
"@types/react": "^18.2.13",
1111
"@types/react-dom": "^18.2.6",
1212
"babel-plugin-syntax-dynamic-import": "^6.18.0",
13-
"bigbluebutton-html-plugin-sdk": "0.0.66",
13+
"bigbluebutton-html-plugin-sdk": "0.1.26",
1414
"path": "^0.12.7",
1515
"react": "^18.2.0",
1616
"react-chat-elements": "^12.0.14",

0 commit comments

Comments
 (0)