@telnyx/react-voice-commons-sdk 0.1.9 → 0.2.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 +6 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG.md
2
2
 
3
+ ## [0.2.0](https://github.com/team-telnyx/react-native-voice-commons/releases/tag/commons-sdk-v0.2.0) (2026-04-01)
4
+
5
+ ### Enhancement
6
+
7
+ - Upgraded low-level SDK dependency from `@telnyx/react-native-voice-sdk@0.4.0` to `@telnyx/react-native-voice-sdk@0.4.1`
8
+
9
+ ### Bug Fixing
10
+
11
+ - Fixed push notification flags not being reset after call action execution, causing subsequent calls to be auto-answered
12
+
3
13
  ## [0.1.9](https://github.com/team-telnyx/react-native-voice-commons/releases/tag/0.1.9) (2026-03-19)
4
14
 
5
15
  ### Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telnyx/react-voice-commons-sdk",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "A high-level, state-agnostic, drop-in module for the Telnyx React Native SDK that simplifies WebRTC voice calling integration",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
@@ -39,7 +39,7 @@
39
39
  "android": "expo run:android",
40
40
  "ios": "expo run:ios",
41
41
  "dev:local": "npm pkg set dependencies.@telnyx/react-native-voice-sdk=file:../package",
42
- "dev:published": "npm pkg set dependencies.@telnyx/react-native-voice-sdk=^0.4.0",
42
+ "dev:published": "npm pkg set \"dependencies.@telnyx/react-native-voice-sdk\"=\">=0.4.1\"",
43
43
  "prepublishOnly": "npm run dev:published && npm install --legacy-peer-deps",
44
44
  "postpublish": "npm run dev:local && npm install --legacy-peer-deps"
45
45
  },
@@ -90,20 +90,23 @@
90
90
  },
91
91
  "dependencies": {
92
92
  "@react-native-community/eslint-config": "^3.2.0",
93
- "@telnyx/react-native-voice-sdk": "^0.4.0",
93
+ "@telnyx/react-native-voice-sdk": ">=0.4.1",
94
94
  "eventemitter3": "^5.0.1",
95
95
  "expo": "~53.0.22",
96
96
  "react-native-voip-push-notification": "^3.3.3",
97
97
  "rxjs": "^7.8.2"
98
98
  },
99
99
  "devDependencies": {
100
+ "@react-native-async-storage/async-storage": "^2.1.0",
100
101
  "@types/jest": "^29.5.0",
101
102
  "@types/react": "~19.0.14",
102
103
  "@types/react-native": "^0.72.8",
103
104
  "@typescript-eslint/eslint-plugin": "^6.0.0",
104
105
  "@typescript-eslint/parser": "^6.0.0",
105
106
  "eslint": "^8.0.0",
107
+ "expo-router": "^5.1.0",
106
108
  "jest": "^29.5.0",
109
+ "prettier": "^3.0.0",
107
110
  "ts-jest": "^29.1.0",
108
111
  "typedoc": "^0.28.14",
109
112
  "typedoc-plugin-markdown": "^4.9.0",