@byteplus/react-native-live-pull 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
|
@@ -14446,7 +14446,7 @@ function initAndroidEnv(config) {
|
|
|
14446
14446
|
.setLicenseUri(config.LicenseUri.android);
|
|
14447
14447
|
androidEnv = builder.build();
|
|
14448
14448
|
EnvHelper.init(androidEnv, {
|
|
14449
|
-
hybrid_ua: "rn|pull|".concat("1.
|
|
14449
|
+
hybrid_ua: "rn|pull|".concat("1.4.0"),
|
|
14450
14450
|
});
|
|
14451
14451
|
Env.openAppLog(config.openLog);
|
|
14452
14452
|
return [2 /*return*/];
|
|
@@ -14457,7 +14457,7 @@ function initAndroidEnv(config) {
|
|
|
14457
14457
|
function initIOSEnv(config) {
|
|
14458
14458
|
return __awaiter(this, void 0, void 0, function () {
|
|
14459
14459
|
return __generator(this, function (_a) {
|
|
14460
|
-
VeLivePlayerHelper.startWithConfiguration(__assign(__assign({}, config), { LicenseUri: config.LicenseUri.ios, appLogAid: '500808' , hybrid_ua: "rn|pull|".concat("1.
|
|
14460
|
+
VeLivePlayerHelper.startWithConfiguration(__assign(__assign({}, config), { LicenseUri: config.LicenseUri.ios, appLogAid: '500808' , hybrid_ua: "rn|pull|".concat("1.4.0") }));
|
|
14461
14461
|
return [2 /*return*/];
|
|
14462
14462
|
});
|
|
14463
14463
|
});
|
package/lib/module/index.js
CHANGED
|
@@ -14444,7 +14444,7 @@ function initAndroidEnv(config) {
|
|
|
14444
14444
|
.setLicenseUri(config.LicenseUri.android);
|
|
14445
14445
|
androidEnv = builder.build();
|
|
14446
14446
|
EnvHelper.init(androidEnv, {
|
|
14447
|
-
hybrid_ua: "rn|pull|".concat("1.
|
|
14447
|
+
hybrid_ua: "rn|pull|".concat("1.4.0"),
|
|
14448
14448
|
});
|
|
14449
14449
|
Env.openAppLog(config.openLog);
|
|
14450
14450
|
return [2 /*return*/];
|
|
@@ -14455,7 +14455,7 @@ function initAndroidEnv(config) {
|
|
|
14455
14455
|
function initIOSEnv(config) {
|
|
14456
14456
|
return __awaiter(this, void 0, void 0, function () {
|
|
14457
14457
|
return __generator(this, function (_a) {
|
|
14458
|
-
VeLivePlayerHelper.startWithConfiguration(__assign(__assign({}, config), { LicenseUri: config.LicenseUri.ios, appLogAid: '500808' , hybrid_ua: "rn|pull|".concat("1.
|
|
14458
|
+
VeLivePlayerHelper.startWithConfiguration(__assign(__assign({}, config), { LicenseUri: config.LicenseUri.ios, appLogAid: '500808' , hybrid_ua: "rn|pull|".concat("1.4.0") }));
|
|
14459
14459
|
return [2 /*return*/];
|
|
14460
14460
|
});
|
|
14461
14461
|
});
|