Skip to content

Commit

Permalink
[mirotalkwebrtc] - update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 26, 2024
1 parent 3ed4648 commit 5c9a148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.1.14
* @version 1.1.15
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.14",
"version": "1.1.15",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -44,11 +44,11 @@
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"mongoose": "^8.7.2",
"mongoose": "^8.7.3",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.15",
"swagger-ui-express": "^5.0.1",
"twilio": "^5.3.4"
"twilio": "^5.3.5"
},
"devDependencies": {
"nodemon": "^3.1.7",
Expand Down

0 comments on commit 5c9a148

Please sign in to comment.