@stream-io/video-react-native-sdk 0.0.19 → 0.0.20
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 +5 -6
- 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
|
+
### [0.0.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.19...@stream-io/video-react-native-sdk-0.0.20) (2023-09-25)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/i18n` updated to version `0.1.2`
|
|
10
|
+
* `@stream-io/video-client` updated to version `0.1.0`
|
|
11
|
+
* `@stream-io/video-react-bindings` updated to version `0.2.23`
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Add extra delay before attempting to play video in Safari and Firefox ([#1106](https://github.com/GetStream/stream-video-js/issues/1106)) ([5b4a589](https://github.com/GetStream/stream-video-js/commit/5b4a58918240a7b63807726609d6d54b92cfe1d2))
|
|
16
|
+
|
|
5
17
|
### [0.0.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.18...@stream-io/video-react-native-sdk-0.0.19) (2023-09-20)
|
|
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 = '0.0.
|
|
1
|
+
export const version = '0.0.20';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.0.
|
|
1
|
+
export declare const version = "0.0.20";
|
|
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": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"module": "dist/module/index.js",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"!**/.*"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@stream-io/i18n": "^0.1.
|
|
49
|
-
"@stream-io/video-client": "^0.3.
|
|
50
|
-
"@stream-io/video-react-bindings": "^0.2.
|
|
48
|
+
"@stream-io/i18n": "^0.1.2",
|
|
49
|
+
"@stream-io/video-client": "^0.3.22",
|
|
50
|
+
"@stream-io/video-react-bindings": "^0.2.23",
|
|
51
51
|
"intl-pluralrules": "2.0.1",
|
|
52
52
|
"lodash.merge": "^4.6.2",
|
|
53
53
|
"react-native-url-polyfill": "1.3.0",
|
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
"@types/react-native": "^0.70.4",
|
|
107
107
|
"@types/react-native-incall-manager": "^3.2.1",
|
|
108
108
|
"@types/react-test-renderer": "^18",
|
|
109
|
-
"@types/rimraf": "^3.0.2",
|
|
110
109
|
"jest": "^29.5.0",
|
|
111
110
|
"react-native": "0.71.8",
|
|
112
111
|
"react-native-builder-bob": "^0.21.3",
|
|
@@ -117,7 +116,7 @@
|
|
|
117
116
|
"react-native-svg": "^13.6.0",
|
|
118
117
|
"react-native-voip-push-notification": "3.3.1",
|
|
119
118
|
"react-test-renderer": "^18.2.0",
|
|
120
|
-
"rimraf": "^
|
|
119
|
+
"rimraf": "^5.0.1",
|
|
121
120
|
"ts-jest": "^29.1.0",
|
|
122
121
|
"ts-node": "^10.9.1",
|
|
123
122
|
"typescript": "^4.9.5"
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.0.
|
|
1
|
+
export const version = '0.0.20';
|