mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
done
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -16,7 +16,7 @@ export const SVG_ICONS = {
|
||||
volumeOff: volumeOffSvg,
|
||||
fullscreenEnter: fullscreenEnterSvg,
|
||||
fullscreenExit: fullscreenExitSvg,
|
||||
} as const;
|
||||
};
|
||||
|
||||
// Legacy interface for backward compatibility
|
||||
export interface IconDefinition {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user