@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.
@@ -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.3.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.3.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
  });
@@ -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.3.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.3.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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteplus/react-native-live-pull",
3
- "version": "1.4.0-rc.0",
3
+ "version": "1.4.0",
4
4
  "peerDependencies": {
5
5
  "react": "*",
6
6
  "react-native": "*"