@umituz/react-native-ai-generation-content 1.28.0 → 1.28.2

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.28.0",
3
+ "version": "1.28.2",
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",
@@ -132,6 +132,9 @@ export function createVideoStrategy(options: CreateVideoStrategyOptions): Wizard
132
132
  sourceImageBase64: videoInput.sourceImageBase64 || "",
133
133
  targetImageBase64: videoInput.targetImageBase64 || videoInput.sourceImageBase64 || "",
134
134
  prompt: videoInput.prompt,
135
+ options: {
136
+ duration: videoInput.duration,
137
+ },
135
138
  },
136
139
  { onProgress },
137
140
  );