@better-fullstack/template-generator 1.6.3 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.d.mts +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/index.d.mts +129 -132
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{preflight-validation-CQsTjRt5.mjs → preflight-validation-CEblO8Kn.mjs} +53982 -53982
- package/dist/preflight-validation-CEblO8Kn.mjs.map +1 -0
- package/dist/{preflight-validation-BDAZC3QN.d.mts → preflight-validation-DCnD9Zsv.d.mts} +5 -2
- package/dist/preflight-validation-DCnD9Zsv.d.mts.map +1 -0
- package/package.json +3 -3
- package/dist/preflight-validation-BDAZC3QN.d.mts.map +0 -1
- package/dist/preflight-validation-CQsTjRt5.mjs.map +0 -1
package/dist/browser.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
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, i as EMBEDDED_TEMPLATES, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig,
|
|
2
|
+
import { a as TEMPLATE_COUNT, c as TemplateData, i as EMBEDDED_TEMPLATES, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig, t as PreflightResult } from "./preflight-validation-DCnD9Zsv.mjs";
|
|
3
3
|
export { EMBEDDED_TEMPLATES, GeneratorOptions, GeneratorResult, type PreflightResult, type PreflightWarning, TEMPLATE_COUNT, type TemplateData, VirtualDirectory, VirtualFile, VirtualFileTree, VirtualNode, generateVirtualProject, validatePreflightConfig };
|
package/dist/browser.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { i as generateVirtualProject, n as EMBEDDED_TEMPLATES, r as TEMPLATE_COUNT, t as validatePreflightConfig } from "./preflight-validation-
|
|
1
|
+
import { i as generateVirtualProject, n as EMBEDDED_TEMPLATES, r as TEMPLATE_COUNT, t as validatePreflightConfig } from "./preflight-validation-CEblO8Kn.mjs";
|
|
2
2
|
|
|
3
3
|
export { EMBEDDED_TEMPLATES, TEMPLATE_COUNT, generateVirtualProject, validatePreflightConfig };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
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
|
|
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-DCnD9Zsv.mjs";
|
|
3
3
|
import Handlebars from "handlebars";
|
|
4
4
|
import { ProjectConfig } from "@better-fullstack/types";
|
|
5
5
|
|
|
6
|
-
//#region src/template-handlers/addons.d.ts
|
|
7
|
-
declare function processAddonTemplates(vfs: VirtualFileSystem, templates: TemplateData, config: ProjectConfig): Promise<void>;
|
|
8
|
-
//#endregion
|
|
9
6
|
//#region src/core/template-processor.d.ts
|
|
10
7
|
declare function processTemplateString(content: string, context: ProjectConfig): string;
|
|
11
8
|
declare function isBinaryFile(filePath: string): boolean;
|
|
@@ -23,16 +20,16 @@ declare const dependencyVersionMap: {
|
|
|
23
20
|
readonly "@better-auth/drizzle-adapter": "^1.6.9";
|
|
24
21
|
readonly "@better-auth/prisma-adapter": "^1.6.9";
|
|
25
22
|
readonly "@better-auth/mongo-adapter": "^1.6.9";
|
|
26
|
-
readonly "@clerk/nextjs": "^7.
|
|
23
|
+
readonly "@clerk/nextjs": "^7.3.0";
|
|
27
24
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
28
|
-
readonly "@clerk/tanstack-react-start": "^1.
|
|
25
|
+
readonly "@clerk/tanstack-react-start": "^1.2.0";
|
|
29
26
|
readonly "@clerk/clerk-expo": "^2.19.31";
|
|
30
27
|
readonly "next-auth": "^4.24.14";
|
|
31
28
|
readonly "@auth/core": "^0.34.3";
|
|
32
29
|
readonly "@auth/drizzle-adapter": "^1.11.2";
|
|
33
30
|
readonly "@auth/prisma-adapter": "^2.11.2";
|
|
34
31
|
readonly "@stackframe/stack": "^2.8.85";
|
|
35
|
-
readonly "@supabase/supabase-js": "^2.
|
|
32
|
+
readonly "@supabase/supabase-js": "^2.105.1";
|
|
36
33
|
readonly "@supabase/ssr": "^0.10.2";
|
|
37
34
|
readonly "@auth0/nextjs-auth0": "^4.19.0";
|
|
38
35
|
readonly "drizzle-orm": "^0.45.2";
|
|
@@ -55,26 +52,26 @@ declare const dependencyVersionMap: {
|
|
|
55
52
|
readonly "@prisma/adapter-better-sqlite3": "^7.8.0";
|
|
56
53
|
readonly "@prisma/adapter-pg": "^7.8.0";
|
|
57
54
|
readonly "@prisma/adapter-planetscale": "^7.8.0";
|
|
58
|
-
readonly mongoose: "^9.
|
|
55
|
+
readonly mongoose: "^9.6.1";
|
|
59
56
|
readonly typeorm: "^0.3.28";
|
|
60
57
|
readonly "better-sqlite3": "^12.9.0";
|
|
61
58
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
62
|
-
readonly kysely: "^0.28.
|
|
63
|
-
readonly "@mikro-orm/core": "^7.0.
|
|
64
|
-
readonly "@mikro-orm/sqlite": "^7.0.
|
|
65
|
-
readonly "@mikro-orm/postgresql": "^7.0.
|
|
66
|
-
readonly "@mikro-orm/mysql": "^7.0.
|
|
59
|
+
readonly kysely: "^0.28.17";
|
|
60
|
+
readonly "@mikro-orm/core": "^7.0.13";
|
|
61
|
+
readonly "@mikro-orm/sqlite": "^7.0.13";
|
|
62
|
+
readonly "@mikro-orm/postgresql": "^7.0.13";
|
|
63
|
+
readonly "@mikro-orm/mysql": "^7.0.13";
|
|
67
64
|
readonly "@mikro-orm/better-sqlite": "^6.6.13";
|
|
68
65
|
readonly sequelize: "^6.37.8";
|
|
69
66
|
readonly "sequelize-typescript": "^2.1.6";
|
|
70
67
|
readonly sqlite3: "^6.0.1";
|
|
71
68
|
readonly "vite-plugin-pwa": "^1.2.0";
|
|
72
69
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
73
|
-
readonly "@tauri-apps/cli": "^2.
|
|
74
|
-
readonly "@tauri-apps/api": "^2.
|
|
75
|
-
readonly "@biomejs/biome": "^2.4.
|
|
76
|
-
readonly oxlint: "^1.
|
|
77
|
-
readonly oxfmt: "^0.
|
|
70
|
+
readonly "@tauri-apps/cli": "^2.11.0";
|
|
71
|
+
readonly "@tauri-apps/api": "^2.11.0";
|
|
72
|
+
readonly "@biomejs/biome": "^2.4.14";
|
|
73
|
+
readonly oxlint: "^1.62.0";
|
|
74
|
+
readonly oxfmt: "^0.47.0";
|
|
78
75
|
readonly husky: "^9.1.7";
|
|
79
76
|
readonly lefthook: "^2.1.6";
|
|
80
77
|
readonly "lint-staged": "^16.4.0";
|
|
@@ -85,12 +82,12 @@ declare const dependencyVersionMap: {
|
|
|
85
82
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
86
83
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
87
84
|
readonly elysia: "^1.4.28";
|
|
88
|
-
readonly "@hono/node-server": "^2.0.
|
|
85
|
+
readonly "@hono/node-server": "^2.0.1";
|
|
89
86
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
90
|
-
readonly hono: "^4.12.
|
|
87
|
+
readonly hono: "^4.12.16";
|
|
91
88
|
readonly "@octokit/rest": "^22.0.1";
|
|
92
89
|
readonly "@vercel/sandbox": "^1.10.0";
|
|
93
|
-
readonly vercel: "^
|
|
90
|
+
readonly vercel: "^53.1.0";
|
|
94
91
|
readonly "@sveltejs/adapter-vercel": "^6.3.3";
|
|
95
92
|
readonly "bash-tool": "^1.3.16";
|
|
96
93
|
readonly cors: "^2.8.6";
|
|
@@ -109,45 +106,45 @@ declare const dependencyVersionMap: {
|
|
|
109
106
|
readonly "@adonisjs/cors": "^3.0.0";
|
|
110
107
|
readonly "@adonisjs/assembler": "^8.4.0";
|
|
111
108
|
readonly "@adonisjs/tsconfig": "^2.0.0";
|
|
112
|
-
readonly nitropack: "^2.13.
|
|
109
|
+
readonly nitropack: "^2.13.4";
|
|
113
110
|
readonly h3: "^2.0.0";
|
|
114
111
|
readonly fets: "^0.8.6";
|
|
115
|
-
readonly turbo: "^2.9.
|
|
116
|
-
readonly chat: "^4.
|
|
117
|
-
readonly "@chat-adapter/slack": "^4.
|
|
118
|
-
readonly "@chat-adapter/discord": "^4.
|
|
119
|
-
readonly "@chat-adapter/github": "^4.
|
|
120
|
-
readonly "@chat-adapter/state-memory": "^4.
|
|
121
|
-
readonly "@chat-adapter/state-redis": "^4.
|
|
122
|
-
readonly ai: "^6.0.
|
|
123
|
-
readonly "@ai-sdk/anthropic": "^3.0.
|
|
124
|
-
readonly "@ai-sdk/google": "^3.0.
|
|
125
|
-
readonly "@ai-sdk/vue": "^3.0.
|
|
126
|
-
readonly "@ai-sdk/svelte": "^4.0.
|
|
127
|
-
readonly "@ai-sdk/react": "^3.0.
|
|
128
|
-
readonly "@ai-sdk/devtools": "^0.0.
|
|
112
|
+
readonly turbo: "^2.9.8";
|
|
113
|
+
readonly chat: "^4.27.0";
|
|
114
|
+
readonly "@chat-adapter/slack": "^4.27.0";
|
|
115
|
+
readonly "@chat-adapter/discord": "^4.27.0";
|
|
116
|
+
readonly "@chat-adapter/github": "^4.27.0";
|
|
117
|
+
readonly "@chat-adapter/state-memory": "^4.27.0";
|
|
118
|
+
readonly "@chat-adapter/state-redis": "^4.27.0";
|
|
119
|
+
readonly ai: "^6.0.174";
|
|
120
|
+
readonly "@ai-sdk/anthropic": "^3.0.74";
|
|
121
|
+
readonly "@ai-sdk/google": "^3.0.67";
|
|
122
|
+
readonly "@ai-sdk/vue": "^3.0.174";
|
|
123
|
+
readonly "@ai-sdk/svelte": "^4.0.174";
|
|
124
|
+
readonly "@ai-sdk/react": "^3.0.176";
|
|
125
|
+
readonly "@ai-sdk/devtools": "^0.0.17";
|
|
129
126
|
readonly streamdown: "^2.5.0";
|
|
130
127
|
readonly shiki: "^4.0.2";
|
|
131
|
-
readonly mastra: "^1.
|
|
132
|
-
readonly "@mastra/core": "^1.
|
|
133
|
-
readonly "@voltagent/core": "^2.7.
|
|
128
|
+
readonly mastra: "^1.7.3";
|
|
129
|
+
readonly "@mastra/core": "^1.31.0";
|
|
130
|
+
readonly "@voltagent/core": "^2.7.4";
|
|
134
131
|
readonly "@voltagent/server-hono": "^2.0.13";
|
|
135
132
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
136
133
|
readonly "@voltagent/logger": "^2.0.2";
|
|
137
134
|
readonly "@langchain/langgraph": "^1.2.9";
|
|
138
|
-
readonly "@langchain/core": "^1.1.
|
|
139
|
-
readonly "@langchain/google-genai": "^2.1.
|
|
135
|
+
readonly "@langchain/core": "^1.1.44";
|
|
136
|
+
readonly "@langchain/google-genai": "^2.1.30";
|
|
140
137
|
readonly "@openai/agents": "^0.8.5";
|
|
141
|
-
readonly "@google/adk": "^1.
|
|
138
|
+
readonly "@google/adk": "^1.1.0";
|
|
142
139
|
readonly modelfusion: "^0.137.0";
|
|
143
|
-
readonly langchain: "^1.3.
|
|
140
|
+
readonly langchain: "^1.3.5";
|
|
144
141
|
readonly llamaindex: "^0.12.1";
|
|
145
|
-
readonly "ai-cli": "^0.
|
|
146
|
-
readonly "@orpc/server": "^1.14.
|
|
147
|
-
readonly "@orpc/client": "^1.14.
|
|
148
|
-
readonly "@orpc/openapi": "^1.14.
|
|
149
|
-
readonly "@orpc/zod": "^1.14.
|
|
150
|
-
readonly "@orpc/tanstack-query": "^1.14.
|
|
142
|
+
readonly "ai-cli": "^0.2.0";
|
|
143
|
+
readonly "@orpc/server": "^1.14.1";
|
|
144
|
+
readonly "@orpc/client": "^1.14.1";
|
|
145
|
+
readonly "@orpc/openapi": "^1.14.1";
|
|
146
|
+
readonly "@orpc/zod": "^1.14.1";
|
|
147
|
+
readonly "@orpc/tanstack-query": "^1.14.1";
|
|
151
148
|
readonly "@ts-rest/core": "^3.52.1";
|
|
152
149
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
153
150
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
@@ -158,30 +155,30 @@ declare const dependencyVersionMap: {
|
|
|
158
155
|
readonly "@garph/gqty": "^0.4.5";
|
|
159
156
|
readonly gqty: "^3.6.0";
|
|
160
157
|
readonly "@pothos/core": "^4.12.0";
|
|
161
|
-
readonly "@trpc/tanstack-react-query": "^11.
|
|
162
|
-
readonly "@trpc/server": "^11.
|
|
163
|
-
readonly "@trpc/client": "^11.
|
|
158
|
+
readonly "@trpc/tanstack-react-query": "^11.17.0";
|
|
159
|
+
readonly "@trpc/server": "^11.17.0";
|
|
160
|
+
readonly "@trpc/client": "^11.17.0";
|
|
164
161
|
readonly next: "^16.2.4";
|
|
165
|
-
readonly convex: "^1.
|
|
162
|
+
readonly convex: "^1.37.0";
|
|
166
163
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
167
164
|
readonly "@convex-dev/agent": "^0.6.1";
|
|
168
|
-
readonly "@convex-dev/polar": "^0.9.
|
|
165
|
+
readonly "@convex-dev/polar": "^0.9.1";
|
|
169
166
|
readonly "convex-svelte": "^0.0.12";
|
|
170
167
|
readonly "convex-nuxt": "0.1.5";
|
|
171
168
|
readonly "convex-vue": "^0.1.5";
|
|
172
|
-
readonly "@convex-dev/better-auth": "^0.12.
|
|
173
|
-
readonly "@tanstack/svelte-query": "^6.1.
|
|
174
|
-
readonly "@tanstack/svelte-query-devtools": "^6.1.
|
|
175
|
-
readonly "@tanstack/vue-query-devtools": "^6.1.
|
|
176
|
-
readonly "@tanstack/vue-query": "^5.100.
|
|
177
|
-
readonly "@tanstack/react-query-devtools": "^5.100.
|
|
178
|
-
readonly "@tanstack/react-query": "^5.100.
|
|
169
|
+
readonly "@convex-dev/better-auth": "^0.12.2";
|
|
170
|
+
readonly "@tanstack/svelte-query": "^6.1.28";
|
|
171
|
+
readonly "@tanstack/svelte-query-devtools": "^6.1.28";
|
|
172
|
+
readonly "@tanstack/vue-query-devtools": "^6.1.28";
|
|
173
|
+
readonly "@tanstack/vue-query": "^5.100.9";
|
|
174
|
+
readonly "@tanstack/react-query-devtools": "^5.100.9";
|
|
175
|
+
readonly "@tanstack/react-query": "^5.100.9";
|
|
179
176
|
readonly "@tanstack/react-router-ssr-query": "^1.166.12";
|
|
180
|
-
readonly "@tanstack/router-cli": "^1.166.
|
|
181
|
-
readonly "@tanstack/solid-query": "^5.100.
|
|
182
|
-
readonly "@tanstack/solid-query-devtools": "^5.100.
|
|
177
|
+
readonly "@tanstack/router-cli": "^1.166.40";
|
|
178
|
+
readonly "@tanstack/solid-query": "^5.100.9";
|
|
179
|
+
readonly "@tanstack/solid-query-devtools": "^5.100.9";
|
|
183
180
|
readonly "@tanstack/solid-router-devtools": "^1.166.13";
|
|
184
|
-
readonly "@tanstack/angular-query-experimental": "^5.100.
|
|
181
|
+
readonly "@tanstack/angular-query-experimental": "^5.100.9";
|
|
185
182
|
readonly "@tanstack/react-table": "^8.21.3";
|
|
186
183
|
readonly "@tanstack/vue-table": "^8.21.3";
|
|
187
184
|
readonly "@tanstack/svelte-table": "^8.21.3";
|
|
@@ -203,40 +200,40 @@ declare const dependencyVersionMap: {
|
|
|
203
200
|
readonly "@tanstack/ai": "^0.14.0";
|
|
204
201
|
readonly "@tanstack/ai-react": "^0.8.0";
|
|
205
202
|
readonly "@tanstack/ai-solid": "^0.7.0";
|
|
206
|
-
readonly wrangler: "^4.
|
|
207
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
208
|
-
readonly "@opennextjs/cloudflare": "^1.19.
|
|
203
|
+
readonly wrangler: "^4.87.0";
|
|
204
|
+
readonly "@cloudflare/vite-plugin": "^1.35.0";
|
|
205
|
+
readonly "@opennextjs/cloudflare": "^1.19.5";
|
|
209
206
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
210
207
|
readonly "@sveltejs/adapter-cloudflare": "^7.2.8";
|
|
211
208
|
readonly "@sveltejs/adapter-node": "^5.5.4";
|
|
212
|
-
readonly "@cloudflare/workers-types": "^4.
|
|
213
|
-
readonly alchemy: "^0.93.
|
|
214
|
-
readonly sst: "^4.12.
|
|
215
|
-
readonly "aws-cdk-lib": "^2.
|
|
209
|
+
readonly "@cloudflare/workers-types": "^4.20260504.1";
|
|
210
|
+
readonly alchemy: "^0.93.7";
|
|
211
|
+
readonly sst: "^4.12.11";
|
|
212
|
+
readonly "aws-cdk-lib": "^2.252.0";
|
|
216
213
|
readonly constructs: "^10.6.0";
|
|
217
214
|
readonly "@opennextjs/aws": "^3.10.4";
|
|
218
215
|
readonly dotenv: "^17.4.2";
|
|
219
216
|
readonly tsdown: "^0.21.10";
|
|
220
|
-
readonly zod: "^4.3
|
|
217
|
+
readonly zod: "^4.4.3";
|
|
221
218
|
readonly "@t3-oss/env-core": "^0.13.11";
|
|
222
219
|
readonly "@t3-oss/env-nextjs": "^0.13.11";
|
|
223
220
|
readonly "@t3-oss/env-nuxt": "^0.13.11";
|
|
224
221
|
readonly srvx: "^0.11.15";
|
|
225
222
|
readonly "@polar-sh/better-auth": "^1.8.3";
|
|
226
223
|
readonly "@polar-sh/checkout": "^0.2.0";
|
|
227
|
-
readonly "@polar-sh/sdk": "^0.47.
|
|
224
|
+
readonly "@polar-sh/sdk": "^0.47.1";
|
|
228
225
|
readonly resend: "^6.12.2";
|
|
229
226
|
readonly "@react-email/components": "^1.0.12";
|
|
230
|
-
readonly "react-email": "^6.0.
|
|
227
|
+
readonly "react-email": "^6.0.5";
|
|
231
228
|
readonly react: "^19.2.5";
|
|
232
229
|
readonly "@types/react": "^19.2.14";
|
|
233
|
-
readonly nodemailer: "^8.0.
|
|
230
|
+
readonly nodemailer: "^8.0.7";
|
|
234
231
|
readonly "@types/nodemailer": "^8.0.0";
|
|
235
232
|
readonly postmark: "^4.0.7";
|
|
236
233
|
readonly "@sendgrid/mail": "^8.1.6";
|
|
237
|
-
readonly "@aws-sdk/client-ses": "^3.
|
|
238
|
-
readonly "@aws-sdk/client-s3": "^3.
|
|
239
|
-
readonly "@aws-sdk/s3-request-presigner": "^3.
|
|
234
|
+
readonly "@aws-sdk/client-ses": "^3.1041.0";
|
|
235
|
+
readonly "@aws-sdk/client-s3": "^3.1041.0";
|
|
236
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1041.0";
|
|
240
237
|
readonly "mailgun.js": "^13.0.0";
|
|
241
238
|
readonly "form-data": "^4.0.5";
|
|
242
239
|
readonly "@plunk/node": "^3.0.3";
|
|
@@ -282,16 +279,16 @@ declare const dependencyVersionMap: {
|
|
|
282
279
|
readonly "@emotion/react": "^11.14.0";
|
|
283
280
|
readonly "@heroui/react": "^3.0.3";
|
|
284
281
|
readonly "framer-motion": "^12.38.0";
|
|
285
|
-
readonly "@mantine/core": "^9.1.
|
|
286
|
-
readonly "@mantine/hooks": "^9.1.
|
|
282
|
+
readonly "@mantine/core": "^9.1.1";
|
|
283
|
+
readonly "@mantine/hooks": "^9.1.1";
|
|
287
284
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
288
|
-
readonly shadcn: "^4.
|
|
285
|
+
readonly shadcn: "^4.6.0";
|
|
289
286
|
readonly "radix-ui": "^1.4.3";
|
|
290
287
|
readonly "class-variance-authority": "^0.7.1";
|
|
291
288
|
readonly clsx: "^2.1.1";
|
|
292
289
|
readonly "tailwind-merge": "^3.5.0";
|
|
293
290
|
readonly "tw-animate-css": "^1.4.0";
|
|
294
|
-
readonly "lucide-react": "^1.
|
|
291
|
+
readonly "lucide-react": "^1.14.0";
|
|
295
292
|
readonly "@tabler/icons-react": "^3.41.1";
|
|
296
293
|
readonly "@hugeicons/react": "^1.1.6";
|
|
297
294
|
readonly "@hugeicons/core-free-icons": "^4.1.1";
|
|
@@ -317,17 +314,17 @@ declare const dependencyVersionMap: {
|
|
|
317
314
|
readonly "@builder.io/qwik": "^1.19.2";
|
|
318
315
|
readonly "@builder.io/qwik-city": "^1.19.2";
|
|
319
316
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
320
|
-
readonly "@angular/core": "^21.2.
|
|
321
|
-
readonly "@angular/common": "^21.2.
|
|
322
|
-
readonly "@angular/compiler": "^21.2.
|
|
323
|
-
readonly "@angular/platform-browser": "^21.2.
|
|
324
|
-
readonly "@angular/platform-browser-dynamic": "^21.2.
|
|
325
|
-
readonly "@angular/router": "^21.2.
|
|
326
|
-
readonly "@angular/forms": "^21.2.
|
|
327
|
-
readonly "@angular/animations": "^21.2.
|
|
328
|
-
readonly "@angular-devkit/build-angular": "^21.2.
|
|
329
|
-
readonly "@angular/cli": "^21.2.
|
|
330
|
-
readonly "@angular/compiler-cli": "^21.2.
|
|
317
|
+
readonly "@angular/core": "^21.2.11";
|
|
318
|
+
readonly "@angular/common": "^21.2.11";
|
|
319
|
+
readonly "@angular/compiler": "^21.2.11";
|
|
320
|
+
readonly "@angular/platform-browser": "^21.2.11";
|
|
321
|
+
readonly "@angular/platform-browser-dynamic": "^21.2.11";
|
|
322
|
+
readonly "@angular/router": "^21.2.11";
|
|
323
|
+
readonly "@angular/forms": "^21.2.11";
|
|
324
|
+
readonly "@angular/animations": "^21.2.11";
|
|
325
|
+
readonly "@angular-devkit/build-angular": "^21.2.9";
|
|
326
|
+
readonly "@angular/cli": "^21.2.9";
|
|
327
|
+
readonly "@angular/compiler-cli": "^21.2.11";
|
|
331
328
|
readonly zustand: "^5.0.12";
|
|
332
329
|
readonly jotai: "^2.19.1";
|
|
333
330
|
readonly nanostores: "^1.3.0";
|
|
@@ -336,23 +333,23 @@ declare const dependencyVersionMap: {
|
|
|
336
333
|
readonly "react-redux": "^9.2.0";
|
|
337
334
|
readonly mobx: "^6.15.0";
|
|
338
335
|
readonly "mobx-react-lite": "^4.1.1";
|
|
339
|
-
readonly xstate: "^5.
|
|
336
|
+
readonly xstate: "^5.31.0";
|
|
340
337
|
readonly "@xstate/react": "^6.1.0";
|
|
341
|
-
readonly valtio: "^2.3.
|
|
338
|
+
readonly valtio: "^2.3.2";
|
|
342
339
|
readonly "@tanstack/store": "^0.11.0";
|
|
343
340
|
readonly "@tanstack/react-store": "^0.11.0";
|
|
344
341
|
readonly "@legendapp/state": "^2.1.15";
|
|
345
342
|
readonly valibot: "^1.3.1";
|
|
346
343
|
readonly arktype: "^2.2.0";
|
|
347
344
|
readonly "@sinclair/typebox": "^0.34.49";
|
|
348
|
-
readonly typia: "^12.0
|
|
345
|
+
readonly typia: "^12.1.0";
|
|
349
346
|
readonly runtypes: "^7.0.4";
|
|
350
347
|
readonly formik: "^2.4.9";
|
|
351
348
|
readonly yup: "^1.7.1";
|
|
352
349
|
readonly "final-form": "^5.0.0";
|
|
353
350
|
readonly "react-final-form": "^7.0.0";
|
|
354
|
-
readonly "@conform-to/react": "^1.19.
|
|
355
|
-
readonly "@conform-to/zod": "^1.19.
|
|
351
|
+
readonly "@conform-to/react": "^1.19.1";
|
|
352
|
+
readonly "@conform-to/zod": "^1.19.1";
|
|
356
353
|
readonly "@modular-forms/solid": "^0.25.1";
|
|
357
354
|
readonly "@modular-forms/qwik": "^0.29.1";
|
|
358
355
|
readonly "@tanstack/react-form": "^1.29.1";
|
|
@@ -372,24 +369,24 @@ declare const dependencyVersionMap: {
|
|
|
372
369
|
readonly "y-protocols": "^1.0.7";
|
|
373
370
|
readonly "@y-sweet/sdk": "^0.9.1";
|
|
374
371
|
readonly "@y-sweet/react": "^0.9.1";
|
|
375
|
-
readonly bullmq: "^5.76.
|
|
372
|
+
readonly bullmq: "^5.76.5";
|
|
376
373
|
readonly ioredis: "^5.10.1";
|
|
377
|
-
readonly "@trigger.dev/sdk": "^4.4.
|
|
378
|
-
readonly inngest: "^4.2.
|
|
379
|
-
readonly "@temporalio/client": "^1.
|
|
380
|
-
readonly "@temporalio/worker": "^1.
|
|
381
|
-
readonly "@temporalio/workflow": "^1.
|
|
382
|
-
readonly "@temporalio/activity": "^1.
|
|
374
|
+
readonly "@trigger.dev/sdk": "^4.4.5";
|
|
375
|
+
readonly inngest: "^4.2.6";
|
|
376
|
+
readonly "@temporalio/client": "^1.17.0";
|
|
377
|
+
readonly "@temporalio/worker": "^1.17.0";
|
|
378
|
+
readonly "@temporalio/workflow": "^1.17.0";
|
|
379
|
+
readonly "@temporalio/activity": "^1.17.0";
|
|
383
380
|
readonly jest: "^30.3.0";
|
|
384
381
|
readonly "@types/jest": "^30.0.0";
|
|
385
382
|
readonly "ts-jest": "^29.4.9";
|
|
386
383
|
readonly "@jest/globals": "^30.3.0";
|
|
387
384
|
readonly "jest-environment-jsdom": "^30.3.0";
|
|
388
|
-
readonly cypress: "^15.14.
|
|
385
|
+
readonly cypress: "^15.14.2";
|
|
389
386
|
readonly vitest: "^4.1.5";
|
|
390
387
|
readonly "@vitest/ui": "^4.1.5";
|
|
391
388
|
readonly "@vitest/coverage-v8": "^4.1.5";
|
|
392
|
-
readonly jsdom: "^29.1.
|
|
389
|
+
readonly jsdom: "^29.1.1";
|
|
393
390
|
readonly "happy-dom": "^20.9.0";
|
|
394
391
|
readonly "@playwright/test": "^1.59.1";
|
|
395
392
|
readonly playwright: "^1.59.1";
|
|
@@ -399,7 +396,7 @@ declare const dependencyVersionMap: {
|
|
|
399
396
|
readonly "@testing-library/svelte": "^5.3.1";
|
|
400
397
|
readonly "@testing-library/jest-dom": "^6.9.1";
|
|
401
398
|
readonly "@testing-library/user-event": "^14.6.1";
|
|
402
|
-
readonly msw: "^2.
|
|
399
|
+
readonly msw: "^2.14.2";
|
|
403
400
|
readonly storybook: "^8.6.18";
|
|
404
401
|
readonly "@storybook/react": "^8.6.18";
|
|
405
402
|
readonly "@storybook/react-vite": "^8.6.18";
|
|
@@ -417,12 +414,12 @@ declare const dependencyVersionMap: {
|
|
|
417
414
|
readonly "lottie-react": "^2.4.1";
|
|
418
415
|
readonly "lottie-react-native": "^7.3.6";
|
|
419
416
|
readonly stripe: "^22.1.0";
|
|
420
|
-
readonly "@stripe/stripe-js": "^9.
|
|
421
|
-
readonly "@stripe/react-stripe-js": "^6.
|
|
417
|
+
readonly "@stripe/stripe-js": "^9.4.0";
|
|
418
|
+
readonly "@stripe/react-stripe-js": "^6.3.0";
|
|
422
419
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
423
420
|
readonly "@paddle/paddle-node-sdk": "^3.8.0";
|
|
424
421
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
425
|
-
readonly dodopayments: "^2.
|
|
422
|
+
readonly dodopayments: "^2.31.0";
|
|
426
423
|
readonly "dodopayments-checkout": "^1.8.0";
|
|
427
424
|
readonly uploadthing: "^7.7.4";
|
|
428
425
|
readonly "@uploadthing/react": "^7.3.3";
|
|
@@ -463,15 +460,15 @@ declare const dependencyVersionMap: {
|
|
|
463
460
|
readonly "pino-http": "^11.0.0";
|
|
464
461
|
readonly winston: "^3.19.0";
|
|
465
462
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
466
|
-
readonly "@opentelemetry/sdk-node": "^0.
|
|
467
|
-
readonly "@opentelemetry/auto-instrumentations-node": "^0.
|
|
468
|
-
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
469
|
-
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.
|
|
470
|
-
readonly "@opentelemetry/resources": "^2.7.
|
|
471
|
-
readonly "@opentelemetry/sdk-metrics": "^2.7.
|
|
463
|
+
readonly "@opentelemetry/sdk-node": "^0.216.0";
|
|
464
|
+
readonly "@opentelemetry/auto-instrumentations-node": "^0.74.0";
|
|
465
|
+
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.216.0";
|
|
466
|
+
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.216.0";
|
|
467
|
+
readonly "@opentelemetry/resources": "^2.7.1";
|
|
468
|
+
readonly "@opentelemetry/sdk-metrics": "^2.7.1";
|
|
472
469
|
readonly "@opentelemetry/semantic-conventions": "^1.40.0";
|
|
473
|
-
readonly "@sentry/node": "^10.
|
|
474
|
-
readonly "@sentry/profiling-node": "^10.
|
|
470
|
+
readonly "@sentry/node": "^10.51.0";
|
|
471
|
+
readonly "@sentry/profiling-node": "^10.51.0";
|
|
475
472
|
readonly "prom-client": "^15.1.3";
|
|
476
473
|
readonly payload: "^3.84.1";
|
|
477
474
|
readonly "@payloadcms/next": "^3.84.1";
|
|
@@ -481,31 +478,31 @@ declare const dependencyVersionMap: {
|
|
|
481
478
|
readonly "@payloadcms/db-sqlite": "^3.84.1";
|
|
482
479
|
readonly "@payloadcms/plugin-seo": "^3.84.1";
|
|
483
480
|
readonly "@payloadcms/storage-s3": "^3.84.1";
|
|
484
|
-
readonly sanity: "^5.
|
|
485
|
-
readonly "next-sanity": "^12.
|
|
481
|
+
readonly sanity: "^5.23.0";
|
|
482
|
+
readonly "next-sanity": "^12.4.0";
|
|
486
483
|
readonly "@sanity/image-url": "^2.1.1";
|
|
487
|
-
readonly "@sanity/vision": "^5.
|
|
484
|
+
readonly "@sanity/vision": "^5.23.0";
|
|
488
485
|
readonly "@sanity/client": "^7.22.0";
|
|
489
486
|
readonly "@strapi/client": "^1.6.1";
|
|
490
487
|
readonly qs: "^6.15.1";
|
|
491
|
-
readonly tinacms: "^3.7.
|
|
492
|
-
readonly "@tinacms/cli": "^2.2.
|
|
488
|
+
readonly tinacms: "^3.7.5";
|
|
489
|
+
readonly "@tinacms/cli": "^2.2.5";
|
|
493
490
|
readonly "@upstash/redis": "^1.37.0";
|
|
494
491
|
readonly i18next: "^26.0.8";
|
|
495
|
-
readonly "react-i18next": "^17.0.
|
|
492
|
+
readonly "react-i18next": "^17.0.6";
|
|
496
493
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
497
|
-
readonly "i18next-http-backend": "^
|
|
498
|
-
readonly "next-intl": "^4.
|
|
499
|
-
readonly meilisearch: "^0.
|
|
494
|
+
readonly "i18next-http-backend": "^4.0.0";
|
|
495
|
+
readonly "next-intl": "^4.11.0";
|
|
496
|
+
readonly meilisearch: "^0.58.0";
|
|
500
497
|
readonly typesense: "^3.0.6";
|
|
501
498
|
readonly "@elastic/elasticsearch": "^9.3.4";
|
|
502
|
-
readonly algoliasearch: "^5.
|
|
499
|
+
readonly algoliasearch: "^5.52.0";
|
|
503
500
|
readonly edgedb: "^2.0.1";
|
|
504
501
|
readonly "@edgedb/generate": "^0.6.1";
|
|
505
502
|
readonly "@growthbook/growthbook": "^1.6.5";
|
|
506
503
|
readonly "@growthbook/growthbook-react": "^1.6.5";
|
|
507
|
-
readonly "posthog-js": "^1.372.
|
|
508
|
-
readonly "posthog-node": "^5.
|
|
504
|
+
readonly "posthog-js": "^1.372.6";
|
|
505
|
+
readonly "posthog-node": "^5.33.0";
|
|
509
506
|
readonly "plausible-tracker": "^0.3.9";
|
|
510
507
|
};
|
|
511
508
|
type AvailableDependencies = keyof typeof dependencyVersionMap;
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/core/template-processor.ts","../src/processors/addons-deps.ts","../src/utils/add-deps.ts","../src/utils/dependency-checker.ts"],"sourcesContent":[],"mappings":";;;;;;iBAuFgB,qBAAA,2BAAgD;iBAIhD,YAAA;iBAIA,iBAAA;iBAUA,kBAAA,6CAGL;;;iBCpBK,iBAAA,MAAuB,2BAA2B;;;cC3ErD;;EF0EG,SAAA,aAAA,EAAqB,QAAA;EAIrB,SAAA,mBAAY,EAAA,QAAA;EAIZ,SAAA,8BAAiB,EAAA,QAAA;EAUjB,SAAA,6BAGL,EAAA,QAAa;;;;ECpBR,SAAA,6BAAuB,EAAA,QAAA;;;;EC3E1B,SAAA,uBA8rBH,EAAA,SAAA;EAEE,SAAA,sBAAqB,EAAA,SAAgB;;;;EChsBrC,SAAA,qBAAU,EAAA,SAAA;EAEV,SAAA,aAAW,EAAA,SAIT;EAKF,SAAA,aAAe,EAAA,UAAA;EAOf,SAAA,uBAAW,EAAA,SAAA;EACX,SAAA,gBAAA,EAAA,SAAA;EACA,SAAA,MAAA,EAAA,SAAA;EAEU,SAAA,0BAAA,EAAA,QAAA;EAAe,SAAA,EAAA,EAAA,SAAA;EAGzB,SAAA,WAAc,EAAA,SAMd;EAIC,SAAA,WAkMZ,EAAA,SAlM8B;EA8Mf,SAAA,EAAA,EAAA,SAAA;EA0DA,SAAA,MAAA,EAAA,SAAA;EA6CA,SAAA,gBAAY,EAAA,QAAA;EA0EZ,SAAA,MAAA,EAAA,QAAe;EAaf,SAAA,oBAAgD,EAAA,QAAU;EAgFpD,SAAA,sBAAkB,EAGrC,QAAO;EAmCY,SAAA,yBAGnB,EAAA,QAAO;EA2CM,SAAA,wBAAY,EAAA,QAAA;EAqBZ,SAAA,gCAA4C,EAAA,QAAA;EAsBtC,SAAA,oBAAgB,EAAA,QAAA;EACvB,SAAA,6BAAA,EAAA,QAAA;EACM,SAAA,QAAA,EAAA,QAAA;EAMT,SAAA,OAAA,EAAA,SAAA;EAAR,SAAA,gBAAA,EAAA,SAAA;EAAO,SAAA,uBAAA,EAAA,SAAA;EAuHK,SAAA,MAAA,EAAA,UAAsB;EA8GtB,SAAA,iBAAiB,EAAA,SAAS;EAuF1B,SAAA,mBAAyB,EAAA,SAAA;EAC9B,SAAA,uBAAA,EAAA,SAAA;EACG,SAAA,kBAAA,EAAA,SAAA;EACX,SAAA,0BAAA,EAAA,SAAA;EAAM,SAAA,SAAA,EAAA,SAAA;EAaO,SAAA,sBAAuB,EAAA,QAAI;EAO3B,SAAA,OAAA,EAAc,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KDzRlB,qBAAA,gBAAqC;;;;;;;;;AFtnBjC,KG1EJ,UAAA,GH0EI,WAAqB,GAAA,OAA2B,GAAA,OAAa,GAAA,OAAA,GAAA,MAAA;AAI7D,KG5EJ,WAAA,GH4EgB;EAIZ,IAAA,EAAA,MAAA;EAUA,OAAA,EAAA,MAAA;;cGtFF;;EFqEE,MAAA,CAAA,EAAA,MAAA;;KEhEJ,eAAA;;EDXC,UAAA,EAAA,MAAA;EAgsBD,eAAA,EAAA,MAAA;;;KC9qBA,WAAA;EAlBA,QAAA,EAmBA,WAnBU,EAAA;EAEV,QAAA,EAkBA,WAlBW,EAAA;EASX,MAAA,EAAA;IAOA,IAAA,EAAA,MAAW;IACX,KAAA,EAAA,MAAA;EACA,CAAA,EAAA;EAEU,iBAAA,CAAA,EAAA,eAAA,EAAA;CAAe;AAGzB,KAAA,cAAA,GAAc;EAUb,IAAA,EAAA,MAAA;EA8MG,WAAA,EAAA;IA0DA,MAAA,EAAA,MAAA;IA6CA,CAAA,GAAA,EAAA,MAAY,CAAA,EAAA,MAAA;EA0EZ,CAAA;EAaA,QAAA,EAhZJ,MAgZiB,CAAA,MAAA,EAAA,OAAmC,CAAA;AAgFhE,CAAA;AAsCsB,cAlgBT,gBAqgBV,EArgB4B,MAqgBrB,CAAA,MAAA,EAAA,MAAA,EAAA,CAAA;AA2CM,iBAlWA,oBAAA,CAkWY,YAAA,EAAA,MAAA,CAAA,EAAA;EAqBZ,YAAA,EAtXA,MAsXgB,CAAA,MAAA,EAAA,MAAsB,CAAA;EAsBhC,iBAAA,EAAgB;IACvB,IAAA,EAAA,MAAA;IACM,UAAA,EAAA,MAAA;IAMT,eAAA,EAAA,MAAA;IAAR,IAAA,EAAA,MAAA;EAAO,CAAA,EAAA;AAuHX,CAAA;AA8GgB,iBAhkBA,4BAAA,CAgkBqC,YAAA,EAAA,MAAA,EAAA,WAAA,EAAA,MAAA,CAAA,EAAA;EAuFrC,QAAA,EAAA,MAAA;EACL,OAAA,EAAA,MAAA;CACG,EAAA;;;AAcd;AAOgB,iBAjoBA,YAAA,CAioBc,WAAA,EAAA,MAAA,CAAA,EAAA;;;;;;;;;;iBAvjBd,eAAA;;;;iBAaA,aAAA,mCAAgD;iBAgF1C,kBAAA;;IAGnB;;;;iBAmCmB,kBAAA,4CAGnB;;;;iBA2Ca,YAAA;;;;iBAqBA,gBAAA,sBAAsC;iBAsBhC,gBAAA;eACP;qBACM;;;;;;IAMjB,QAAQ;;;;iBAuHI,sBAAA,SAA+B;;;;iBA8G/B,iBAAA,SAA0B;;;;iBAuF1B,yBAAA,UACL,2BACG,yBACX;;;;iBAaa,uBAAA,CAAA,GAA2B;;;;iBAO3B,cAAA,CAAA"}
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as processAddonTemplates, c as Handlebars, d as processTemplateString, f as transformFilename, i as generateVirtualProject, l as isBinaryFile, n as EMBEDDED_TEMPLATES, o as processAddonsDeps, p as VirtualFileSystem, r as TEMPLATE_COUNT, s as dependencyVersionMap, t as validatePreflightConfig, u as processFileContent } from "./preflight-validation-
|
|
1
|
+
import { a as processAddonTemplates, c as Handlebars, d as processTemplateString, f as transformFilename, i as generateVirtualProject, l as isBinaryFile, n as EMBEDDED_TEMPLATES, o as processAddonsDeps, p as VirtualFileSystem, r as TEMPLATE_COUNT, s as dependencyVersionMap, t as validatePreflightConfig, u as processFileContent } from "./preflight-validation-CEblO8Kn.mjs";
|
|
2
2
|
import fs from "node:fs";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
|