@sagepilot-ai/react-native-sdk 0.2.3 → 0.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sagepilot-ai/react-native-sdk",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Sagepilot AI React Native chat SDK",
5
5
  "keywords": [
6
6
  "sagepilot",
@@ -48,10 +48,13 @@
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@react-native-async-storage/async-storage": ">=1.23",
51
+ "@react-native-documents/picker": ">=10",
51
52
  "react": ">=18",
52
53
  "react-native": ">=0.72",
53
54
  "react-native-biometrics": ">=3",
55
+ "react-native-blob-util": ">=0.19",
54
56
  "react-native-device-info": ">=11",
57
+ "react-native-image-picker": ">=7",
55
58
  "react-native-keychain": ">=9",
56
59
  "react-native-webview": ">=13"
57
60
  },
@@ -59,12 +62,21 @@
59
62
  "@react-native-async-storage/async-storage": {
60
63
  "optional": true
61
64
  },
65
+ "@react-native-documents/picker": {
66
+ "optional": true
67
+ },
62
68
  "react-native-biometrics": {
63
69
  "optional": true
64
70
  },
71
+ "react-native-blob-util": {
72
+ "optional": true
73
+ },
65
74
  "react-native-device-info": {
66
75
  "optional": true
67
76
  },
77
+ "react-native-image-picker": {
78
+ "optional": true
79
+ },
68
80
  "react-native-keychain": {
69
81
  "optional": true
70
82
  }