[call-me] - update dep
This commit is contained in:
@@ -24,7 +24,6 @@ Set up `CoTURN` with Docker for NAT traversal and media relay in WebRTC applicat
|
|||||||
cp turnserver.template.conf turnserver.conf
|
cp turnserver.template.conf turnserver.conf
|
||||||
```
|
```
|
||||||
2. Edit `turnserver.conf`:
|
2. Edit `turnserver.conf`:
|
||||||
|
|
||||||
- Replace `YOUR.DOMAIN.NAME` with your domain.
|
- Replace `YOUR.DOMAIN.NAME` with your domain.
|
||||||
- Replace `YOUR.USERNAME` and `YOUR.PASSWORD` with your credentials.
|
- Replace `YOUR.USERNAME` and `YOUR.PASSWORD` with your credentials.
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "call-me",
|
"name": "call-me",
|
||||||
"version": "1.0.86",
|
"version": "1.0.87",
|
||||||
"description": "Your Go-To for Instant Video Calls",
|
"description": "Your Go-To for Instant Video Calls",
|
||||||
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
|
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ngrok/ngrok": "1.5.1",
|
"@ngrok/ngrok": "1.5.1",
|
||||||
"axios": "^1.9.0",
|
"axios": "^1.10.0",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dotenv": "^16.5.0",
|
"dotenv": "^16.5.0",
|
||||||
@@ -33,6 +33,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"nodemon": "^3.1.10",
|
"nodemon": "^3.1.10",
|
||||||
"prettier": "3.5.3"
|
"prettier": "3.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user