vidply 1.0.35 → 1.0.36
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/dist/dev/vidply.esm.js +51 -0
- package/dist/dev/vidply.esm.js.map +2 -2
- package/dist/legacy/vidply.js +51 -0
- package/dist/legacy/vidply.js.map +2 -2
- package/dist/legacy/vidply.min.js +1 -1
- package/dist/legacy/vidply.min.meta.json +3 -3
- package/dist/prod/vidply.esm.min.js +3 -3
- package/dist/vidply.css +75 -0
- package/dist/vidply.esm.min.meta.json +3 -3
- package/dist/vidply.min.css +1 -1
- package/package.json +1 -1
- package/src/core/Player.js +74 -0
- package/src/styles/vidply.css +75 -0
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"format": "esm"
|
|
369
369
|
},
|
|
370
370
|
"src/core/Player.js": {
|
|
371
|
-
"bytes":
|
|
371
|
+
"bytes": 225107,
|
|
372
372
|
"imports": [
|
|
373
373
|
{
|
|
374
374
|
"path": "src/utils/EventEmitter.js",
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
"bytesInOutput": 437
|
|
610
610
|
},
|
|
611
611
|
"src/core/Player.js": {
|
|
612
|
-
"bytesInOutput":
|
|
612
|
+
"bytesInOutput": 81950
|
|
613
613
|
},
|
|
614
614
|
"src/controls/ControlBar.js": {
|
|
615
615
|
"bytesInOutput": 65595
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"bytesInOutput": 1877
|
|
640
640
|
}
|
|
641
641
|
},
|
|
642
|
-
"bytes":
|
|
642
|
+
"bytes": 363266
|
|
643
643
|
}
|
|
644
644
|
}
|
|
645
645
|
}
|