@sagepilot-ai/react-native-sdk 0.2.4 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sagepilot-ai/react-native-sdk",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "Sagepilot AI React Native chat SDK",
5
5
  "keywords": [
6
6
  "sagepilot",
@@ -46,30 +46,47 @@
46
46
  "typecheck": "tsc --noEmit",
47
47
  "prepublishOnly": "npm run typecheck && npm run build"
48
48
  },
49
+ "dependencies": {
50
+ "lucide-react-native": "^1.21.0"
51
+ },
49
52
  "peerDependencies": {
50
53
  "@react-native-async-storage/async-storage": ">=1.23",
54
+ "@react-native-documents/picker": ">=10",
51
55
  "react": ">=18",
52
56
  "react-native": ">=0.72",
53
57
  "react-native-biometrics": ">=3",
58
+ "react-native-blob-util": ">=0.19",
54
59
  "react-native-device-info": ">=11",
60
+ "react-native-image-picker": ">=7",
55
61
  "react-native-keychain": ">=9",
62
+ "react-native-svg": ">=15",
56
63
  "react-native-webview": ">=13"
57
64
  },
58
65
  "peerDependenciesMeta": {
59
66
  "@react-native-async-storage/async-storage": {
60
67
  "optional": true
61
68
  },
69
+ "@react-native-documents/picker": {
70
+ "optional": true
71
+ },
62
72
  "react-native-biometrics": {
63
73
  "optional": true
64
74
  },
75
+ "react-native-blob-util": {
76
+ "optional": true
77
+ },
65
78
  "react-native-device-info": {
66
79
  "optional": true
67
80
  },
81
+ "react-native-image-picker": {
82
+ "optional": true
83
+ },
68
84
  "react-native-keychain": {
69
85
  "optional": true
70
86
  }
71
87
  },
72
88
  "devDependencies": {
89
+ "react-native-svg": "^15.15.5",
73
90
  "tsup": "^8.3.5",
74
91
  "typescript": "^5.7.2"
75
92
  }