Update @peertube/peertube-types to 4.2.2:

* using a stable version (4.2.2)
* minimum Peertube version is now 4.2.0
* removing some type customizations

Related to issue #122.

Note: there are still some quirks. See: https://github.com/Chocobozzz/PeerTube/issues/5446
This commit is contained in:
John Livingston
2022-12-07 16:55:44 +01:00
parent ed3f236120
commit 901d1e96ab
6 changed files with 1558 additions and 1090 deletions

View File

@ -1,7 +1,7 @@
{
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.",
"version": "6.0.0",
"version": "6.1.0",
"license": "AGPL-3.0",
"author": {
"name": "John Livingston",
@ -40,7 +40,7 @@
"validate-color": "^2.2.1"
},
"devDependencies": {
"@peertube/peertube-types": "^4.0.0-beta.3",
"@peertube/peertube-types": "^4.2.2",
"@purtuga/esm-webpack-plugin": "^1.5.0",
"@tsconfig/node12": "^1.0.9",
"@types/async": "^3.2.9",
@ -71,7 +71,7 @@
"webpack-cli": "^3.3.12"
},
"engine": {
"peertube": ">=3.2.0"
"peertube": ">=4.3.0"
},
"engines": {
"npm": ">=7"