@volcengine/veplayer-plugin 2.3.0-rc.0 → 2.3.0-rc.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.
- package/esm/index.development.js +25 -17
- package/esm/index.production.js +1 -1
- package/package.json +1 -4
- package/umd/index.development.js +12 -7
- package/umd/index.production.js +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volcengine/veplayer-plugin",
|
|
3
|
-
"version": "2.3.0-rc.
|
|
4
|
-
"peerDependencies": {
|
|
5
|
-
"@byted/veplayer": "2.3.0-rc.0"
|
|
6
|
-
},
|
|
3
|
+
"version": "2.3.0-rc.2",
|
|
7
4
|
"main": "./umd/index.production.js",
|
|
8
5
|
"module": "./esm/index.production.js",
|
|
9
6
|
"browser": "./umd/index.production.js",
|
package/umd/index.development.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(function(global2, factory) {
|
|
2
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports
|
|
3
|
-
})(this, function(exports2
|
|
2
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.__VEPLAYER_PLUGINS__ = {}));
|
|
3
|
+
})(this, function(exports2) {
|
|
4
4
|
"use strict";var __defProp = Object.defineProperty;
|
|
5
5
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
6
|
var __publicField = (obj, key, value) => {
|
|
@@ -12922,7 +12922,8 @@ var __publicField = (obj, key, value) => {
|
|
|
12922
12922
|
}]);
|
|
12923
12923
|
return Adaptive2;
|
|
12924
12924
|
}(BasePlugin);
|
|
12925
|
-
const
|
|
12925
|
+
const DynamicModule$4 = window["VePlayer"].DynamicModule;
|
|
12926
|
+
const __PLUGIN_NAME__$4 = DynamicModule$4.PluginFlv;
|
|
12926
12927
|
var flv = /* @__PURE__ */ Object.freeze({
|
|
12927
12928
|
__proto__: null,
|
|
12928
12929
|
Adaptive,
|
|
@@ -17050,7 +17051,8 @@ var __publicField = (obj, key, value) => {
|
|
|
17050
17051
|
}]);
|
|
17051
17052
|
return RtsPlugin2;
|
|
17052
17053
|
}(BasePlugin);
|
|
17053
|
-
const
|
|
17054
|
+
const DynamicModule$3 = window["VePlayer"].DynamicModule;
|
|
17055
|
+
const __PLUGIN_NAME__$3 = DynamicModule$3.PluginRtm;
|
|
17054
17056
|
var rtm = /* @__PURE__ */ Object.freeze({
|
|
17055
17057
|
__proto__: null,
|
|
17056
17058
|
RtmPlugin: RtsPlugin,
|
|
@@ -30050,7 +30052,8 @@ var __publicField = (obj, key, value) => {
|
|
|
30050
30052
|
}(BasePlugin);
|
|
30051
30053
|
_defineProperty$a(HlsPlugin, "Hls", Hls);
|
|
30052
30054
|
_defineProperty$a(HlsPlugin, "EVENT", Event$1);
|
|
30053
|
-
const
|
|
30055
|
+
const DynamicModule$2 = window["VePlayer"].DynamicModule;
|
|
30056
|
+
const __PLUGIN_NAME__$2 = DynamicModule$2.PluginHls;
|
|
30054
30057
|
var hls = /* @__PURE__ */ Object.freeze({
|
|
30055
30058
|
__proto__: null,
|
|
30056
30059
|
HlsPlugin,
|
|
@@ -49570,7 +49573,8 @@ var __publicField = (obj, key, value) => {
|
|
|
49570
49573
|
customElements.get(getEleName()) || customElements.define(getEleName(), XGVideo);
|
|
49571
49574
|
} catch (e) {
|
|
49572
49575
|
}
|
|
49573
|
-
const
|
|
49576
|
+
const DynamicModule$1 = window["VePlayer"].DynamicModule;
|
|
49577
|
+
const __PLUGIN_NAME__$1 = DynamicModule$1.PluginXgvideo;
|
|
49574
49578
|
var xgvideo = /* @__PURE__ */ Object.freeze({
|
|
49575
49579
|
__proto__: null,
|
|
49576
49580
|
XGVideoPlugin: XGVideo,
|
|
@@ -49936,7 +49940,8 @@ var __publicField = (obj, key, value) => {
|
|
|
49936
49940
|
data2.serverCertificatePath && (this.serverCertificatePath = data2.serverCertificatePath);
|
|
49937
49941
|
}
|
|
49938
49942
|
}
|
|
49939
|
-
const
|
|
49943
|
+
const DynamicModule = window["VePlayer"].DynamicModule;
|
|
49944
|
+
const __PLUGIN_NAME__ = DynamicModule.PluginDrm;
|
|
49940
49945
|
var drm = /* @__PURE__ */ Object.freeze({
|
|
49941
49946
|
__proto__: null,
|
|
49942
49947
|
DrmPlugin,
|