aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-09 11:33:47 +0200
committerChocobozzz <me@florianbigard.com>2022-09-09 11:33:47 +0200
commitf0b70db73fc469e665ffdaf0ea02ae57c380636f (patch)
tree1ffd94f1a457208071de310131d911c36d00f5c1 /client/src/standalone
parent84091608217c0c791b94e4ebcf5b2f4b7307dbd6 (diff)
downloadPeerTube-f0b70db73fc469e665ffdaf0ea02ae57c380636f.tar.gz
PeerTube-f0b70db73fc469e665ffdaf0ea02ae57c380636f.tar.zst
PeerTube-f0b70db73fc469e665ffdaf0ea02ae57c380636f.zip
Update player embed api version
Diffstat (limited to 'client/src/standalone')
-rw-r--r--client/src/standalone/player/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/player/package.json b/client/src/standalone/player/package.json
index ca50da926..b549fbf52 100644
--- a/client/src/standalone/player/package.json
+++ b/client/src/standalone/player/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "@peertube/embed-api", 2 "name": "@peertube/embed-api",
3 "private": false, 3 "private": false,
4 "version": "0.0.5", 4 "version": "0.0.6",
5 "description": "API to communicate with the PeerTube player embed", 5 "description": "API to communicate with the PeerTube player embed",
6 "scripts": { 6 "scripts": {
7 "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js" 7 "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js"