@umituz/react-native-ai-generation-content 1.37.10 → 1.37.11
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.37.
|
|
3
|
+
"version": "1.37.11",
|
|
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",
|
|
@@ -104,7 +104,7 @@ export const quickBuildWizard = (
|
|
|
104
104
|
featureId: string,
|
|
105
105
|
scenarioConfig: ScenarioBasedConfig,
|
|
106
106
|
): StepDefinition[] => {
|
|
107
|
-
const { buildWizardConfigFromScenario } = require("../../domain/entities/wizard-
|
|
107
|
+
const { buildWizardConfigFromScenario } = require("../../domain/entities/wizard-feature.types");
|
|
108
108
|
const wizardConfig = buildWizardConfigFromScenario(featureId, scenarioConfig);
|
|
109
109
|
return buildFlowStepsFromWizard(wizardConfig, {
|
|
110
110
|
includePreview: true,
|