@stream-io/video-react-native-sdk 1.36.0 → 1.36.1
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 +12 -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 +7 -7
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.36.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.36.0...@stream-io/video-react-native-sdk-1.36.1) (2026-05-26)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/noise-cancellation-react-native` updated to version `0.7.0`
|
|
10
|
+
- `@stream-io/react-native-callingx` updated to version `0.3.1`
|
|
11
|
+
- `@stream-io/video-filters-react-native` updated to version `0.12.3`
|
|
12
|
+
- `@stream-io/video-client` updated to version `1.51.0`
|
|
13
|
+
- `@stream-io/video-react-bindings` updated to version `1.16.1`
|
|
14
|
+
|
|
15
|
+
- pinned rn version ([#2259](https://github.com/GetStream/stream-video-js/issues/2259)) ([04d192e](https://github.com/GetStream/stream-video-js/commit/04d192ed9aca73705fd5eefa8184e29ebc778eea))
|
|
16
|
+
|
|
5
17
|
## [1.36.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.35.0...@stream-io/video-react-native-sdk-1.36.0) (2026-05-25)
|
|
6
18
|
|
|
7
19
|
### Dependency Updates
|
package/dist/commonjs/version.js
CHANGED
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '1.36.
|
|
1
|
+
export const version = '1.36.1';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.36.
|
|
1
|
+
export declare const version = "1.36.1";
|
|
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.36.
|
|
3
|
+
"version": "1.36.1",
|
|
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/",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"!**/.*"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@stream-io/video-client": "1.
|
|
54
|
-
"@stream-io/video-react-bindings": "1.16.
|
|
53
|
+
"@stream-io/video-client": "1.51.0",
|
|
54
|
+
"@stream-io/video-react-bindings": "1.16.1",
|
|
55
55
|
"intl-pluralrules": "2.0.1",
|
|
56
56
|
"react-native-url-polyfill": "^3.0.0",
|
|
57
57
|
"rxjs": "~7.8.2",
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
"@react-native-community/netinfo": "11.4.1",
|
|
115
115
|
"@react-native-firebase/app": "^23.4.0",
|
|
116
116
|
"@react-native-firebase/messaging": "^23.4.0",
|
|
117
|
-
"@react-native/babel-preset": "
|
|
117
|
+
"@react-native/babel-preset": "0.81.5",
|
|
118
118
|
"@stream-io/noise-cancellation-react-native": "^0.7.0",
|
|
119
|
-
"@stream-io/react-native-callingx": "^0.3.
|
|
119
|
+
"@stream-io/react-native-callingx": "^0.3.1",
|
|
120
120
|
"@stream-io/react-native-webrtc": "137.2.0",
|
|
121
|
-
"@stream-io/video-filters-react-native": "^0.12.
|
|
121
|
+
"@stream-io/video-filters-react-native": "^0.12.3",
|
|
122
122
|
"@testing-library/jest-native": "^5.4.3",
|
|
123
123
|
"@testing-library/react-native": "13.3.3",
|
|
124
124
|
"@tsconfig/node18": "^18.2.4",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"expo-notifications": "~0.32.12",
|
|
132
132
|
"jest": "^29.7.0",
|
|
133
133
|
"react": "19.1.0",
|
|
134
|
-
"react-native": "
|
|
134
|
+
"react-native": "0.81.5",
|
|
135
135
|
"react-native-builder-bob": "~0.23",
|
|
136
136
|
"react-native-gesture-handler": "^2.28.0",
|
|
137
137
|
"react-native-reanimated": "~4.1.2",
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '1.36.
|
|
1
|
+
export const version = '1.36.1';
|