@umituz/react-native-ai-generation-content 1.89.77 → 1.89.78

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.89.77",
3
+ "version": "1.89.78",
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",
@@ -1,37 +0,0 @@
1
- ---
2
- description: Sets up or updates the @umituz/react-native-ai-generation-content package in a React Native app.
3
- ---
4
-
5
- # AI Generation Content Setup Skill
6
-
7
- When this workflow/skill is invoked, follow these explicit instructions to configure `@umituz/react-native-ai-generation-content` which provides the core wizard screens, components, and orchestration for AI content pipelines.
8
-
9
- ## Step 1: Check and Update `package.json`
10
- - Locate the target project's `package.json`.
11
- - Check if `@umituz/react-native-ai-generation-content` is installed.
12
- - If missing: Install with `npm install @umituz/react-native-ai-generation-content`.
13
- - If outdated: Update it to the latest version.
14
-
15
- ## Step 2: Ensure Deep Peer Dependencies
16
- This module connects the design system, providers, subscriptions, and backend logic. Ensure ALL the following packages are installed:
17
- - `@umituz/react-native-design-system`
18
- - `@umituz/react-native-firebase`
19
- - `@umituz/react-native-subscription`
20
- - `@umituz/react-native-video-editor`
21
- - `expo-video`, `expo-document-picker`
22
- - `firebase`, `@tanstack/react-query`
23
-
24
- // turbo
25
- ## Step 3: Run Pod Install (if applicable)
26
- If targeting iOS and inside a bare React Native project:
27
- ```bash
28
- cd ios && pod install
29
- ```
30
-
31
- ## Step 4: Inject Core Setup (If missing)
32
- Unlike provider SDKs that require API credentials, this core package relies on providers being correctly initialized logic-wise.
33
- - Ensure that the app initializes AI Orchestration or any global state for background generations.
34
- - If the project requires `GenericWizardFlow` screens or background tasks, verify that the routing configuration points correctly to the imported components from `@umituz/react-native-ai-generation-content`.
35
-
36
- ## Step 5: Summary
37
- State what was done, detailing the verification phase for the umituz core dependencies (`design-system`, `firebase`, `subscription`, `video-editor`) and the installation/update of this central package.