@mobileai/react-native 0.9.22 → 0.9.24
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileai/react-native",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.24",
|
|
4
4
|
"description": "Build autonomous AI agents for React Native and Expo apps. Provides AI-native UI traversal, tool calling, and structured reasoning.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -93,10 +93,12 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"registry": "https://registry.npmjs.org/"
|
|
95
95
|
},
|
|
96
|
-
"
|
|
96
|
+
"dependencies": {
|
|
97
97
|
"@babel/parser": "^7.29.2",
|
|
98
98
|
"@babel/traverse": "^7.29.0",
|
|
99
|
-
"@babel/types": "^7.29.0"
|
|
99
|
+
"@babel/types": "^7.29.0"
|
|
100
|
+
},
|
|
101
|
+
"devDependencies": {
|
|
100
102
|
"@eslint/compat": "^1.3.2",
|
|
101
103
|
"@eslint/eslintrc": "^3.3.1",
|
|
102
104
|
"@eslint/js": "^9.35.0",
|
|
@@ -133,9 +135,6 @@
|
|
|
133
135
|
"react-native-view-shot": "*"
|
|
134
136
|
},
|
|
135
137
|
"peerDependenciesMeta": {
|
|
136
|
-
"@google/genai": {
|
|
137
|
-
"optional": true
|
|
138
|
-
},
|
|
139
138
|
"@react-native-async-storage/async-storage": {
|
|
140
139
|
"optional": true
|
|
141
140
|
},
|