@better-fullstack/template-generator 1.7.1 → 1.8.1
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/browser.d.mts +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/index.d.mts +200 -190
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{preflight-validation-DNf2uPxG.d.mts → preflight-validation-Cii1TGaV.d.mts} +2 -2
- package/dist/{preflight-validation-DNf2uPxG.d.mts.map → preflight-validation-Cii1TGaV.d.mts.map} +1 -1
- package/dist/{preflight-validation-BhvmbyJ2.mjs → preflight-validation-DYtTEnbp.mjs} +64291 -61268
- package/dist/preflight-validation-DYtTEnbp.mjs.map +1 -0
- package/package.json +2 -2
- package/templates-binary/frontend/react/vinext/src/app/favicon.ico +0 -0
- package/dist/preflight-validation-BhvmbyJ2.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { a as VirtualFileTree, i as VirtualFile, n as GeneratorResult, o as VirtualNode, r as VirtualDirectory, t as GeneratorOptions } from "./types-Jq14WnvH.mjs";
|
|
2
|
-
import { a as TEMPLATE_COUNT, c as TemplateData, i as EMBEDDED_TEMPLATES, l as VirtualFileSystem, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig, s as processAddonTemplates, t as PreflightResult } from "./preflight-validation-
|
|
2
|
+
import { a as TEMPLATE_COUNT, c as TemplateData, i as EMBEDDED_TEMPLATES, l as VirtualFileSystem, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig, s as processAddonTemplates, t as PreflightResult } from "./preflight-validation-Cii1TGaV.mjs";
|
|
3
3
|
import Handlebars from "handlebars";
|
|
4
4
|
import { ProjectConfig } from "@better-fullstack/types";
|
|
5
5
|
|
|
6
6
|
//#region src/core/template-processor.d.ts
|
|
7
|
+
declare function normalizeElixirAppName(projectName?: string): string;
|
|
8
|
+
declare function elixirModuleName(projectName?: string): string;
|
|
9
|
+
declare function nativeApplicationId(projectName?: string): string;
|
|
7
10
|
declare function processTemplateString(content: string, context: ProjectConfig): string;
|
|
8
11
|
declare function isBinaryFile(filePath: string): boolean;
|
|
9
12
|
declare function transformFilename(filename: string): string;
|
|
@@ -15,33 +18,33 @@ declare function processAddonsDeps(vfs: VirtualFileSystem, config: ProjectConfig
|
|
|
15
18
|
//#region src/utils/add-deps.d.ts
|
|
16
19
|
declare const dependencyVersionMap: {
|
|
17
20
|
readonly typescript: "^6.0.3";
|
|
18
|
-
readonly "better-auth": "^1.6.
|
|
19
|
-
readonly "@better-auth/expo": "^1.6.
|
|
20
|
-
readonly "@better-auth/drizzle-adapter": "^1.6.
|
|
21
|
-
readonly "@better-auth/prisma-adapter": "^1.6.
|
|
22
|
-
readonly "@better-auth/mongo-adapter": "^1.6.
|
|
23
|
-
readonly "@clerk/nextjs": "^7.
|
|
21
|
+
readonly "better-auth": "^1.6.11";
|
|
22
|
+
readonly "@better-auth/expo": "^1.6.11";
|
|
23
|
+
readonly "@better-auth/drizzle-adapter": "^1.6.11";
|
|
24
|
+
readonly "@better-auth/prisma-adapter": "^1.6.11";
|
|
25
|
+
readonly "@better-auth/mongo-adapter": "^1.6.11";
|
|
26
|
+
readonly "@clerk/nextjs": "^7.4.1";
|
|
24
27
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
25
|
-
readonly "@clerk/tanstack-react-start": "^1.
|
|
28
|
+
readonly "@clerk/tanstack-react-start": "^1.3.1";
|
|
26
29
|
readonly "@clerk/clerk-expo": "^2.19.31";
|
|
27
30
|
readonly "next-auth": "^4.24.14";
|
|
28
31
|
readonly "@auth/core": "^0.34.3";
|
|
29
32
|
readonly "@auth/drizzle-adapter": "^1.11.2";
|
|
30
33
|
readonly "@auth/prisma-adapter": "^2.11.2";
|
|
31
|
-
readonly "@stackframe/stack": "^2.8.
|
|
32
|
-
readonly "@supabase/supabase-js": "^2.
|
|
34
|
+
readonly "@stackframe/stack": "^2.8.102";
|
|
35
|
+
readonly "@supabase/supabase-js": "^2.106.1";
|
|
33
36
|
readonly "@supabase/ssr": "^0.10.3";
|
|
34
|
-
readonly "@auth0/nextjs-auth0": "^
|
|
37
|
+
readonly "@auth0/nextjs-auth0": "^3.8.0";
|
|
35
38
|
readonly "drizzle-orm": "^0.45.2";
|
|
36
39
|
readonly "drizzle-kit": "^0.31.10";
|
|
37
40
|
readonly "@planetscale/database": "^1.20.1";
|
|
38
41
|
readonly "@libsql/client": "^0.17.3";
|
|
39
42
|
readonly libsql: "^0.5.29";
|
|
40
43
|
readonly "@neondatabase/serverless": "^1.1.0";
|
|
41
|
-
readonly pg: "^8.
|
|
44
|
+
readonly pg: "^8.21.0";
|
|
42
45
|
readonly "@types/pg": "^8.20.0";
|
|
43
46
|
readonly "@types/ws": "^8.18.1";
|
|
44
|
-
readonly ws: "^8.
|
|
47
|
+
readonly ws: "^8.21.0";
|
|
45
48
|
readonly mysql2: "^3.22.3";
|
|
46
49
|
readonly "@prisma/client": "^7.8.0";
|
|
47
50
|
readonly prisma: "^7.8.0";
|
|
@@ -53,41 +56,41 @@ declare const dependencyVersionMap: {
|
|
|
53
56
|
readonly "@prisma/adapter-pg": "^7.8.0";
|
|
54
57
|
readonly "@prisma/adapter-planetscale": "^7.8.0";
|
|
55
58
|
readonly mongoose: "^9.6.2";
|
|
56
|
-
readonly typeorm: "^0.
|
|
57
|
-
readonly "better-sqlite3": "^12.
|
|
59
|
+
readonly typeorm: "^1.0.0";
|
|
60
|
+
readonly "better-sqlite3": "^12.10.0";
|
|
58
61
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
59
|
-
readonly kysely: "^0.29.
|
|
60
|
-
readonly "@mikro-orm/core": "^7.
|
|
61
|
-
readonly "@mikro-orm/sqlite": "^7.
|
|
62
|
-
readonly "@mikro-orm/postgresql": "^7.
|
|
63
|
-
readonly "@mikro-orm/mysql": "^7.
|
|
62
|
+
readonly kysely: "^0.29.2";
|
|
63
|
+
readonly "@mikro-orm/core": "^7.1.1";
|
|
64
|
+
readonly "@mikro-orm/sqlite": "^7.1.1";
|
|
65
|
+
readonly "@mikro-orm/postgresql": "^7.1.1";
|
|
66
|
+
readonly "@mikro-orm/mysql": "^7.1.1";
|
|
64
67
|
readonly "@mikro-orm/better-sqlite": "^6.6.14";
|
|
65
68
|
readonly sequelize: "^6.37.8";
|
|
66
69
|
readonly "sequelize-typescript": "^2.1.6";
|
|
67
70
|
readonly sqlite3: "^6.0.1";
|
|
68
71
|
readonly "vite-plugin-pwa": "^1.3.0";
|
|
69
72
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
70
|
-
readonly "@tauri-apps/cli": "^2.11.
|
|
73
|
+
readonly "@tauri-apps/cli": "^2.11.2";
|
|
71
74
|
readonly "@tauri-apps/api": "^2.11.0";
|
|
72
75
|
readonly "@biomejs/biome": "^2.4.15";
|
|
73
|
-
readonly oxlint: "^1.
|
|
74
|
-
readonly oxfmt: "^0.
|
|
76
|
+
readonly oxlint: "^1.66.0";
|
|
77
|
+
readonly oxfmt: "^0.51.0";
|
|
75
78
|
readonly husky: "^9.1.7";
|
|
76
|
-
readonly lefthook: "^2.1.
|
|
77
|
-
readonly "lint-staged": "^
|
|
78
|
-
readonly tsx: "^4.
|
|
79
|
-
readonly "@types/node": "^25.
|
|
80
|
-
readonly "@types/bun": "^1.3.
|
|
79
|
+
readonly lefthook: "^2.1.8";
|
|
80
|
+
readonly "lint-staged": "^17.0.5";
|
|
81
|
+
readonly tsx: "^4.22.3";
|
|
82
|
+
readonly "@types/node": "^25.9.1";
|
|
83
|
+
readonly "@types/bun": "^1.3.14";
|
|
81
84
|
readonly "@elysiajs/node": "^1.4.5";
|
|
82
85
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
83
86
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
84
87
|
readonly elysia: "^1.4.28";
|
|
85
|
-
readonly "@hono/node-server": "^2.0.
|
|
88
|
+
readonly "@hono/node-server": "^2.0.4";
|
|
86
89
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
87
|
-
readonly hono: "^4.12.
|
|
90
|
+
readonly hono: "^4.12.19";
|
|
88
91
|
readonly "@octokit/rest": "^22.0.1";
|
|
89
|
-
readonly "@vercel/sandbox": "^
|
|
90
|
-
readonly vercel: "^
|
|
92
|
+
readonly "@vercel/sandbox": "^2.0.0";
|
|
93
|
+
readonly vercel: "^54.4.1";
|
|
91
94
|
readonly "@sveltejs/adapter-vercel": "^6.3.3";
|
|
92
95
|
readonly "bash-tool": "^1.3.16";
|
|
93
96
|
readonly cors: "^2.8.6";
|
|
@@ -96,55 +99,55 @@ declare const dependencyVersionMap: {
|
|
|
96
99
|
readonly "@types/cors": "^2.8.19";
|
|
97
100
|
readonly fastify: "^5.8.5";
|
|
98
101
|
readonly "@fastify/cors": "^11.2.0";
|
|
99
|
-
readonly "@nestjs/core": "^11.1.
|
|
100
|
-
readonly "@nestjs/common": "^11.1.
|
|
101
|
-
readonly "@nestjs/platform-express": "^11.1.
|
|
102
|
+
readonly "@nestjs/core": "^11.1.24";
|
|
103
|
+
readonly "@nestjs/common": "^11.1.24";
|
|
104
|
+
readonly "@nestjs/platform-express": "^11.1.24";
|
|
102
105
|
readonly "reflect-metadata": "^0.2.2";
|
|
103
106
|
readonly rxjs: "^7.8.2";
|
|
104
|
-
readonly "encore.dev": "^1.57.
|
|
105
|
-
readonly "@adonisjs/core": "^7.3.
|
|
107
|
+
readonly "encore.dev": "^1.57.5";
|
|
108
|
+
readonly "@adonisjs/core": "^7.3.3";
|
|
106
109
|
readonly "@adonisjs/cors": "^3.0.0";
|
|
107
110
|
readonly "@adonisjs/assembler": "^8.4.0";
|
|
108
111
|
readonly "@adonisjs/tsconfig": "^2.0.0";
|
|
109
112
|
readonly nitropack: "^2.13.4";
|
|
110
113
|
readonly h3: "^2.0.0";
|
|
111
114
|
readonly fets: "^0.8.6";
|
|
112
|
-
readonly turbo: "^2.9.
|
|
113
|
-
readonly chat: "^4.
|
|
114
|
-
readonly "@chat-adapter/slack": "^4.
|
|
115
|
-
readonly "@chat-adapter/discord": "^4.
|
|
116
|
-
readonly "@chat-adapter/github": "^4.
|
|
117
|
-
readonly "@chat-adapter/state-memory": "^4.
|
|
118
|
-
readonly "@chat-adapter/state-redis": "^4.
|
|
119
|
-
readonly ai: "^6.0.
|
|
120
|
-
readonly "@ai-sdk/anthropic": "^3.0.
|
|
121
|
-
readonly "@ai-sdk/google": "^3.0.
|
|
122
|
-
readonly "@ai-sdk/vue": "^3.0.
|
|
123
|
-
readonly "@ai-sdk/svelte": "^4.0.
|
|
124
|
-
readonly "@ai-sdk/react": "^3.0.
|
|
125
|
-
readonly "@ai-sdk/devtools": "^0.0.
|
|
115
|
+
readonly turbo: "^2.9.14";
|
|
116
|
+
readonly chat: "^4.29.0";
|
|
117
|
+
readonly "@chat-adapter/slack": "^4.29.0";
|
|
118
|
+
readonly "@chat-adapter/discord": "^4.29.0";
|
|
119
|
+
readonly "@chat-adapter/github": "^4.29.0";
|
|
120
|
+
readonly "@chat-adapter/state-memory": "^4.29.0";
|
|
121
|
+
readonly "@chat-adapter/state-redis": "^4.29.0";
|
|
122
|
+
readonly ai: "^6.0.191";
|
|
123
|
+
readonly "@ai-sdk/anthropic": "^3.0.79";
|
|
124
|
+
readonly "@ai-sdk/google": "^3.0.79";
|
|
125
|
+
readonly "@ai-sdk/vue": "^3.0.191";
|
|
126
|
+
readonly "@ai-sdk/svelte": "^4.0.191";
|
|
127
|
+
readonly "@ai-sdk/react": "^3.0.193";
|
|
128
|
+
readonly "@ai-sdk/devtools": "^0.0.18";
|
|
126
129
|
readonly streamdown: "^2.5.0";
|
|
127
|
-
readonly shiki: "^4.0
|
|
128
|
-
readonly mastra: "^1.
|
|
129
|
-
readonly "@mastra/core": "^1.
|
|
130
|
-
readonly "@voltagent/core": "^2.7.
|
|
130
|
+
readonly shiki: "^4.1.0";
|
|
131
|
+
readonly mastra: "^1.10.0";
|
|
132
|
+
readonly "@mastra/core": "^1.36.0";
|
|
133
|
+
readonly "@voltagent/core": "^2.7.5";
|
|
131
134
|
readonly "@voltagent/server-hono": "^2.0.13";
|
|
132
135
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
133
136
|
readonly "@voltagent/logger": "^2.0.2";
|
|
134
|
-
readonly "@langchain/langgraph": "^1.3.
|
|
135
|
-
readonly "@langchain/core": "^1.1.
|
|
136
|
-
readonly "@langchain/google-genai": "^2.1.
|
|
137
|
-
readonly "@openai/agents": "^0.11.
|
|
137
|
+
readonly "@langchain/langgraph": "^1.3.2";
|
|
138
|
+
readonly "@langchain/core": "^1.1.48";
|
|
139
|
+
readonly "@langchain/google-genai": "^2.1.31";
|
|
140
|
+
readonly "@openai/agents": "^0.11.5";
|
|
138
141
|
readonly "@google/adk": "^1.1.0";
|
|
139
142
|
readonly modelfusion: "^0.137.0";
|
|
140
|
-
readonly langchain: "^1.4.
|
|
143
|
+
readonly langchain: "^1.4.2";
|
|
141
144
|
readonly llamaindex: "^0.12.1";
|
|
142
|
-
readonly "ai-cli": "^0.2.
|
|
143
|
-
readonly "@orpc/server": "^1.14.
|
|
144
|
-
readonly "@orpc/client": "^1.14.
|
|
145
|
-
readonly "@orpc/openapi": "^1.14.
|
|
146
|
-
readonly "@orpc/zod": "^1.14.
|
|
147
|
-
readonly "@orpc/tanstack-query": "^1.14.
|
|
145
|
+
readonly "ai-cli": "^0.2.1";
|
|
146
|
+
readonly "@orpc/server": "^1.14.3";
|
|
147
|
+
readonly "@orpc/client": "^1.14.3";
|
|
148
|
+
readonly "@orpc/openapi": "^1.14.3";
|
|
149
|
+
readonly "@orpc/zod": "^1.14.3";
|
|
150
|
+
readonly "@orpc/tanstack-query": "^1.14.3";
|
|
148
151
|
readonly "@ts-rest/core": "^3.52.1";
|
|
149
152
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
150
153
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
@@ -159,7 +162,7 @@ declare const dependencyVersionMap: {
|
|
|
159
162
|
readonly "@trpc/server": "^11.17.0";
|
|
160
163
|
readonly "@trpc/client": "^11.17.0";
|
|
161
164
|
readonly next: "^16.2.6";
|
|
162
|
-
readonly convex: "^1.
|
|
165
|
+
readonly convex: "^1.39.1";
|
|
163
166
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
164
167
|
readonly "@convex-dev/agent": "^0.6.1";
|
|
165
168
|
readonly "@convex-dev/polar": "^0.9.1";
|
|
@@ -167,49 +170,49 @@ declare const dependencyVersionMap: {
|
|
|
167
170
|
readonly "convex-nuxt": "0.1.5";
|
|
168
171
|
readonly "convex-vue": "^0.1.5";
|
|
169
172
|
readonly "@convex-dev/better-auth": "^0.12.2";
|
|
170
|
-
readonly "@tanstack/svelte-query": "^6.1.
|
|
171
|
-
readonly "@tanstack/svelte-query-devtools": "^6.1.
|
|
172
|
-
readonly "@tanstack/vue-query-devtools": "^6.1.
|
|
173
|
-
readonly "@tanstack/vue-query": "^5.100.
|
|
174
|
-
readonly "@tanstack/react-query-devtools": "^5.100.
|
|
175
|
-
readonly "@tanstack/react-query": "^5.100.
|
|
176
|
-
readonly "@tanstack/react-router-ssr-query": "^1.
|
|
177
|
-
readonly "@tanstack/router-cli": "^1.
|
|
178
|
-
readonly "@tanstack/solid-query": "^5.100.
|
|
179
|
-
readonly "@tanstack/solid-query-devtools": "^5.100.
|
|
180
|
-
readonly "@tanstack/solid-router-devtools": "^1.
|
|
181
|
-
readonly "@tanstack/angular-query-experimental": "^5.100.
|
|
173
|
+
readonly "@tanstack/svelte-query": "^6.1.33";
|
|
174
|
+
readonly "@tanstack/svelte-query-devtools": "^6.1.33";
|
|
175
|
+
readonly "@tanstack/vue-query-devtools": "^6.1.33";
|
|
176
|
+
readonly "@tanstack/vue-query": "^5.100.14";
|
|
177
|
+
readonly "@tanstack/react-query-devtools": "^5.100.14";
|
|
178
|
+
readonly "@tanstack/react-query": "^5.100.14";
|
|
179
|
+
readonly "@tanstack/react-router-ssr-query": "^1.167.0";
|
|
180
|
+
readonly "@tanstack/router-cli": "^1.167.10";
|
|
181
|
+
readonly "@tanstack/solid-query": "^5.100.14";
|
|
182
|
+
readonly "@tanstack/solid-query-devtools": "^5.100.14";
|
|
183
|
+
readonly "@tanstack/solid-router-devtools": "^1.167.0";
|
|
184
|
+
readonly "@tanstack/angular-query-experimental": "^5.100.14";
|
|
182
185
|
readonly "@tanstack/react-table": "^8.21.3";
|
|
183
186
|
readonly "@tanstack/vue-table": "^8.21.3";
|
|
184
187
|
readonly "@tanstack/svelte-table": "^8.21.3";
|
|
185
188
|
readonly "@tanstack/solid-table": "^8.21.3";
|
|
186
189
|
readonly "@tanstack/angular-table": "^8.21.4";
|
|
187
|
-
readonly "@tanstack/react-virtual": "^3.13.
|
|
188
|
-
readonly "@tanstack/vue-virtual": "^3.13.
|
|
189
|
-
readonly "@tanstack/svelte-virtual": "^3.13.
|
|
190
|
-
readonly "@tanstack/solid-virtual": "^3.13.
|
|
191
|
-
readonly "@tanstack/angular-virtual": "^5.0.
|
|
192
|
-
readonly "@tanstack/db": "^0.6.
|
|
193
|
-
readonly "@tanstack/react-db": "^0.1.
|
|
194
|
-
readonly "@tanstack/vue-db": "^0.0.
|
|
195
|
-
readonly "@tanstack/solid-db": "^0.2.
|
|
196
|
-
readonly "@tanstack/svelte-db": "^0.1.
|
|
197
|
-
readonly "@tanstack/pacer": "^0.21.
|
|
198
|
-
readonly "@tanstack/react-pacer": "^0.22.
|
|
199
|
-
readonly "@tanstack/solid-pacer": "^0.21.
|
|
200
|
-
readonly "@tanstack/ai": "^0.
|
|
201
|
-
readonly "@tanstack/ai-react": "^0.
|
|
202
|
-
readonly "@tanstack/ai-solid": "^0.7
|
|
203
|
-
readonly wrangler: "^4.
|
|
204
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
205
|
-
readonly "@opennextjs/cloudflare": "^1.19.
|
|
190
|
+
readonly "@tanstack/react-virtual": "^3.13.25";
|
|
191
|
+
readonly "@tanstack/vue-virtual": "^3.13.25";
|
|
192
|
+
readonly "@tanstack/svelte-virtual": "^3.13.25";
|
|
193
|
+
readonly "@tanstack/solid-virtual": "^3.13.25";
|
|
194
|
+
readonly "@tanstack/angular-virtual": "^5.0.1";
|
|
195
|
+
readonly "@tanstack/db": "^0.6.7";
|
|
196
|
+
readonly "@tanstack/react-db": "^0.1.85";
|
|
197
|
+
readonly "@tanstack/vue-db": "^0.0.118";
|
|
198
|
+
readonly "@tanstack/solid-db": "^0.2.21";
|
|
199
|
+
readonly "@tanstack/svelte-db": "^0.1.84";
|
|
200
|
+
readonly "@tanstack/pacer": "^0.21.1";
|
|
201
|
+
readonly "@tanstack/react-pacer": "^0.22.1";
|
|
202
|
+
readonly "@tanstack/solid-pacer": "^0.21.1";
|
|
203
|
+
readonly "@tanstack/ai": "^0.21.3";
|
|
204
|
+
readonly "@tanstack/ai-react": "^0.11.7";
|
|
205
|
+
readonly "@tanstack/ai-solid": "^0.10.7";
|
|
206
|
+
readonly wrangler: "^4.94.0";
|
|
207
|
+
readonly "@cloudflare/vite-plugin": "^1.38.0";
|
|
208
|
+
readonly "@opennextjs/cloudflare": "^1.19.11";
|
|
206
209
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
207
210
|
readonly "@sveltejs/adapter-cloudflare": "^7.2.8";
|
|
208
211
|
readonly "@sveltejs/adapter-node": "^5.5.4";
|
|
209
|
-
readonly "@cloudflare/workers-types": "^4.
|
|
210
|
-
readonly alchemy: "^0.93.
|
|
211
|
-
readonly sst: "^4.
|
|
212
|
-
readonly "aws-cdk-lib": "^2.
|
|
212
|
+
readonly "@cloudflare/workers-types": "^4.20260525.1";
|
|
213
|
+
readonly alchemy: "^0.93.9";
|
|
214
|
+
readonly sst: "^4.14.3";
|
|
215
|
+
readonly "aws-cdk-lib": "^2.257.0";
|
|
213
216
|
readonly constructs: "^10.6.0";
|
|
214
217
|
readonly "@opennextjs/aws": "^4.0.2";
|
|
215
218
|
readonly dotenv: "^17.4.2";
|
|
@@ -218,23 +221,23 @@ declare const dependencyVersionMap: {
|
|
|
218
221
|
readonly "@t3-oss/env-core": "^0.13.11";
|
|
219
222
|
readonly "@t3-oss/env-nextjs": "^0.13.11";
|
|
220
223
|
readonly "@t3-oss/env-nuxt": "^0.13.11";
|
|
221
|
-
readonly srvx: "^0.11.
|
|
224
|
+
readonly srvx: "^0.11.16";
|
|
222
225
|
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
223
226
|
readonly "@polar-sh/checkout": "^0.2.1";
|
|
224
227
|
readonly "@polar-sh/sdk": "^0.47.1";
|
|
225
228
|
readonly resend: "^6.12.3";
|
|
226
229
|
readonly "@react-email/components": "^1.0.12";
|
|
227
|
-
readonly "react-email": "^6.
|
|
230
|
+
readonly "react-email": "^6.3.2";
|
|
228
231
|
readonly react: "^19.2.6";
|
|
229
|
-
readonly "@types/react": "^19.2.
|
|
230
|
-
readonly nodemailer: "^8.0.
|
|
232
|
+
readonly "@types/react": "^19.2.15";
|
|
233
|
+
readonly nodemailer: "^8.0.8";
|
|
231
234
|
readonly "@types/nodemailer": "^8.0.0";
|
|
232
235
|
readonly postmark: "^4.0.7";
|
|
233
236
|
readonly "@sendgrid/mail": "^8.1.6";
|
|
234
|
-
readonly "@aws-sdk/client-ses": "^3.
|
|
235
|
-
readonly "@aws-sdk/client-s3": "^3.
|
|
236
|
-
readonly "@aws-sdk/s3-request-presigner": "^3.
|
|
237
|
-
readonly "mailgun.js": "^13.0
|
|
237
|
+
readonly "@aws-sdk/client-ses": "^3.1053.0";
|
|
238
|
+
readonly "@aws-sdk/client-s3": "^3.1053.0";
|
|
239
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1053.0";
|
|
240
|
+
readonly "mailgun.js": "^13.1.0";
|
|
238
241
|
readonly "form-data": "^4.0.5";
|
|
239
242
|
readonly "@plunk/node": "^3.0.3";
|
|
240
243
|
readonly effect: "^3.21.2";
|
|
@@ -260,7 +263,7 @@ declare const dependencyVersionMap: {
|
|
|
260
263
|
readonly "@effect/ai": "^0.35.0";
|
|
261
264
|
readonly "@effect/ai-openai": "^0.39.2";
|
|
262
265
|
readonly "@effect/ai-anthropic": "^0.25.0";
|
|
263
|
-
readonly sass: "^1.
|
|
266
|
+
readonly sass: "^1.100.0";
|
|
264
267
|
readonly less: "^4.6.4";
|
|
265
268
|
readonly "@radix-ui/react-dialog": "^1.1.15";
|
|
266
269
|
readonly "@radix-ui/react-dropdown-menu": "^2.1.16";
|
|
@@ -278,23 +281,23 @@ declare const dependencyVersionMap: {
|
|
|
278
281
|
readonly "@chakra-ui/react": "^3.35.0";
|
|
279
282
|
readonly "@emotion/react": "^11.14.0";
|
|
280
283
|
readonly "@emotion/styled": "^11.14.1";
|
|
281
|
-
readonly "@heroui/react": "^3.0.
|
|
282
|
-
readonly "framer-motion": "^12.
|
|
283
|
-
readonly "@mantine/core": "^9.
|
|
284
|
-
readonly "@mantine/hooks": "^9.
|
|
284
|
+
readonly "@heroui/react": "^3.0.5";
|
|
285
|
+
readonly "framer-motion": "^12.40.0";
|
|
286
|
+
readonly "@mantine/core": "^9.2.1";
|
|
287
|
+
readonly "@mantine/hooks": "^9.2.1";
|
|
285
288
|
readonly "@mui/material": "^9.0.1";
|
|
286
|
-
readonly antd: "^6.3
|
|
289
|
+
readonly antd: "^6.4.3";
|
|
287
290
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
288
|
-
readonly shadcn: "^4.
|
|
291
|
+
readonly shadcn: "^4.8.0";
|
|
289
292
|
readonly "radix-ui": "^1.4.3";
|
|
290
293
|
readonly "class-variance-authority": "^0.7.1";
|
|
291
294
|
readonly clsx: "^2.1.1";
|
|
292
295
|
readonly "tailwind-merge": "^3.6.0";
|
|
293
296
|
readonly "tw-animate-css": "^1.4.0";
|
|
294
|
-
readonly "lucide-react": "^1.
|
|
297
|
+
readonly "lucide-react": "^1.16.0";
|
|
295
298
|
readonly "@tabler/icons-react": "^3.44.0";
|
|
296
299
|
readonly "@hugeicons/react": "^1.1.6";
|
|
297
|
-
readonly "@hugeicons/core-free-icons": "^4.1.
|
|
300
|
+
readonly "@hugeicons/core-free-icons": "^4.1.4";
|
|
298
301
|
readonly "@phosphor-icons/react": "^2.1.10";
|
|
299
302
|
readonly "@remixicon/react": "^4.9.0";
|
|
300
303
|
readonly "@heroicons/react": "^2.2.0";
|
|
@@ -309,34 +312,37 @@ declare const dependencyVersionMap: {
|
|
|
309
312
|
readonly "@fontsource-variable/jetbrains-mono": "^5.2.8";
|
|
310
313
|
readonly "@fontsource/roboto": "^5.2.10";
|
|
311
314
|
readonly "@fontsource/public-sans": "^5.2.7";
|
|
312
|
-
readonly geist: "^1.7.
|
|
315
|
+
readonly geist: "^1.7.1";
|
|
313
316
|
readonly "@ark-ui/react": "^5.36.2";
|
|
314
317
|
readonly "@ark-ui/vue": "^5.36.2";
|
|
315
318
|
readonly "@ark-ui/solid": "^5.36.2";
|
|
316
319
|
readonly "@ark-ui/svelte": "^5.21.2";
|
|
317
320
|
readonly "react-aria-components": "^1.17.0";
|
|
318
|
-
readonly daisyui: "^5.5.
|
|
319
|
-
readonly "
|
|
320
|
-
readonly "
|
|
321
|
+
readonly daisyui: "^5.5.20";
|
|
322
|
+
readonly "shadcn-svelte": "^1.2.7";
|
|
323
|
+
readonly "bits-ui": "^2.18.1";
|
|
324
|
+
readonly "lucide-svelte": "^0.545.0";
|
|
325
|
+
readonly "@builder.io/qwik": "^1.20.0";
|
|
326
|
+
readonly "@builder.io/qwik-city": "^1.20.0";
|
|
321
327
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
322
|
-
readonly "@angular/core": "^21.2.
|
|
323
|
-
readonly "@angular/common": "^21.2.
|
|
324
|
-
readonly "@angular/compiler": "^21.2.
|
|
325
|
-
readonly "@angular/platform-browser": "^21.2.
|
|
326
|
-
readonly "@angular/platform-browser-dynamic": "^21.2.
|
|
327
|
-
readonly "@angular/router": "^21.2.
|
|
328
|
-
readonly "@angular/forms": "^21.2.
|
|
329
|
-
readonly "@angular/animations": "^21.2.
|
|
330
|
-
readonly "@angular-devkit/build-angular": "^21.2.
|
|
331
|
-
readonly "@angular/cli": "^21.2.
|
|
332
|
-
readonly "@angular/compiler-cli": "^21.2.
|
|
328
|
+
readonly "@angular/core": "^21.2.14";
|
|
329
|
+
readonly "@angular/common": "^21.2.14";
|
|
330
|
+
readonly "@angular/compiler": "^21.2.14";
|
|
331
|
+
readonly "@angular/platform-browser": "^21.2.14";
|
|
332
|
+
readonly "@angular/platform-browser-dynamic": "^21.2.14";
|
|
333
|
+
readonly "@angular/router": "^21.2.14";
|
|
334
|
+
readonly "@angular/forms": "^21.2.14";
|
|
335
|
+
readonly "@angular/animations": "^21.2.14";
|
|
336
|
+
readonly "@angular-devkit/build-angular": "^21.2.12";
|
|
337
|
+
readonly "@angular/cli": "^21.2.12";
|
|
338
|
+
readonly "@angular/compiler-cli": "^21.2.14";
|
|
333
339
|
readonly zustand: "^5.0.13";
|
|
334
340
|
readonly jotai: "^2.20.0";
|
|
335
341
|
readonly nanostores: "^1.3.0";
|
|
336
342
|
readonly "@nanostores/react": "^1.1.0";
|
|
337
|
-
readonly "@reduxjs/toolkit": "^2.
|
|
338
|
-
readonly "react-redux": "^9.
|
|
339
|
-
readonly mobx: "^6.15.
|
|
343
|
+
readonly "@reduxjs/toolkit": "^2.12.0";
|
|
344
|
+
readonly "react-redux": "^9.3.0";
|
|
345
|
+
readonly mobx: "^6.15.4";
|
|
340
346
|
readonly "mobx-react-lite": "^4.1.1";
|
|
341
347
|
readonly xstate: "^5.31.1";
|
|
342
348
|
readonly "@xstate/react": "^6.1.0";
|
|
@@ -344,7 +350,7 @@ declare const dependencyVersionMap: {
|
|
|
344
350
|
readonly "@tanstack/store": "^0.11.0";
|
|
345
351
|
readonly "@tanstack/react-store": "^0.11.0";
|
|
346
352
|
readonly "@legendapp/state": "^2.1.15";
|
|
347
|
-
readonly valibot: "^1.4.
|
|
353
|
+
readonly valibot: "^1.4.1";
|
|
348
354
|
readonly arktype: "^2.2.0";
|
|
349
355
|
readonly "@sinclair/typebox": "^0.34.49";
|
|
350
356
|
readonly typia: "^12.1.1";
|
|
@@ -353,8 +359,8 @@ declare const dependencyVersionMap: {
|
|
|
353
359
|
readonly yup: "^1.7.1";
|
|
354
360
|
readonly "final-form": "^5.0.1";
|
|
355
361
|
readonly "react-final-form": "^7.0.1";
|
|
356
|
-
readonly "@conform-to/react": "^1.19.
|
|
357
|
-
readonly "@conform-to/zod": "^1.19.
|
|
362
|
+
readonly "@conform-to/react": "^1.19.3";
|
|
363
|
+
readonly "@conform-to/zod": "^1.19.3";
|
|
358
364
|
readonly "@modular-forms/solid": "^0.25.1";
|
|
359
365
|
readonly "@modular-forms/qwik": "^0.29.1";
|
|
360
366
|
readonly "@tanstack/react-form": "^1.32.0";
|
|
@@ -362,39 +368,39 @@ declare const dependencyVersionMap: {
|
|
|
362
368
|
readonly "socket.io": "^4.8.3";
|
|
363
369
|
readonly "socket.io-client": "^4.8.3";
|
|
364
370
|
readonly partykit: "^0.0.115";
|
|
365
|
-
readonly partysocket: "^1.1.
|
|
371
|
+
readonly partysocket: "^1.1.19";
|
|
366
372
|
readonly ably: "^2.21.0";
|
|
367
373
|
readonly pusher: "^5.3.3";
|
|
368
374
|
readonly "pusher-js": "^8.5.0";
|
|
369
|
-
readonly "@liveblocks/client": "^3.19.
|
|
370
|
-
readonly "@liveblocks/react": "^3.19.
|
|
371
|
-
readonly "@liveblocks/node": "^3.19.
|
|
375
|
+
readonly "@liveblocks/client": "^3.19.3";
|
|
376
|
+
readonly "@liveblocks/react": "^3.19.3";
|
|
377
|
+
readonly "@liveblocks/node": "^3.19.3";
|
|
372
378
|
readonly yjs: "^13.6.30";
|
|
373
379
|
readonly "y-websocket": "^3.0.0";
|
|
374
380
|
readonly "y-protocols": "^1.0.7";
|
|
375
381
|
readonly "@y-sweet/sdk": "^0.9.1";
|
|
376
382
|
readonly "@y-sweet/react": "^0.9.1";
|
|
377
|
-
readonly bullmq: "^5.
|
|
383
|
+
readonly bullmq: "^5.77.3";
|
|
378
384
|
readonly ioredis: "^5.10.1";
|
|
379
|
-
readonly "@trigger.dev/sdk": "^4.4.
|
|
380
|
-
readonly inngest: "^4.
|
|
381
|
-
readonly "@temporalio/client": "^1.
|
|
382
|
-
readonly "@temporalio/worker": "^1.
|
|
383
|
-
readonly "@temporalio/workflow": "^1.
|
|
384
|
-
readonly "@temporalio/activity": "^1.
|
|
385
|
+
readonly "@trigger.dev/sdk": "^4.4.6";
|
|
386
|
+
readonly inngest: "^4.4.0";
|
|
387
|
+
readonly "@temporalio/client": "^1.16.2";
|
|
388
|
+
readonly "@temporalio/worker": "^1.16.2";
|
|
389
|
+
readonly "@temporalio/workflow": "^1.16.2";
|
|
390
|
+
readonly "@temporalio/activity": "^1.16.2";
|
|
385
391
|
readonly jest: "^30.4.2";
|
|
386
392
|
readonly "@types/jest": "^30.0.0";
|
|
387
|
-
readonly "ts-jest": "^29.4.
|
|
393
|
+
readonly "ts-jest": "^29.4.11";
|
|
388
394
|
readonly "@jest/globals": "^30.4.1";
|
|
389
395
|
readonly "jest-environment-jsdom": "^30.4.1";
|
|
390
|
-
readonly cypress: "^15.
|
|
391
|
-
readonly vitest: "^4.1.
|
|
392
|
-
readonly "@vitest/ui": "^4.1.
|
|
393
|
-
readonly "@vitest/coverage-v8": "^4.1.
|
|
396
|
+
readonly cypress: "^15.15.0";
|
|
397
|
+
readonly vitest: "^4.1.7";
|
|
398
|
+
readonly "@vitest/ui": "^4.1.7";
|
|
399
|
+
readonly "@vitest/coverage-v8": "^4.1.7";
|
|
394
400
|
readonly jsdom: "^29.1.1";
|
|
395
401
|
readonly "happy-dom": "^20.9.0";
|
|
396
|
-
readonly "@playwright/test": "^1.
|
|
397
|
-
readonly playwright: "^1.
|
|
402
|
+
readonly "@playwright/test": "^1.60.0";
|
|
403
|
+
readonly playwright: "^1.60.0";
|
|
398
404
|
readonly "@testing-library/dom": "^10.4.1";
|
|
399
405
|
readonly "@testing-library/react": "^16.3.2";
|
|
400
406
|
readonly "@testing-library/vue": "^8.1.0";
|
|
@@ -411,20 +417,20 @@ declare const dependencyVersionMap: {
|
|
|
411
417
|
readonly "@storybook/addon-essentials": "^8.6.18";
|
|
412
418
|
readonly "@storybook/addon-interactions": "^8.6.18";
|
|
413
419
|
readonly "@storybook/test": "^8.6.18";
|
|
414
|
-
readonly motion: "^12.
|
|
420
|
+
readonly motion: "^12.40.0";
|
|
415
421
|
readonly gsap: "^3.15.0";
|
|
416
|
-
readonly "@react-spring/web": "^10.0
|
|
417
|
-
readonly "@react-spring/native": "^10.0
|
|
422
|
+
readonly "@react-spring/web": "^10.1.0";
|
|
423
|
+
readonly "@react-spring/native": "^10.1.0";
|
|
418
424
|
readonly "@formkit/auto-animate": "^0.9.0";
|
|
419
425
|
readonly "lottie-react": "^2.4.1";
|
|
420
|
-
readonly "lottie-react-native": "^7.3.
|
|
426
|
+
readonly "lottie-react-native": "^7.3.8";
|
|
421
427
|
readonly stripe: "^22.1.1";
|
|
422
|
-
readonly "@stripe/stripe-js": "^9.
|
|
423
|
-
readonly "@stripe/react-stripe-js": "^6.
|
|
428
|
+
readonly "@stripe/stripe-js": "^9.6.0";
|
|
429
|
+
readonly "@stripe/react-stripe-js": "^6.4.0";
|
|
424
430
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
425
431
|
readonly "@paddle/paddle-node-sdk": "^3.8.0";
|
|
426
432
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
427
|
-
readonly dodopayments: "^2.
|
|
433
|
+
readonly dodopayments: "^2.32.0";
|
|
428
434
|
readonly "dodopayments-checkout": "^1.8.0";
|
|
429
435
|
readonly uploadthing: "^7.7.4";
|
|
430
436
|
readonly "@uploadthing/react": "^7.3.3";
|
|
@@ -458,22 +464,23 @@ declare const dependencyVersionMap: {
|
|
|
458
464
|
readonly "@redwoodjs/graphql-server": "^8.9.0";
|
|
459
465
|
readonly "@redwoodjs/vite": "^8.9.0";
|
|
460
466
|
readonly "@redwoodjs/project-config": "^8.9.0";
|
|
461
|
-
readonly preact: "^10.29.
|
|
462
|
-
readonly "preact-render-to-string": "^6.
|
|
467
|
+
readonly preact: "^10.29.2";
|
|
468
|
+
readonly "preact-render-to-string": "^6.7.0";
|
|
463
469
|
readonly pino: "^10.3.1";
|
|
464
470
|
readonly "pino-pretty": "^13.1.3";
|
|
465
471
|
readonly "pino-http": "^11.0.0";
|
|
466
472
|
readonly winston: "^3.19.0";
|
|
473
|
+
readonly evlog: "^2.18.1";
|
|
467
474
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
468
|
-
readonly "@opentelemetry/sdk-node": "^0.
|
|
469
|
-
readonly "@opentelemetry/auto-instrumentations-node": "^0.
|
|
470
|
-
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
471
|
-
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.
|
|
475
|
+
readonly "@opentelemetry/sdk-node": "^0.218.0";
|
|
476
|
+
readonly "@opentelemetry/auto-instrumentations-node": "^0.76.0";
|
|
477
|
+
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.218.0";
|
|
478
|
+
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.218.0";
|
|
472
479
|
readonly "@opentelemetry/resources": "^2.7.1";
|
|
473
480
|
readonly "@opentelemetry/sdk-metrics": "^2.7.1";
|
|
474
|
-
readonly "@opentelemetry/semantic-conventions": "^1.
|
|
475
|
-
readonly "@sentry/node": "^10.
|
|
476
|
-
readonly "@sentry/profiling-node": "^10.
|
|
481
|
+
readonly "@opentelemetry/semantic-conventions": "^1.41.1";
|
|
482
|
+
readonly "@sentry/node": "^10.53.1";
|
|
483
|
+
readonly "@sentry/profiling-node": "^10.53.1";
|
|
477
484
|
readonly "prom-client": "^15.1.3";
|
|
478
485
|
readonly payload: "^3.84.1";
|
|
479
486
|
readonly "@payloadcms/next": "^3.84.1";
|
|
@@ -483,38 +490,41 @@ declare const dependencyVersionMap: {
|
|
|
483
490
|
readonly "@payloadcms/db-sqlite": "^3.84.1";
|
|
484
491
|
readonly "@payloadcms/plugin-seo": "^3.84.1";
|
|
485
492
|
readonly "@payloadcms/storage-s3": "^3.84.1";
|
|
486
|
-
readonly sanity: "^5.
|
|
487
|
-
readonly "next-sanity": "^
|
|
493
|
+
readonly sanity: "^5.26.0";
|
|
494
|
+
readonly "next-sanity": "^13.0.3";
|
|
488
495
|
readonly "@sanity/image-url": "^2.1.1";
|
|
489
|
-
readonly "@sanity/vision": "^5.
|
|
496
|
+
readonly "@sanity/vision": "^5.26.0";
|
|
490
497
|
readonly "@sanity/client": "^7.22.0";
|
|
491
498
|
readonly "@strapi/client": "^1.6.1";
|
|
492
|
-
readonly qs: "^6.15.
|
|
493
|
-
readonly
|
|
494
|
-
readonly
|
|
499
|
+
readonly qs: "^6.15.2";
|
|
500
|
+
readonly "@directus/sdk": "^21.3.0";
|
|
501
|
+
readonly tinacms: "^3.8.1";
|
|
502
|
+
readonly "@tinacms/cli": "^2.3.1";
|
|
503
|
+
readonly cloudinary: "^2.10.0";
|
|
504
|
+
readonly swr: "^2.4.1";
|
|
495
505
|
readonly "@upstash/redis": "^1.38.0";
|
|
496
|
-
readonly i18next: "^26.
|
|
497
|
-
readonly "react-i18next": "^17.0.
|
|
506
|
+
readonly i18next: "^26.2.0";
|
|
507
|
+
readonly "react-i18next": "^17.0.8";
|
|
498
508
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
499
509
|
readonly "i18next-http-backend": "^4.0.0";
|
|
500
|
-
readonly "next-intl": "^4.
|
|
510
|
+
readonly "next-intl": "^4.12.0";
|
|
501
511
|
readonly meilisearch: "^0.58.0";
|
|
502
512
|
readonly typesense: "^3.0.6";
|
|
503
|
-
readonly "@elastic/elasticsearch": "^9.4.
|
|
513
|
+
readonly "@elastic/elasticsearch": "^9.4.1";
|
|
504
514
|
readonly algoliasearch: "^5.52.1";
|
|
505
515
|
readonly edgedb: "^2.0.1";
|
|
506
516
|
readonly "@edgedb/generate": "^0.6.1";
|
|
507
517
|
readonly "@growthbook/growthbook": "^1.6.5";
|
|
508
518
|
readonly "@growthbook/growthbook-react": "^1.6.5";
|
|
509
|
-
readonly "posthog-js": "^1.
|
|
510
|
-
readonly "posthog-node": "^5.
|
|
511
|
-
readonly "@launchdarkly/js-client-sdk": "^4.
|
|
512
|
-
readonly "@launchdarkly/node-server-sdk": "^9.
|
|
519
|
+
readonly "posthog-js": "^1.376.0";
|
|
520
|
+
readonly "posthog-node": "^5.35.1";
|
|
521
|
+
readonly "@launchdarkly/js-client-sdk": "^4.7.1";
|
|
522
|
+
readonly "@launchdarkly/node-server-sdk": "^9.11.0";
|
|
513
523
|
readonly "@flagsmith/flagsmith": "^12.0.1";
|
|
514
524
|
readonly "flagsmith-nodejs": "^8.1.0";
|
|
515
525
|
readonly "@unleash/proxy-client-react": "^5.0.1";
|
|
516
526
|
readonly "unleash-proxy-client": "^3.8.0";
|
|
517
|
-
readonly "unleash-client": "^6.
|
|
527
|
+
readonly "unleash-client": "^6.11.0";
|
|
518
528
|
readonly "plausible-tracker": "^0.3.9";
|
|
519
529
|
};
|
|
520
530
|
type AvailableDependencies = keyof typeof dependencyVersionMap;
|
|
@@ -635,5 +645,5 @@ declare function getDependencyVersionMap(): Record<string, string>;
|
|
|
635
645
|
*/
|
|
636
646
|
declare function listEcosystems(): string[];
|
|
637
647
|
//#endregion
|
|
638
|
-
export { type AvailableDependencies, CheckResult, ECOSYSTEM_GROUPS, EMBEDDED_TEMPLATES, GeneratorOptions, GeneratorResult, Handlebars, NpmPackageInfo, type PreflightResult, type PreflightWarning, TEMPLATE_COUNT, TemplateData, UpdateType, VersionInfo, VersionMismatch, VirtualDirectory, VirtualFile, VirtualFileSystem, VirtualFileTree, VirtualNode, checkAllVersions, checkVersionExists, compareVersions, dependencyVersionMap, fetchLatestVersion, findTemplateFilesWithPackage, generateCliReport, generateMarkdownReport, generateUpdatedVersionMap, generateVirtualProject, getDependencyVersionMap, getEcosystem, getUpdateType, groupByEcosystem, isBinaryFile, listEcosystems, parseVersion, processAddonTemplates, processAddonsDeps, processFileContent, processTemplateString, scanTemplateVersions, transformFilename, validatePreflightConfig };
|
|
648
|
+
export { type AvailableDependencies, CheckResult, ECOSYSTEM_GROUPS, EMBEDDED_TEMPLATES, GeneratorOptions, GeneratorResult, Handlebars, NpmPackageInfo, type PreflightResult, type PreflightWarning, TEMPLATE_COUNT, TemplateData, UpdateType, VersionInfo, VersionMismatch, VirtualDirectory, VirtualFile, VirtualFileSystem, VirtualFileTree, VirtualNode, checkAllVersions, checkVersionExists, compareVersions, dependencyVersionMap, elixirModuleName, fetchLatestVersion, findTemplateFilesWithPackage, generateCliReport, generateMarkdownReport, generateUpdatedVersionMap, generateVirtualProject, getDependencyVersionMap, getEcosystem, getUpdateType, groupByEcosystem, isBinaryFile, listEcosystems, nativeApplicationId, normalizeElixirAppName, parseVersion, processAddonTemplates, processAddonsDeps, processFileContent, processTemplateString, scanTemplateVersions, transformFilename, validatePreflightConfig };
|
|
639
649
|
//# sourceMappingURL=index.d.mts.map
|