@volcengine/veplayer-plugin 2.9.0-rc.1 → 2.9.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/veplayer-plugin",
3
- "version": "2.9.0-rc.1",
3
+ "version": "2.9.1",
4
4
  "main": "./umd/index.production.js",
5
5
  "module": "./esm/index.production.js",
6
6
  "browser": "./umd/index.production.js",
@@ -7646,6 +7646,7 @@
7646
7646
  this._pc.close();
7647
7647
  if (this._media) {
7648
7648
  this._media.srcObject = null;
7649
+ this._media.removeAttribute("src");
7649
7650
  }
7650
7651
  }
7651
7652
  }
@@ -7815,7 +7816,7 @@
7815
7816
  }, {
7816
7817
  key: "version",
7817
7818
  get: function get() {
7818
- return "0.2.1-alpha.42";
7819
+ return "0.2.1-alpha.43";
7819
7820
  }
7820
7821
  }, {
7821
7822
  key: "beforePlayerInit",