@besovideo/webrtc-player 0.8.42 → 0.8.43
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/dist/main.browser.js +2 -2
- package/dist/main.es.js +2 -2
- package/package.json +1 -1
package/dist/main.browser.js
CHANGED
|
@@ -77,7 +77,7 @@ var bvPlayerCore = (() => {
|
|
|
77
77
|
};
|
|
78
78
|
|
|
79
79
|
// <define:process.env>
|
|
80
|
-
var define_process_env_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.
|
|
80
|
+
var define_process_env_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.43", PROJECT_NAMESPACE: "bvplayer" };
|
|
81
81
|
|
|
82
82
|
// node_modules/@shirtiny/logger/dist/main.es.js
|
|
83
83
|
var _ = Object.defineProperty;
|
|
@@ -9729,7 +9729,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
9729
9729
|
return __async(this, null, function* () {
|
|
9730
9730
|
if (!this._isInClose) {
|
|
9731
9731
|
this._isInClose = true;
|
|
9732
|
-
|
|
9732
|
+
this.dispatch("close");
|
|
9733
9733
|
this.closeWebrtc();
|
|
9734
9734
|
}
|
|
9735
9735
|
});
|
package/dist/main.es.js
CHANGED
|
@@ -71,7 +71,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
71
71
|
};
|
|
72
72
|
|
|
73
73
|
// <define:process.env>
|
|
74
|
-
var define_process_env_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.
|
|
74
|
+
var define_process_env_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.43", PROJECT_NAMESPACE: "bvplayer" };
|
|
75
75
|
|
|
76
76
|
// node_modules/@shirtiny/logger/dist/main.es.js
|
|
77
77
|
var _ = Object.defineProperty;
|
|
@@ -9713,7 +9713,7 @@ var PlayerPlugin = class extends Plugin {
|
|
|
9713
9713
|
return __async(this, null, function* () {
|
|
9714
9714
|
if (!this._isInClose) {
|
|
9715
9715
|
this._isInClose = true;
|
|
9716
|
-
|
|
9716
|
+
this.dispatch("close");
|
|
9717
9717
|
this.closeWebrtc();
|
|
9718
9718
|
}
|
|
9719
9719
|
});
|