[mirotalk] - improvements, update dep

This commit is contained in:
Miroslav Pejic
2025-12-16 10:31:17 +01:00
parent 4f366906ca
commit 4bd36a0b4e
8 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ====================================================
# MiroTalk P2P v.1.6.80 - Environment Configuration
# MiroTalk P2P v.1.6.81 - Environment Configuration
# ====================================================
# App environment
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* ==============================================
* MiroTalk P2P v.1.6.80 - Configuration File
* MiroTalk P2P v.1.6.81 - Configuration File
* ==============================================
*
* Branding and customizations require a license:
+1 -1
View File
@@ -45,7 +45,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.6.80
* @version 1.6.81
*
*/
+14 -14
View File
@@ -1,15 +1,15 @@
{
"name": "mirotalk",
"version": "1.6.80",
"version": "1.6.81",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
"version": "1.6.80",
"version": "1.6.81",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "11.1.0",
"@mattermost/client": "11.2.0",
"@ngrok/ngrok": "1.6.1",
"@sentry/node": "^10.30.0",
"axios": "^1.13.2",
@@ -30,7 +30,7 @@
"jsdom": "^27.3.0",
"jsonwebtoken": "^9.0.3",
"nodemailer": "^7.0.11",
"openai": "^6.10.0",
"openai": "^6.13.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
@@ -310,12 +310,12 @@
}
},
"node_modules/@mattermost/client": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@mattermost/client/-/client-11.1.0.tgz",
"integrity": "sha512-zZnXnCq/WbWyyXTp8hQzQ/w9IcJZUO0546p5aZTTuFbXP2qeSGf8WpEwS1ym/c1vhhLxlMnV8vACem1F66QAFA==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@mattermost/client/-/client-11.2.0.tgz",
"integrity": "sha512-Yi1JWU4ZPNDECTIr70T/kfbsbzKQb5nR4gGEp6mQTS1AYzT5K5Hd8jWWm/+DqKNghFbG5yi3FXsj+v7+TlMDYg==",
"license": "MIT",
"peerDependencies": {
"@mattermost/types": "11.1.0",
"@mattermost/types": "11.2.0",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
@@ -325,9 +325,9 @@
}
},
"node_modules/@mattermost/types": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@mattermost/types/-/types-11.1.0.tgz",
"integrity": "sha512-btLuyOHGs0WTB0SFVXzciS4awlyqfvptME6APQkInv1axffs3EhEej52qI+Q2QUgMsqrXRN2IY/VgBG7DjNnwg==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@mattermost/types/-/types-11.2.0.tgz",
"integrity": "sha512-3Ee9Gm9EKtR40gydKTB8ZlvnVUN14lhY5dDnDB0y24Bvztxi59EOEtOZG5GBB5ipWYBMQSntZ+u5y1sswONNIQ==",
"license": "MIT",
"peer": true,
"peerDependencies": {
@@ -5051,9 +5051,9 @@
}
},
"node_modules/openai": {
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-6.10.0.tgz",
"integrity": "sha512-ITxOGo7rO3XRMiKA5l7tQ43iNNu+iXGFAcf2t+aWVzzqRaS0i7m1K2BhxNdaveB+5eENhO0VY1FkiZzhBk4v3A==",
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-6.13.0.tgz",
"integrity": "sha512-yHbMo+EpNGPG3sRrXvmo0LhUPFN4bAURJw3G17bE+ax1G4tcTFCa9ZjvCWh3cvni0aHY0uWlk2IxcsPH4NR9Ow==",
"license": "Apache-2.0",
"bin": {
"openai": "bin/cli"
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.6.80",
"version": "1.6.81",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -41,7 +41,7 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@mattermost/client": "11.1.0",
"@mattermost/client": "11.2.0",
"@ngrok/ngrok": "1.6.1",
"@sentry/node": "^10.30.0",
"axios": "^1.13.2",
@@ -62,7 +62,7 @@
"jsdom": "^27.3.0",
"jsonwebtoken": "^9.0.3",
"nodemailer": "^7.0.11",
"openai": "^6.10.0",
"openai": "^6.13.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
+3 -2
View File
@@ -357,7 +357,7 @@ body {
position: absolute;
left: 0;
padding: 10px 5px;
bottom: calc(100% + 6px);
bottom: 45px;
border: var(--border);
background: var(--body-bg);
box-shadow: var(--box-shadow);
@@ -377,13 +377,14 @@ body {
#bottomButtons #audioMenu button,
#bottomButtons #videoMenu button {
display: flex;
width: 100%;
height: 35px;
align-items: center;
justify-content: flex-start;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
transform: none !important;
}
+1 -1
View File
@@ -77,7 +77,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.6.80',
title: 'WebRTC P2P v1.6.81',
html: `
<button
id="support-button"
+2 -2
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.6.80
* @version 1.6.81
*
*/
@@ -13317,7 +13317,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.6.80',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.6.81',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `