@connectedxm/stream-player 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -25589,8 +25589,7 @@ const Ct = {
25589
25589
  controls: !1,
25590
25590
  style: { ...Ct.video, borderRadius: l },
25591
25591
  playsInline: !0,
25592
- autoPlay: !0,
25593
- muted: !0
25592
+ autoPlay: !0
25594
25593
  }
25595
25594
  ),
25596
25595
  !a && /* @__PURE__ */ se.jsx("div", { style: { ...Ct.overlay, borderRadius: l }, children: /* @__PURE__ */ se.jsx("span", { style: Ct.text, children: "Waiting for stream..." }) }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/stream-player",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.es.js",