@ekg.training/ekg-video-player 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +99 -0
- package/README.npm.md +99 -0
- package/dist/ekg_video_player.bundle.js +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ekg.training/ekg-video-player",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "EkgVideoPlayer is a customizable React-based video player library, bundled with Webpack. It supports both direct React integration and plain JavaScript usage.",
|
|
5
5
|
"main": "dist/ekg_video_player.bundle.js",
|
|
6
6
|
"scripts": {
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"react": "^19.1.0",
|
|
59
59
|
"react-dom": "^19.1.0",
|
|
60
60
|
"style-loader": "^4.0.0",
|
|
61
|
+
"tailwind-scrollbar": "^3.1.0",
|
|
61
62
|
"tailwindcss": "^3.0.0",
|
|
62
63
|
"tailwindcss-animate": "^1.0.7",
|
|
63
64
|
"typescript": "^5.8.3",
|