@stream-io/react-native-callingx 0.5.1 → 0.6.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/react-native-callingx-0.5.1...@stream-io/react-native-callingx-0.6.0) (2026-06-26)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/typescript-config` updated to version `0.1.0`
10
+
11
+ ### Features
12
+
13
+ - upgrade to TypeScript 6.0.3, pin ES2022, raise supported-browser floors ([#2290](https://github.com/GetStream/stream-video-js/issues/2290)) ([d9ea158](https://github.com/GetStream/stream-video-js/commit/d9ea15846582fa8db86b3b873eca2afe92ae3593))
14
+
5
15
  ## [0.5.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/react-native-callingx-0.5.0...@stream-io/react-native-callingx-0.5.1) (2026-06-12)
6
16
 
7
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/react-native-callingx",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "description": "CallKit and Telecom API capabilities for React Native",
5
5
  "main": "./dist/module/index.js",
6
6
  "module": "./dist/module/index.js",
@@ -62,12 +62,13 @@
62
62
  "@react-native-community/cli": "20.1.3",
63
63
  "@react-native/babel-preset": "0.85.3",
64
64
  "@stream-io/react-native-webrtc": "145.0.0",
65
+ "@stream-io/typescript-config": "^0.0.0",
65
66
  "@types/react": "^19.2.15",
66
67
  "del-cli": "^6.0.0",
67
68
  "react": "19.2.3",
68
69
  "react-native": "0.85.3",
69
70
  "react-native-builder-bob": "^0.41.0",
70
- "typescript": "^5.9.3"
71
+ "typescript": "^6.0.3"
71
72
  },
72
73
  "peerDependencies": {
73
74
  "@react-native-firebase/app": ">=23.0.0",