@better-fullstack/types 1.6.2 → 1.7.0
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/dist/{defaults-CYLeFakd.d.mts → defaults-DYWPNKDb.d.mts} +2 -2
- package/dist/defaults-DYWPNKDb.d.mts.map +1 -0
- package/dist/{defaults-aGwVXJh5.mjs → defaults-DnrxiPa9.mjs} +1 -1
- package/dist/{defaults-aGwVXJh5.mjs.map → defaults-DnrxiPa9.mjs.map} +1 -1
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +5 -175
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +4 -2779
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +18 -0
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-7gZRZ72r.d.mts → schemas-9siFEKYg.d.mts} +18 -3
- package/dist/{schemas-7gZRZ72r.d.mts.map → schemas-9siFEKYg.d.mts.map} +1 -1
- package/dist/{schemas-rS6DMnT_.mjs → schemas-DDTcRKek.mjs} +3 -1
- package/dist/schemas-DDTcRKek.mjs.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/stack-translation-CUd4T2bV.mjs +3798 -0
- package/dist/stack-translation-CUd4T2bV.mjs.map +1 -0
- package/dist/stack-translation-Ct4UaQX9.d.mts +301 -0
- package/dist/stack-translation-Ct4UaQX9.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +5 -0
- package/dist/stack-translation.mjs +4 -0
- package/dist/{types-sNGWng-q.d.mts → types-Do72vki5.d.mts} +2 -2
- package/dist/{types-sNGWng-q.d.mts.map → types-Do72vki5.d.mts.map} +1 -1
- package/dist/types.d.mts +2 -2
- package/package.json +6 -2
- package/dist/defaults-CYLeFakd.d.mts.map +0 -1
- package/dist/schemas-rS6DMnT_.mjs.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { J as PackageManager, X as ProjectConfig } from "./types-
|
|
1
|
+
import { J as PackageManager, X as ProjectConfig } from "./types-Do72vki5.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/defaults.d.ts
|
|
4
4
|
type CliDefaultProjectConfigBase = Omit<ProjectConfig, "projectDir">;
|
|
5
5
|
declare function createCliDefaultProjectConfigBase(packageManager?: PackageManager): CliDefaultProjectConfigBase;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { createCliDefaultProjectConfigBase as n, CliDefaultProjectConfigBase as t };
|
|
8
|
-
//# sourceMappingURL=defaults-
|
|
8
|
+
//# sourceMappingURL=defaults-DYWPNKDb.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaults-DYWPNKDb.d.mts","names":[],"sources":["../src/defaults.ts"],"sourcesContent":[],"mappings":";;;KAEY,2BAAA,GAA8B,KAAK;iBAE/B,iCAAA,kBACE,iBACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults-
|
|
1
|
+
{"version":3,"file":"defaults-DnrxiPa9.mjs","names":[],"sources":["../src/defaults.ts"],"sourcesContent":["import type { PackageManager, ProjectConfig } from \"./types\";\n\nexport type CliDefaultProjectConfigBase = Omit<ProjectConfig, \"projectDir\">;\n\nexport function createCliDefaultProjectConfigBase(\n packageManager: PackageManager = \"bun\",\n): CliDefaultProjectConfigBase {\n return {\n projectName: \"my-app\",\n relativePath: \"my-app\",\n ecosystem: \"typescript\",\n database: \"sqlite\",\n orm: \"drizzle\",\n backend: \"hono\",\n runtime: \"bun\",\n frontend: [\"tanstack-router\"],\n addons: [\"turborepo\"],\n examples: [],\n auth: \"better-auth\",\n payments: \"none\",\n email: \"none\",\n fileUpload: \"none\",\n effect: \"none\",\n git: true,\n packageManager,\n versionChannel: \"stable\",\n install: true,\n dbSetup: \"none\",\n api: \"trpc\",\n webDeploy: \"none\",\n serverDeploy: \"none\",\n astroIntegration: \"none\",\n ai: \"none\",\n stateManagement: \"none\",\n forms: \"react-hook-form\",\n testing: \"vitest\",\n cssFramework: \"tailwind\",\n uiLibrary: \"shadcn-ui\",\n shadcnBase: \"radix\",\n shadcnStyle: \"nova\",\n shadcnIconLibrary: \"lucide\",\n shadcnColorTheme: \"neutral\",\n shadcnBaseColor: \"neutral\",\n shadcnFont: \"inter\",\n shadcnRadius: \"default\",\n validation: \"zod\",\n realtime: \"none\",\n jobQueue: \"none\",\n animation: \"none\",\n logging: \"none\",\n observability: \"none\",\n featureFlags: \"none\",\n analytics: \"none\",\n cms: \"none\",\n caching: \"none\",\n i18n: \"none\",\n search: \"none\",\n fileStorage: \"none\",\n rustWebFramework: \"none\",\n rustFrontend: \"none\",\n rustOrm: \"none\",\n rustApi: \"none\",\n rustCli: \"none\",\n rustLibraries: [],\n rustLogging: \"tracing\",\n rustErrorHandling: \"anyhow-thiserror\",\n rustCaching: \"none\",\n rustAuth: \"none\",\n pythonWebFramework: \"fastapi\",\n pythonOrm: \"sqlalchemy\",\n pythonValidation: \"pydantic\",\n pythonAi: [],\n pythonAuth: \"none\",\n pythonTaskQueue: \"none\",\n pythonGraphql: \"none\",\n pythonQuality: \"ruff\",\n goWebFramework: \"gin\",\n goOrm: \"gorm\",\n goApi: \"none\",\n goCli: \"none\",\n goLogging: \"zap\",\n goAuth: \"none\",\n javaWebFramework: \"spring-boot\",\n javaBuildTool: \"maven\",\n javaOrm: \"none\",\n javaAuth: \"none\",\n javaLibraries: [],\n javaTestingLibraries: [\"junit5\"],\n aiDocs: [\"claude-md\"],\n };\n}\n"],"mappings":";AAIA,SAAgB,kCACd,iBAAiC,OACJ;AAC7B,QAAO;EACL,aAAa;EACb,cAAc;EACd,WAAW;EACX,UAAU;EACV,KAAK;EACL,SAAS;EACT,SAAS;EACT,UAAU,CAAC,kBAAkB;EAC7B,QAAQ,CAAC,YAAY;EACrB,UAAU,EAAE;EACZ,MAAM;EACN,UAAU;EACV,OAAO;EACP,YAAY;EACZ,QAAQ;EACR,KAAK;EACL;EACA,gBAAgB;EAChB,SAAS;EACT,SAAS;EACT,KAAK;EACL,WAAW;EACX,cAAc;EACd,kBAAkB;EAClB,IAAI;EACJ,iBAAiB;EACjB,OAAO;EACP,SAAS;EACT,cAAc;EACd,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,iBAAiB;EACjB,YAAY;EACZ,cAAc;EACd,YAAY;EACZ,UAAU;EACV,UAAU;EACV,WAAW;EACX,SAAS;EACT,eAAe;EACf,cAAc;EACd,WAAW;EACX,KAAK;EACL,SAAS;EACT,MAAM;EACN,QAAQ;EACR,aAAa;EACb,kBAAkB;EAClB,cAAc;EACd,SAAS;EACT,SAAS;EACT,SAAS;EACT,eAAe,EAAE;EACjB,aAAa;EACb,mBAAmB;EACnB,aAAa;EACb,UAAU;EACV,oBAAoB;EACpB,WAAW;EACX,kBAAkB;EAClB,UAAU,EAAE;EACZ,YAAY;EACZ,iBAAiB;EACjB,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,OAAO;EACP,OAAO;EACP,OAAO;EACP,WAAW;EACX,QAAQ;EACR,kBAAkB;EAClB,eAAe;EACf,SAAS;EACT,UAAU;EACV,eAAe,EAAE;EACjB,sBAAsB,CAAC,SAAS;EAChC,QAAQ,CAAC,YAAY;EACtB"}
|
package/dist/defaults.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./schemas-
|
|
2
|
-
import "./types-
|
|
3
|
-
import { n as createCliDefaultProjectConfigBase, t as CliDefaultProjectConfigBase } from "./defaults-
|
|
1
|
+
import "./schemas-9siFEKYg.mjs";
|
|
2
|
+
import "./types-Do72vki5.mjs";
|
|
3
|
+
import { n as createCliDefaultProjectConfigBase, t as CliDefaultProjectConfigBase } from "./defaults-DYWPNKDb.mjs";
|
|
4
4
|
export { CliDefaultProjectConfigBase, createCliDefaultProjectConfigBase };
|
package/dist/defaults.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { $ as FrontendSchema, $n as VALIDATION_VALUES, $t as PythonQualitySchema, A as DATABASE_SETUP_VALUES, An as SHADCN_BASE_VALUES, At as LoggingSchema, B as EcosystemSchema, Bn as ShadcnBaseSchema, Bt as PYTHON_ORM_VALUES, C as CLIInputSchema, Cn as RustLibrariesSchema, Ct as JavaBuildToolSchema, D as CSS_FRAMEWORK_VALUES, Dn as SEARCH_VALUES, Dt as JavaWebFrameworkSchema, E as CSSFrameworkSchema, En as RustWebFrameworkSchema, Et as JavaTestingLibrariesSchema, F as DirectoryConflictSchema, Fn as SHADCN_STYLE_VALUES, Ft as PACKAGE_MANAGER_VALUES, G as FILE_STORAGE_VALUES, Gn as ShadcnStyleSchema, Gt as PackageManagerSchema, H as EmailSchema, Hn as ShadcnFontSchema, Ht as PYTHON_TASK_QUEUE_VALUES, I as ECOSYSTEM_VALUES, In as STATE_MANAGEMENT_VALUES, It as PAYMENTS_VALUES, J as FRONTEND_VALUES, Jn as TESTING_VALUES, Jt as ProjectNameSchema, K as FILE_UPLOAD_VALUES, Kn as StateManagementSchema, Kt as PaymentsSchema, L as EFFECT_VALUES, Ln as SearchSchema, Lt as PYTHON_AI_VALUES, M as DIRECTORY_CONFLICT_VALUES, Mn as SHADCN_FONT_VALUES, Mt as ORMSchema, N as DatabaseSchema, Nn as SHADCN_ICON_LIBRARY_VALUES, Nt as ORM_VALUES, O as CachingSchema, On as SERVER_DEPLOY_VALUES, Ot as JobQueueSchema, P as DatabaseSetupSchema, Pn as SHADCN_RADIUS_VALUES, Pt as ObservabilitySchema, Q as FormsSchema, Qn as UI_LIBRARY_VALUES, Qt as PythonOrmSchema, R as EMAIL_VALUES, Rn as ServerDeploySchema, Rt as PYTHON_AUTH_VALUES, S as CACHING_VALUES, Sn as RustFrontendSchema, St as JavaAuthSchema, T as CMS_VALUES, Tn as RustOrmSchema, Tt as JavaOrmSchema, U as ExamplesSchema, Un as ShadcnIconLibrarySchema, Ut as PYTHON_VALIDATION_VALUES, V as EffectSchema, Vn as ShadcnColorThemeSchema, Vt as PYTHON_QUALITY_VALUES, W as FEATURE_FLAGS_VALUES, Wn as ShadcnRadiusSchema, Wt as PYTHON_WEB_FRAMEWORK_VALUES, X as FileStorageSchema, Xn as TestingSchema, Xt as PythonAuthSchema, Y as FeatureFlagsSchema, Yn as TemplateSchema, Yt as PythonAiSchema, Z as FileUploadSchema, Zn as UILibrarySchema, Zt as PythonGraphqlSchema, _ as AuthSchema, _n as RustApiSchema, _t as JAVA_LIBRARIES_VALUES, a as ANALYTICS_VALUES, an as RUST_API_VALUES, at as GO_WEB_FRAMEWORK_VALUES, b as BetterTStackConfigFileSchema, bn as RustCliSchema, bt as JAVA_WEB_FRAMEWORK_VALUES, c as API_VALUES, cn as RUST_CLI_VALUES, ct as GoCliSchema, d as AddInputSchema, dn as RUST_LIBRARIES_VALUES, dt as GoWebFrameworkSchema, en as PythonTaskQueueSchema, er as VERSION_CHANNEL_VALUES, et as GO_API_VALUES, f as AddonsSchema, fn as RUST_LOGGING_VALUES, ft as I18N_VALUES, g as AstroIntegrationSchema, gn as RuntimeSchema, gt as JAVA_BUILD_TOOL_VALUES, h as AnimationSchema, hn as RealtimeSchema, ht as JAVA_AUTH_VALUES, i as AI_VALUES, in as RUNTIME_VALUES, ir as WebDeploySchema, it as GO_ORM_VALUES, j as DATABASE_VALUES, jn as SHADCN_COLOR_THEME_VALUES, jt as OBSERVABILITY_VALUES, k as CreateInputSchema, kn as SHADCN_BASE_COLOR_VALUES, kt as LOGGING_VALUES, l as ASTRO_INTEGRATION_VALUES, ln as RUST_ERROR_HANDLING_VALUES, lt as GoLoggingSchema, m as AnalyticsSchema, mn as RUST_WEB_FRAMEWORK_VALUES, mt as InitResultSchema, n as AISchema, nn as PythonWebFrameworkSchema, nr as VersionChannelSchema, nt as GO_CLI_VALUES, o as ANIMATION_VALUES, on as RUST_AUTH_VALUES, ot as GoApiSchema, p as AiDocsSchema, pn as RUST_ORM_VALUES, pt as I18nSchema, q as FORMS_VALUES, qn as TEMPLATE_VALUES, qt as ProjectConfigSchema, r as AI_DOCS_VALUES, rn as REALTIME_VALUES, rr as WEB_DEPLOY_VALUES, rt as GO_LOGGING_VALUES, s as APISchema, sn as RUST_CACHING_VALUES, st as GoAuthSchema, t as ADDONS_VALUES, tn as PythonValidationSchema, tr as ValidationSchema, tt as GO_AUTH_VALUES, u as AUTH_VALUES, un as RUST_FRONTEND_VALUES, ut as GoOrmSchema, v as BACKEND_VALUES, vn as RustAuthSchema, vt as JAVA_ORM_VALUES, w as CMSSchema, wn as RustLoggingSchema, wt as JavaLibrariesSchema, x as BetterTStackConfigSchema, xn as RustErrorHandlingSchema, xt as JOB_QUEUE_VALUES, y as BackendSchema, yn as RustCachingSchema, yt as JAVA_TESTING_LIBRARIES_VALUES, z as EXAMPLES_VALUES, zn as ShadcnBaseColorSchema, zt as PYTHON_GRAPHQL_VALUES } from "./schemas-
|
|
2
|
-
import { $ as PythonAuth, A as GoAuth, At as UILibrary, B as JavaOrm, C as Examples, Ct as ShadcnFont, D as Forms, Dt as StateManagement, E as FileUpload, Et as ShadcnStyle, F as I18n, G as NativeFrontend, H as JavaWebFramework, I as InitResult, J as PackageManager, K as ORM, L as JavaAuth, M as GoLogging, Mt as VersionChannel, N as GoOrm, Nt as WebDeploy, O as Frontend, Ot as Template, P as GoWebFramework, Pt as WebFrontend, Q as PythonAi, R as JavaBuildTool, S as Email, St as ShadcnColorTheme, T as FileStorage, Tt as ShadcnRadius, U as JobQueue, V as JavaTestingLibraries, W as Logging, X as ProjectConfig, Y as Payments, Z as ProjectName, _ as Database, _t as RustWebFramework, a as AiDocs, at as PythonWebFramework, b as Ecosystem, bt as ShadcnBase, c as AstroIntegration, ct as RustApi, d as BetterTStackConfig, dt as RustCli, et as PythonGraphql, f as CLIInput, ft as RustErrorHandling, g as CreateInput, gt as RustOrm, h as Caching, ht as RustLogging, i as Addons, it as PythonValidation, j as GoCli, jt as Validation, k as GoApi, kt as Testing, l as Auth, lt as RustAuth, m as CSSFramework, mt as RustLibraries, n as API, nt as PythonQuality, o as Analytics, ot as Realtime, p as CMS, pt as RustFrontend, q as Observability, r as AddInput, rt as PythonTaskQueue, s as Animation, st as Runtime, t as AI, tt as PythonOrm, u as Backend, ut as RustCaching, v as DatabaseSetup, vt as Search, w as FeatureFlags, wt as ShadcnIconLibrary, x as Effect, xt as ShadcnBaseColor, y as DirectoryConflict, yt as ServerDeploy, z as JavaLibraries } from "./types-
|
|
3
|
-
import { n as createCliDefaultProjectConfigBase, t as CliDefaultProjectConfigBase } from "./defaults-
|
|
1
|
+
import { $ as FrontendSchema, $n as VALIDATION_VALUES, $t as PythonQualitySchema, A as DATABASE_SETUP_VALUES, An as SHADCN_BASE_VALUES, At as LoggingSchema, B as EcosystemSchema, Bn as ShadcnBaseSchema, Bt as PYTHON_ORM_VALUES, C as CLIInputSchema, Cn as RustLibrariesSchema, Ct as JavaBuildToolSchema, D as CSS_FRAMEWORK_VALUES, Dn as SEARCH_VALUES, Dt as JavaWebFrameworkSchema, E as CSSFrameworkSchema, En as RustWebFrameworkSchema, Et as JavaTestingLibrariesSchema, F as DirectoryConflictSchema, Fn as SHADCN_STYLE_VALUES, Ft as PACKAGE_MANAGER_VALUES, G as FILE_STORAGE_VALUES, Gn as ShadcnStyleSchema, Gt as PackageManagerSchema, H as EmailSchema, Hn as ShadcnFontSchema, Ht as PYTHON_TASK_QUEUE_VALUES, I as ECOSYSTEM_VALUES, In as STATE_MANAGEMENT_VALUES, It as PAYMENTS_VALUES, J as FRONTEND_VALUES, Jn as TESTING_VALUES, Jt as ProjectNameSchema, K as FILE_UPLOAD_VALUES, Kn as StateManagementSchema, Kt as PaymentsSchema, L as EFFECT_VALUES, Ln as SearchSchema, Lt as PYTHON_AI_VALUES, M as DIRECTORY_CONFLICT_VALUES, Mn as SHADCN_FONT_VALUES, Mt as ORMSchema, N as DatabaseSchema, Nn as SHADCN_ICON_LIBRARY_VALUES, Nt as ORM_VALUES, O as CachingSchema, On as SERVER_DEPLOY_VALUES, Ot as JobQueueSchema, P as DatabaseSetupSchema, Pn as SHADCN_RADIUS_VALUES, Pt as ObservabilitySchema, Q as FormsSchema, Qn as UI_LIBRARY_VALUES, Qt as PythonOrmSchema, R as EMAIL_VALUES, Rn as ServerDeploySchema, Rt as PYTHON_AUTH_VALUES, S as CACHING_VALUES, Sn as RustFrontendSchema, St as JavaAuthSchema, T as CMS_VALUES, Tn as RustOrmSchema, Tt as JavaOrmSchema, U as ExamplesSchema, Un as ShadcnIconLibrarySchema, Ut as PYTHON_VALIDATION_VALUES, V as EffectSchema, Vn as ShadcnColorThemeSchema, Vt as PYTHON_QUALITY_VALUES, W as FEATURE_FLAGS_VALUES, Wn as ShadcnRadiusSchema, Wt as PYTHON_WEB_FRAMEWORK_VALUES, X as FileStorageSchema, Xn as TestingSchema, Xt as PythonAuthSchema, Y as FeatureFlagsSchema, Yn as TemplateSchema, Yt as PythonAiSchema, Z as FileUploadSchema, Zn as UILibrarySchema, Zt as PythonGraphqlSchema, _ as AuthSchema, _n as RustApiSchema, _t as JAVA_LIBRARIES_VALUES, a as ANALYTICS_VALUES, an as RUST_API_VALUES, at as GO_WEB_FRAMEWORK_VALUES, b as BetterTStackConfigFileSchema, bn as RustCliSchema, bt as JAVA_WEB_FRAMEWORK_VALUES, c as API_VALUES, cn as RUST_CLI_VALUES, ct as GoCliSchema, d as AddInputSchema, dn as RUST_LIBRARIES_VALUES, dt as GoWebFrameworkSchema, en as PythonTaskQueueSchema, er as VERSION_CHANNEL_VALUES, et as GO_API_VALUES, f as AddonsSchema, fn as RUST_LOGGING_VALUES, ft as I18N_VALUES, g as AstroIntegrationSchema, gn as RuntimeSchema, gt as JAVA_BUILD_TOOL_VALUES, h as AnimationSchema, hn as RealtimeSchema, ht as JAVA_AUTH_VALUES, i as AI_VALUES, in as RUNTIME_VALUES, ir as WebDeploySchema, it as GO_ORM_VALUES, j as DATABASE_VALUES, jn as SHADCN_COLOR_THEME_VALUES, jt as OBSERVABILITY_VALUES, k as CreateInputSchema, kn as SHADCN_BASE_COLOR_VALUES, kt as LOGGING_VALUES, l as ASTRO_INTEGRATION_VALUES, ln as RUST_ERROR_HANDLING_VALUES, lt as GoLoggingSchema, m as AnalyticsSchema, mn as RUST_WEB_FRAMEWORK_VALUES, mt as InitResultSchema, n as AISchema, nn as PythonWebFrameworkSchema, nr as VersionChannelSchema, nt as GO_CLI_VALUES, o as ANIMATION_VALUES, on as RUST_AUTH_VALUES, ot as GoApiSchema, p as AiDocsSchema, pn as RUST_ORM_VALUES, pt as I18nSchema, q as FORMS_VALUES, qn as TEMPLATE_VALUES, qt as ProjectConfigSchema, r as AI_DOCS_VALUES, rn as REALTIME_VALUES, rr as WEB_DEPLOY_VALUES, rt as GO_LOGGING_VALUES, s as APISchema, sn as RUST_CACHING_VALUES, st as GoAuthSchema, t as ADDONS_VALUES, tn as PythonValidationSchema, tr as ValidationSchema, tt as GO_AUTH_VALUES, u as AUTH_VALUES, un as RUST_FRONTEND_VALUES, ut as GoOrmSchema, v as BACKEND_VALUES, vn as RustAuthSchema, vt as JAVA_ORM_VALUES, w as CMSSchema, wn as RustLoggingSchema, wt as JavaLibrariesSchema, x as BetterTStackConfigSchema, xn as RustErrorHandlingSchema, xt as JOB_QUEUE_VALUES, y as BackendSchema, yn as RustCachingSchema, yt as JAVA_TESTING_LIBRARIES_VALUES, z as EXAMPLES_VALUES, zn as ShadcnBaseColorSchema, zt as PYTHON_GRAPHQL_VALUES } from "./schemas-9siFEKYg.mjs";
|
|
2
|
+
import { $ as PythonAuth, A as GoAuth, At as UILibrary, B as JavaOrm, C as Examples, Ct as ShadcnFont, D as Forms, Dt as StateManagement, E as FileUpload, Et as ShadcnStyle, F as I18n, G as NativeFrontend, H as JavaWebFramework, I as InitResult, J as PackageManager, K as ORM, L as JavaAuth, M as GoLogging, Mt as VersionChannel, N as GoOrm, Nt as WebDeploy, O as Frontend, Ot as Template, P as GoWebFramework, Pt as WebFrontend, Q as PythonAi, R as JavaBuildTool, S as Email, St as ShadcnColorTheme, T as FileStorage, Tt as ShadcnRadius, U as JobQueue, V as JavaTestingLibraries, W as Logging, X as ProjectConfig, Y as Payments, Z as ProjectName, _ as Database, _t as RustWebFramework, a as AiDocs, at as PythonWebFramework, b as Ecosystem, bt as ShadcnBase, c as AstroIntegration, ct as RustApi, d as BetterTStackConfig, dt as RustCli, et as PythonGraphql, f as CLIInput, ft as RustErrorHandling, g as CreateInput, gt as RustOrm, h as Caching, ht as RustLogging, i as Addons, it as PythonValidation, j as GoCli, jt as Validation, k as GoApi, kt as Testing, l as Auth, lt as RustAuth, m as CSSFramework, mt as RustLibraries, n as API, nt as PythonQuality, o as Analytics, ot as Realtime, p as CMS, pt as RustFrontend, q as Observability, r as AddInput, rt as PythonTaskQueue, s as Animation, st as Runtime, t as AI, tt as PythonOrm, u as Backend, ut as RustCaching, v as DatabaseSetup, vt as Search, w as FeatureFlags, wt as ShadcnIconLibrary, x as Effect, xt as ShadcnBaseColor, y as DirectoryConflict, yt as ServerDeploy, z as JavaLibraries } from "./types-Do72vki5.mjs";
|
|
3
|
+
import { n as createCliDefaultProjectConfigBase, t as CliDefaultProjectConfigBase } from "./defaults-DYWPNKDb.mjs";
|
|
4
|
+
import { $ as hasDockerComposeCompatibleFrontend, A as OptionSelectionMode, B as CompatibilityInput, C as stackSelectionToCliComparableConfig, D as OptionCategory, E as OPTION_CATEGORY_METADATA, F as normalizeOptionId, G as getAIFrontendCompatibilityIssue, H as allowedApisForFrontends, I as CompatibilityAdjustment, J as getCompatibleAddons, K as getApiFrontendCompatibilityIssue, L as CompatibilityAnalysisResult, M as getCategoryOptionIds, N as getOptionMetadata, O as OptionCategoryMetadata, P as isMultiSelectCategory, Q as getDisabledReason, R as CompatibilityCategory, S as processCliArrayOption, T as usesVirtualNoneStackSelection, U as analyzeStackCompatibility, V as CompatibilityIssue, W as evaluateCompatibility, X as getCompatibleFormLibraries, Y as getCompatibleCSSFrameworks, Z as getCompatibleUILibraries, _ as isStackSelectionDefault, a as STACK_SELECTION_URL_KEYS, at as isFrontendAllowedWithBackend, b as parseStackSelectionFromSearch, c as StackSelectionKey, ct as requiresChatSdkVercelAI, d as cliInputToProjectConfigPartial, dt as validateAddonCompatibility, et as hasPWACompatibleFrontend, f as cloneDefaultStackSelection, ft as validateProjectName, g as isCliDefaultStackSelection, h as isArrayStackSelectionKey, i as STACK_SELECTION_OPTION_CATEGORY_BY_KEY, it as isExampleChatSdkAllowed, j as getCategoryCliValues, k as OptionMetadata, l as StackSelectionState, lt as requiresChatSdkVercelAIForSelection, m as generateStackSelectionCommand, n as NON_OPTION_STACK_SELECTION_KEYS, nt as hasWebStyling, o as StackProjectConfigOptions, ot as isOptionCompatible, p as createStackSelectionSearchParams, q as getCategoryDisplayName, r as STACK_SELECTION_KEYS, rt as isExampleAIAllowed, s as StackSelectionInput, st as isWebFrontend, t as DEFAULT_STACK_SELECTION, tt as hasTauriCompatibleFrontend, u as VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS, ut as splitFrontends, v as normalizeStackSelection, w as stackSelectionToProjectConfig, x as parseStackSelectionFromUrlRecord, y as normalizeStackSelectionValue, z as CompatibilityEvaluation } from "./stack-translation-Ct4UaQX9.mjs";
|
|
4
5
|
|
|
5
6
|
//#region src/capabilities.d.ts
|
|
6
7
|
type CapabilityName = "auth";
|
|
@@ -38,179 +39,8 @@ declare function getCapabilityDisabledReason<K extends CapabilityName>(capabilit
|
|
|
38
39
|
declare function getSupportedCapabilityOptions<K extends CapabilityName>(capability: K, context: CapabilityStackContext): readonly CapabilityDefinitionMap[K][];
|
|
39
40
|
declare function normalizeCapabilitySelection<K extends CapabilityName>(capability: K, context: CapabilityStackContext, optionId: CapabilityDefinitionMap[K]["id"] | undefined): CapabilityNormalizationResult<K>;
|
|
40
41
|
//#endregion
|
|
41
|
-
//#region src/compatibility.d.ts
|
|
42
|
-
type CompatibilityCategory = "api" | "webFrontend" | "nativeFrontend" | "astroIntegration" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "webDeploy" | "serverDeploy" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "backendLibraries" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "i18n" | "search" | "fileStorage" | "animation" | "cssFramework" | "uiLibrary" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "appPlatforms" | "packageManager" | "versionChannel" | "examples" | "ai" | "aiDocs" | "git" | "install" | "effect" | "rustWebFramework" | "rustFrontend" | "rustOrm" | "rustApi" | "rustCli" | "rustLibraries" | "pythonWebFramework" | "pythonOrm" | "pythonValidation" | "pythonAi" | "pythonAuth" | "pythonTaskQueue" | "pythonGraphql" | "pythonQuality" | "goWebFramework" | "goOrm" | "goApi" | "goCli" | "goLogging" | "goAuth" | "javaWebFramework" | "javaBuildTool" | "javaOrm" | "javaAuth" | "javaLibraries" | "javaTestingLibraries";
|
|
43
|
-
type CompatibilityIssue = {
|
|
44
|
-
code: string;
|
|
45
|
-
message: string;
|
|
46
|
-
category?: CompatibilityCategory;
|
|
47
|
-
optionId?: string;
|
|
48
|
-
};
|
|
49
|
-
type CompatibilityEvaluation = {
|
|
50
|
-
issues: CompatibilityIssue[];
|
|
51
|
-
};
|
|
52
|
-
type CompatibilityAdjustment = {
|
|
53
|
-
category: string;
|
|
54
|
-
message: string;
|
|
55
|
-
};
|
|
56
|
-
type CompatibilityInput = {
|
|
57
|
-
ecosystem: "typescript" | "rust" | "python" | "go" | "java";
|
|
58
|
-
projectName: string | null;
|
|
59
|
-
webFrontend: string[];
|
|
60
|
-
nativeFrontend: string[];
|
|
61
|
-
astroIntegration: string;
|
|
62
|
-
runtime: string;
|
|
63
|
-
backend: string;
|
|
64
|
-
database: string;
|
|
65
|
-
orm: string;
|
|
66
|
-
dbSetup: string;
|
|
67
|
-
auth: string;
|
|
68
|
-
payments: string;
|
|
69
|
-
email: string;
|
|
70
|
-
fileUpload: string;
|
|
71
|
-
logging: string;
|
|
72
|
-
observability: string;
|
|
73
|
-
featureFlags: string;
|
|
74
|
-
analytics: string;
|
|
75
|
-
backendLibraries: string;
|
|
76
|
-
stateManagement: string;
|
|
77
|
-
forms: string;
|
|
78
|
-
validation: string;
|
|
79
|
-
testing: string;
|
|
80
|
-
realtime: string;
|
|
81
|
-
jobQueue: string;
|
|
82
|
-
caching: string;
|
|
83
|
-
animation: string;
|
|
84
|
-
cssFramework: string;
|
|
85
|
-
uiLibrary: string;
|
|
86
|
-
shadcnBase: string;
|
|
87
|
-
shadcnStyle: string;
|
|
88
|
-
shadcnIconLibrary: string;
|
|
89
|
-
shadcnColorTheme: string;
|
|
90
|
-
shadcnBaseColor: string;
|
|
91
|
-
shadcnFont: string;
|
|
92
|
-
shadcnRadius: string;
|
|
93
|
-
cms: string;
|
|
94
|
-
i18n: string;
|
|
95
|
-
search: string;
|
|
96
|
-
fileStorage: string;
|
|
97
|
-
codeQuality: string[];
|
|
98
|
-
documentation: string[];
|
|
99
|
-
appPlatforms: string[];
|
|
100
|
-
packageManager: string;
|
|
101
|
-
versionChannel: string;
|
|
102
|
-
examples: string[];
|
|
103
|
-
aiSdk: string;
|
|
104
|
-
aiDocs: string[];
|
|
105
|
-
git: string;
|
|
106
|
-
install: string;
|
|
107
|
-
api: string;
|
|
108
|
-
webDeploy: string;
|
|
109
|
-
serverDeploy: string;
|
|
110
|
-
yolo: string;
|
|
111
|
-
rustWebFramework: string;
|
|
112
|
-
rustFrontend: string;
|
|
113
|
-
rustOrm: string;
|
|
114
|
-
rustApi: string;
|
|
115
|
-
rustCli: string;
|
|
116
|
-
rustLibraries: string[];
|
|
117
|
-
rustLogging: string;
|
|
118
|
-
rustErrorHandling: string;
|
|
119
|
-
rustCaching: string;
|
|
120
|
-
rustAuth: string;
|
|
121
|
-
pythonWebFramework: string;
|
|
122
|
-
pythonOrm: string;
|
|
123
|
-
pythonValidation: string;
|
|
124
|
-
pythonAi: string[];
|
|
125
|
-
pythonAuth: string;
|
|
126
|
-
pythonTaskQueue: string;
|
|
127
|
-
pythonGraphql: string;
|
|
128
|
-
pythonQuality: string;
|
|
129
|
-
goWebFramework: string;
|
|
130
|
-
goOrm: string;
|
|
131
|
-
goApi: string;
|
|
132
|
-
goCli: string;
|
|
133
|
-
goLogging: string;
|
|
134
|
-
goAuth: string;
|
|
135
|
-
javaWebFramework: string;
|
|
136
|
-
javaBuildTool: string;
|
|
137
|
-
javaOrm: string;
|
|
138
|
-
javaAuth: string;
|
|
139
|
-
javaLibraries: string[];
|
|
140
|
-
javaTestingLibraries: string[];
|
|
141
|
-
};
|
|
142
|
-
declare function validateProjectName(name: string): string | undefined;
|
|
143
|
-
declare const hasPWACompatibleFrontend: (webFrontend: string[]) => boolean;
|
|
144
|
-
declare const hasTauriCompatibleFrontend: (webFrontend: string[]) => boolean;
|
|
145
|
-
declare const requiresChatSdkVercelAI: (stack: CompatibilityInput) => boolean;
|
|
146
|
-
declare const getCategoryDisplayName: (categoryKey: string) => string;
|
|
147
|
-
type CompatibilityAnalysisResult = {
|
|
148
|
-
adjustedStack: CompatibilityInput | null;
|
|
149
|
-
notes: Record<string, {
|
|
150
|
-
notes: string[];
|
|
151
|
-
hasIssue: boolean;
|
|
152
|
-
}>;
|
|
153
|
-
changes: CompatibilityAdjustment[];
|
|
154
|
-
};
|
|
155
|
-
/**
|
|
156
|
-
* Analyzes the stack and auto-adjusts incompatible selections.
|
|
157
|
-
* This follows the CLI approach: when you make a selection, dependent items adjust automatically.
|
|
158
|
-
* The flow is: frontend -> backend -> runtime -> database -> orm -> api -> auth -> etc.
|
|
159
|
-
*/
|
|
160
|
-
declare const analyzeStackCompatibility: (stack: CompatibilityInput) => CompatibilityAnalysisResult;
|
|
161
|
-
/**
|
|
162
|
-
* Returns a reason why an option is disabled, or null if it's enabled.
|
|
163
|
-
*
|
|
164
|
-
* PHILOSOPHY: Only disable options that are TRULY incompatible.
|
|
165
|
-
* - Don't create circular dependencies
|
|
166
|
-
* - Allow users to select options that will trigger auto-adjustments
|
|
167
|
-
* - Follow CLI behavior: filter options based on UPSTREAM selections only
|
|
168
|
-
*/
|
|
169
|
-
declare const getDisabledReason: (currentStack: CompatibilityInput, category: CompatibilityCategory, optionId: string) => string | null;
|
|
170
|
-
declare const isOptionCompatible: (currentStack: CompatibilityInput, category: CompatibilityCategory, optionId: string) => boolean;
|
|
171
|
-
declare function isWebFrontend(value: Frontend): boolean;
|
|
172
|
-
declare function splitFrontends(values?: Frontend[]): {
|
|
173
|
-
web: Frontend[];
|
|
174
|
-
native: Frontend[];
|
|
175
|
-
};
|
|
176
|
-
declare function allowedApisForFrontends(frontends?: Frontend[], astroIntegration?: AstroIntegration): ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga")[];
|
|
177
|
-
declare function isFrontendAllowedWithBackend(frontend: Frontend, backend?: Backend, auth?: string): boolean;
|
|
178
|
-
declare function isExampleAIAllowed(backend?: Backend, frontends?: Frontend[]): boolean;
|
|
179
|
-
declare function isExampleChatSdkAllowed(backend?: Backend | string, frontends?: Frontend[], runtime?: Runtime | string): boolean;
|
|
180
|
-
declare function requiresChatSdkVercelAIForSelection(backend?: Backend | string, frontends?: Frontend[], runtime?: Runtime | string): boolean;
|
|
181
|
-
declare function validateAddonCompatibility(addon: Addons, frontend: Frontend[], _auth?: Auth): {
|
|
182
|
-
isCompatible: boolean;
|
|
183
|
-
reason?: string;
|
|
184
|
-
};
|
|
185
|
-
declare function getCompatibleAddons(allAddons: Addons[], frontend: Frontend[], existingAddons?: Addons[], auth?: Auth): ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer")[];
|
|
186
|
-
declare function getCompatibleUILibraries(frontends?: Frontend[], astroIntegration?: AstroIntegration): UILibrary[];
|
|
187
|
-
declare function getCompatibleCSSFrameworks(uiLibrary: UILibrary | undefined): CSSFramework[];
|
|
188
|
-
declare function hasWebStyling(frontends?: Frontend[]): boolean;
|
|
189
|
-
declare function getCompatibleFormLibraries(frontends?: Frontend[]): Forms[];
|
|
190
|
-
declare function evaluateCompatibility(input: CompatibilityInput): CompatibilityEvaluation;
|
|
191
|
-
//#endregion
|
|
192
|
-
//#region src/option-metadata.d.ts
|
|
193
|
-
type OptionCategory = "api" | "webFrontend" | "nativeFrontend" | "astroIntegration" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "webDeploy" | "serverDeploy" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "backendLibraries" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "i18n" | "search" | "fileStorage" | "animation" | "cssFramework" | "uiLibrary" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "appPlatforms" | "packageManager" | "versionChannel" | "examples" | "ai" | "aiDocs" | "git" | "install" | "effect" | "shadcnBase" | "shadcnStyle" | "shadcnIconLibrary" | "shadcnColorTheme" | "shadcnBaseColor" | "shadcnFont" | "shadcnRadius" | "rustWebFramework" | "rustFrontend" | "rustOrm" | "rustApi" | "rustCli" | "rustLibraries" | "rustLogging" | "rustErrorHandling" | "rustCaching" | "rustAuth" | "pythonWebFramework" | "pythonOrm" | "pythonValidation" | "pythonAi" | "pythonAuth" | "pythonTaskQueue" | "pythonGraphql" | "pythonQuality" | "goWebFramework" | "goOrm" | "goApi" | "goCli" | "goLogging" | "goAuth" | "javaWebFramework" | "javaBuildTool" | "javaOrm" | "javaAuth" | "javaLibraries" | "javaTestingLibraries";
|
|
194
|
-
type OptionSelectionMode = "single" | "multiple";
|
|
195
|
-
type OptionMetadata = {
|
|
196
|
-
id: string;
|
|
197
|
-
label: string;
|
|
198
|
-
aliases: readonly string[];
|
|
199
|
-
cliValue: string;
|
|
200
|
-
};
|
|
201
|
-
type OptionCategoryMetadata = {
|
|
202
|
-
selectionMode: OptionSelectionMode;
|
|
203
|
-
options: readonly OptionMetadata[];
|
|
204
|
-
};
|
|
205
|
-
declare const OPTION_CATEGORY_METADATA: Record<OptionCategory, OptionCategoryMetadata>;
|
|
206
|
-
declare function isMultiSelectCategory(category: OptionCategory): boolean;
|
|
207
|
-
declare function getOptionMetadata(category: OptionCategory, optionId: string): OptionMetadata | undefined;
|
|
208
|
-
declare function getCategoryOptionIds(category: OptionCategory): string[];
|
|
209
|
-
declare function getCategoryCliValues(category: OptionCategory): string[];
|
|
210
|
-
declare function normalizeOptionId(category: OptionCategory, value: string): string;
|
|
211
|
-
//#endregion
|
|
212
42
|
//#region src/local-dev.d.ts
|
|
213
43
|
declare function getLocalWebDevPort(frontend: readonly string[]): 3001 | 4321 | 5173;
|
|
214
44
|
//#endregion
|
|
215
|
-
export { ADDONS_VALUES, AI, AISchema, AI_DOCS_VALUES, AI_VALUES, ANALYTICS_VALUES, ANIMATION_VALUES, API, APISchema, API_VALUES, ASTRO_INTEGRATION_VALUES, AUTH_VALUES, AddInput, AddInputSchema, Addons, AddonsSchema, AiDocs, AiDocsSchema, Analytics, AnalyticsSchema, Animation, AnimationSchema, AstroIntegration, AstroIntegrationSchema, Auth, AuthCapabilityDefinition, AuthSchema, BACKEND_VALUES, Backend, BackendSchema, BetterTStackConfig, BetterTStackConfigFileSchema, BetterTStackConfigSchema, CACHING_VALUES, CLIInput, CLIInputSchema, CMS, CMSSchema, CMS_VALUES, CSSFramework, CSSFrameworkSchema, CSS_FRAMEWORK_VALUES, Caching, CachingSchema, CapabilityDefinition, CapabilityDefinitionBase, CapabilityName, CapabilityNormalizationResult, CapabilityStackContext, CliDefaultProjectConfigBase, CompatibilityAdjustment, CompatibilityAnalysisResult, CompatibilityCategory, CompatibilityEvaluation, CompatibilityInput, CompatibilityIssue, CreateInput, CreateInputSchema, DATABASE_SETUP_VALUES, DATABASE_VALUES, DIRECTORY_CONFLICT_VALUES, Database, DatabaseSchema, DatabaseSetup, DatabaseSetupSchema, DirectoryConflict, DirectoryConflictSchema, ECOSYSTEM_VALUES, EFFECT_VALUES, EMAIL_VALUES, EXAMPLES_VALUES, Ecosystem, EcosystemSchema, Effect, EffectSchema, Email, EmailSchema, Examples, ExamplesSchema, FEATURE_FLAGS_VALUES, FILE_STORAGE_VALUES, FILE_UPLOAD_VALUES, FORMS_VALUES, FRONTEND_VALUES, FeatureFlags, FeatureFlagsSchema, FileStorage, FileStorageSchema, FileUpload, FileUploadSchema, Forms, FormsSchema, Frontend, FrontendSchema, GO_API_VALUES, GO_AUTH_VALUES, GO_CLI_VALUES, GO_LOGGING_VALUES, GO_ORM_VALUES, GO_WEB_FRAMEWORK_VALUES, GoApi, GoApiSchema, GoAuth, GoAuthSchema, GoCli, GoCliSchema, GoLogging, GoLoggingSchema, GoOrm, GoOrmSchema, GoWebFramework, GoWebFrameworkSchema, I18N_VALUES, I18n, I18nSchema, InitResult, InitResultSchema, JAVA_AUTH_VALUES, JAVA_BUILD_TOOL_VALUES, JAVA_LIBRARIES_VALUES, JAVA_ORM_VALUES, JAVA_TESTING_LIBRARIES_VALUES, JAVA_WEB_FRAMEWORK_VALUES, JOB_QUEUE_VALUES, JavaAuth, JavaAuthSchema, JavaBuildTool, JavaBuildToolSchema, JavaLibraries, JavaLibrariesSchema, JavaOrm, JavaOrmSchema, JavaTestingLibraries, JavaTestingLibrariesSchema, JavaWebFramework, JavaWebFrameworkSchema, JobQueue, JobQueueSchema, LOGGING_VALUES, Logging, LoggingSchema, NativeFrontend, OBSERVABILITY_VALUES, OPTION_CATEGORY_METADATA, ORM, ORMSchema, ORM_VALUES, Observability, ObservabilitySchema, OptionCategory, OptionCategoryMetadata, OptionMetadata, OptionSelectionMode, PACKAGE_MANAGER_VALUES, PAYMENTS_VALUES, PYTHON_AI_VALUES, PYTHON_AUTH_VALUES, PYTHON_GRAPHQL_VALUES, PYTHON_ORM_VALUES, PYTHON_QUALITY_VALUES, PYTHON_TASK_QUEUE_VALUES, PYTHON_VALIDATION_VALUES, PYTHON_WEB_FRAMEWORK_VALUES, PackageManager, PackageManagerSchema, Payments, PaymentsSchema, ProjectConfig, ProjectConfigSchema, ProjectName, ProjectNameSchema, PythonAi, PythonAiSchema, PythonAuth, PythonAuthSchema, PythonGraphql, PythonGraphqlSchema, PythonOrm, PythonOrmSchema, PythonQuality, PythonQualitySchema, PythonTaskQueue, PythonTaskQueueSchema, PythonValidation, PythonValidationSchema, PythonWebFramework, PythonWebFrameworkSchema, REALTIME_VALUES, RUNTIME_VALUES, RUST_API_VALUES, RUST_AUTH_VALUES, RUST_CACHING_VALUES, RUST_CLI_VALUES, RUST_ERROR_HANDLING_VALUES, RUST_FRONTEND_VALUES, RUST_LIBRARIES_VALUES, RUST_LOGGING_VALUES, RUST_ORM_VALUES, RUST_WEB_FRAMEWORK_VALUES, Realtime, RealtimeSchema, Runtime, RuntimeSchema, RustApi, RustApiSchema, RustAuth, RustAuthSchema, RustCaching, RustCachingSchema, RustCli, RustCliSchema, RustErrorHandling, RustErrorHandlingSchema, RustFrontend, RustFrontendSchema, RustLibraries, RustLibrariesSchema, RustLogging, RustLoggingSchema, RustOrm, RustOrmSchema, RustWebFramework, RustWebFrameworkSchema, SEARCH_VALUES, SERVER_DEPLOY_VALUES, SHADCN_BASE_COLOR_VALUES, SHADCN_BASE_VALUES, SHADCN_COLOR_THEME_VALUES, SHADCN_FONT_VALUES, SHADCN_ICON_LIBRARY_VALUES, SHADCN_RADIUS_VALUES, SHADCN_STYLE_VALUES, STATE_MANAGEMENT_VALUES, Search, SearchSchema, ServerDeploy, ServerDeploySchema, ShadcnBase, ShadcnBaseColor, ShadcnBaseColorSchema, ShadcnBaseSchema, ShadcnColorTheme, ShadcnColorThemeSchema, ShadcnFont, ShadcnFontSchema, ShadcnIconLibrary, ShadcnIconLibrarySchema, ShadcnRadius, ShadcnRadiusSchema, ShadcnStyle, ShadcnStyleSchema, StateManagement, StateManagementSchema, TEMPLATE_VALUES, TESTING_VALUES, Template, TemplateSchema, Testing, TestingSchema, UILibrary, UILibrarySchema, UI_LIBRARY_VALUES, VALIDATION_VALUES, VERSION_CHANNEL_VALUES, Validation, ValidationSchema, VersionChannel, VersionChannelSchema, WEB_DEPLOY_VALUES, WebDeploy, WebDeploySchema, WebFrontend, allowedApisForFrontends, analyzeStackCompatibility, createCliDefaultProjectConfigBase, evaluateCompatibility, getCapabilityDefinitions, getCapabilityDisabledReason, getCategoryCliValues, getCategoryDisplayName, getCategoryOptionIds, getCompatibleAddons, getCompatibleCSSFrameworks, getCompatibleFormLibraries, getCompatibleUILibraries, getDisabledReason, getLocalWebDevPort, getOptionMetadata, getSupportedCapabilityOptions, hasPWACompatibleFrontend, hasTauriCompatibleFrontend, hasWebStyling, isExampleAIAllowed, isExampleChatSdkAllowed, isFrontendAllowedWithBackend, isMultiSelectCategory, isOptionCompatible, isWebFrontend, normalizeCapabilitySelection, normalizeOptionId, requiresChatSdkVercelAI, requiresChatSdkVercelAIForSelection, splitFrontends, validateAddonCompatibility, validateProjectName };
|
|
45
|
+
export { ADDONS_VALUES, AI, AISchema, AI_DOCS_VALUES, AI_VALUES, ANALYTICS_VALUES, ANIMATION_VALUES, API, APISchema, API_VALUES, ASTRO_INTEGRATION_VALUES, AUTH_VALUES, AddInput, AddInputSchema, Addons, AddonsSchema, AiDocs, AiDocsSchema, Analytics, AnalyticsSchema, Animation, AnimationSchema, AstroIntegration, AstroIntegrationSchema, Auth, AuthCapabilityDefinition, AuthSchema, BACKEND_VALUES, Backend, BackendSchema, BetterTStackConfig, BetterTStackConfigFileSchema, BetterTStackConfigSchema, CACHING_VALUES, CLIInput, CLIInputSchema, CMS, CMSSchema, CMS_VALUES, CSSFramework, CSSFrameworkSchema, CSS_FRAMEWORK_VALUES, Caching, CachingSchema, CapabilityDefinition, CapabilityDefinitionBase, CapabilityName, CapabilityNormalizationResult, CapabilityStackContext, CliDefaultProjectConfigBase, CompatibilityAdjustment, CompatibilityAnalysisResult, CompatibilityCategory, CompatibilityEvaluation, CompatibilityInput, CompatibilityIssue, CreateInput, CreateInputSchema, DATABASE_SETUP_VALUES, DATABASE_VALUES, DEFAULT_STACK_SELECTION, DIRECTORY_CONFLICT_VALUES, Database, DatabaseSchema, DatabaseSetup, DatabaseSetupSchema, DirectoryConflict, DirectoryConflictSchema, ECOSYSTEM_VALUES, EFFECT_VALUES, EMAIL_VALUES, EXAMPLES_VALUES, Ecosystem, EcosystemSchema, Effect, EffectSchema, Email, EmailSchema, Examples, ExamplesSchema, FEATURE_FLAGS_VALUES, FILE_STORAGE_VALUES, FILE_UPLOAD_VALUES, FORMS_VALUES, FRONTEND_VALUES, FeatureFlags, FeatureFlagsSchema, FileStorage, FileStorageSchema, FileUpload, FileUploadSchema, Forms, FormsSchema, Frontend, FrontendSchema, GO_API_VALUES, GO_AUTH_VALUES, GO_CLI_VALUES, GO_LOGGING_VALUES, GO_ORM_VALUES, GO_WEB_FRAMEWORK_VALUES, GoApi, GoApiSchema, GoAuth, GoAuthSchema, GoCli, GoCliSchema, GoLogging, GoLoggingSchema, GoOrm, GoOrmSchema, GoWebFramework, GoWebFrameworkSchema, I18N_VALUES, I18n, I18nSchema, InitResult, InitResultSchema, JAVA_AUTH_VALUES, JAVA_BUILD_TOOL_VALUES, JAVA_LIBRARIES_VALUES, JAVA_ORM_VALUES, JAVA_TESTING_LIBRARIES_VALUES, JAVA_WEB_FRAMEWORK_VALUES, JOB_QUEUE_VALUES, JavaAuth, JavaAuthSchema, JavaBuildTool, JavaBuildToolSchema, JavaLibraries, JavaLibrariesSchema, JavaOrm, JavaOrmSchema, JavaTestingLibraries, JavaTestingLibrariesSchema, JavaWebFramework, JavaWebFrameworkSchema, JobQueue, JobQueueSchema, LOGGING_VALUES, Logging, LoggingSchema, NON_OPTION_STACK_SELECTION_KEYS, NativeFrontend, OBSERVABILITY_VALUES, OPTION_CATEGORY_METADATA, ORM, ORMSchema, ORM_VALUES, Observability, ObservabilitySchema, OptionCategory, OptionCategoryMetadata, OptionMetadata, OptionSelectionMode, PACKAGE_MANAGER_VALUES, PAYMENTS_VALUES, PYTHON_AI_VALUES, PYTHON_AUTH_VALUES, PYTHON_GRAPHQL_VALUES, PYTHON_ORM_VALUES, PYTHON_QUALITY_VALUES, PYTHON_TASK_QUEUE_VALUES, PYTHON_VALIDATION_VALUES, PYTHON_WEB_FRAMEWORK_VALUES, PackageManager, PackageManagerSchema, Payments, PaymentsSchema, ProjectConfig, ProjectConfigSchema, ProjectName, ProjectNameSchema, PythonAi, PythonAiSchema, PythonAuth, PythonAuthSchema, PythonGraphql, PythonGraphqlSchema, PythonOrm, PythonOrmSchema, PythonQuality, PythonQualitySchema, PythonTaskQueue, PythonTaskQueueSchema, PythonValidation, PythonValidationSchema, PythonWebFramework, PythonWebFrameworkSchema, REALTIME_VALUES, RUNTIME_VALUES, RUST_API_VALUES, RUST_AUTH_VALUES, RUST_CACHING_VALUES, RUST_CLI_VALUES, RUST_ERROR_HANDLING_VALUES, RUST_FRONTEND_VALUES, RUST_LIBRARIES_VALUES, RUST_LOGGING_VALUES, RUST_ORM_VALUES, RUST_WEB_FRAMEWORK_VALUES, Realtime, RealtimeSchema, Runtime, RuntimeSchema, RustApi, RustApiSchema, RustAuth, RustAuthSchema, RustCaching, RustCachingSchema, RustCli, RustCliSchema, RustErrorHandling, RustErrorHandlingSchema, RustFrontend, RustFrontendSchema, RustLibraries, RustLibrariesSchema, RustLogging, RustLoggingSchema, RustOrm, RustOrmSchema, RustWebFramework, RustWebFrameworkSchema, SEARCH_VALUES, SERVER_DEPLOY_VALUES, SHADCN_BASE_COLOR_VALUES, SHADCN_BASE_VALUES, SHADCN_COLOR_THEME_VALUES, SHADCN_FONT_VALUES, SHADCN_ICON_LIBRARY_VALUES, SHADCN_RADIUS_VALUES, SHADCN_STYLE_VALUES, STACK_SELECTION_KEYS, STACK_SELECTION_OPTION_CATEGORY_BY_KEY, STACK_SELECTION_URL_KEYS, STATE_MANAGEMENT_VALUES, Search, SearchSchema, ServerDeploy, ServerDeploySchema, ShadcnBase, ShadcnBaseColor, ShadcnBaseColorSchema, ShadcnBaseSchema, ShadcnColorTheme, ShadcnColorThemeSchema, ShadcnFont, ShadcnFontSchema, ShadcnIconLibrary, ShadcnIconLibrarySchema, ShadcnRadius, ShadcnRadiusSchema, ShadcnStyle, ShadcnStyleSchema, StackProjectConfigOptions, StackSelectionInput, StackSelectionKey, StackSelectionState, StateManagement, StateManagementSchema, TEMPLATE_VALUES, TESTING_VALUES, Template, TemplateSchema, Testing, TestingSchema, UILibrary, UILibrarySchema, UI_LIBRARY_VALUES, VALIDATION_VALUES, VERSION_CHANNEL_VALUES, VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS, Validation, ValidationSchema, VersionChannel, VersionChannelSchema, WEB_DEPLOY_VALUES, WebDeploy, WebDeploySchema, WebFrontend, allowedApisForFrontends, analyzeStackCompatibility, cliInputToProjectConfigPartial, cloneDefaultStackSelection, createCliDefaultProjectConfigBase, createStackSelectionSearchParams, evaluateCompatibility, generateStackSelectionCommand, getAIFrontendCompatibilityIssue, getApiFrontendCompatibilityIssue, getCapabilityDefinitions, getCapabilityDisabledReason, getCategoryCliValues, getCategoryDisplayName, getCategoryOptionIds, getCompatibleAddons, getCompatibleCSSFrameworks, getCompatibleFormLibraries, getCompatibleUILibraries, getDisabledReason, getLocalWebDevPort, getOptionMetadata, getSupportedCapabilityOptions, hasDockerComposeCompatibleFrontend, hasPWACompatibleFrontend, hasTauriCompatibleFrontend, hasWebStyling, isArrayStackSelectionKey, isCliDefaultStackSelection, isExampleAIAllowed, isExampleChatSdkAllowed, isFrontendAllowedWithBackend, isMultiSelectCategory, isOptionCompatible, isStackSelectionDefault, isWebFrontend, normalizeCapabilitySelection, normalizeOptionId, normalizeStackSelection, normalizeStackSelectionValue, parseStackSelectionFromSearch, parseStackSelectionFromUrlRecord, processCliArrayOption, requiresChatSdkVercelAI, requiresChatSdkVercelAIForSelection, splitFrontends, stackSelectionToCliComparableConfig, stackSelectionToProjectConfig, usesVirtualNoneStackSelection, validateAddonCompatibility, validateProjectName };
|
|
216
46
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/capabilities.ts","../src/
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/capabilities.ts","../src/local-dev.ts"],"sourcesContent":[],"mappings":";;;;;;KAEY,cAAA;KAEA,sBAAA;cACE;;;EAHF,WAAA,CAAA,EAAA,SAAc,MAAA,EAAA;EAEd,cAAA,CAAA,EAAA,SAAsB,MAAA,EAAA;AAQlC,CAAA;AAUY,KAVA,wBAAA,GAUwB;EAI/B,EAAA,EAAA,MAAA;EAIO,KAAA,EAAA,MAAA;EAA+B,WAAA,EAAA,MAAA;EAAiB,UAAA,EAAA,MAAA;EAC1D,IAAA,EAAA,MAAA;EAAwB,KAAA,EAAA,MAAA;EAAC,OAAA,CAAA,EAAA,OAAA;AAE3B,CAAA;AAAoD,KAXxC,wBAAA,GAA2B,wBAWa,GAAA;EAAiB,EAAA,EAV/D,IAU+D;CAC5D;KARJ,uBAAA,GAQ4B;EAAC,IAAA,EAP1B,wBAO0B;AAuOlC,CAAA;AAAmD,KA3OvC,oBA2OuC,CAAA,UA3OR,cA2OQ,GA3OS,cA2OT,CAAA,GA1OjD,uBA0OiD,CA1OzB,CA0OyB,CAAA;AACrC,KAzOF,6BAyOE,CAAA,UAzOsC,cAyOtC,GAzOuD,cAyOvD,CAAA,GAAA;EACF,KAAA,EAzOH,uBAyOG,CAzOqB,CAyOrB,CAAA,CAAA,IAAA,CAAA;EAAwB,UAAA,EAAA,OAAA;EAAC,MAAA,EAAA,MAAA,GAAA,IAAA;EAIrB,OAAA,EAAA,MAAA,GAAA,IAAA;CAAsC;AACxC,iBAPE,wBAOF,CAAA,UAPqC,cAOrC,CAAA,CAAA,UAAA,EANA,CAMA,CAAA,EAAA,SALF,uBAKE,CALsB,CAKtB,CAAA,EAAA;AACH,iBAFK,2BAEL,CAAA,UAF2C,cAE3C,CAAA,CAAA,UAAA,EADG,CACH,EAAA,OAAA,EAAA,sBAAA,EAAA,QAAA,EACC,uBADD,CACyB,CADzB,CAAA,CAAA,IAAA,CAAA,CAAA,EAAA,MAAA,GAAA,IAAA;AACC,iBASI,6BATJ,CAAA,UAS4C,cAT5C,CAAA,CAAA,UAAA,EAUE,CAVF,EAAA,OAAA,EAWD,sBAXC,CAAA,EAAA,SAYA,uBAZA,CAYwB,CAZxB,CAAA,EAAA;AAAwB,iBAkBpB,4BAlBoB,CAAA,UAkBmB,cAlBnB,CAAA,CAAA,UAAA,EAmBtB,CAnBsB,EAAA,OAAA,EAoBzB,sBApByB,EAAA,QAAA,EAqBxB,uBArBwB,CAqBA,CArBA,CAAA,CAAA,IAAA,CAAA,GAAA,SAAA,CAAA,EAsBjC,6BAtBiC,CAsBH,CAtBG,CAAA;;;iBC/QpB,kBAAA"}
|