Skip to content

Commit

Permalink
[mirotalkc2c] - update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 3, 2024
1 parent 6e7507c commit 3f0248e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.1.43
* @version 1.1.44
*/

require('dotenv').config();
Expand Down
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.1.43
* @version 1.1.44
*/

const roomId = new URLSearchParams(window.location.search).get('room');
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkc2c",
"version": "1.1.43",
"version": "1.1.44",
"description": "A free WebRTC Cam-2-Cam browser-based video calls",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -36,11 +36,11 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalkc2c",
"dependencies": {
"@mattermost/client": "^10.1.0",
"@mattermost/client": "^10.2.0",
"colors": "^1.4.0",
"compression": "^1.7.5",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express-openid-connect": "^2.17.1",
"js-yaml": "^4.1.0",
Expand All @@ -54,6 +54,6 @@
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"prettier": "3.3.3"
"prettier": "3.4.1"
}
}

0 comments on commit 3f0248e

Please sign in to comment.