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.js CHANGED
@@ -7212,7 +7212,8 @@ var SHOWCASE_PERSISTENT_TYPES = /* @__PURE__ */ new Set([
7212
7212
  "shape",
7213
7213
  "countdown",
7214
7214
  "qr_code",
7215
- "coming_up_next"
7215
+ "coming_up_next",
7216
+ "score_bug"
7216
7217
  ]);
7217
7218
  function easeOutCubic(t) {
7218
7219
  var u = 1 - t;