@byteplus/react-native-live-pull 1.0.3-rc.0 → 1.0.3-rc.1

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -1
  3. package/package.json +6 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright 2024 Beijing Volcano Engine Technology Co., Ltd.
3
+ Copyright 2024 BytePlus Pte Ltd.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,2 +1,3 @@
1
- # 火山引擎直播拉流 React Native SDK
1
+ # BytePlus MediaLive React Native SDK
2
2
 
3
+ DOC see [instructions for use](https://docs.byteplus.com/en/docs/byteplus-media-live/docs-integrating-the-broadcast-and-player-sdks-for-rn)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteplus/react-native-live-pull",
3
- "version": "1.0.3-rc.0",
3
+ "version": "1.0.3-rc.1",
4
4
  "peerDependencies": {
5
5
  "react": "*",
6
6
  "react-native": "*"
@@ -8,7 +8,6 @@
8
8
  "main": "lib/commonjs/index.js",
9
9
  "module": "lib/module/index.js",
10
10
  "types": "lib/typescript/index.d.ts",
11
- "license": "MIT",
12
11
  "files": [
13
12
  "android",
14
13
  "ios",
@@ -27,6 +26,9 @@
27
26
  "!**/*.xcframework"
28
27
  ],
29
28
  "author": "vcloud-fe",
30
- "description": "volcengine velive player sdk for react native",
31
- "homepage": "https://www.volcengine.com"
29
+ "description": "BytePlus sdk for react native",
30
+ "homepage": "https://www.byteplus.com/en",
31
+ "devDependencies": {
32
+ "zx": "^8.1.1"
33
+ }
32
34
  }