@byteplus/veplayer-plugin 2.6.1-rc.0 → 2.6.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/esm/index.development.js +81340 -82756
- package/esm/index.production.js +3 -3
- package/esm/veplayer.plugin.ad.development.js +2 -1
- package/esm/veplayer.plugin.ad.production.js +1 -1
- package/esm/veplayer.plugin.flv.development.js +31 -11
- package/esm/veplayer.plugin.flv.production.js +1 -1
- package/esm/veplayer.plugin.hls.development.js +2 -2
- package/esm/veplayer.plugin.hls.production.js +1 -1
- package/esm/veplayer.plugin.mp4.development.js +1 -1
- package/esm/veplayer.plugin.mp4.production.js +1 -1
- package/esm/veplayer.plugin.rtm.development.js +1 -1
- package/esm/veplayer.plugin.rtm.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.plugin.ad.development.js +2 -1
- package/umd/veplayer.plugin.ad.production.js +1 -1
- package/umd/veplayer.plugin.flv.development.js +31 -11
- package/umd/veplayer.plugin.flv.production.js +1 -1
- package/umd/veplayer.plugin.hls.development.js +2 -2
- package/umd/veplayer.plugin.hls.production.js +1 -1
- package/umd/veplayer.plugin.mp4.development.js +1 -1
- package/umd/veplayer.plugin.mp4.production.js +1 -1
- package/umd/veplayer.plugin.rtm.development.js +1 -1
- package/umd/veplayer.plugin.rtm.production.js +1 -1
package/package.json
CHANGED
|
@@ -6141,8 +6141,9 @@
|
|
|
6141
6141
|
if (index2 !== -1) {
|
|
6142
6142
|
hooks.splice(index2, 1);
|
|
6143
6143
|
}
|
|
6144
|
+
} else if (__hooks[hookName]) {
|
|
6145
|
+
__hooks[hookName] = null;
|
|
6144
6146
|
}
|
|
6145
|
-
delete __hooks[hookName];
|
|
6146
6147
|
}
|
|
6147
6148
|
function hooksDescriptor(instance) {
|
|
6148
6149
|
var presetHooks = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|