@umituz/react-native-ai-gemini-provider 3.0.14 → 3.0.15

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": "@umituz/react-native-ai-gemini-provider",
3
- "version": "3.0.14",
3
+ "version": "3.0.15",
4
4
  "description": "Google Gemini AI text generation provider for React Native applications",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -122,7 +122,7 @@ export function useGemini(options: UseGeminiOptions = {}): UseGeminiReturn {
122
122
  return operationResult as T | null;
123
123
  });
124
124
  },
125
- [model, options.generationConfig, callbacks, options.onSuccess, executeOperation]
125
+ [model, options.generationConfig, callbacks, executeOperation]
126
126
  );
127
127
 
128
128
  const reset = useCallback(() => {