@byteplus/vepusher 2.0.4-rc.13 → 2.0.4-rc.14
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/index.es.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8913,7 +8913,7 @@ class ov {
|
|
|
8913
8913
|
page_path_fe: window.location.pathname || "unknown",
|
|
8914
8914
|
page_host_fe: window.location.hostname || "unknown",
|
|
8915
8915
|
sdk_version: "2.0.3",
|
|
8916
|
-
build_version: "1.0.0.
|
|
8916
|
+
build_version: "1.0.0.131",
|
|
8917
8917
|
...n
|
|
8918
8918
|
}
|
|
8919
8919
|
};
|
|
@@ -16464,7 +16464,7 @@ class lS extends bu {
|
|
|
16464
16464
|
e();
|
|
16465
16465
|
}
|
|
16466
16466
|
async reconnect(e) {
|
|
16467
|
-
if (this.pushMode === "rtm"
|
|
16467
|
+
if (this.pushMode === "rtm")
|
|
16468
16468
|
return this.startPush(e, {
|
|
16469
16469
|
isReconnect: !0,
|
|
16470
16470
|
whipConfig: this._whipConfig
|