@umituz/react-native-ai-pruna-provider 1.0.31 → 1.0.32

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-pruna-provider",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Pruna AI provider for React Native - implements IAIProvider interface for unified AI generation",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -135,7 +135,6 @@ async function buildImageEditInput(
135
135
  images: imageUrls,
136
136
  prompt,
137
137
  aspect_ratio: aspectRatio,
138
- reference_image: "1", // Required by Pruna API per documentation
139
138
  };
140
139
 
141
140
  if (input.seed !== undefined) payload.seed = input.seed;