@umituz/react-native-ai-generation-content 1.59.0 → 1.59.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.59.0",
3
+ "version": "1.59.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",
@@ -141,7 +141,7 @@ export interface ImageFeatureInputData {
141
141
  export interface VideoFeatureInputData {
142
142
  /** Source image (required for image-to-video, optional for text-to-video) */
143
143
  sourceImageBase64?: string;
144
- /** Target image (optional, used for dual-image features like ai-kiss, ai-hug) */
144
+ /** Target image (optional, used for dual-image features) */
145
145
  targetImageBase64?: string;
146
146
  /** Generation prompt (required for text-to-video) */
147
147
  prompt?: string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DualImagePicker Component
3
- * Two-image picker for face swap, AI hug/kiss features
3
+ * Two-image picker for dual-image features (face swap, etc.)
4
4
  * Props-driven for 100+ apps compatibility
5
5
  */
6
6