@umituz/react-native-ai-generation-content 1.89.27 → 1.89.28
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 +1 -1
- package/src/index.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-ai-generation-content",
|
|
3
|
-
"version": "1.89.
|
|
3
|
+
"version": "1.89.28",
|
|
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",
|
package/src/index.ts
CHANGED
|
@@ -17,8 +17,8 @@ export * from "./domains/creations";
|
|
|
17
17
|
// Scenarios Domain
|
|
18
18
|
export * from "./domains/scenarios";
|
|
19
19
|
|
|
20
|
-
// Generation Domain (Feature Registry)
|
|
21
|
-
export
|
|
20
|
+
// Generation Domain (Feature Registry + Couple Utilities)
|
|
21
|
+
export * from "./domains/generation";
|
|
22
22
|
|
|
23
23
|
// Generation Wizard
|
|
24
24
|
export { GenericWizardFlow } from "./domains/generation/wizard";
|