Bump to +vtopia1

This commit is contained in:
Derek Schmidt 2022-11-16 07:04:13 -05:00
parent 9bf55ea199
commit e7152df1ae
3 changed files with 16 additions and 10 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## Differences from upstream
### vtopia1
+ Refactor wording involving "live" to "stream" where appropriate (f10a5b0)
+ Utilize VHS and [Owncast latency compensation](https://github.com/owncast/vhs-latency-compensator) (9bf55ea)
## v4.3.0
### Maintenance

View file

@ -1,16 +1,16 @@
{
"name": "peertube-client",
"version": "4.3.0",
"version": "4.3.0+vtopia1",
"private": true,
"license": "AGPL-3.0",
"author": {
"name": "Chocobozzz",
"email": "chocobozzz@framasoft.org",
"url": "http://github.com/Chocobozzz"
"name": "VtopiaLIVE",
"email": "admin@votpia.live",
"url": "https://social.vtopia.live/@staff"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
"url": "git+https://code.vtopia.live/Vtopia/VeeTube.git"
},
"scripts": {
"lint": "npm run lint-ts && npm run lint-scss",

View file

@ -1,7 +1,7 @@
{
"name": "peertube",
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
"version": "4.3.0",
"version": "4.3.0+vtopia1",
"private": true,
"licence": "AGPL-3.0",
"engines": {
@ -12,13 +12,13 @@
"peertube": "dist/server/tools/peertube.js"
},
"author": {
"name": "Chocobozzz",
"email": "chocobozzz@framasoft.org",
"url": "http://github.com/Chocobozzz"
"name": "VtopiaLIVE",
"email": "admin@votpia.live",
"url": "https://social.vtopia.live/@staff"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
"url": "git+https://code.vtopia.live/Vtopia/VeeTube.git"
},
"typings": "*.d.ts",
"scripts": {