@stream-io/video-react-native-sdk 0.7.9 → 0.7.10

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,12 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.7.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.9...@stream-io/video-react-native-sdk-0.7.10) (2024-05-23)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.0.8`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.34`
5
11
  ### [0.7.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.8...@stream-io/video-react-native-sdk-0.7.9) (2024-05-22)
6
12
 
7
13
 
@@ -26,7 +26,7 @@ class StreamVideoReactNativeModule(reactContext: ReactApplicationContext) : Reac
26
26
 
27
27
  override fun initialize() {
28
28
  super.initialize()
29
- StreamVideoReactNative.pipListeners.add {isInPictureInPictureMode ->
29
+ StreamVideoReactNative.pipListeners.add { isInPictureInPictureMode ->
30
30
  reactApplicationContext.getJSModule(
31
31
  RCTDeviceEventEmitter::class.java
32
32
  ).emit(PIP_CHANGE_EVENT, isInPictureInPictureMode)
@@ -71,9 +71,9 @@ class StreamVideoReactNativeModule(reactContext: ReactApplicationContext) : Reac
71
71
  }
72
72
  }
73
73
 
74
- override fun onCatalystInstanceDestroy() {
75
- StreamVideoReactNative.pipListeners.clear()
76
- super.onCatalystInstanceDestroy()
74
+ override fun invalidate() {
75
+ StreamVideoReactNative.pipListeners.clear();
76
+ super.invalidate()
77
77
  }
78
78
 
79
79
  @ReactMethod
@@ -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.7.9';
7
+ const version = exports.version = '0.7.10';
8
8
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["version","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,OAAO"}
1
+ {"version":3,"names":["version","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,QAAQ"}
@@ -1,2 +1,2 @@
1
- export const version = '0.7.9';
1
+ export const version = '0.7.10';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,OAAO"}
1
+ {"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,QAAQ"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.7.9";
1
+ export declare const version = "0.7.10";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.7.9",
3
+ "version": "0.7.10",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -45,8 +45,8 @@
45
45
  "!**/.*"
46
46
  ],
47
47
  "dependencies": {
48
- "@stream-io/video-client": "^1.0.7",
49
- "@stream-io/video-react-bindings": "^0.4.33",
48
+ "@stream-io/video-client": "^1.0.8",
49
+ "@stream-io/video-react-bindings": "^0.4.34",
50
50
  "intl-pluralrules": "2.0.1",
51
51
  "lodash.merge": "^4.6.2",
52
52
  "react-native-url-polyfill": "1.3.0",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.7.9';
1
+ export const version = '0.7.10';