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.
@@ -7200,7 +7200,8 @@ var SHOWCASE_PERSISTENT_TYPES = /* @__PURE__ */ new Set([
7200
7200
  "shape",
7201
7201
  "countdown",
7202
7202
  "qr_code",
7203
- "coming_up_next"
7203
+ "coming_up_next",
7204
+ "score_bug"
7204
7205
  ]);
7205
7206
  function easeOutCubic(t) {
7206
7207
  var u = 1 - t;