@stream-io/video-react-native-sdk 0.1.9 → 0.1.10

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,17 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.1.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.9...@stream-io/video-react-native-sdk-0.1.10) (2023-10-19)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.3.35`
10
+ * `@stream-io/video-react-bindings` updated to version `0.2.36`
11
+
12
+ ### Features
13
+
14
+ * mute screenshare_audio, update to the newest OpenAPI schema ([#1148](https://github.com/GetStream/stream-video-js/issues/1148)) ([81c45a7](https://github.com/GetStream/stream-video-js/commit/81c45a77e6a526de05ce5457357d212fb3e613d9))
15
+
5
16
  ### [0.1.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.8...@stream-io/video-react-native-sdk-0.1.9) (2023-10-18)
6
17
 
7
18
  ### Dependency Updates
package/README.md CHANGED
@@ -124,13 +124,14 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
124
124
  ### 0.4 Milestones
125
125
 
126
126
  - [x] Expo Support
127
- - [ ] Regular Push Notification
128
- - [ ] Speaking while muted
129
127
 
130
128
  ### 0.5 Milestones
131
- - [ ] Landscape Support
129
+ - [x] Regular Push Notification for Vanilla React Native
130
+ - [x] Ringing and Regular Push Notification for Expo
131
+ - [x] Landscape Support
132
+ - [x] Livestream components
133
+ - [ ] Speaking while muted
132
134
  - [ ] PiP
133
- - [ ] Livestream components
134
135
  - [ ] Speaker management (needs docs)
135
136
  - [ ] Audio & Video filters
136
137
  - [ ] Screen-share media track support
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = void 0;
7
- const version = exports.version = '0.1.9';
7
+ const version = exports.version = '0.1.10';
8
8
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["version","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,OAAO"}
1
+ {"version":3,"names":["version","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,QAAQ"}
@@ -1,2 +1,2 @@
1
- export const version = '0.1.9';
1
+ export const version = '0.1.10';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,OAAO"}
1
+ {"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,QAAQ"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.9";
1
+ export declare const version = "0.1.10";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -45,8 +45,8 @@
45
45
  "!**/.*"
46
46
  ],
47
47
  "dependencies": {
48
- "@stream-io/video-client": "^0.3.34",
49
- "@stream-io/video-react-bindings": "^0.2.35",
48
+ "@stream-io/video-client": "^0.3.35",
49
+ "@stream-io/video-react-bindings": "^0.2.36",
50
50
  "intl-pluralrules": "2.0.1",
51
51
  "lodash.merge": "^4.6.2",
52
52
  "react-native-url-polyfill": "1.3.0",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.1.9';
1
+ export const version = '0.1.10';