File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ====================================================
2- # MiroTalk P2P v.1.8.61 - Environment Configuration
2+ # MiroTalk P2P v.1.8.62 - Environment Configuration
33# ====================================================
44
55# App environment
Original file line number Diff line number Diff line change 22
33/**
44 * ==============================================
5- * MiroTalk P2P v.1.8.61 - Configuration File
5+ * MiroTalk P2P v.1.8.62 - Configuration File
66 * ==============================================
77 *
88 * This file is the central configuration source.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies: {
4545 * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
4646 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
4747 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
48- * @version 1.8.61
48+ * @version 1.8.62
4949 *
5050 */
5151
Original file line number Diff line number Diff line change 11{
22 "name" : " mirotalk" ,
3- "version" : " 1.8.61 " ,
3+ "version" : " 1.8.62 " ,
44 "description" : " A free WebRTC browser-based video call" ,
55 "main" : " server.js" ,
66 "scripts" : {
4646 "dependencies" : {
4747 "@mattermost/client" : " 11.7.0" ,
4848 "@ngrok/ngrok" : " 1.7.0" ,
49- "@sentry/node" : " ^10.56 .0" ,
49+ "@sentry/node" : " ^10.57 .0" ,
5050 "axios" : " ^1.17.0" ,
5151 "chokidar" : " ^5.0.0" ,
5252 "colors" : " ^1.4.0" ,
5353 "compression" : " ^1.8.1" ,
5454 "cors" : " ^2.8.6" ,
5555 "crypto-js" : " ^4.2.0" ,
56- "dompurify" : " ^3.4.8 " ,
56+ "dompurify" : " ^3.4.9 " ,
5757 "dotenv" : " ^17.4.2" ,
5858 "express" : " ^5.2.1" ,
5959 "express-openid-connect" : " ^3.0.0" ,
6464 "js-yaml" : " ^4.2.0" ,
6565 "jsdom" : " ^29.1.1" ,
6666 "jsonwebtoken" : " ^9.0.3" ,
67- "nodemailer" : " ^8.0.10 " ,
67+ "nodemailer" : " ^8.0.11 " ,
6868 "openai" : " ^6.42.0" ,
6969 "qs" : " ^6.15.2" ,
7070 "socket.io" : " ^4.8.3" ,
7575 "mocha" : " ^11.7.6" ,
7676 "node-fetch" : " ^3.3.2" ,
7777 "nodemon" : " ^3.1.14" ,
78- "prettier" : " 3.8.3 " ,
78+ "prettier" : " 3.8.4 " ,
7979 "proxyquire" : " ^2.1.3" ,
8080 "should" : " ^13.2.3" ,
8181 "sinon" : " ^22.0.0"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ let brand = {
109109 } ,
110110 about : {
111111 imageUrl : '../images/mirotalk-logo.gif' ,
112- title : 'WebRTC P2P v1.8.61 ' ,
112+ title : 'WebRTC P2P v1.8.62 ' ,
113113 html : `
114114 <button
115115 id="support-button"
Original file line number Diff line number Diff line change 1515 * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
1616 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
1717 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
18- * @version 1.8.61
18+ * @version 1.8.62
1919 *
2020 */
2121
@@ -15962,7 +15962,7 @@ function showAbout() {
1596215962 Swal.fire({
1596315963 background: swBg,
1596415964 position: 'center',
15965- title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.8.61 ',
15965+ title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.8.62 ',
1596615966 imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
1596715967 customClass: { image: 'img-about' },
1596815968 html: renderRoomTemplate('tpl-about-modal', {
You can’t perform that action at this time.
0 commit comments