sarvam-conv-ai-sdk 0.0.7 → 0.0.8

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sarvam-conv-ai-sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "TypeScript SDK for Sarvam Conversational AI",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -27,7 +27,9 @@
27
27
  },
28
28
  "peerDependencies": {
29
29
  "node": ">=18.0.0",
30
- "ws": "^8.18.0"
30
+ "ws": "^8.18.0",
31
+ "react-native": ">=0.75.0",
32
+ "react-native-audio-api": ">=0.11.0"
31
33
  },
32
34
  "peerDependenciesMeta": {
33
35
  "ws": {
@@ -36,13 +38,7 @@
36
38
  "react-native": {
37
39
  "optional": true
38
40
  },
39
- "react-native-audio-recorder-player": {
40
- "optional": true
41
- },
42
- "react-native-fs": {
43
- "optional": true
44
- },
45
- "react-native-sound": {
41
+ "react-native-audio-api": {
46
42
  "optional": true
47
43
  }
48
44
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sarvam-conv-ai-sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "TypeScript SDK for Sarvam Conversational AI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,7 +35,9 @@
35
35
  },
36
36
  "peerDependencies": {
37
37
  "node": ">=18.0.0",
38
- "ws": "^8.18.0"
38
+ "ws": "^8.18.0",
39
+ "react-native": ">=0.75.0",
40
+ "react-native-audio-api": ">=0.11.0"
39
41
  },
40
42
  "peerDependenciesMeta": {
41
43
  "ws": {
@@ -44,13 +46,7 @@
44
46
  "react-native": {
45
47
  "optional": true
46
48
  },
47
- "react-native-audio-recorder-player": {
48
- "optional": true
49
- },
50
- "react-native-fs": {
51
- "optional": true
52
- },
53
- "react-native-sound": {
49
+ "react-native-audio-api": {
54
50
  "optional": true
55
51
  }
56
52
  },