Bump v11.0.0 + npm audit fix.

This commit is contained in:
John Livingston 2024-09-03 14:42:14 +02:00
parent 8e0f239993
commit 575703a7e5
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
4 changed files with 2697 additions and 2238 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 11.0.0 (Not Released Yet)
## 11.0.0
### Importante Notes

View File

@ -27,6 +27,11 @@ CONVERSE_COMMIT="9952046d580bc2930e29833f4c9987a3d4c95bc2"
# CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
# CONVERSE_COMMIT="xxxx"
# 2024-09-03: include badges short label and quick fix for sendMessage button
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
CONVERSE_VERSION="livechat-11.0.0"
CONVERSE_COMMIT=""
rootdir="$(pwd)"
src_dir="$rootdir/conversejs"
converse_src_dir="$rootdir/vendor/conversejs-$CONVERSE_VERSION"

4926
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...",
"version": "10.3.3",
"version": "11.0.0",
"license": "AGPL-3.0",
"author": {
"name": "John Livingston",