@stream-io/video-react-native-sdk 0.2.6 → 0.2.8

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,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.2.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.7...@stream-io/video-react-native-sdk-0.2.8) (2023-11-13)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.4.6`
10
+ * `@stream-io/video-react-bindings` updated to version `0.3.6`
11
+ ### [0.2.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.6...@stream-io/video-react-native-sdk-0.2.7) (2023-11-10)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **react-native:** Cannot find interface declaration for 'RCTEventEmitter' ([#1185](https://github.com/GetStream/stream-video-js/issues/1185)) ([ab0f314](https://github.com/GetStream/stream-video-js/commit/ab0f314bb035529b9b0da27e2c6c6ed17cd4c626))
17
+
5
18
  ### [0.2.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.5...@stream-io/video-react-native-sdk-0.2.6) (2023-11-07)
6
19
 
7
20
  ### Dependency Updates
@@ -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.2.6';
7
+ const version = exports.version = '0.2.8';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.2.6';
1
+ export const version = '0.2.8';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.2.6";
1
+ export declare const version = "0.2.8";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,7 +1,9 @@
1
+ #import <React/RCTEventEmitter.h>
2
+
1
3
  @interface StreamVideoReactNative : RCTEventEmitter <RCTBridgeModule>
2
4
 
3
- -(void)screenShareEventReceived:(NSString*)event;
5
+ - (void)screenShareEventReceived:(NSString *)event;
4
6
 
5
- +(void)setup;
7
+ + (void)setup;
6
8
 
7
9
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -46,8 +46,8 @@
46
46
  "!**/.*"
47
47
  ],
48
48
  "dependencies": {
49
- "@stream-io/video-client": "^0.4.5",
50
- "@stream-io/video-react-bindings": "^0.3.5",
49
+ "@stream-io/video-client": "^0.4.6",
50
+ "@stream-io/video-react-bindings": "^0.3.6",
51
51
  "intl-pluralrules": "2.0.1",
52
52
  "lodash.merge": "^4.6.2",
53
53
  "react-native-url-polyfill": "1.3.0",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.2.6';
1
+ export const version = '0.2.8';