@stream-io/video-react-native-sdk 0.3.1 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.3.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.1...@stream-io/video-react-native-sdk-0.3.2) (2023-12-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **react-native:** remove postinstall command as it breaks on windows ([90f0b9c](https://github.com/GetStream/stream-video-js/commit/90f0b9ced6aa0c89593cb860a5a5c87d782766ca))
11
+
5
12
  ### [0.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.0...@stream-io/video-react-native-sdk-0.3.1) (2023-11-30)
6
13
 
7
14
 
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  ## **Quick Links**
10
10
 
11
11
  - [Register](https://getstream.io/chat/trial/) to get an API key for Stream Video
12
- - [React Native Video Tutorial](https://getstream.io/video/docs/reactnative/tutorials/video-calling/)
12
+ - [React Native Video Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/video-calling/)
13
13
  - [Sample application](https://github.com/GetStream/stream-video-js/tree/main/sample-apps/react-native/dogfood)
14
14
 
15
15
  ## **What is Stream?**
@@ -18,9 +18,9 @@ Stream allows developers to rapidly deploy scalable feeds, chat messaging and vi
18
18
 
19
19
  With Stream's video components, you can use their SDK to build in-app video calling, audio rooms, audio calls, or live streaming. The best place to get started is with their tutorials:
20
20
 
21
- - [Video & Audio Calling Tutorial](https://getstream.io/video/docs/reactnative/tutorials/video-calling/)
22
- - [Audio Rooms Tutorial](https://getstream.io/video/docs/reactnative/tutorials/audio-room/)
23
- - [Livestreaming Tutorial](https://getstream.io/video/docs/reactnative/tutorials/livestream/)
21
+ - [Video & Audio Calling Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/video-calling/)
22
+ - [Audio Rooms Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/audio-room/)
23
+ - [Livestreaming Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/livestreaming/)
24
24
 
25
25
  Stream provides UI components and state handling that make it easy to build video calling for your app. All calls run on Stream's network of edge servers around the world, ensuring optimal latency and reliability.
26
26
 
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = void 0;
7
- const version = exports.version = '0.3.1';
7
+ const version = exports.version = '0.3.2';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.3.1';
1
+ export const version = '0.3.2';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.3.1";
1
+ export declare const version = "0.3.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -11,7 +11,6 @@
11
11
  "homepage": "https://github.com/GetStream/stream-video-js/tree/main/packages/react-native-sdk#readme",
12
12
  "license": "See license in LICENSE",
13
13
  "scripts": {
14
- "postinstall": "yarn copy-version",
15
14
  "clean": "rimraf dist && rimraf expo-config-plugin/dist",
16
15
  "start": "yarn copy-version && tsc --project tsconfig.json --watch",
17
16
  "build:expo-plugin": "rimraf expo-config-plugin/dist && tsc --project expo-config-plugin/tsconfig.json",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.3.1';
1
+ export const version = '0.3.2';