feat: Перенести патч videojs в библиотеку

This commit is contained in:
2026-03-04 17:26:08 +03:00
parent 915c56351b
commit 574f3abf7b
3 changed files with 46 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hublib-web/video-player",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cross-framework video player package for React and Angular",
"license": "MIT",
"type": "module",
@@ -10,7 +10,8 @@
"sideEffects": true,
"files": [
"dist",
"README.md"
"README.md",
"patches"
],
"typesVersions": {
"*": {
@@ -63,7 +64,7 @@
"hls.js": "1.6.14",
"lodash": "4.17.21",
"react-device-detect": "2.2.3",
"video.js": "8.23.4"
"video.js": "patch:video.js@npm:8.23.4#./patches/video.js+8.23.4.patch"
},
"peerDependencies": {
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",