This commit is contained in:
Rahim
2025-09-23 00:57:47 +10:00
parent 3065115cf9
commit 68666d0901
28 changed files with 4713 additions and 7180 deletions
+1
View File
@@ -35,6 +35,7 @@
"rollup": "^4.0.0",
"rollup-plugin-string": "^3.0.0",
"tslib": "^2.6.0",
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"publishConfig": {
+1 -1
View File
@@ -16,7 +16,7 @@ export const SVG_ICONS = {
volumeOff: volumeOffSvg,
fullscreenEnter: fullscreenEnterSvg,
fullscreenExit: fullscreenExitSvg,
} as const;
};
// Legacy interface for backward compatibility
export interface IconDefinition {
+4 -3
View File
@@ -32,11 +32,12 @@
"nanostores": "^1.0.1"
},
"devDependencies": {
"rollup": "^4.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"rollup": "^4.0.0",
"tslib": "^2.6.0",
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"publishConfig": {
+2 -1
View File
@@ -29,9 +29,10 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/playback-engine": "*"
"@vjs-10/playback-engine": "workspace:*"
},
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"publishConfig": {
@@ -33,6 +33,7 @@
"hls.js": "^1.6.7"
},
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"publishConfig": {