@applooma/rtc-react-native 0.1.0 → 0.2.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 (4) hide show
  1. package/README.md +109 -0
  2. package/dist/index.js +8 -29819
  3. package/dist/index.mjs +9 -29815
  4. package/package.json +7 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applooma/rtc-react-native",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "AppLooma RTC React Native SDK \u2014 real-time voice, video, live streaming and audio rooms",
5
5
  "license": "MIT",
6
6
  "author": "AppLooma LLC",
@@ -18,23 +18,21 @@
18
18
  "build": "tsup",
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
- "dependencies": {
22
- "@livekit/react-native": "^2.5.0",
23
- "@livekit/react-native-webrtc": "^144.1.2"
24
- },
25
21
  "peerDependencies": {
22
+ "@applooma/rtc-native-core": "^2.12.0",
23
+ "@applooma/rtc-native-webrtc": "^144.1.2",
26
24
  "react": ">=18",
27
25
  "react-native": ">=0.73"
28
26
  },
29
27
  "devDependencies": {
30
- "@livekit/react-native": "^2.5.0",
31
- "@livekit/react-native-webrtc": "^144.1.2",
28
+ "@applooma/rtc-native-core": "^2.12.0",
29
+ "@applooma/rtc-native-webrtc": "^144.1.2",
32
30
  "@types/react": "^18.3.0",
31
+ "livekit-client": "^2.6.0",
33
32
  "react": "^18.3.0",
34
33
  "react-native": "^0.76.0",
35
34
  "tsup": "^8.0.0",
36
- "typescript": "^5.6.0",
37
- "livekit-client": "^2.6.0"
35
+ "typescript": "^5.6.0"
38
36
  },
39
37
  "keywords": [
40
38
  "react-native",