@byteplus/veplayer-plugin 2.3.1-rc.0 → 2.3.1-rc.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": "@byteplus/veplayer-plugin",
3
- "version": "2.3.1-rc.0",
3
+ "version": "2.3.1-rc.1",
4
4
  "main": "./umd/index.production.js",
5
5
  "module": "./esm/index.production.js",
6
6
  "browser": "./umd/index.production.js",
package/umd/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const flv: any;
2
2
  export const mp4: any;
3
3
  export const hls: any;
4
+ export const hlsjs: any;
4
5
  export const rtm: any;
5
6
  export const shaka: any;
6
7
  export const xgvideo: any;