@stream-io/video-react-native-sdk 0.0.1-alpha.237 → 0.0.1-alpha.239

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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.239](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.238...@stream-io/video-react-native-sdk-0.0.1-alpha.239) (2023-07-04)
6
+
7
+
8
+
9
+ ## [0.0.1-alpha.238](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.237...@stream-io/video-react-native-sdk-0.0.1-alpha.238) (2023-07-04)
10
+
11
+
12
+
5
13
  ## [0.0.1-alpha.237](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.236...@stream-io/video-react-native-sdk-0.0.1-alpha.237) (2023-07-03)
6
14
 
7
15
 
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Official React Native SDK for [Stream Video](https://getstream.io/video/docs/)
2
2
  ## 🚧 WARNING This package is not yet stable, it is for internal use only. For more information check out our video product page. 🚧
3
3
 
4
- <img src="/.readme-assets/Github-Graphic-React.jpg" alt="Stream Video for JavaScript Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
4
+ <img src="../../.readme-assets/Github-Graphic-React.jpg" alt="Stream Video for React Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
5
5
 
6
6
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=GetStream_stream-video-js&metric=alert_status&token=fdc1439303911957da9c7ff2ce505f94c3c14d36)](https://sonarcloud.io/summary/new_code?id=GetStream_stream-video-js)
7
7
  [![SDK Releases](https://img.shields.io/github/v/release/GetStream/stream-video-js)](https://github.com/GetStream/stream-video-js/releases)
package/package.json CHANGED
@@ -22,8 +22,8 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@stream-io/i18n": "^0.0.8",
25
- "@stream-io/video-client": "^0.0.31",
26
- "@stream-io/video-react-bindings": "^0.0.33"
25
+ "@stream-io/video-client": "^0.0.32",
26
+ "@stream-io/video-react-bindings": "^0.0.34"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@notifee/react-native": ">=7.7.0",
@@ -85,5 +85,5 @@
85
85
  "typedoc-plugin-markdown": "^3.15.3",
86
86
  "typescript": "^4.9.5"
87
87
  },
88
- "version": "0.0.1-alpha.237"
88
+ "version": "0.0.1-alpha.239"
89
89
  }