From 4b4aa2621549a783c03e3e53d55569870bc659ac Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 5 Nov 2024 18:21:05 -0500 Subject: [PATCH] update --- package.json | 5 +++-- test/astro.config.mjs | 5 ++++- test/src/pages/index.astro | 6 +++++- test/src/pages/live.astro | 4 ++++ test/src/pages/milieu.astro | 2 +- test/src/pages/multi.astro | 4 ++++ test/src/pages/with-separate-audio.astro | 10 +++++++--- 7 files changed, 28 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 58c7c52..5ceca43 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,13 @@ "keywords": [ "astro-component", "withastro", - "video-player", + "video", + "player", "hls-support", "live-streaming" ], "type": "module", - "version": "0.4.6", + "version": "0.4.61", "exports": { ".": "./index.ts" }, diff --git a/test/astro.config.mjs b/test/astro.config.mjs index d9e95be..76f4047 100644 --- a/test/astro.config.mjs +++ b/test/astro.config.mjs @@ -7,5 +7,8 @@ export default defineConfig({ hmr: false } }, - integrations: [vue()] + integrations: [vue()], + devToolbar: { + enabled: false + } }); \ No newline at end of file diff --git a/test/src/pages/index.astro b/test/src/pages/index.astro index f6d01b4..6600059 100644 --- a/test/src/pages/index.astro +++ b/test/src/pages/index.astro @@ -50,7 +50,7 @@ import {

Subtitles shown are part of the video itself, not the player.

-