From 48a1c1c9a51fb8558ebb48897a60e02c996650d8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 18 Sep 2024 14:57:26 +0200 Subject: [PATCH] Update @peertube/embed-api package --- client/src/standalone/embed-player-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/standalone/embed-player-api/package.json b/client/src/standalone/embed-player-api/package.json index 017dccc72..51fa5f51e 100644 --- a/client/src/standalone/embed-player-api/package.json +++ b/client/src/standalone/embed-player-api/package.json @@ -1,7 +1,7 @@ { "name": "@peertube/embed-api", "private": false, - "version": "0.0.7", + "version": "0.1.0", "description": "API to communicate with the PeerTube player embed", "scripts": { "build": "rm -rf ./build ./dist && ../../../node_modules/.bin/tsc && ../../../node_modules/.bin/vite build --mode production --config ./vite.config.mjs"