@umituz/react-native-ai-pruna-provider 1.0.5 → 1.0.6

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.5",
3
+ "version": "1.0.6",
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",
@@ -79,5 +79,5 @@ export const P_VIDEO_DEFAULTS = {
79
79
  promptUpsampling: true,
80
80
  } as const;
81
81
 
82
- /** Default aspect ratio for all models */
83
- export const DEFAULT_ASPECT_RATIO = '16:9' as const;
82
+ /** Default aspect ratio — 1:1 is neutral for portrait/landscape input photos */
83
+ export const DEFAULT_ASPECT_RATIO = '1:1' as const;