@umituz/react-native-ai-generation-content 1.26.23 → 1.26.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-ai-generation-content",
3
- "version": "1.26.23",
3
+ "version": "1.26.24",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native with result preview components",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -183,7 +183,7 @@ async function buildGenerationInput(
183
183
  throw new Error(`Scenario "${scenario.id}" must have aiPrompt field`);
184
184
  }
185
185
 
186
- const prompt = scenario.aiPrompt;
186
+ let prompt = scenario.aiPrompt;
187
187
  const outputType = scenario.outputType || "video";
188
188
 
189
189
  // For image generation, enhance prompt with style selections