@umituz/react-native-ai-generation-content 1.72.1 → 1.72.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.72.1",
3
+ "version": "1.72.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",
@@ -13,7 +13,7 @@ import type {
13
13
  export type { ModerationResult };
14
14
 
15
15
  const DEFAULT_SUGGESTIONS: Record<string, string> = {
16
- explicit_content: "Romantic and intimate content is not supported. Please try creating content with single subjects or non-intimate scenarios.",
16
+ explicit_content: "This type of content is not supported. Please create content with single subjects only.",
17
17
  violence: "Remove violent content",
18
18
  hate_speech: "Remove discriminatory language",
19
19
  harassment: "Remove harassing content",