Skip to content

Commit

Permalink
[mirotalkwebrtc] - update readme and dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 23, 2024
1 parent 5365d64 commit 2ebc851
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For demonstration purposes, below the credentials:
<details open>
<summary>Quick start</summary>

<br/>
![nodejs](frontend/images/nodejs.png)

Install [NodeJs](https://nodejs.org/en/blog/release/v18.16.0).

Expand Down
Binary file added frontend/Images/nodejs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.16
* @version 1.1.17
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
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": "mirotalkwebrtc",
"version": "1.1.16",
"version": "1.1.17",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalkwebrtc",
"dependencies": {
"@sentry/node": "^8.38.0",
"@sentry/node": "^8.40.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"colors": "1.4.0",
Expand All @@ -44,11 +44,11 @@
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"mongoose": "^8.8.1",
"mongoose": "^8.8.2",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"swagger-ui-express": "^5.0.1",
"twilio": "^5.3.5"
"twilio": "^5.3.6"
},
"devDependencies": {
"nodemon": "^3.1.7",
Expand Down

0 comments on commit 2ebc851

Please sign in to comment.