@stream-io/video-react-native-sdk 0.0.2 → 0.0.4
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,19 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
### [0.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.3...@stream-io/video-react-native-sdk-0.0.4) (2023-09-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **react-native:** missing translations in lobby component ([3dbed69](https://github.com/GetStream/stream-video-js/commit/3dbed692dcbb4b6a948cc1eb41540ab1e7825912))
|
|
11
|
+
|
|
12
|
+
### [0.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.2...@stream-io/video-react-native-sdk-0.0.3) (2023-09-05)
|
|
13
|
+
|
|
14
|
+
### Dependency Updates
|
|
15
|
+
|
|
16
|
+
* `@stream-io/video-client` updated to version `0.1.0`
|
|
17
|
+
* `@stream-io/video-react-bindings` updated to version `0.2.15`
|
|
5
18
|
### [0.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1...@stream-io/video-react-native-sdk-0.0.2) (2023-09-05)
|
|
6
19
|
|
|
7
20
|
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"Reconnecting...": "Reconnecting...",
|
|
9
9
|
"Participants ({{ numberOfParticipants }})": "Participants ({{ numberOfParticipants }})",
|
|
10
10
|
"{{ userName }} is sharing their screen": "{{ userName }} is sharing their screen",
|
|
11
|
+
"{{ numberOfParticipants }} participant(s) are in the call.": "{{ numberOfParticipants }} participant(s) are in the call.",
|
|
12
|
+
"You are about to join a call with id {{ callId }}.": "You are about to join a call with id {{ callId }}.",
|
|
11
13
|
"Microphone Permission Required To Enable Audio": "Microphone permission not granted, can not enable audio",
|
|
12
14
|
"Camera Permission Required To Enable Video": "Camera permission not granted, can not enable video"
|
|
13
15
|
}
|
|
@@ -9,6 +9,8 @@ export declare const translations: {
|
|
|
9
9
|
"Reconnecting...": string;
|
|
10
10
|
"Participants ({{ numberOfParticipants }})": string;
|
|
11
11
|
"{{ userName }} is sharing their screen": string;
|
|
12
|
+
"{{ numberOfParticipants }} participant(s) are in the call.": string;
|
|
13
|
+
"You are about to join a call with id {{ callId }}.": string;
|
|
12
14
|
"Microphone Permission Required To Enable Audio": string;
|
|
13
15
|
"Camera Permission Required To Enable Video": string;
|
|
14
16
|
};
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.0.
|
|
1
|
+
export declare const version = "0.0.4";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.0.
|
|
1
|
+
export const version = '0.0.4';
|
|
2
2
|
//# sourceMappingURL=version.js.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.4",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@stream-io/i18n": "^0.1.1",
|
|
44
|
-
"@stream-io/video-client": "^0.3.
|
|
45
|
-
"@stream-io/video-react-bindings": "^0.2.
|
|
44
|
+
"@stream-io/video-client": "^0.3.14",
|
|
45
|
+
"@stream-io/video-react-bindings": "^0.2.15",
|
|
46
46
|
"intl-pluralrules": "2.0.1",
|
|
47
47
|
"lodash.merge": "^4.6.2",
|
|
48
48
|
"react-native-url-polyfill": "2.0.0",
|
package/src/translations/en.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"Reconnecting...": "Reconnecting...",
|
|
9
9
|
"Participants ({{ numberOfParticipants }})": "Participants ({{ numberOfParticipants }})",
|
|
10
10
|
"{{ userName }} is sharing their screen": "{{ userName }} is sharing their screen",
|
|
11
|
+
"{{ numberOfParticipants }} participant(s) are in the call.": "{{ numberOfParticipants }} participant(s) are in the call.",
|
|
12
|
+
"You are about to join a call with id {{ callId }}.": "You are about to join a call with id {{ callId }}.",
|
|
11
13
|
"Microphone Permission Required To Enable Audio": "Microphone permission not granted, can not enable audio",
|
|
12
14
|
"Camera Permission Required To Enable Video": "Camera permission not granted, can not enable video"
|
|
13
15
|
}
|