@stream-io/video-react-native-sdk 1.2.14 → 1.2.16

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.
@@ -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 = '1.2.14';
7
+ const version = exports.version = '1.2.15';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '1.2.14';
1
+ export const version = '1.2.15';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "1.2.14";
1
+ export declare const version = "1.2.15";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>SchemeUserState</key>
6
+ <dict>
7
+ <key>StreamVideoReactNative.xcscheme_^#shared#^_</key>
8
+ <dict>
9
+ <key>orderHint</key>
10
+ <integer>0</integer>
11
+ </dict>
12
+ </dict>
13
+ </dict>
14
+ </plist>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "1.2.14",
3
+ "version": "1.2.16",
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.10.5",
50
- "@stream-io/video-react-bindings": "1.1.16",
49
+ "@stream-io/video-client": "1.11.1",
50
+ "@stream-io/video-react-bindings": "1.1.18",
51
51
  "intl-pluralrules": "2.0.1",
52
52
  "lodash.merge": "^4.6.2",
53
53
  "react-native-url-polyfill": "1.3.0",
@@ -126,7 +126,7 @@
126
126
  "@react-native-firebase/messaging": "17.5.0",
127
127
  "@react-native/eslint-config": "^0.74.84",
128
128
  "@stream-io/react-native-webrtc": "118.1.0",
129
- "@stream-io/video-filters-react-native": "^0.2.4",
129
+ "@stream-io/video-filters-react-native": "workspace:^",
130
130
  "@testing-library/jest-native": "^5.4.2",
131
131
  "@testing-library/react-native": "^12.1.2",
132
132
  "@tsconfig/node14": "14.1.0",
@@ -168,4 +168,4 @@
168
168
  "typescript"
169
169
  ]
170
170
  }
171
- }
171
+ }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '1.2.14';
1
+ export const version = '1.2.15';