@umituz/react-native-ai-pruna-provider 1.0.21 → 1.0.22

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.21",
3
+ "version": "1.0.22",
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",
@@ -106,7 +106,6 @@ async function buildImageEditInput(
106
106
  images: imageUrls,
107
107
  prompt,
108
108
  aspect_ratio: aspectRatio,
109
- reference_image: "1", // Required by Pruna API for p-image-edit
110
109
  };
111
110
 
112
111
  if (input.seed !== undefined) payload.seed = input.seed;