@stream-io/video-react-native-sdk 1.24.5 → 1.24.6
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 +11 -0
- package/dist/commonjs/version.js +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/package.json +6 -6
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.24.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.24.5...@stream-io/video-react-native-sdk-1.24.6) (2025-11-20)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/noise-cancellation-react-native` updated to version `0.4.1`
|
|
10
|
+
- `@stream-io/video-filters-react-native` updated to version `0.9.1`
|
|
11
|
+
- `@stream-io/video-client` updated to version `1.37.2`
|
|
12
|
+
- `@stream-io/video-react-bindings` updated to version `1.11.3`
|
|
13
|
+
|
|
14
|
+
- update react-native to 0.81.5 ([33554fc](https://github.com/GetStream/stream-video-js/commit/33554fc31015f4af57ba19b1f925b19fbfcbe0ea))
|
|
15
|
+
|
|
5
16
|
## [1.24.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.24.4...@stream-io/video-react-native-sdk-1.24.5) (2025-11-17)
|
|
6
17
|
|
|
7
18
|
### Dependency Updates
|
package/dist/commonjs/version.js
CHANGED
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '1.24.
|
|
1
|
+
export const version = '1.24.6';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.24.
|
|
1
|
+
export declare const version = "1.24.6";
|
|
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": "1.24.
|
|
3
|
+
"version": "1.24.6",
|
|
4
4
|
"description": "Stream Video SDK for React Native",
|
|
5
5
|
"author": "https://getstream.io",
|
|
6
6
|
"homepage": "https://getstream.io/video/docs/react-native/",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"!**/.*"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@stream-io/video-client": "1.37.
|
|
49
|
-
"@stream-io/video-react-bindings": "1.11.
|
|
48
|
+
"@stream-io/video-client": "1.37.2",
|
|
49
|
+
"@stream-io/video-react-bindings": "1.11.3",
|
|
50
50
|
"intl-pluralrules": "2.0.1",
|
|
51
51
|
"lodash.merge": "^4.6.2",
|
|
52
52
|
"react-native-url-polyfill": "^3.0.0",
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
"@react-native-community/push-notification-ios": "1.11.0",
|
|
125
125
|
"@react-native-firebase/app": "^23.4.0",
|
|
126
126
|
"@react-native-firebase/messaging": "^23.4.0",
|
|
127
|
-
"@react-native/babel-preset": "^0.81.
|
|
127
|
+
"@react-native/babel-preset": "^0.81.5",
|
|
128
128
|
"@stream-io/noise-cancellation-react-native": "^0.4.1",
|
|
129
129
|
"@stream-io/react-native-webrtc": "137.0.0",
|
|
130
|
-
"@stream-io/video-filters-react-native": "^0.9.
|
|
130
|
+
"@stream-io/video-filters-react-native": "^0.9.1",
|
|
131
131
|
"@testing-library/jest-native": "^5.4.3",
|
|
132
132
|
"@testing-library/react-native": "13.3.3",
|
|
133
133
|
"@tsconfig/node18": "^18.2.4",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"expo-notifications": "~0.32.12",
|
|
142
142
|
"jest": "^29.7.0",
|
|
143
143
|
"react": "19.1.0",
|
|
144
|
-
"react-native": "^0.81.
|
|
144
|
+
"react-native": "^0.81.5",
|
|
145
145
|
"react-native-builder-bob": "~0.23",
|
|
146
146
|
"react-native-callkeep": "^4.3.16",
|
|
147
147
|
"react-native-gesture-handler": "^2.28.0",
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '1.24.
|
|
1
|
+
export const version = '1.24.6';
|