@sendbird/ai-agent-messenger-react-native 0.0.1-beta.6 → 1.0.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sendbird/ai-agent-messenger-react-native",
3
- "version": "0.0.1-beta.6",
4
- "description": "Sendbird AI Agent Messenger for React Native",
3
+ "version": "1.0.0",
4
+ "description": "Delight AI Agent Messenger for React Native",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -47,11 +47,11 @@
47
47
  "chat",
48
48
  "chatbot"
49
49
  ],
50
- "author": "Sendbird <support@sendbird.com> (https://sendbird.com)",
50
+ "author": "Sendbird <support@sendbird.com> (https://delight.ai)",
51
51
  "devDependencies": {
52
52
  "@react-native-documents/picker": "^10.1.7",
53
53
  "@react-native/babel-preset": "0.81.1",
54
- "@sendbird/chat": "^4.20.1",
54
+ "@sendbird/chat": "^4.20.3",
55
55
  "@types/jest": "^29.5.14",
56
56
  "@types/react": "^19.2.2",
57
57
  "@types/react-syntax-highlighter": "^15.5.13",
@@ -63,14 +63,15 @@
63
63
  "react-native": "0.81.4",
64
64
  "react-native-image-picker": "^8.2.1",
65
65
  "react-native-mmkv": "^4.0.0",
66
+ "react-native-permissions": "^5.0.0",
66
67
  "react-native-safe-area-context": "^5.6.1",
67
68
  "typescript": "^5.9.2",
68
69
  "vite-plugin-static-copy": "^3.1.4",
69
- "@sendbird/vite-tools": "0.0.1",
70
- "@sendbird/ai-agent-core": "1.9.0"
70
+ "@sendbird/ai-agent-core": "1.10.2",
71
+ "@sendbird/vite-tools": "0.0.1"
71
72
  },
72
73
  "dependencies": {
73
- "@sendbird/uikit-tools": "0.0.18",
74
+ "@sendbird/uikit-tools": "0.0.21",
74
75
  "react-native-code-highlighter": "^1.3.0",
75
76
  "react-native-markdown-display": "^7.0.2",
76
77
  "react-syntax-highlighter": "^15.6.1"
@@ -78,7 +79,7 @@
78
79
  "peerDependencies": {
79
80
  "@react-native-clipboard/clipboard": ">=1.0.0",
80
81
  "@react-native-documents/picker": ">=10.0.0",
81
- "@sendbird/chat": "^4.20.1",
82
+ "@sendbird/chat": "^4.20.3",
82
83
  "date-fns": ">=4.0.0",
83
84
  "expo-document-picker": ">=14.0.0",
84
85
  "expo-image-picker": ">=17.0.0",
@@ -86,6 +87,7 @@
86
87
  "react-native": ">=0.80.0",
87
88
  "react-native-image-picker": ">=8.0.0",
88
89
  "react-native-mmkv": ">=3.0.0",
90
+ "react-native-permissions": ">=5.0.0",
89
91
  "react-native-safe-area-context": ">=5.0.0"
90
92
  },
91
93
  "peerDependenciesMeta": {
@@ -100,6 +102,9 @@
100
102
  },
101
103
  "react-native-image-picker": {
102
104
  "optional": true
105
+ },
106
+ "react-native-permissions": {
107
+ "optional": true
103
108
  }
104
109
  },
105
110
  "jest": {