diff --git a/manifest.json b/manifest.json index 55d6251..00a7a71 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "requiredSdkVersion": "~0.0.59", + "requiredSdkVersion": "^0.1.2", "name": "BbbPluginSessionShare", "version": "0.0.1", "javascriptEntrypointUrl": "BbbPluginSessionShare.js", diff --git a/package-lock.json b/package-lock.json index aeff58c..662e0a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", "babel-plugin-syntax-dynamic-import": "^6.18.0", - "bigbluebutton-html-plugin-sdk": "0.0.93", + "bigbluebutton-html-plugin-sdk": "0.1.26", "path": "^0.12.7", "react": "^18.2.0", "react-copy-to-clipboard": "^5.1.0", @@ -3720,9 +3720,10 @@ "dev": true }, "node_modules/bigbluebutton-html-plugin-sdk": { - "version": "0.0.93", - "resolved": "https://registry.npmjs.org/bigbluebutton-html-plugin-sdk/-/bigbluebutton-html-plugin-sdk-0.0.93.tgz", - "integrity": "sha512-oA6qdOmNm93tYGo0xedHF+tAeTrq3rgd7es7WP/VBWP/vMfLNOCjhLQ4BM55tckA1xhAGuEnwR0+SXBE7ot9hg==", + "version": "0.1.26", + "resolved": "https://registry.npmjs.org/bigbluebutton-html-plugin-sdk/-/bigbluebutton-html-plugin-sdk-0.1.26.tgz", + "integrity": "sha512-EANOpZiIPsm69npnQf20r6ymhjyQAr8p3zjHyyPHwm7avFtDUt/5kkVBzDBq7emHr4WSYCDrVOxphqCywxC+eg==", + "license": "LGPL-3.0", "dependencies": { "@apollo/client": "^3.8.7", "@browser-bunyan/console-formatted-stream": "^1.8.0", diff --git a/package.json b/package.json index 676f65f..e6b75dc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", "babel-plugin-syntax-dynamic-import": "^6.18.0", - "bigbluebutton-html-plugin-sdk": "0.0.93", + "bigbluebutton-html-plugin-sdk": "0.1.26", "path": "^0.12.7", "react": "^18.2.0", "react-copy-to-clipboard": "^5.1.0",