From f3334642ed45aa315e0091e601b92e9c9d8a8a7a Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 1 Dec 2024 23:25:58 +0100 Subject: [PATCH] [mirotalkbro] - update dep --- CODE_OF_CONDUCT.md | 28 ++++++++++++++-------------- README.md | 10 +++++----- app/server.js | 2 +- package.json | 6 +++--- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e68a1ec..56e6000 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -35,23 +35,23 @@ socioeconomic status, or other similar personal characteristics. Examples of behavior that contributes to creating a positive environment include: -- Using welcoming and inclusive language -- Being respectful of differing viewpoints and experiences -- Gracefully accepting constructive criticism -- Focusing on what is best for the community -- Showing empathy toward other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy toward other community members Examples of unacceptable behavior by participants include: -- The use of sexualized language or imagery and unwelcome sexual attention or - advances -- Personal attacks, insulting/derogatory comments, or trolling -- Public or private harassment -- Publishing, or threatening to publish, others' private information—such as - a physical or electronic address—without explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting -- Advocating for or encouraging any of the above behaviors +- The use of sexualized language or imagery and unwelcome sexual attention or + advances +- Personal attacks, insulting/derogatory comments, or trolling +- Public or private harassment +- Publishing, or threatening to publish, others' private information—such as + a physical or electronic address—without explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting +- Advocating for or encouraging any of the above behaviors ## Our Responsibilities diff --git a/README.md b/README.md index d1d406f..da398a0 100644 --- a/README.md +++ b/README.md @@ -158,10 +158,10 @@ Embedding MiroTalk Live Broadcast into a service or app using an iframe.
-- [Install your own Stun/Turn](./docs/coturn.md) -- [Ngrok](./docs/ngrok.md) -- [How to Self-hosting](./docs/self-hosting.md) -- [Rest API](./app/api/README.md) +- [Install your own Stun/Turn](./docs/coturn.md) +- [Ngrok](./docs/ngrok.md) +- [How to Self-hosting](./docs/self-hosting.md) +- [Rest API](./app/api/README.md) @@ -170,7 +170,7 @@ Embedding MiroTalk Live Broadcast into a service or app using an iframe.
-- Gabriel Tanner [webrtc-broadcast-logic](https://gabrieltanner.org/blog/webrtc-video-broadcast/) +- Gabriel Tanner [webrtc-broadcast-logic](https://gabrieltanner.org/blog/webrtc-video-broadcast/) diff --git a/app/server.js b/app/server.js index 79de6aa..0dfc0fb 100644 --- a/app/server.js +++ b/app/server.js @@ -8,7 +8,7 @@ * @license For open source under AGPL-3.0 * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.0.61 + * @version 1.0.62 */ require('dotenv').config(); diff --git a/package.json b/package.json index 6f01b85..3c2803b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalkbro", - "version": "1.0.61", + "version": "1.0.62", "description": "P2P WebRTC audio, video and screen live broadcast", "main": "app/server.js", "scripts": { @@ -23,7 +23,7 @@ "author": "Miroslav Pejic", "license": "AGPLv3", "dependencies": { - "@sentry/node": "^8.40.0", + "@sentry/node": "^8.41.0", "compression": "^1.7.5", "cors": "^2.8.5", "dotenv": "^16.4.5", @@ -37,6 +37,6 @@ "devDependencies": { "node-fetch": "^3.3.2", "nodemon": "^3.1.7", - "prettier": "3.3.3" + "prettier": "3.4.1" } }