@stream-io/video-react-native-sdk 1.4.14 → 1.4.15
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 +9 -0
- package/README.md +1 -1
- 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 +3 -3
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.4.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.14...@stream-io/video-react-native-sdk-1.4.15) (2024-12-11)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `1.12.2`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `1.2.12`
|
|
11
|
+
|
|
12
|
+
* drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
|
|
13
|
+
|
|
5
14
|
## [1.4.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.13...@stream-io/video-react-native-sdk-1.4.14) (2024-12-11)
|
|
6
15
|
|
|
7
16
|
### Dependency Updates
|
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ The monorepo consists of multiple folders, the most important of which are `pack
|
|
|
72
72
|
- The `sample-apps` folder contains the sample apps that are built using the packages from the `packages` folder.
|
|
73
73
|
React Native's most relevant sample app is the `dogfooding` app which is a complete app that implements most of the features of the SDK.
|
|
74
74
|
|
|
75
|
-
- The `
|
|
75
|
+
- The [`docs-content`](https://github.com/GetStream/docs-content/tree/main/chat-sdk/react-native) repo contains the documentation and guides.
|
|
76
76
|
|
|
77
77
|
## **Requirements** 🛠
|
|
78
78
|
|
package/dist/commonjs/version.js
CHANGED
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '1.4.
|
|
1
|
+
export const version = '1.4.15';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.4.
|
|
1
|
+
export declare const version = "1.4.15";
|
|
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.4.
|
|
3
|
+
"version": "1.4.15",
|
|
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": "1.12.
|
|
50
|
-
"@stream-io/video-react-bindings": "1.2.
|
|
49
|
+
"@stream-io/video-client": "1.12.2",
|
|
50
|
+
"@stream-io/video-react-bindings": "1.2.12",
|
|
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 = '1.4.
|
|
1
|
+
export const version = '1.4.15';
|