@digipair/skill-web-heygen 0.57.6 → 0.57.8

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/index.cjs.js CHANGED
@@ -1943,7 +1943,7 @@ class Heygen extends r {
1943
1943
  this.updateStatus('SESSION_STOPPED');
1944
1944
  }
1945
1945
  render() {
1946
- return x` <video autoplay></video> `;
1946
+ return x` <video src="" autoplay></video> `;
1947
1947
  }
1948
1948
  }
1949
1949
  __decorate([
package/index.esm.js CHANGED
@@ -1939,7 +1939,7 @@ class Heygen extends r {
1939
1939
  this.updateStatus('SESSION_STOPPED');
1940
1940
  }
1941
1941
  render() {
1942
- return x` <video autoplay></video> `;
1942
+ return x` <video src="" autoplay></video> `;
1943
1943
  }
1944
1944
  }
1945
1945
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-heygen",
3
- "version": "0.57.6",
3
+ "version": "0.57.8",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"