stormcloud-video-player 0.7.47 → 0.7.48

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/lib/index.cjs CHANGED
@@ -7384,7 +7384,8 @@ var SHOWCASE_PERSISTENT_TYPES = /* @__PURE__ */ new Set([
7384
7384
  "shape",
7385
7385
  "countdown",
7386
7386
  "qr_code",
7387
- "coming_up_next"
7387
+ "coming_up_next",
7388
+ "score_bug"
7388
7389
  ]);
7389
7390
  function easeOutCubic(t) {
7390
7391
  var u = 1 - t;