@better-fullstack/template-generator 1.7.0 → 1.8.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/index.d.mts +200 -186
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{preflight-validation-CEblO8Kn.mjs → preflight-validation-Ba8dIiG7.mjs} +63484 -58603
- package/dist/preflight-validation-Ba8dIiG7.mjs.map +1 -0
- package/dist/{preflight-validation-DCnD9Zsv.d.mts → preflight-validation-gJOS0iUO.d.mts} +2 -2
- package/dist/{preflight-validation-DCnD9Zsv.d.mts.map → preflight-validation-gJOS0iUO.d.mts.map} +1 -1
- package/package.json +4 -4
- package/templates-binary/frontend/react/vinext/src/app/favicon.ico +0 -0
- package/dist/preflight-validation-CEblO8Kn.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
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-gJOS0iUO.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;
|
|
7
9
|
declare function processTemplateString(content: string, context: ProjectConfig): string;
|
|
8
10
|
declare function isBinaryFile(filePath: string): boolean;
|
|
9
11
|
declare function transformFilename(filename: string): string;
|
|
@@ -15,23 +17,23 @@ declare function processAddonsDeps(vfs: VirtualFileSystem, config: ProjectConfig
|
|
|
15
17
|
//#region src/utils/add-deps.d.ts
|
|
16
18
|
declare const dependencyVersionMap: {
|
|
17
19
|
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.3.
|
|
20
|
+
readonly "better-auth": "^1.6.11";
|
|
21
|
+
readonly "@better-auth/expo": "^1.6.11";
|
|
22
|
+
readonly "@better-auth/drizzle-adapter": "^1.6.11";
|
|
23
|
+
readonly "@better-auth/prisma-adapter": "^1.6.11";
|
|
24
|
+
readonly "@better-auth/mongo-adapter": "^1.6.11";
|
|
25
|
+
readonly "@clerk/nextjs": "^7.3.5";
|
|
24
26
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
25
|
-
readonly "@clerk/tanstack-react-start": "^1.2.
|
|
27
|
+
readonly "@clerk/tanstack-react-start": "^1.2.5";
|
|
26
28
|
readonly "@clerk/clerk-expo": "^2.19.31";
|
|
27
29
|
readonly "next-auth": "^4.24.14";
|
|
28
30
|
readonly "@auth/core": "^0.34.3";
|
|
29
31
|
readonly "@auth/drizzle-adapter": "^1.11.2";
|
|
30
32
|
readonly "@auth/prisma-adapter": "^2.11.2";
|
|
31
|
-
readonly "@stackframe/stack": "^2.8.
|
|
32
|
-
readonly "@supabase/supabase-js": "^2.105.
|
|
33
|
-
readonly "@supabase/ssr": "^0.10.
|
|
34
|
-
readonly "@auth0/nextjs-auth0": "^
|
|
33
|
+
readonly "@stackframe/stack": "^2.8.89";
|
|
34
|
+
readonly "@supabase/supabase-js": "^2.105.4";
|
|
35
|
+
readonly "@supabase/ssr": "^0.10.3";
|
|
36
|
+
readonly "@auth0/nextjs-auth0": "^3.8.0";
|
|
35
37
|
readonly "drizzle-orm": "^0.45.2";
|
|
36
38
|
readonly "drizzle-kit": "^0.31.10";
|
|
37
39
|
readonly "@planetscale/database": "^1.20.1";
|
|
@@ -41,7 +43,7 @@ declare const dependencyVersionMap: {
|
|
|
41
43
|
readonly pg: "^8.20.0";
|
|
42
44
|
readonly "@types/pg": "^8.20.0";
|
|
43
45
|
readonly "@types/ws": "^8.18.1";
|
|
44
|
-
readonly ws: "^8.20.
|
|
46
|
+
readonly ws: "^8.20.1";
|
|
45
47
|
readonly mysql2: "^3.22.3";
|
|
46
48
|
readonly "@prisma/client": "^7.8.0";
|
|
47
49
|
readonly prisma: "^7.8.0";
|
|
@@ -52,42 +54,42 @@ declare const dependencyVersionMap: {
|
|
|
52
54
|
readonly "@prisma/adapter-better-sqlite3": "^7.8.0";
|
|
53
55
|
readonly "@prisma/adapter-pg": "^7.8.0";
|
|
54
56
|
readonly "@prisma/adapter-planetscale": "^7.8.0";
|
|
55
|
-
readonly mongoose: "^9.6.
|
|
56
|
-
readonly typeorm: "^0.3.
|
|
57
|
-
readonly "better-sqlite3": "^12.
|
|
57
|
+
readonly mongoose: "^9.6.2";
|
|
58
|
+
readonly typeorm: "^0.3.29";
|
|
59
|
+
readonly "better-sqlite3": "^12.10.0";
|
|
58
60
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
59
|
-
readonly kysely: "^0.
|
|
60
|
-
readonly "@mikro-orm/core": "^7.0.
|
|
61
|
-
readonly "@mikro-orm/sqlite": "^7.0.
|
|
62
|
-
readonly "@mikro-orm/postgresql": "^7.0.
|
|
63
|
-
readonly "@mikro-orm/mysql": "^7.0.
|
|
64
|
-
readonly "@mikro-orm/better-sqlite": "^6.6.
|
|
61
|
+
readonly kysely: "^0.29.2";
|
|
62
|
+
readonly "@mikro-orm/core": "^7.0.17";
|
|
63
|
+
readonly "@mikro-orm/sqlite": "^7.0.17";
|
|
64
|
+
readonly "@mikro-orm/postgresql": "^7.0.17";
|
|
65
|
+
readonly "@mikro-orm/mysql": "^7.0.17";
|
|
66
|
+
readonly "@mikro-orm/better-sqlite": "^6.6.14";
|
|
65
67
|
readonly sequelize: "^6.37.8";
|
|
66
68
|
readonly "sequelize-typescript": "^2.1.6";
|
|
67
69
|
readonly sqlite3: "^6.0.1";
|
|
68
|
-
readonly "vite-plugin-pwa": "^1.
|
|
70
|
+
readonly "vite-plugin-pwa": "^1.3.0";
|
|
69
71
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
70
|
-
readonly "@tauri-apps/cli": "^2.11.
|
|
72
|
+
readonly "@tauri-apps/cli": "^2.11.2";
|
|
71
73
|
readonly "@tauri-apps/api": "^2.11.0";
|
|
72
|
-
readonly "@biomejs/biome": "^2.4.
|
|
73
|
-
readonly oxlint: "^1.
|
|
74
|
-
readonly oxfmt: "^0.
|
|
74
|
+
readonly "@biomejs/biome": "^2.4.15";
|
|
75
|
+
readonly oxlint: "^1.65.0";
|
|
76
|
+
readonly oxfmt: "^0.50.0";
|
|
75
77
|
readonly husky: "^9.1.7";
|
|
76
78
|
readonly lefthook: "^2.1.6";
|
|
77
|
-
readonly "lint-staged": "^
|
|
78
|
-
readonly tsx: "^4.
|
|
79
|
-
readonly "@types/node": "^25.
|
|
80
|
-
readonly "@types/bun": "^1.3.
|
|
79
|
+
readonly "lint-staged": "^17.0.5";
|
|
80
|
+
readonly tsx: "^4.22.1";
|
|
81
|
+
readonly "@types/node": "^25.8.0";
|
|
82
|
+
readonly "@types/bun": "^1.3.14";
|
|
81
83
|
readonly "@elysiajs/node": "^1.4.5";
|
|
82
84
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
83
85
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
84
86
|
readonly elysia: "^1.4.28";
|
|
85
|
-
readonly "@hono/node-server": "^2.0.
|
|
87
|
+
readonly "@hono/node-server": "^2.0.3";
|
|
86
88
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
87
|
-
readonly hono: "^4.12.
|
|
89
|
+
readonly hono: "^4.12.19";
|
|
88
90
|
readonly "@octokit/rest": "^22.0.1";
|
|
89
|
-
readonly "@vercel/sandbox": "^1.10.
|
|
90
|
-
readonly vercel: "^
|
|
91
|
+
readonly "@vercel/sandbox": "^1.10.2";
|
|
92
|
+
readonly vercel: "^54.1.0";
|
|
91
93
|
readonly "@sveltejs/adapter-vercel": "^6.3.3";
|
|
92
94
|
readonly "bash-tool": "^1.3.16";
|
|
93
95
|
readonly cors: "^2.8.6";
|
|
@@ -96,12 +98,12 @@ declare const dependencyVersionMap: {
|
|
|
96
98
|
readonly "@types/cors": "^2.8.19";
|
|
97
99
|
readonly fastify: "^5.8.5";
|
|
98
100
|
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.
|
|
101
|
+
readonly "@nestjs/core": "^11.1.21";
|
|
102
|
+
readonly "@nestjs/common": "^11.1.21";
|
|
103
|
+
readonly "@nestjs/platform-express": "^11.1.21";
|
|
102
104
|
readonly "reflect-metadata": "^0.2.2";
|
|
103
105
|
readonly rxjs: "^7.8.2";
|
|
104
|
-
readonly "encore.dev": "^1.
|
|
106
|
+
readonly "encore.dev": "^1.57.4";
|
|
105
107
|
readonly "@adonisjs/core": "^7.3.2";
|
|
106
108
|
readonly "@adonisjs/cors": "^3.0.0";
|
|
107
109
|
readonly "@adonisjs/assembler": "^8.4.0";
|
|
@@ -109,57 +111,57 @@ declare const dependencyVersionMap: {
|
|
|
109
111
|
readonly nitropack: "^2.13.4";
|
|
110
112
|
readonly h3: "^2.0.0";
|
|
111
113
|
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.
|
|
114
|
+
readonly turbo: "^2.9.14";
|
|
115
|
+
readonly chat: "^4.28.1";
|
|
116
|
+
readonly "@chat-adapter/slack": "^4.28.1";
|
|
117
|
+
readonly "@chat-adapter/discord": "^4.28.1";
|
|
118
|
+
readonly "@chat-adapter/github": "^4.28.1";
|
|
119
|
+
readonly "@chat-adapter/state-memory": "^4.28.1";
|
|
120
|
+
readonly "@chat-adapter/state-redis": "^4.28.1";
|
|
121
|
+
readonly ai: "^6.0.184";
|
|
122
|
+
readonly "@ai-sdk/anthropic": "^3.0.78";
|
|
123
|
+
readonly "@ai-sdk/google": "^3.0.75";
|
|
124
|
+
readonly "@ai-sdk/vue": "^3.0.184";
|
|
125
|
+
readonly "@ai-sdk/svelte": "^4.0.184";
|
|
126
|
+
readonly "@ai-sdk/react": "^3.0.186";
|
|
127
|
+
readonly "@ai-sdk/devtools": "^0.0.18";
|
|
126
128
|
readonly streamdown: "^2.5.0";
|
|
127
129
|
readonly shiki: "^4.0.2";
|
|
128
|
-
readonly mastra: "^1.
|
|
129
|
-
readonly "@mastra/core": "^1.
|
|
130
|
+
readonly mastra: "^1.9.3";
|
|
131
|
+
readonly "@mastra/core": "^1.35.0";
|
|
130
132
|
readonly "@voltagent/core": "^2.7.4";
|
|
131
133
|
readonly "@voltagent/server-hono": "^2.0.13";
|
|
132
134
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
133
135
|
readonly "@voltagent/logger": "^2.0.2";
|
|
134
|
-
readonly "@langchain/langgraph": "^1.
|
|
135
|
-
readonly "@langchain/core": "^1.1.
|
|
136
|
+
readonly "@langchain/langgraph": "^1.3.0";
|
|
137
|
+
readonly "@langchain/core": "^1.1.46";
|
|
136
138
|
readonly "@langchain/google-genai": "^2.1.30";
|
|
137
|
-
readonly "@openai/agents": "^0.
|
|
139
|
+
readonly "@openai/agents": "^0.11.4";
|
|
138
140
|
readonly "@google/adk": "^1.1.0";
|
|
139
141
|
readonly modelfusion: "^0.137.0";
|
|
140
|
-
readonly langchain: "^1.
|
|
142
|
+
readonly langchain: "^1.4.0";
|
|
141
143
|
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.
|
|
144
|
+
readonly "ai-cli": "^0.2.1";
|
|
145
|
+
readonly "@orpc/server": "^1.14.3";
|
|
146
|
+
readonly "@orpc/client": "^1.14.3";
|
|
147
|
+
readonly "@orpc/openapi": "^1.14.3";
|
|
148
|
+
readonly "@orpc/zod": "^1.14.3";
|
|
149
|
+
readonly "@orpc/tanstack-query": "^1.14.3";
|
|
148
150
|
readonly "@ts-rest/core": "^3.52.1";
|
|
149
151
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
150
152
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
151
153
|
readonly "@ts-rest/next": "^3.52.1";
|
|
152
154
|
readonly garph: "^0.6.8";
|
|
153
155
|
readonly "graphql-yoga": "^5.21.0";
|
|
154
|
-
readonly graphql: "^16.
|
|
156
|
+
readonly graphql: "^16.14.0";
|
|
155
157
|
readonly "@garph/gqty": "^0.4.5";
|
|
156
158
|
readonly gqty: "^3.6.0";
|
|
157
159
|
readonly "@pothos/core": "^4.12.0";
|
|
158
160
|
readonly "@trpc/tanstack-react-query": "^11.17.0";
|
|
159
161
|
readonly "@trpc/server": "^11.17.0";
|
|
160
162
|
readonly "@trpc/client": "^11.17.0";
|
|
161
|
-
readonly next: "^16.2.
|
|
162
|
-
readonly convex: "^1.
|
|
163
|
+
readonly next: "^16.2.6";
|
|
164
|
+
readonly convex: "^1.39.1";
|
|
163
165
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
164
166
|
readonly "@convex-dev/agent": "^0.6.1";
|
|
165
167
|
readonly "@convex-dev/polar": "^0.9.1";
|
|
@@ -167,18 +169,18 @@ declare const dependencyVersionMap: {
|
|
|
167
169
|
readonly "convex-nuxt": "0.1.5";
|
|
168
170
|
readonly "convex-vue": "^0.1.5";
|
|
169
171
|
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.
|
|
172
|
+
readonly "@tanstack/svelte-query": "^6.1.29";
|
|
173
|
+
readonly "@tanstack/svelte-query-devtools": "^6.1.29";
|
|
174
|
+
readonly "@tanstack/vue-query-devtools": "^6.1.29";
|
|
175
|
+
readonly "@tanstack/vue-query": "^5.100.10";
|
|
176
|
+
readonly "@tanstack/react-query-devtools": "^5.100.10";
|
|
177
|
+
readonly "@tanstack/react-query": "^5.100.10";
|
|
178
|
+
readonly "@tanstack/react-router-ssr-query": "^1.167.0";
|
|
179
|
+
readonly "@tanstack/router-cli": "^1.167.5";
|
|
180
|
+
readonly "@tanstack/solid-query": "^5.100.10";
|
|
181
|
+
readonly "@tanstack/solid-query-devtools": "^5.100.10";
|
|
182
|
+
readonly "@tanstack/solid-router-devtools": "^1.167.0";
|
|
183
|
+
readonly "@tanstack/angular-query-experimental": "^5.100.10";
|
|
182
184
|
readonly "@tanstack/react-table": "^8.21.3";
|
|
183
185
|
readonly "@tanstack/vue-table": "^8.21.3";
|
|
184
186
|
readonly "@tanstack/svelte-table": "^8.21.3";
|
|
@@ -194,47 +196,47 @@ declare const dependencyVersionMap: {
|
|
|
194
196
|
readonly "@tanstack/vue-db": "^0.0.116";
|
|
195
197
|
readonly "@tanstack/solid-db": "^0.2.19";
|
|
196
198
|
readonly "@tanstack/svelte-db": "^0.1.82";
|
|
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.
|
|
203
|
-
readonly wrangler: "^4.
|
|
204
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
205
|
-
readonly "@opennextjs/cloudflare": "^1.19.
|
|
199
|
+
readonly "@tanstack/pacer": "^0.21.1";
|
|
200
|
+
readonly "@tanstack/react-pacer": "^0.22.1";
|
|
201
|
+
readonly "@tanstack/solid-pacer": "^0.21.1";
|
|
202
|
+
readonly "@tanstack/ai": "^0.18.0";
|
|
203
|
+
readonly "@tanstack/ai-react": "^0.10.0";
|
|
204
|
+
readonly "@tanstack/ai-solid": "^0.9.0";
|
|
205
|
+
readonly wrangler: "^4.92.0";
|
|
206
|
+
readonly "@cloudflare/vite-plugin": "^1.37.1";
|
|
207
|
+
readonly "@opennextjs/cloudflare": "^1.19.10";
|
|
206
208
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
207
209
|
readonly "@sveltejs/adapter-cloudflare": "^7.2.8";
|
|
208
210
|
readonly "@sveltejs/adapter-node": "^5.5.4";
|
|
209
|
-
readonly "@cloudflare/workers-types": "^4.
|
|
211
|
+
readonly "@cloudflare/workers-types": "^4.20260518.1";
|
|
210
212
|
readonly alchemy: "^0.93.7";
|
|
211
|
-
readonly sst: "^4.
|
|
212
|
-
readonly "aws-cdk-lib": "^2.
|
|
213
|
+
readonly sst: "^4.14.1";
|
|
214
|
+
readonly "aws-cdk-lib": "^2.254.0";
|
|
213
215
|
readonly constructs: "^10.6.0";
|
|
214
|
-
readonly "@opennextjs/aws": "^
|
|
216
|
+
readonly "@opennextjs/aws": "^4.0.2";
|
|
215
217
|
readonly dotenv: "^17.4.2";
|
|
216
|
-
readonly tsdown: "^0.
|
|
218
|
+
readonly tsdown: "^0.22.0";
|
|
217
219
|
readonly zod: "^4.4.3";
|
|
218
220
|
readonly "@t3-oss/env-core": "^0.13.11";
|
|
219
221
|
readonly "@t3-oss/env-nextjs": "^0.13.11";
|
|
220
222
|
readonly "@t3-oss/env-nuxt": "^0.13.11";
|
|
221
223
|
readonly srvx: "^0.11.15";
|
|
222
|
-
readonly "@polar-sh/better-auth": "^1.8.
|
|
223
|
-
readonly "@polar-sh/checkout": "^0.2.
|
|
224
|
+
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
225
|
+
readonly "@polar-sh/checkout": "^0.2.1";
|
|
224
226
|
readonly "@polar-sh/sdk": "^0.47.1";
|
|
225
|
-
readonly resend: "^6.12.
|
|
227
|
+
readonly resend: "^6.12.3";
|
|
226
228
|
readonly "@react-email/components": "^1.0.12";
|
|
227
|
-
readonly "react-email": "^6.
|
|
228
|
-
readonly react: "^19.2.
|
|
229
|
+
readonly "react-email": "^6.1.4";
|
|
230
|
+
readonly react: "^19.2.6";
|
|
229
231
|
readonly "@types/react": "^19.2.14";
|
|
230
232
|
readonly nodemailer: "^8.0.7";
|
|
231
233
|
readonly "@types/nodemailer": "^8.0.0";
|
|
232
234
|
readonly postmark: "^4.0.7";
|
|
233
235
|
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.
|
|
236
|
+
readonly "@aws-sdk/client-ses": "^3.1048.0";
|
|
237
|
+
readonly "@aws-sdk/client-s3": "^3.1048.0";
|
|
238
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1048.0";
|
|
239
|
+
readonly "mailgun.js": "^13.0.1";
|
|
238
240
|
readonly "form-data": "^4.0.5";
|
|
239
241
|
readonly "@plunk/node": "^3.0.3";
|
|
240
242
|
readonly effect: "^3.21.2";
|
|
@@ -277,23 +279,28 @@ declare const dependencyVersionMap: {
|
|
|
277
279
|
readonly "@park-ui/panda-preset": "^0.43.1";
|
|
278
280
|
readonly "@chakra-ui/react": "^3.35.0";
|
|
279
281
|
readonly "@emotion/react": "^11.14.0";
|
|
280
|
-
readonly "@
|
|
282
|
+
readonly "@emotion/styled": "^11.14.1";
|
|
283
|
+
readonly "@heroui/react": "^3.0.5";
|
|
281
284
|
readonly "framer-motion": "^12.38.0";
|
|
282
|
-
readonly "@mantine/core": "^9.
|
|
283
|
-
readonly "@mantine/hooks": "^9.
|
|
285
|
+
readonly "@mantine/core": "^9.2.1";
|
|
286
|
+
readonly "@mantine/hooks": "^9.2.1";
|
|
287
|
+
readonly "@mui/material": "^9.0.1";
|
|
288
|
+
readonly antd: "^6.4.3";
|
|
284
289
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
285
|
-
readonly shadcn: "^4.
|
|
290
|
+
readonly shadcn: "^4.7.0";
|
|
286
291
|
readonly "radix-ui": "^1.4.3";
|
|
287
292
|
readonly "class-variance-authority": "^0.7.1";
|
|
288
293
|
readonly clsx: "^2.1.1";
|
|
289
|
-
readonly "tailwind-merge": "^3.
|
|
294
|
+
readonly "tailwind-merge": "^3.6.0";
|
|
290
295
|
readonly "tw-animate-css": "^1.4.0";
|
|
291
|
-
readonly "lucide-react": "^1.
|
|
292
|
-
readonly "@tabler/icons-react": "^3.
|
|
296
|
+
readonly "lucide-react": "^1.16.0";
|
|
297
|
+
readonly "@tabler/icons-react": "^3.44.0";
|
|
293
298
|
readonly "@hugeicons/react": "^1.1.6";
|
|
294
|
-
readonly "@hugeicons/core-free-icons": "^4.1.
|
|
299
|
+
readonly "@hugeicons/core-free-icons": "^4.1.4";
|
|
295
300
|
readonly "@phosphor-icons/react": "^2.1.10";
|
|
296
301
|
readonly "@remixicon/react": "^4.9.0";
|
|
302
|
+
readonly "@heroicons/react": "^2.2.0";
|
|
303
|
+
readonly "react-icons": "^5.6.0";
|
|
297
304
|
readonly "@fontsource-variable/inter": "^5.2.8";
|
|
298
305
|
readonly "@fontsource-variable/figtree": "^5.2.10";
|
|
299
306
|
readonly "@fontsource-variable/noto-sans": "^5.2.10";
|
|
@@ -314,89 +321,89 @@ declare const dependencyVersionMap: {
|
|
|
314
321
|
readonly "@builder.io/qwik": "^1.19.2";
|
|
315
322
|
readonly "@builder.io/qwik-city": "^1.19.2";
|
|
316
323
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
317
|
-
readonly "@angular/core": "^21.2.
|
|
318
|
-
readonly "@angular/common": "^21.2.
|
|
319
|
-
readonly "@angular/compiler": "^21.2.
|
|
320
|
-
readonly "@angular/platform-browser": "^21.2.
|
|
321
|
-
readonly "@angular/platform-browser-dynamic": "^21.2.
|
|
322
|
-
readonly "@angular/router": "^21.2.
|
|
323
|
-
readonly "@angular/forms": "^21.2.
|
|
324
|
-
readonly "@angular/animations": "^21.2.
|
|
325
|
-
readonly "@angular-devkit/build-angular": "^21.2.
|
|
326
|
-
readonly "@angular/cli": "^21.2.
|
|
327
|
-
readonly "@angular/compiler-cli": "^21.2.
|
|
328
|
-
readonly zustand: "^5.0.
|
|
329
|
-
readonly jotai: "^2.
|
|
324
|
+
readonly "@angular/core": "^21.2.13";
|
|
325
|
+
readonly "@angular/common": "^21.2.13";
|
|
326
|
+
readonly "@angular/compiler": "^21.2.13";
|
|
327
|
+
readonly "@angular/platform-browser": "^21.2.13";
|
|
328
|
+
readonly "@angular/platform-browser-dynamic": "^21.2.13";
|
|
329
|
+
readonly "@angular/router": "^21.2.13";
|
|
330
|
+
readonly "@angular/forms": "^21.2.13";
|
|
331
|
+
readonly "@angular/animations": "^21.2.13";
|
|
332
|
+
readonly "@angular-devkit/build-angular": "^21.2.11";
|
|
333
|
+
readonly "@angular/cli": "^21.2.11";
|
|
334
|
+
readonly "@angular/compiler-cli": "^21.2.13";
|
|
335
|
+
readonly zustand: "^5.0.13";
|
|
336
|
+
readonly jotai: "^2.20.0";
|
|
330
337
|
readonly nanostores: "^1.3.0";
|
|
331
338
|
readonly "@nanostores/react": "^1.1.0";
|
|
332
|
-
readonly "@reduxjs/toolkit": "^2.
|
|
333
|
-
readonly "react-redux": "^9.
|
|
334
|
-
readonly mobx: "^6.15.
|
|
339
|
+
readonly "@reduxjs/toolkit": "^2.12.0";
|
|
340
|
+
readonly "react-redux": "^9.3.0";
|
|
341
|
+
readonly mobx: "^6.15.3";
|
|
335
342
|
readonly "mobx-react-lite": "^4.1.1";
|
|
336
|
-
readonly xstate: "^5.31.
|
|
343
|
+
readonly xstate: "^5.31.1";
|
|
337
344
|
readonly "@xstate/react": "^6.1.0";
|
|
338
345
|
readonly valtio: "^2.3.2";
|
|
339
346
|
readonly "@tanstack/store": "^0.11.0";
|
|
340
347
|
readonly "@tanstack/react-store": "^0.11.0";
|
|
341
348
|
readonly "@legendapp/state": "^2.1.15";
|
|
342
|
-
readonly valibot: "^1.
|
|
349
|
+
readonly valibot: "^1.4.0";
|
|
343
350
|
readonly arktype: "^2.2.0";
|
|
344
351
|
readonly "@sinclair/typebox": "^0.34.49";
|
|
345
|
-
readonly typia: "^12.1.
|
|
352
|
+
readonly typia: "^12.1.1";
|
|
346
353
|
readonly runtypes: "^7.0.4";
|
|
347
354
|
readonly formik: "^2.4.9";
|
|
348
355
|
readonly yup: "^1.7.1";
|
|
349
|
-
readonly "final-form": "^5.0.
|
|
350
|
-
readonly "react-final-form": "^7.0.
|
|
351
|
-
readonly "@conform-to/react": "^1.19.
|
|
352
|
-
readonly "@conform-to/zod": "^1.19.
|
|
356
|
+
readonly "final-form": "^5.0.1";
|
|
357
|
+
readonly "react-final-form": "^7.0.1";
|
|
358
|
+
readonly "@conform-to/react": "^1.19.3";
|
|
359
|
+
readonly "@conform-to/zod": "^1.19.3";
|
|
353
360
|
readonly "@modular-forms/solid": "^0.25.1";
|
|
354
361
|
readonly "@modular-forms/qwik": "^0.29.1";
|
|
355
|
-
readonly "@tanstack/react-form": "^1.
|
|
356
|
-
readonly "@tanstack/solid-form": "^1.
|
|
362
|
+
readonly "@tanstack/react-form": "^1.32.0";
|
|
363
|
+
readonly "@tanstack/solid-form": "^1.32.0";
|
|
357
364
|
readonly "socket.io": "^4.8.3";
|
|
358
365
|
readonly "socket.io-client": "^4.8.3";
|
|
359
366
|
readonly partykit: "^0.0.115";
|
|
360
|
-
readonly partysocket: "^1.1.
|
|
367
|
+
readonly partysocket: "^1.1.19";
|
|
361
368
|
readonly ably: "^2.21.0";
|
|
362
369
|
readonly pusher: "^5.3.3";
|
|
363
370
|
readonly "pusher-js": "^8.5.0";
|
|
364
|
-
readonly "@liveblocks/client": "^3.
|
|
365
|
-
readonly "@liveblocks/react": "^3.
|
|
366
|
-
readonly "@liveblocks/node": "^3.
|
|
371
|
+
readonly "@liveblocks/client": "^3.19.1";
|
|
372
|
+
readonly "@liveblocks/react": "^3.19.1";
|
|
373
|
+
readonly "@liveblocks/node": "^3.19.1";
|
|
367
374
|
readonly yjs: "^13.6.30";
|
|
368
375
|
readonly "y-websocket": "^3.0.0";
|
|
369
376
|
readonly "y-protocols": "^1.0.7";
|
|
370
377
|
readonly "@y-sweet/sdk": "^0.9.1";
|
|
371
378
|
readonly "@y-sweet/react": "^0.9.1";
|
|
372
|
-
readonly bullmq: "^5.76.
|
|
379
|
+
readonly bullmq: "^5.76.10";
|
|
373
380
|
readonly ioredis: "^5.10.1";
|
|
374
|
-
readonly "@trigger.dev/sdk": "^4.4.
|
|
375
|
-
readonly inngest: "^4.
|
|
376
|
-
readonly "@temporalio/client": "^1.17.
|
|
377
|
-
readonly "@temporalio/worker": "^1.17.
|
|
378
|
-
readonly "@temporalio/workflow": "^1.17.
|
|
379
|
-
readonly "@temporalio/activity": "^1.17.
|
|
380
|
-
readonly jest: "^30.
|
|
381
|
+
readonly "@trigger.dev/sdk": "^4.4.6";
|
|
382
|
+
readonly inngest: "^4.4.0";
|
|
383
|
+
readonly "@temporalio/client": "^1.17.2";
|
|
384
|
+
readonly "@temporalio/worker": "^1.17.2";
|
|
385
|
+
readonly "@temporalio/workflow": "^1.17.2";
|
|
386
|
+
readonly "@temporalio/activity": "^1.17.2";
|
|
387
|
+
readonly jest: "^30.4.2";
|
|
381
388
|
readonly "@types/jest": "^30.0.0";
|
|
382
389
|
readonly "ts-jest": "^29.4.9";
|
|
383
|
-
readonly "@jest/globals": "^30.
|
|
384
|
-
readonly "jest-environment-jsdom": "^30.
|
|
385
|
-
readonly cypress: "^15.
|
|
386
|
-
readonly vitest: "^4.1.
|
|
387
|
-
readonly "@vitest/ui": "^4.1.
|
|
388
|
-
readonly "@vitest/coverage-v8": "^4.1.
|
|
390
|
+
readonly "@jest/globals": "^30.4.1";
|
|
391
|
+
readonly "jest-environment-jsdom": "^30.4.1";
|
|
392
|
+
readonly cypress: "^15.15.0";
|
|
393
|
+
readonly vitest: "^4.1.6";
|
|
394
|
+
readonly "@vitest/ui": "^4.1.6";
|
|
395
|
+
readonly "@vitest/coverage-v8": "^4.1.6";
|
|
389
396
|
readonly jsdom: "^29.1.1";
|
|
390
397
|
readonly "happy-dom": "^20.9.0";
|
|
391
|
-
readonly "@playwright/test": "^1.
|
|
392
|
-
readonly playwright: "^1.
|
|
398
|
+
readonly "@playwright/test": "^1.60.0";
|
|
399
|
+
readonly playwright: "^1.60.0";
|
|
393
400
|
readonly "@testing-library/dom": "^10.4.1";
|
|
394
401
|
readonly "@testing-library/react": "^16.3.2";
|
|
395
402
|
readonly "@testing-library/vue": "^8.1.0";
|
|
396
403
|
readonly "@testing-library/svelte": "^5.3.1";
|
|
397
404
|
readonly "@testing-library/jest-dom": "^6.9.1";
|
|
398
405
|
readonly "@testing-library/user-event": "^14.6.1";
|
|
399
|
-
readonly msw: "^2.14.
|
|
406
|
+
readonly msw: "^2.14.6";
|
|
400
407
|
readonly storybook: "^8.6.18";
|
|
401
408
|
readonly "@storybook/react": "^8.6.18";
|
|
402
409
|
readonly "@storybook/react-vite": "^8.6.18";
|
|
@@ -412,14 +419,14 @@ declare const dependencyVersionMap: {
|
|
|
412
419
|
readonly "@react-spring/native": "^10.0.3";
|
|
413
420
|
readonly "@formkit/auto-animate": "^0.9.0";
|
|
414
421
|
readonly "lottie-react": "^2.4.1";
|
|
415
|
-
readonly "lottie-react-native": "^7.3.
|
|
416
|
-
readonly stripe: "^22.1.
|
|
417
|
-
readonly "@stripe/stripe-js": "^9.
|
|
422
|
+
readonly "lottie-react-native": "^7.3.8";
|
|
423
|
+
readonly stripe: "^22.1.1";
|
|
424
|
+
readonly "@stripe/stripe-js": "^9.5.0";
|
|
418
425
|
readonly "@stripe/react-stripe-js": "^6.3.0";
|
|
419
426
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
420
427
|
readonly "@paddle/paddle-node-sdk": "^3.8.0";
|
|
421
428
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
422
|
-
readonly dodopayments: "^2.31.
|
|
429
|
+
readonly dodopayments: "^2.31.2";
|
|
423
430
|
readonly "dodopayments-checkout": "^1.8.0";
|
|
424
431
|
readonly uploadthing: "^7.7.4";
|
|
425
432
|
readonly "@uploadthing/react": "^7.3.3";
|
|
@@ -431,7 +438,7 @@ declare const dependencyVersionMap: {
|
|
|
431
438
|
readonly filepond: "^4.32.12";
|
|
432
439
|
readonly "react-filepond": "^7.1.3";
|
|
433
440
|
readonly "svelte-filepond": "^0.2.2";
|
|
434
|
-
readonly "vue-filepond": "^
|
|
441
|
+
readonly "vue-filepond": "^8.0.0";
|
|
435
442
|
readonly "filepond-plugin-image-preview": "^4.6.12";
|
|
436
443
|
readonly "filepond-plugin-file-validate-type": "^1.2.9";
|
|
437
444
|
readonly "filepond-plugin-file-validate-size": "^2.2.8";
|
|
@@ -453,22 +460,22 @@ declare const dependencyVersionMap: {
|
|
|
453
460
|
readonly "@redwoodjs/graphql-server": "^8.9.0";
|
|
454
461
|
readonly "@redwoodjs/vite": "^8.9.0";
|
|
455
462
|
readonly "@redwoodjs/project-config": "^8.9.0";
|
|
456
|
-
readonly preact: "^10.29.
|
|
457
|
-
readonly "preact-render-to-string": "^6.
|
|
463
|
+
readonly preact: "^10.29.2";
|
|
464
|
+
readonly "preact-render-to-string": "^6.7.0";
|
|
458
465
|
readonly pino: "^10.3.1";
|
|
459
466
|
readonly "pino-pretty": "^13.1.3";
|
|
460
467
|
readonly "pino-http": "^11.0.0";
|
|
461
468
|
readonly winston: "^3.19.0";
|
|
462
469
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
463
|
-
readonly "@opentelemetry/sdk-node": "^0.
|
|
464
|
-
readonly "@opentelemetry/auto-instrumentations-node": "^0.
|
|
465
|
-
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
466
|
-
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.
|
|
470
|
+
readonly "@opentelemetry/sdk-node": "^0.218.0";
|
|
471
|
+
readonly "@opentelemetry/auto-instrumentations-node": "^0.76.0";
|
|
472
|
+
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.218.0";
|
|
473
|
+
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.218.0";
|
|
467
474
|
readonly "@opentelemetry/resources": "^2.7.1";
|
|
468
475
|
readonly "@opentelemetry/sdk-metrics": "^2.7.1";
|
|
469
|
-
readonly "@opentelemetry/semantic-conventions": "^1.
|
|
470
|
-
readonly "@sentry/node": "^10.
|
|
471
|
-
readonly "@sentry/profiling-node": "^10.
|
|
476
|
+
readonly "@opentelemetry/semantic-conventions": "^1.41.1";
|
|
477
|
+
readonly "@sentry/node": "^10.53.1";
|
|
478
|
+
readonly "@sentry/profiling-node": "^10.53.1";
|
|
472
479
|
readonly "prom-client": "^15.1.3";
|
|
473
480
|
readonly payload: "^3.84.1";
|
|
474
481
|
readonly "@payloadcms/next": "^3.84.1";
|
|
@@ -478,31 +485,38 @@ declare const dependencyVersionMap: {
|
|
|
478
485
|
readonly "@payloadcms/db-sqlite": "^3.84.1";
|
|
479
486
|
readonly "@payloadcms/plugin-seo": "^3.84.1";
|
|
480
487
|
readonly "@payloadcms/storage-s3": "^3.84.1";
|
|
481
|
-
readonly sanity: "^5.
|
|
482
|
-
readonly "next-sanity": "^12.4.
|
|
488
|
+
readonly sanity: "^5.25.1";
|
|
489
|
+
readonly "next-sanity": "^12.4.5";
|
|
483
490
|
readonly "@sanity/image-url": "^2.1.1";
|
|
484
|
-
readonly "@sanity/vision": "^5.
|
|
491
|
+
readonly "@sanity/vision": "^5.25.1";
|
|
485
492
|
readonly "@sanity/client": "^7.22.0";
|
|
486
493
|
readonly "@strapi/client": "^1.6.1";
|
|
487
|
-
readonly qs: "^6.15.
|
|
488
|
-
readonly tinacms: "^3.
|
|
489
|
-
readonly "@tinacms/cli": "^2.
|
|
490
|
-
readonly "@upstash/redis": "^1.
|
|
491
|
-
readonly i18next: "^26.0
|
|
492
|
-
readonly "react-i18next": "^17.0.
|
|
494
|
+
readonly qs: "^6.15.2";
|
|
495
|
+
readonly tinacms: "^3.8.1";
|
|
496
|
+
readonly "@tinacms/cli": "^2.3.1";
|
|
497
|
+
readonly "@upstash/redis": "^1.38.0";
|
|
498
|
+
readonly i18next: "^26.2.0";
|
|
499
|
+
readonly "react-i18next": "^17.0.8";
|
|
493
500
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
494
501
|
readonly "i18next-http-backend": "^4.0.0";
|
|
495
|
-
readonly "next-intl": "^4.
|
|
502
|
+
readonly "next-intl": "^4.12.0";
|
|
496
503
|
readonly meilisearch: "^0.58.0";
|
|
497
504
|
readonly typesense: "^3.0.6";
|
|
498
|
-
readonly "@elastic/elasticsearch": "^9.
|
|
499
|
-
readonly algoliasearch: "^5.52.
|
|
505
|
+
readonly "@elastic/elasticsearch": "^9.4.0";
|
|
506
|
+
readonly algoliasearch: "^5.52.1";
|
|
500
507
|
readonly edgedb: "^2.0.1";
|
|
501
508
|
readonly "@edgedb/generate": "^0.6.1";
|
|
502
509
|
readonly "@growthbook/growthbook": "^1.6.5";
|
|
503
510
|
readonly "@growthbook/growthbook-react": "^1.6.5";
|
|
504
|
-
readonly "posthog-js": "^1.
|
|
505
|
-
readonly "posthog-node": "^5.
|
|
511
|
+
readonly "posthog-js": "^1.374.0";
|
|
512
|
+
readonly "posthog-node": "^5.34.3";
|
|
513
|
+
readonly "@launchdarkly/js-client-sdk": "^4.6.5";
|
|
514
|
+
readonly "@launchdarkly/node-server-sdk": "^9.10.14";
|
|
515
|
+
readonly "@flagsmith/flagsmith": "^12.0.1";
|
|
516
|
+
readonly "flagsmith-nodejs": "^8.1.0";
|
|
517
|
+
readonly "@unleash/proxy-client-react": "^5.0.1";
|
|
518
|
+
readonly "unleash-proxy-client": "^3.8.0";
|
|
519
|
+
readonly "unleash-client": "^6.11.0";
|
|
506
520
|
readonly "plausible-tracker": "^0.3.9";
|
|
507
521
|
};
|
|
508
522
|
type AvailableDependencies = keyof typeof dependencyVersionMap;
|
|
@@ -623,5 +637,5 @@ declare function getDependencyVersionMap(): Record<string, string>;
|
|
|
623
637
|
*/
|
|
624
638
|
declare function listEcosystems(): string[];
|
|
625
639
|
//#endregion
|
|
626
|
-
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 };
|
|
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 };
|
|
627
641
|
//# sourceMappingURL=index.d.mts.map
|