@fishjam-cloud/ios-expo-voip 0.30.2-rc.0 → 0.30.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishjam-cloud/ios-expo-voip",
3
- "version": "0.30.2-rc.0",
3
+ "version": "0.30.2",
4
4
  "description": "AppDelegate glue for Fishjam VoIP on iOS — registers PushKit at launch and routes Siri/Recents call intents. Install alongside @fishjam-cloud/react-native-client when VoIP options are enabled.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Fishjam Team",
@@ -29,7 +29,7 @@
29
29
  "check:webrtc-published": "node ../../release-automation/check-webrtc-published.mjs"
30
30
  },
31
31
  "peerDependencies": {
32
- "@fishjam-cloud/react-native-webrtc": "0.30.3",
32
+ "@fishjam-cloud/react-native-webrtc": "0.30.5",
33
33
  "expo": "*"
34
34
  },
35
35
  "packageManager": "yarn@4.16.0"