Update docker-compose.yml to use the new image path and bump package version to 0.0.9 in package.json

This commit is contained in:
2025-12-17 23:27:44 -05:00
parent 9761c2ab4d
commit 00e2e8ac3c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hls-player",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.9.3",
"typescript": "5.9.3",
"vite": "npm:rolldown-vite@7.2.5"
},
"overrides": {