[mirotalksfu] - update nodeJS and dep

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-25 10:21:42 +02:00
الأصل 33efc5aaaf
التزام 7f1618d4f5
7 ملفات معدلة مع 12 إضافات و12 حذوفات

عرض الملف

@@ -1,4 +1,4 @@
FROM node:16-slim
FROM node:18-slim
WORKDIR /src

عرض الملف

@@ -104,7 +104,7 @@ Embedding a meeting into a service or app using an iframe.
<br/>
- You will need to have `NodeJS` and all [requirements](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements) installed, this project has been tested with Node version [16.X](https://nodejs.org/en/blog/release/v16.15.0/).
- You will need to have `NodeJS` and all [requirements](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements) installed, this project has been tested with Node version [16.X](https://nodejs.org/en/blog/release/v16.15.1/) and [18.X](https://nodejs.org/en/blog/release/v18.16.0).
- Requirements install example for `Ubuntu 20.04`

عرض الملف

@@ -40,7 +40,7 @@ dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.0.4
* @version 1.0.5
*
*/

عرض الملف

@@ -25,9 +25,9 @@ $ add-apt-repository ppa:deadsnakes/ppa
$ apt update
$ apt install -y python3.8 python3-pip
# NodeJS 16.X and npm
# NodeJS 18.X and npm
$ apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates
$ curl -sL https://deb.nodesource.com/setup_16.x | bash -
$ curl -sL https://deb.nodesource.com/setup_18.x | bash -
$ apt-get install -y nodejs
$ npm install -g npm@latest
```

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.0.4",
"version": "1.0.5",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -33,9 +33,9 @@
"author": "Miroslav Pejic",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/integrations": "7.48.0",
"@sentry/node": "7.48.0",
"axios": "^1.3.5",
"@sentry/integrations": "7.49.0",
"@sentry/node": "7.49.0",
"axios": "^1.3.6",
"body-parser": "1.20.2",
"colors": "1.4.0",
"compression": "1.7.4",
@@ -56,6 +56,6 @@
},
"devDependencies": {
"node-fetch": "^2.6.7",
"prettier": "2.8.7"
"prettier": "2.8.8"
}
}

عرض الملف

@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.0.4
* @version 1.0.5
*
*/

عرض الملف

@@ -9,7 +9,7 @@
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.0.4
* @version 1.0.5
*
*/