@better-fullstack/template-generator 1.8.0 → 2.0.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/browser.d.mts +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/core/template-reader.mjs +1 -1
- package/dist/fs-writer.mjs +1 -1
- package/dist/index.d.mts +196 -188
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{preflight-validation-gJOS0iUO.d.mts → preflight-validation-BMDvJUQV.d.mts} +2 -2
- package/dist/{preflight-validation-gJOS0iUO.d.mts.map → preflight-validation-BMDvJUQV.d.mts.map} +1 -1
- package/dist/{preflight-validation-Ba8dIiG7.mjs → preflight-validation-DswL2anV.mjs} +59326 -58193
- package/dist/preflight-validation-DswL2anV.mjs.map +1 -0
- package/dist/{template-reader-D1uxgWOQ.mjs → template-reader-BvvsuK44.mjs} +11 -10
- package/dist/{template-reader-D1uxgWOQ.mjs.map → template-reader-BvvsuK44.mjs.map} +1 -1
- package/package.json +4 -4
- package/dist/preflight-validation-Ba8dIiG7.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,11 +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-BMDvJUQV.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
7
|
declare function normalizeElixirAppName(projectName?: string): string;
|
|
8
8
|
declare function elixirModuleName(projectName?: string): string;
|
|
9
|
+
declare function nativeApplicationId(projectName?: string): string;
|
|
9
10
|
declare function processTemplateString(content: string, context: ProjectConfig): string;
|
|
10
11
|
declare function isBinaryFile(filePath: string): boolean;
|
|
11
12
|
declare function transformFilename(filename: string): string;
|
|
@@ -17,21 +18,21 @@ declare function processAddonsDeps(vfs: VirtualFileSystem, config: ProjectConfig
|
|
|
17
18
|
//#region src/utils/add-deps.d.ts
|
|
18
19
|
declare const dependencyVersionMap: {
|
|
19
20
|
readonly typescript: "^6.0.3";
|
|
20
|
-
readonly "better-auth": "
|
|
21
|
-
readonly "@better-auth/expo": "
|
|
22
|
-
readonly "@better-auth/drizzle-adapter": "
|
|
23
|
-
readonly "@better-auth/prisma-adapter": "
|
|
24
|
-
readonly "@better-auth/mongo-adapter": "
|
|
25
|
-
readonly "@clerk/nextjs": "^7.
|
|
21
|
+
readonly "better-auth": "1.6.12";
|
|
22
|
+
readonly "@better-auth/expo": "1.6.12";
|
|
23
|
+
readonly "@better-auth/drizzle-adapter": "1.6.12";
|
|
24
|
+
readonly "@better-auth/prisma-adapter": "1.6.12";
|
|
25
|
+
readonly "@better-auth/mongo-adapter": "1.6.12";
|
|
26
|
+
readonly "@clerk/nextjs": "^7.4.2";
|
|
26
27
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
27
|
-
readonly "@clerk/tanstack-react-start": "^1.2
|
|
28
|
+
readonly "@clerk/tanstack-react-start": "^1.3.2";
|
|
28
29
|
readonly "@clerk/clerk-expo": "^2.19.31";
|
|
29
30
|
readonly "next-auth": "^4.24.14";
|
|
30
31
|
readonly "@auth/core": "^0.34.3";
|
|
31
32
|
readonly "@auth/drizzle-adapter": "^1.11.2";
|
|
32
33
|
readonly "@auth/prisma-adapter": "^2.11.2";
|
|
33
|
-
readonly "@stackframe/stack": "^2.8.
|
|
34
|
-
readonly "@supabase/supabase-js": "^2.
|
|
34
|
+
readonly "@stackframe/stack": "^2.8.108";
|
|
35
|
+
readonly "@supabase/supabase-js": "^2.106.2";
|
|
35
36
|
readonly "@supabase/ssr": "^0.10.3";
|
|
36
37
|
readonly "@auth0/nextjs-auth0": "^3.8.0";
|
|
37
38
|
readonly "drizzle-orm": "^0.45.2";
|
|
@@ -40,11 +41,11 @@ declare const dependencyVersionMap: {
|
|
|
40
41
|
readonly "@libsql/client": "^0.17.3";
|
|
41
42
|
readonly libsql: "^0.5.29";
|
|
42
43
|
readonly "@neondatabase/serverless": "^1.1.0";
|
|
43
|
-
readonly pg: "^8.
|
|
44
|
+
readonly pg: "^8.21.0";
|
|
44
45
|
readonly "@types/pg": "^8.20.0";
|
|
45
46
|
readonly "@types/ws": "^8.18.1";
|
|
46
|
-
readonly ws: "^8.
|
|
47
|
-
readonly mysql2: "^3.22.
|
|
47
|
+
readonly ws: "^8.21.0";
|
|
48
|
+
readonly mysql2: "^3.22.4";
|
|
48
49
|
readonly "@prisma/client": "^7.8.0";
|
|
49
50
|
readonly prisma: "^7.8.0";
|
|
50
51
|
readonly "@prisma/adapter-d1": "^7.8.0";
|
|
@@ -54,15 +55,15 @@ declare const dependencyVersionMap: {
|
|
|
54
55
|
readonly "@prisma/adapter-better-sqlite3": "^7.8.0";
|
|
55
56
|
readonly "@prisma/adapter-pg": "^7.8.0";
|
|
56
57
|
readonly "@prisma/adapter-planetscale": "^7.8.0";
|
|
57
|
-
readonly mongoose: "^9.6.
|
|
58
|
-
readonly typeorm: "^0.
|
|
58
|
+
readonly mongoose: "^9.6.3";
|
|
59
|
+
readonly typeorm: "^1.0.0";
|
|
59
60
|
readonly "better-sqlite3": "^12.10.0";
|
|
60
61
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
61
|
-
readonly kysely: "^0.
|
|
62
|
-
readonly "@mikro-orm/core": "^7.
|
|
63
|
-
readonly "@mikro-orm/sqlite": "^7.
|
|
64
|
-
readonly "@mikro-orm/postgresql": "^7.
|
|
65
|
-
readonly "@mikro-orm/mysql": "^7.
|
|
62
|
+
readonly kysely: "^0.28.17";
|
|
63
|
+
readonly "@mikro-orm/core": "^7.1.3";
|
|
64
|
+
readonly "@mikro-orm/sqlite": "^7.1.3";
|
|
65
|
+
readonly "@mikro-orm/postgresql": "^7.1.3";
|
|
66
|
+
readonly "@mikro-orm/mysql": "^7.1.3";
|
|
66
67
|
readonly "@mikro-orm/better-sqlite": "^6.6.14";
|
|
67
68
|
readonly sequelize: "^6.37.8";
|
|
68
69
|
readonly "sequelize-typescript": "^2.1.6";
|
|
@@ -71,82 +72,82 @@ declare const dependencyVersionMap: {
|
|
|
71
72
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
72
73
|
readonly "@tauri-apps/cli": "^2.11.2";
|
|
73
74
|
readonly "@tauri-apps/api": "^2.11.0";
|
|
74
|
-
readonly "@biomejs/biome": "^2.4.
|
|
75
|
-
readonly oxlint: "^1.
|
|
76
|
-
readonly oxfmt: "^0.
|
|
75
|
+
readonly "@biomejs/biome": "^2.4.16";
|
|
76
|
+
readonly oxlint: "^1.67.0";
|
|
77
|
+
readonly oxfmt: "^0.52.0";
|
|
77
78
|
readonly husky: "^9.1.7";
|
|
78
|
-
readonly lefthook: "^2.1.
|
|
79
|
-
readonly "lint-staged": "^17.0.
|
|
80
|
-
readonly tsx: "^4.22.
|
|
81
|
-
readonly "@types/node": "^25.
|
|
79
|
+
readonly lefthook: "^2.1.9";
|
|
80
|
+
readonly "lint-staged": "^17.0.7";
|
|
81
|
+
readonly tsx: "^4.22.4";
|
|
82
|
+
readonly "@types/node": "^25.9.1";
|
|
82
83
|
readonly "@types/bun": "^1.3.14";
|
|
83
84
|
readonly "@elysiajs/node": "^1.4.5";
|
|
84
85
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
85
86
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
86
87
|
readonly elysia: "^1.4.28";
|
|
87
|
-
readonly "@hono/node-server": "^2.0.
|
|
88
|
+
readonly "@hono/node-server": "^2.0.4";
|
|
88
89
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
89
|
-
readonly hono: "^4.12.
|
|
90
|
+
readonly hono: "^4.12.23";
|
|
90
91
|
readonly "@octokit/rest": "^22.0.1";
|
|
91
|
-
readonly "@vercel/sandbox": "^
|
|
92
|
-
readonly vercel: "^54.1
|
|
92
|
+
readonly "@vercel/sandbox": "^2.0.2";
|
|
93
|
+
readonly vercel: "^54.6.1";
|
|
93
94
|
readonly "@sveltejs/adapter-vercel": "^6.3.3";
|
|
94
|
-
readonly "bash-tool": "^1.3.
|
|
95
|
+
readonly "bash-tool": "^1.3.17";
|
|
95
96
|
readonly cors: "^2.8.6";
|
|
96
97
|
readonly express: "^5.2.1";
|
|
97
98
|
readonly "@types/express": "^5.0.6";
|
|
98
99
|
readonly "@types/cors": "^2.8.19";
|
|
99
100
|
readonly fastify: "^5.8.5";
|
|
100
101
|
readonly "@fastify/cors": "^11.2.0";
|
|
101
|
-
readonly "@nestjs/core": "^11.1.
|
|
102
|
-
readonly "@nestjs/common": "^11.1.
|
|
103
|
-
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";
|
|
104
105
|
readonly "reflect-metadata": "^0.2.2";
|
|
105
106
|
readonly rxjs: "^7.8.2";
|
|
106
|
-
readonly "encore.dev": "^1.57.
|
|
107
|
-
readonly "@adonisjs/core": "^7.3.
|
|
107
|
+
readonly "encore.dev": "^1.57.5";
|
|
108
|
+
readonly "@adonisjs/core": "^7.3.3";
|
|
108
109
|
readonly "@adonisjs/cors": "^3.0.0";
|
|
109
110
|
readonly "@adonisjs/assembler": "^8.4.0";
|
|
110
111
|
readonly "@adonisjs/tsconfig": "^2.0.0";
|
|
111
112
|
readonly nitropack: "^2.13.4";
|
|
112
113
|
readonly h3: "^2.0.0";
|
|
113
114
|
readonly fets: "^0.8.6";
|
|
114
|
-
readonly turbo: "^2.9.
|
|
115
|
-
readonly chat: "^4.
|
|
116
|
-
readonly "@chat-adapter/slack": "^4.
|
|
117
|
-
readonly "@chat-adapter/discord": "^4.
|
|
118
|
-
readonly "@chat-adapter/github": "^4.
|
|
119
|
-
readonly "@chat-adapter/state-memory": "^4.
|
|
120
|
-
readonly "@chat-adapter/state-redis": "^4.
|
|
121
|
-
readonly ai: "^6.0.
|
|
122
|
-
readonly "@ai-sdk/anthropic": "^3.0.
|
|
123
|
-
readonly "@ai-sdk/google": "^3.0.
|
|
124
|
-
readonly "@ai-sdk/vue": "^3.0.
|
|
125
|
-
readonly "@ai-sdk/svelte": "^4.0.
|
|
126
|
-
readonly "@ai-sdk/react": "^3.0.
|
|
115
|
+
readonly turbo: "^2.9.16";
|
|
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.193";
|
|
123
|
+
readonly "@ai-sdk/anthropic": "^3.0.81";
|
|
124
|
+
readonly "@ai-sdk/google": "^3.0.80";
|
|
125
|
+
readonly "@ai-sdk/vue": "^3.0.193";
|
|
126
|
+
readonly "@ai-sdk/svelte": "^4.0.193";
|
|
127
|
+
readonly "@ai-sdk/react": "^3.0.195";
|
|
127
128
|
readonly "@ai-sdk/devtools": "^0.0.18";
|
|
128
129
|
readonly streamdown: "^2.5.0";
|
|
129
|
-
readonly shiki: "^4.0
|
|
130
|
-
readonly mastra: "^1.
|
|
131
|
-
readonly "@mastra/core": "^1.
|
|
132
|
-
readonly "@voltagent/core": "^2.7.
|
|
133
|
-
readonly "@voltagent/server-hono": "^2.0.
|
|
130
|
+
readonly shiki: "^4.1.0";
|
|
131
|
+
readonly mastra: "^1.10.2";
|
|
132
|
+
readonly "@mastra/core": "^1.37.1";
|
|
133
|
+
readonly "@voltagent/core": "^2.7.6";
|
|
134
|
+
readonly "@voltagent/server-hono": "^2.0.14";
|
|
134
135
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
135
136
|
readonly "@voltagent/logger": "^2.0.2";
|
|
136
|
-
readonly "@langchain/langgraph": "^1.3.
|
|
137
|
-
readonly "@langchain/core": "^1.1.
|
|
138
|
-
readonly "@langchain/google-genai": "^2.1.
|
|
139
|
-
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.6";
|
|
140
141
|
readonly "@google/adk": "^1.1.0";
|
|
141
142
|
readonly modelfusion: "^0.137.0";
|
|
142
|
-
readonly langchain: "^1.4.
|
|
143
|
+
readonly langchain: "^1.4.2";
|
|
143
144
|
readonly llamaindex: "^0.12.1";
|
|
144
|
-
readonly "ai-cli": "^0.
|
|
145
|
-
readonly "@orpc/server": "^1.14.
|
|
146
|
-
readonly "@orpc/client": "^1.14.
|
|
147
|
-
readonly "@orpc/openapi": "^1.14.
|
|
148
|
-
readonly "@orpc/zod": "^1.14.
|
|
149
|
-
readonly "@orpc/tanstack-query": "^1.14.
|
|
145
|
+
readonly "ai-cli": "^0.3.0";
|
|
146
|
+
readonly "@orpc/server": "^1.14.4";
|
|
147
|
+
readonly "@orpc/client": "^1.14.4";
|
|
148
|
+
readonly "@orpc/openapi": "^1.14.4";
|
|
149
|
+
readonly "@orpc/zod": "^1.14.4";
|
|
150
|
+
readonly "@orpc/tanstack-query": "^1.14.4";
|
|
150
151
|
readonly "@ts-rest/core": "^3.52.1";
|
|
151
152
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
152
153
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
@@ -163,80 +164,80 @@ declare const dependencyVersionMap: {
|
|
|
163
164
|
readonly next: "^16.2.6";
|
|
164
165
|
readonly convex: "^1.39.1";
|
|
165
166
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
166
|
-
readonly "@convex-dev/agent": "^0.6.
|
|
167
|
+
readonly "@convex-dev/agent": "^0.6.2";
|
|
167
168
|
readonly "@convex-dev/polar": "^0.9.1";
|
|
168
169
|
readonly "convex-svelte": "^0.0.12";
|
|
169
170
|
readonly "convex-nuxt": "0.1.5";
|
|
170
171
|
readonly "convex-vue": "^0.1.5";
|
|
171
172
|
readonly "@convex-dev/better-auth": "^0.12.2";
|
|
172
|
-
readonly "@tanstack/svelte-query": "^6.1.
|
|
173
|
-
readonly "@tanstack/svelte-query-devtools": "^6.1.
|
|
174
|
-
readonly "@tanstack/vue-query-devtools": "^6.1.
|
|
175
|
-
readonly "@tanstack/vue-query": "^5.100.
|
|
176
|
-
readonly "@tanstack/react-query-devtools": "^5.100.
|
|
177
|
-
readonly "@tanstack/react-query": "^5.100.
|
|
178
|
-
readonly "@tanstack/react-router-ssr-query": "^1.167.
|
|
179
|
-
readonly "@tanstack/router-cli": "^1.167.
|
|
180
|
-
readonly "@tanstack/solid-query": "^5.100.
|
|
181
|
-
readonly "@tanstack/solid-query-devtools": "^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.1";
|
|
180
|
+
readonly "@tanstack/router-cli": "^1.167.12";
|
|
181
|
+
readonly "@tanstack/solid-query": "^5.100.14";
|
|
182
|
+
readonly "@tanstack/solid-query-devtools": "^5.100.14";
|
|
182
183
|
readonly "@tanstack/solid-router-devtools": "^1.167.0";
|
|
183
|
-
readonly "@tanstack/angular-query-experimental": "^5.100.
|
|
184
|
+
readonly "@tanstack/angular-query-experimental": "^5.100.14";
|
|
184
185
|
readonly "@tanstack/react-table": "^8.21.3";
|
|
185
186
|
readonly "@tanstack/vue-table": "^8.21.3";
|
|
186
187
|
readonly "@tanstack/svelte-table": "^8.21.3";
|
|
187
188
|
readonly "@tanstack/solid-table": "^8.21.3";
|
|
188
189
|
readonly "@tanstack/angular-table": "^8.21.4";
|
|
189
|
-
readonly "@tanstack/react-virtual": "^3.13.
|
|
190
|
-
readonly "@tanstack/vue-virtual": "^3.13.
|
|
191
|
-
readonly "@tanstack/svelte-virtual": "^3.13.
|
|
192
|
-
readonly "@tanstack/solid-virtual": "^3.13.
|
|
193
|
-
readonly "@tanstack/angular-virtual": "^5.0.
|
|
194
|
-
readonly "@tanstack/db": "^0.6.
|
|
195
|
-
readonly "@tanstack/react-db": "^0.1.
|
|
196
|
-
readonly "@tanstack/vue-db": "^0.0.
|
|
197
|
-
readonly "@tanstack/solid-db": "^0.2.
|
|
198
|
-
readonly "@tanstack/svelte-db": "^0.1.
|
|
190
|
+
readonly "@tanstack/react-virtual": "^3.13.26";
|
|
191
|
+
readonly "@tanstack/vue-virtual": "^3.13.26";
|
|
192
|
+
readonly "@tanstack/svelte-virtual": "^3.13.26";
|
|
193
|
+
readonly "@tanstack/solid-virtual": "^3.13.26";
|
|
194
|
+
readonly "@tanstack/angular-virtual": "^5.0.2";
|
|
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";
|
|
199
200
|
readonly "@tanstack/pacer": "^0.21.1";
|
|
200
201
|
readonly "@tanstack/react-pacer": "^0.22.1";
|
|
201
202
|
readonly "@tanstack/solid-pacer": "^0.21.1";
|
|
202
|
-
readonly "@tanstack/ai": "^0.
|
|
203
|
-
readonly "@tanstack/ai-react": "^0.
|
|
204
|
-
readonly "@tanstack/ai-solid": "^0.
|
|
205
|
-
readonly wrangler: "^4.
|
|
206
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
207
|
-
readonly "@opennextjs/cloudflare": "^1.19.
|
|
203
|
+
readonly "@tanstack/ai": "^0.24.0";
|
|
204
|
+
readonly "@tanstack/ai-react": "^0.14.0";
|
|
205
|
+
readonly "@tanstack/ai-solid": "^0.12.0";
|
|
206
|
+
readonly wrangler: "^4.95.0";
|
|
207
|
+
readonly "@cloudflare/vite-plugin": "^1.39.0";
|
|
208
|
+
readonly "@opennextjs/cloudflare": "^1.19.11";
|
|
208
209
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
209
210
|
readonly "@sveltejs/adapter-cloudflare": "^7.2.8";
|
|
210
211
|
readonly "@sveltejs/adapter-node": "^5.5.4";
|
|
211
|
-
readonly "@cloudflare/workers-types": "^4.
|
|
212
|
-
readonly alchemy: "^0.93.
|
|
213
|
-
readonly sst: "^4.
|
|
214
|
-
readonly "aws-cdk-lib": "^2.
|
|
212
|
+
readonly "@cloudflare/workers-types": "^4.20260601.1";
|
|
213
|
+
readonly alchemy: "^0.93.9";
|
|
214
|
+
readonly sst: "^4.15.2";
|
|
215
|
+
readonly "aws-cdk-lib": "^2.257.0";
|
|
215
216
|
readonly constructs: "^10.6.0";
|
|
216
|
-
readonly "@opennextjs/aws": "^4.0.
|
|
217
|
+
readonly "@opennextjs/aws": "^4.0.3";
|
|
217
218
|
readonly dotenv: "^17.4.2";
|
|
218
|
-
readonly tsdown: "^0.22.
|
|
219
|
+
readonly tsdown: "^0.22.1";
|
|
219
220
|
readonly zod: "^4.4.3";
|
|
220
221
|
readonly "@t3-oss/env-core": "^0.13.11";
|
|
221
222
|
readonly "@t3-oss/env-nextjs": "^0.13.11";
|
|
222
223
|
readonly "@t3-oss/env-nuxt": "^0.13.11";
|
|
223
|
-
readonly srvx: "^0.11.
|
|
224
|
+
readonly srvx: "^0.11.16";
|
|
224
225
|
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
225
|
-
readonly "@polar-sh/checkout": "^0.
|
|
226
|
+
readonly "@polar-sh/checkout": "^0.3.0";
|
|
226
227
|
readonly "@polar-sh/sdk": "^0.47.1";
|
|
227
|
-
readonly resend: "^6.12.
|
|
228
|
+
readonly resend: "^6.12.4";
|
|
228
229
|
readonly "@react-email/components": "^1.0.12";
|
|
229
|
-
readonly "react-email": "^6.
|
|
230
|
+
readonly "react-email": "^6.5.0";
|
|
230
231
|
readonly react: "^19.2.6";
|
|
231
|
-
readonly "@types/react": "^19.2.
|
|
232
|
-
readonly nodemailer: "^8.0.
|
|
232
|
+
readonly "@types/react": "^19.2.15";
|
|
233
|
+
readonly nodemailer: "^8.0.10";
|
|
233
234
|
readonly "@types/nodemailer": "^8.0.0";
|
|
234
235
|
readonly postmark: "^4.0.7";
|
|
235
236
|
readonly "@sendgrid/mail": "^8.1.6";
|
|
236
|
-
readonly "@aws-sdk/client-ses": "^3.
|
|
237
|
-
readonly "@aws-sdk/client-s3": "^3.
|
|
238
|
-
readonly "@aws-sdk/s3-request-presigner": "^3.
|
|
239
|
-
readonly "mailgun.js": "^13.0
|
|
237
|
+
readonly "@aws-sdk/client-ses": "^3.1057.0";
|
|
238
|
+
readonly "@aws-sdk/client-s3": "^3.1057.0";
|
|
239
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1057.0";
|
|
240
|
+
readonly "mailgun.js": "^13.1.0";
|
|
240
241
|
readonly "form-data": "^4.0.5";
|
|
241
242
|
readonly "@plunk/node": "^3.0.3";
|
|
242
243
|
readonly effect: "^3.21.2";
|
|
@@ -262,7 +263,7 @@ declare const dependencyVersionMap: {
|
|
|
262
263
|
readonly "@effect/ai": "^0.35.0";
|
|
263
264
|
readonly "@effect/ai-openai": "^0.39.2";
|
|
264
265
|
readonly "@effect/ai-anthropic": "^0.25.0";
|
|
265
|
-
readonly sass: "^1.
|
|
266
|
+
readonly sass: "^1.100.0";
|
|
266
267
|
readonly less: "^4.6.4";
|
|
267
268
|
readonly "@radix-ui/react-dialog": "^1.1.15";
|
|
268
269
|
readonly "@radix-ui/react-dropdown-menu": "^2.1.16";
|
|
@@ -280,23 +281,23 @@ declare const dependencyVersionMap: {
|
|
|
280
281
|
readonly "@chakra-ui/react": "^3.35.0";
|
|
281
282
|
readonly "@emotion/react": "^11.14.0";
|
|
282
283
|
readonly "@emotion/styled": "^11.14.1";
|
|
283
|
-
readonly "@heroui/react": "^3.0
|
|
284
|
-
readonly "framer-motion": "^12.
|
|
285
|
-
readonly "@mantine/core": "^9.2.
|
|
286
|
-
readonly "@mantine/hooks": "^9.2.
|
|
284
|
+
readonly "@heroui/react": "^3.1.0";
|
|
285
|
+
readonly "framer-motion": "^12.40.0";
|
|
286
|
+
readonly "@mantine/core": "^9.2.2";
|
|
287
|
+
readonly "@mantine/hooks": "^9.2.2";
|
|
287
288
|
readonly "@mui/material": "^9.0.1";
|
|
288
289
|
readonly antd: "^6.4.3";
|
|
289
290
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
290
|
-
readonly shadcn: "^4.
|
|
291
|
+
readonly shadcn: "^4.9.0";
|
|
291
292
|
readonly "radix-ui": "^1.4.3";
|
|
292
293
|
readonly "class-variance-authority": "^0.7.1";
|
|
293
294
|
readonly clsx: "^2.1.1";
|
|
294
295
|
readonly "tailwind-merge": "^3.6.0";
|
|
295
296
|
readonly "tw-animate-css": "^1.4.0";
|
|
296
|
-
readonly "lucide-react": "^1.
|
|
297
|
+
readonly "lucide-react": "^1.17.0";
|
|
297
298
|
readonly "@tabler/icons-react": "^3.44.0";
|
|
298
299
|
readonly "@hugeicons/react": "^1.1.6";
|
|
299
|
-
readonly "@hugeicons/core-free-icons": "^4.
|
|
300
|
+
readonly "@hugeicons/core-free-icons": "^4.2.0";
|
|
300
301
|
readonly "@phosphor-icons/react": "^2.1.10";
|
|
301
302
|
readonly "@remixicon/react": "^4.9.0";
|
|
302
303
|
readonly "@heroicons/react": "^2.2.0";
|
|
@@ -311,42 +312,45 @@ declare const dependencyVersionMap: {
|
|
|
311
312
|
readonly "@fontsource-variable/jetbrains-mono": "^5.2.8";
|
|
312
313
|
readonly "@fontsource/roboto": "^5.2.10";
|
|
313
314
|
readonly "@fontsource/public-sans": "^5.2.7";
|
|
314
|
-
readonly geist: "^1.7.
|
|
315
|
-
readonly "@ark-ui/react": "^5.
|
|
316
|
-
readonly "@ark-ui/vue": "^5.
|
|
317
|
-
readonly "@ark-ui/solid": "^5.
|
|
318
|
-
readonly "@ark-ui/svelte": "^5.
|
|
319
|
-
readonly "react-aria-components": "^1.
|
|
320
|
-
readonly daisyui: "^5.5.
|
|
321
|
-
readonly "
|
|
322
|
-
readonly "
|
|
315
|
+
readonly geist: "^1.7.1";
|
|
316
|
+
readonly "@ark-ui/react": "^5.37.0";
|
|
317
|
+
readonly "@ark-ui/vue": "^5.37.0";
|
|
318
|
+
readonly "@ark-ui/solid": "^5.37.0";
|
|
319
|
+
readonly "@ark-ui/svelte": "^5.22.0";
|
|
320
|
+
readonly "react-aria-components": "^1.18.0";
|
|
321
|
+
readonly daisyui: "^5.5.20";
|
|
322
|
+
readonly "shadcn-svelte": "^1.3.0";
|
|
323
|
+
readonly "bits-ui": "^2.18.1";
|
|
324
|
+
readonly "lucide-svelte": "^1.0.1";
|
|
325
|
+
readonly "@builder.io/qwik": "^1.20.0";
|
|
326
|
+
readonly "@builder.io/qwik-city": "^1.20.0";
|
|
323
327
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
324
|
-
readonly "@angular/core": "^21.2.
|
|
325
|
-
readonly "@angular/common": "^21.2.
|
|
326
|
-
readonly "@angular/compiler": "^21.2.
|
|
327
|
-
readonly "@angular/platform-browser": "^21.2.
|
|
328
|
-
readonly "@angular/platform-browser-dynamic": "^21.2.
|
|
329
|
-
readonly "@angular/router": "^21.2.
|
|
330
|
-
readonly "@angular/forms": "^21.2.
|
|
331
|
-
readonly "@angular/animations": "^21.2.
|
|
332
|
-
readonly "@angular-devkit/build-angular": "^21.2.
|
|
333
|
-
readonly "@angular/cli": "^21.2.
|
|
334
|
-
readonly "@angular/compiler-cli": "^21.2.
|
|
335
|
-
readonly zustand: "^5.0.
|
|
328
|
+
readonly "@angular/core": "^21.2.15";
|
|
329
|
+
readonly "@angular/common": "^21.2.15";
|
|
330
|
+
readonly "@angular/compiler": "^21.2.15";
|
|
331
|
+
readonly "@angular/platform-browser": "^21.2.15";
|
|
332
|
+
readonly "@angular/platform-browser-dynamic": "^21.2.15";
|
|
333
|
+
readonly "@angular/router": "^21.2.15";
|
|
334
|
+
readonly "@angular/forms": "^21.2.15";
|
|
335
|
+
readonly "@angular/animations": "^21.2.15";
|
|
336
|
+
readonly "@angular-devkit/build-angular": "^21.2.13";
|
|
337
|
+
readonly "@angular/cli": "^21.2.13";
|
|
338
|
+
readonly "@angular/compiler-cli": "^21.2.15";
|
|
339
|
+
readonly zustand: "^5.0.14";
|
|
336
340
|
readonly jotai: "^2.20.0";
|
|
337
341
|
readonly nanostores: "^1.3.0";
|
|
338
342
|
readonly "@nanostores/react": "^1.1.0";
|
|
339
343
|
readonly "@reduxjs/toolkit": "^2.12.0";
|
|
340
344
|
readonly "react-redux": "^9.3.0";
|
|
341
|
-
readonly mobx: "^6.15.
|
|
345
|
+
readonly mobx: "^6.15.4";
|
|
342
346
|
readonly "mobx-react-lite": "^4.1.1";
|
|
343
|
-
readonly xstate: "^5.
|
|
347
|
+
readonly xstate: "^5.32.0";
|
|
344
348
|
readonly "@xstate/react": "^6.1.0";
|
|
345
349
|
readonly valtio: "^2.3.2";
|
|
346
350
|
readonly "@tanstack/store": "^0.11.0";
|
|
347
351
|
readonly "@tanstack/react-store": "^0.11.0";
|
|
348
352
|
readonly "@legendapp/state": "^2.1.15";
|
|
349
|
-
readonly valibot: "^1.4.
|
|
353
|
+
readonly valibot: "^1.4.1";
|
|
350
354
|
readonly arktype: "^2.2.0";
|
|
351
355
|
readonly "@sinclair/typebox": "^0.34.49";
|
|
352
356
|
readonly typia: "^12.1.1";
|
|
@@ -359,8 +363,8 @@ declare const dependencyVersionMap: {
|
|
|
359
363
|
readonly "@conform-to/zod": "^1.19.3";
|
|
360
364
|
readonly "@modular-forms/solid": "^0.25.1";
|
|
361
365
|
readonly "@modular-forms/qwik": "^0.29.1";
|
|
362
|
-
readonly "@tanstack/react-form": "^1.
|
|
363
|
-
readonly "@tanstack/solid-form": "^1.
|
|
366
|
+
readonly "@tanstack/react-form": "^1.33.0";
|
|
367
|
+
readonly "@tanstack/solid-form": "^1.33.0";
|
|
364
368
|
readonly "socket.io": "^4.8.3";
|
|
365
369
|
readonly "socket.io-client": "^4.8.3";
|
|
366
370
|
readonly partykit: "^0.0.115";
|
|
@@ -368,31 +372,31 @@ declare const dependencyVersionMap: {
|
|
|
368
372
|
readonly ably: "^2.21.0";
|
|
369
373
|
readonly pusher: "^5.3.3";
|
|
370
374
|
readonly "pusher-js": "^8.5.0";
|
|
371
|
-
readonly "@liveblocks/client": "^3.19.
|
|
372
|
-
readonly "@liveblocks/react": "^3.19.
|
|
373
|
-
readonly "@liveblocks/node": "^3.19.
|
|
374
|
-
readonly yjs: "^13.6.
|
|
375
|
+
readonly "@liveblocks/client": "^3.19.3";
|
|
376
|
+
readonly "@liveblocks/react": "^3.19.3";
|
|
377
|
+
readonly "@liveblocks/node": "^3.19.3";
|
|
378
|
+
readonly yjs: "^13.6.31";
|
|
375
379
|
readonly "y-websocket": "^3.0.0";
|
|
376
380
|
readonly "y-protocols": "^1.0.7";
|
|
377
381
|
readonly "@y-sweet/sdk": "^0.9.1";
|
|
378
382
|
readonly "@y-sweet/react": "^0.9.1";
|
|
379
|
-
readonly bullmq: "^5.
|
|
380
|
-
readonly ioredis: "^5.
|
|
383
|
+
readonly bullmq: "^5.77.7";
|
|
384
|
+
readonly ioredis: "^5.11.0";
|
|
381
385
|
readonly "@trigger.dev/sdk": "^4.4.6";
|
|
382
|
-
readonly inngest: "^4.
|
|
386
|
+
readonly inngest: "^4.5.0";
|
|
383
387
|
readonly "@temporalio/client": "^1.17.2";
|
|
384
388
|
readonly "@temporalio/worker": "^1.17.2";
|
|
385
389
|
readonly "@temporalio/workflow": "^1.17.2";
|
|
386
390
|
readonly "@temporalio/activity": "^1.17.2";
|
|
387
391
|
readonly jest: "^30.4.2";
|
|
388
392
|
readonly "@types/jest": "^30.0.0";
|
|
389
|
-
readonly "ts-jest": "^29.4.
|
|
393
|
+
readonly "ts-jest": "^29.4.11";
|
|
390
394
|
readonly "@jest/globals": "^30.4.1";
|
|
391
395
|
readonly "jest-environment-jsdom": "^30.4.1";
|
|
392
|
-
readonly cypress: "^15.
|
|
393
|
-
readonly vitest: "^4.1.
|
|
394
|
-
readonly "@vitest/ui": "^4.1.
|
|
395
|
-
readonly "@vitest/coverage-v8": "^4.1.
|
|
396
|
+
readonly cypress: "^15.16.0";
|
|
397
|
+
readonly vitest: "^4.1.7";
|
|
398
|
+
readonly "@vitest/ui": "^4.1.7";
|
|
399
|
+
readonly "@vitest/coverage-v8": "^4.1.7";
|
|
396
400
|
readonly jsdom: "^29.1.1";
|
|
397
401
|
readonly "happy-dom": "^20.9.0";
|
|
398
402
|
readonly "@playwright/test": "^1.60.0";
|
|
@@ -413,20 +417,20 @@ declare const dependencyVersionMap: {
|
|
|
413
417
|
readonly "@storybook/addon-essentials": "^8.6.18";
|
|
414
418
|
readonly "@storybook/addon-interactions": "^8.6.18";
|
|
415
419
|
readonly "@storybook/test": "^8.6.18";
|
|
416
|
-
readonly motion: "^12.
|
|
420
|
+
readonly motion: "^12.40.0";
|
|
417
421
|
readonly gsap: "^3.15.0";
|
|
418
|
-
readonly "@react-spring/web": "^10.0
|
|
419
|
-
readonly "@react-spring/native": "^10.0
|
|
422
|
+
readonly "@react-spring/web": "^10.1.0";
|
|
423
|
+
readonly "@react-spring/native": "^10.1.0";
|
|
420
424
|
readonly "@formkit/auto-animate": "^0.9.0";
|
|
421
425
|
readonly "lottie-react": "^2.4.1";
|
|
422
426
|
readonly "lottie-react-native": "^7.3.8";
|
|
423
|
-
readonly stripe: "^22.
|
|
424
|
-
readonly "@stripe/stripe-js": "^9.
|
|
425
|
-
readonly "@stripe/react-stripe-js": "^6.
|
|
427
|
+
readonly stripe: "^22.2.0";
|
|
428
|
+
readonly "@stripe/stripe-js": "^9.7.0";
|
|
429
|
+
readonly "@stripe/react-stripe-js": "^6.5.0";
|
|
426
430
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
427
431
|
readonly "@paddle/paddle-node-sdk": "^3.8.0";
|
|
428
432
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
429
|
-
readonly dodopayments: "^2.
|
|
433
|
+
readonly dodopayments: "^2.33.0";
|
|
430
434
|
readonly "dodopayments-checkout": "^1.8.0";
|
|
431
435
|
readonly uploadthing: "^7.7.4";
|
|
432
436
|
readonly "@uploadthing/react": "^7.3.3";
|
|
@@ -466,6 +470,7 @@ declare const dependencyVersionMap: {
|
|
|
466
470
|
readonly "pino-pretty": "^13.1.3";
|
|
467
471
|
readonly "pino-http": "^11.0.0";
|
|
468
472
|
readonly winston: "^3.19.0";
|
|
473
|
+
readonly evlog: "^2.18.1";
|
|
469
474
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
470
475
|
readonly "@opentelemetry/sdk-node": "^0.218.0";
|
|
471
476
|
readonly "@opentelemetry/auto-instrumentations-node": "^0.76.0";
|
|
@@ -474,44 +479,47 @@ declare const dependencyVersionMap: {
|
|
|
474
479
|
readonly "@opentelemetry/resources": "^2.7.1";
|
|
475
480
|
readonly "@opentelemetry/sdk-metrics": "^2.7.1";
|
|
476
481
|
readonly "@opentelemetry/semantic-conventions": "^1.41.1";
|
|
477
|
-
readonly "@sentry/node": "^10.
|
|
478
|
-
readonly "@sentry/profiling-node": "^10.
|
|
482
|
+
readonly "@sentry/node": "^10.55.0";
|
|
483
|
+
readonly "@sentry/profiling-node": "^10.55.0";
|
|
479
484
|
readonly "prom-client": "^15.1.3";
|
|
480
|
-
readonly payload: "^3.
|
|
481
|
-
readonly "@payloadcms/next": "^3.
|
|
482
|
-
readonly "@payloadcms/richtext-lexical": "^3.
|
|
483
|
-
readonly "@payloadcms/db-postgres": "^3.
|
|
484
|
-
readonly "@payloadcms/db-mongodb": "^3.
|
|
485
|
-
readonly "@payloadcms/db-sqlite": "^3.
|
|
486
|
-
readonly "@payloadcms/plugin-seo": "^3.
|
|
487
|
-
readonly "@payloadcms/storage-s3": "^3.
|
|
488
|
-
readonly sanity: "^5.
|
|
489
|
-
readonly "next-sanity": "^
|
|
485
|
+
readonly payload: "^3.85.0";
|
|
486
|
+
readonly "@payloadcms/next": "^3.85.0";
|
|
487
|
+
readonly "@payloadcms/richtext-lexical": "^3.85.0";
|
|
488
|
+
readonly "@payloadcms/db-postgres": "^3.85.0";
|
|
489
|
+
readonly "@payloadcms/db-mongodb": "^3.85.0";
|
|
490
|
+
readonly "@payloadcms/db-sqlite": "^3.85.0";
|
|
491
|
+
readonly "@payloadcms/plugin-seo": "^3.85.0";
|
|
492
|
+
readonly "@payloadcms/storage-s3": "^3.85.0";
|
|
493
|
+
readonly sanity: "^5.28.0";
|
|
494
|
+
readonly "next-sanity": "^13.0.8";
|
|
490
495
|
readonly "@sanity/image-url": "^2.1.1";
|
|
491
|
-
readonly "@sanity/vision": "^5.
|
|
492
|
-
readonly "@sanity/client": "^7.22.
|
|
496
|
+
readonly "@sanity/vision": "^5.28.0";
|
|
497
|
+
readonly "@sanity/client": "^7.22.1";
|
|
493
498
|
readonly "@strapi/client": "^1.6.1";
|
|
494
499
|
readonly qs: "^6.15.2";
|
|
495
|
-
readonly
|
|
496
|
-
readonly
|
|
500
|
+
readonly "@directus/sdk": "^21.3.0";
|
|
501
|
+
readonly tinacms: "^3.8.4";
|
|
502
|
+
readonly "@tinacms/cli": "^2.4.2";
|
|
503
|
+
readonly cloudinary: "^2.10.0";
|
|
504
|
+
readonly swr: "^2.4.1";
|
|
497
505
|
readonly "@upstash/redis": "^1.38.0";
|
|
498
|
-
readonly i18next: "^26.
|
|
506
|
+
readonly i18next: "^26.3.0";
|
|
499
507
|
readonly "react-i18next": "^17.0.8";
|
|
500
508
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
501
509
|
readonly "i18next-http-backend": "^4.0.0";
|
|
502
|
-
readonly "next-intl": "^4.
|
|
510
|
+
readonly "next-intl": "^4.13.0";
|
|
503
511
|
readonly meilisearch: "^0.58.0";
|
|
504
512
|
readonly typesense: "^3.0.6";
|
|
505
|
-
readonly "@elastic/elasticsearch": "^9.4.
|
|
506
|
-
readonly algoliasearch: "^5.
|
|
513
|
+
readonly "@elastic/elasticsearch": "^9.4.2";
|
|
514
|
+
readonly algoliasearch: "^5.53.0";
|
|
507
515
|
readonly edgedb: "^2.0.1";
|
|
508
516
|
readonly "@edgedb/generate": "^0.6.1";
|
|
509
517
|
readonly "@growthbook/growthbook": "^1.6.5";
|
|
510
518
|
readonly "@growthbook/growthbook-react": "^1.6.5";
|
|
511
|
-
readonly "posthog-js": "^1.
|
|
512
|
-
readonly "posthog-node": "^5.
|
|
513
|
-
readonly "@launchdarkly/js-client-sdk": "^4.
|
|
514
|
-
readonly "@launchdarkly/node-server-sdk": "^9.
|
|
519
|
+
readonly "posthog-js": "^1.376.6";
|
|
520
|
+
readonly "posthog-node": "^5.35.8";
|
|
521
|
+
readonly "@launchdarkly/js-client-sdk": "^4.7.3";
|
|
522
|
+
readonly "@launchdarkly/node-server-sdk": "^9.11.1";
|
|
515
523
|
readonly "@flagsmith/flagsmith": "^12.0.1";
|
|
516
524
|
readonly "flagsmith-nodejs": "^8.1.0";
|
|
517
525
|
readonly "@unleash/proxy-client-react": "^5.0.1";
|
|
@@ -637,5 +645,5 @@ declare function getDependencyVersionMap(): Record<string, string>;
|
|
|
637
645
|
*/
|
|
638
646
|
declare function listEcosystems(): string[];
|
|
639
647
|
//#endregion
|
|
640
|
-
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, normalizeElixirAppName, 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 };
|
|
641
649
|
//# sourceMappingURL=index.d.mts.map
|