@byteplus/react-native-live-push 1.4.0-rc.0 → 1.4.0
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/lib/commonjs/index.js +2 -2
- package/lib/module/index.js +2 -2
- package/package.json +1 -1
package/lib/commonjs/index.js
CHANGED
|
@@ -26630,7 +26630,7 @@ function initAndroidEnv(config) {
|
|
|
26630
26630
|
.setLicenseUri(config.LicenseUri.android);
|
|
26631
26631
|
androidEnv = builder.build();
|
|
26632
26632
|
EnvHelper.init(androidEnv, {
|
|
26633
|
-
hybrid_ua: "rn|push|".concat("1.
|
|
26633
|
+
hybrid_ua: "rn|push|".concat("1.4.0"),
|
|
26634
26634
|
});
|
|
26635
26635
|
Env.openAppLog(config.openLog);
|
|
26636
26636
|
TTNetManager.initTTNet(context);
|
|
@@ -26642,7 +26642,7 @@ function initAndroidEnv(config) {
|
|
|
26642
26642
|
function initIOSEnv(config) {
|
|
26643
26643
|
return __awaiter(this, void 0, void 0, function () {
|
|
26644
26644
|
return __generator(this, function (_a) {
|
|
26645
|
-
VeLivePushHelper.startWithConfiguration(__assign(__assign({}, config), { LicenseUri: config.LicenseUri.ios, appLogAid: '500808' , hybrid_ua: "rn|push|".concat("1.
|
|
26645
|
+
VeLivePushHelper.startWithConfiguration(__assign(__assign({}, config), { LicenseUri: config.LicenseUri.ios, appLogAid: '500808' , hybrid_ua: "rn|push|".concat("1.4.0") }));
|
|
26646
26646
|
return [2 /*return*/];
|
|
26647
26647
|
});
|
|
26648
26648
|
});
|
package/lib/module/index.js
CHANGED
|
@@ -26628,7 +26628,7 @@ function initAndroidEnv(config) {
|
|
|
26628
26628
|
.setLicenseUri(config.LicenseUri.android);
|
|
26629
26629
|
androidEnv = builder.build();
|
|
26630
26630
|
EnvHelper.init(androidEnv, {
|
|
26631
|
-
hybrid_ua: "rn|push|".concat("1.
|
|
26631
|
+
hybrid_ua: "rn|push|".concat("1.4.0"),
|
|
26632
26632
|
});
|
|
26633
26633
|
Env.openAppLog(config.openLog);
|
|
26634
26634
|
TTNetManager.initTTNet(context);
|
|
@@ -26640,7 +26640,7 @@ function initAndroidEnv(config) {
|
|
|
26640
26640
|
function initIOSEnv(config) {
|
|
26641
26641
|
return __awaiter(this, void 0, void 0, function () {
|
|
26642
26642
|
return __generator(this, function (_a) {
|
|
26643
|
-
VeLivePushHelper.startWithConfiguration(__assign(__assign({}, config), { LicenseUri: config.LicenseUri.ios, appLogAid: '500808' , hybrid_ua: "rn|push|".concat("1.
|
|
26643
|
+
VeLivePushHelper.startWithConfiguration(__assign(__assign({}, config), { LicenseUri: config.LicenseUri.ios, appLogAid: '500808' , hybrid_ua: "rn|push|".concat("1.4.0") }));
|
|
26644
26644
|
return [2 /*return*/];
|
|
26645
26645
|
});
|
|
26646
26646
|
});
|