[mirotalk] - welcome cloudron.io, update dep

This commit is contained in:
Miroslav Pejic
2024-04-16 16:09:01 +02:00
parent 8377997f86
commit 084ac9ed39
6 changed files with 17 additions and 6 deletions
+1
View File
@@ -337,6 +337,7 @@ Do you find MiroTalk P2P indispensable for your needs? Join us in supporting thi
| [![BroadcastX](public/sponsors/BroadcastX.png)](https://broadcastx.de/) | [![Hetzner](public/sponsors/HetznerLogo.png)](https://hetzner.cloud/?ref=XdRifCzCK3bn) |
| [![LuvLounge](public/sponsors/LuvLounge.png)](https://luvlounge.ca) | [![QuestionPro](public/sponsors/QuestionPro.png)](https://www.questionpro.com) |
| [![BrowserStack](public/sponsors/BrowserStack.png)](https://www.browserstack.com) | [![CrystalSound](public/sponsors/CrystalSound.png)](https://crystalsound.ai) |
| [![Cloudron](public/sponsors/Cloudron.png)](https://cloudron.io) | |
</details>
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.17
* @version 1.3.18
*
*/
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.17",
"version": "1.3.18",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -37,8 +37,8 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/integrations": "^7.110.0",
"@sentry/node": "^7.110.0",
"@sentry/integrations": "^7.110.1",
"@sentry/node": "^7.110.1",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
@@ -49,7 +49,7 @@
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"ngrok": "^5.0.0-beta.2",
"openai": "^4.33.1",
"openai": "^4.35.0",
"qs": "^6.12.1",
"socket.io": "^4.7.5",
"swagger-ui-express": "^5.0.0",
+1 -1
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.17
* @version 1.3.18
*
*/
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

+10
View File
@@ -571,6 +571,16 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="900">
<div class="clients-logo">
<a href="https://cloudron.io" target="_blank"
><img
class="clients-size-logo"
src="../sponsors/Cloudron.png"
alt="Cloudron"
/></a>
</div>
</li>
</ul>
</div>
</div>