@gamelearn/arcade-components 3.21.1 → 3.21.2

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.
@@ -27945,7 +27945,7 @@ const noop$1 = () => {
27945
27945
  if (v && s)
27946
27946
  if (n === "voice" && (l != null && l.id)) {
27947
27947
  const M = P(l);
27948
- k({ voiceId: M, text: e.replace("'", "'") });
27948
+ k({ voiceId: M, text: e == null ? void 0 : e.replace("'", "'") });
27949
27949
  } else
27950
27950
  (n === "file" || !n) && d ? D(d == null ? void 0 : d.url) : x();
27951
27951
  }, [P, k, v, l, e, n, d == null ? void 0 : d.url, d, D, x, s]), F;