@stream-io/video-react-native-sdk 0.0.1-alpha.299 → 0.0.1-alpha.301

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,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.301](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.300...@stream-io/video-react-native-sdk-0.0.1-alpha.301) (2023-07-17)
6
+
7
+
8
+
9
+ ## [0.0.1-alpha.300](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.299...@stream-io/video-react-native-sdk-0.0.1-alpha.300) (2023-07-17)
10
+
11
+
12
+
5
13
  ## [0.0.1-alpha.299](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.298...@stream-io/video-react-native-sdk-0.0.1-alpha.299) (2023-07-17)
6
14
 
7
15
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.0.1-alpha.299";
1
+ export declare const version = "0.0.1-alpha.301";
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.0.1-alpha.299';
4
+ exports.version = '0.0.1-alpha.301';
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.0.1-alpha.299",
3
+ "version": "0.0.1-alpha.301",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "See license in LICENSE",
8
8
  "scripts": {
9
9
  "clean": "rimraf dist",
10
- "start": "tsc --project tsconfig.json --watch",
10
+ "start": "yarn copy-version && tsc --project tsconfig.json --watch",
11
11
  "build": "yarn clean && yarn copy-version && tsc --project tsconfig.json",
12
12
  "test": "jest --coverage",
13
13
  "copy-version": "echo \"export const version = '$npm_package_version';\" > ./version.ts"
@@ -23,8 +23,8 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@stream-io/i18n": "^0.0.8",
26
- "@stream-io/video-client": "^0.0.50",
27
- "@stream-io/video-react-bindings": "^0.0.52"
26
+ "@stream-io/video-client": "^0.0.51",
27
+ "@stream-io/video-react-bindings": "^0.0.53"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@notifee/react-native": ">=7.7.0",