@better-fullstack/template-generator 2.1.8 → 2.3.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 +249 -196
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +156 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{preflight-validation-D2Kdxd4D.d.mts → preflight-validation-BX7t84dq.d.mts} +2 -2
- package/dist/{preflight-validation-D2Kdxd4D.d.mts.map → preflight-validation-BX7t84dq.d.mts.map} +1 -1
- package/dist/{preflight-validation-CZ_oL2PY.mjs → preflight-validation-C2r49RGh.mjs} +85693 -80252
- package/dist/preflight-validation-C2r49RGh.mjs.map +1 -0
- package/package.json +3 -3
- package/dist/preflight-validation-CZ_oL2PY.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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-BX7t84dq.mjs";
|
|
3
3
|
import Handlebars from "handlebars";
|
|
4
4
|
import { ProjectConfig } from "@better-fullstack/types";
|
|
5
5
|
|
|
@@ -19,6 +19,7 @@ declare function processAddonsDeps(vfs: VirtualFileSystem, config: ProjectConfig
|
|
|
19
19
|
//#region src/utils/add-deps.d.ts
|
|
20
20
|
declare const dependencyVersionMap: {
|
|
21
21
|
readonly typescript: "^6.0.3";
|
|
22
|
+
readonly nuxt: "4.4.8";
|
|
22
23
|
readonly "better-auth": "^1.6.22";
|
|
23
24
|
readonly "@better-auth/expo": "^1.6.22";
|
|
24
25
|
readonly "expo-linking": "^56.0.14";
|
|
@@ -28,19 +29,19 @@ declare const dependencyVersionMap: {
|
|
|
28
29
|
readonly "@better-auth/drizzle-adapter": "^1.6.22";
|
|
29
30
|
readonly "@better-auth/prisma-adapter": "^1.6.22";
|
|
30
31
|
readonly "@better-auth/mongo-adapter": "^1.6.22";
|
|
31
|
-
readonly "@clerk/nextjs": "^7.5.
|
|
32
|
+
readonly "@clerk/nextjs": "^7.5.20";
|
|
32
33
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
33
|
-
readonly "@clerk/tanstack-react-start": "^1.4.
|
|
34
|
+
readonly "@clerk/tanstack-react-start": "^1.4.20";
|
|
34
35
|
readonly "@clerk/clerk-expo": "^2.19.31";
|
|
35
36
|
readonly "next-auth": "^4.24.14";
|
|
36
37
|
readonly "@auth/core": "^0.34.3";
|
|
37
38
|
readonly "@auth/drizzle-adapter": "^1.11.2";
|
|
38
39
|
readonly "@auth/prisma-adapter": "^2.11.2";
|
|
39
40
|
readonly "@stackframe/stack": "^2.8.108";
|
|
40
|
-
readonly "@supabase/supabase-js": "^2.
|
|
41
|
-
readonly "@supabase/ssr": "^0.12.
|
|
41
|
+
readonly "@supabase/supabase-js": "^2.110.7";
|
|
42
|
+
readonly "@supabase/ssr": "^0.12.3";
|
|
42
43
|
readonly "@auth0/nextjs-auth0": "^4.23.0";
|
|
43
|
-
readonly "@workos-inc/authkit-nextjs": "^4.
|
|
44
|
+
readonly "@workos-inc/authkit-nextjs": "^4.2.0";
|
|
44
45
|
readonly "@kinde-oss/kinde-auth-nextjs": "^2.13.0";
|
|
45
46
|
readonly "drizzle-orm": "^0.45.2";
|
|
46
47
|
readonly "drizzle-kit": "^0.31.10";
|
|
@@ -51,8 +52,8 @@ declare const dependencyVersionMap: {
|
|
|
51
52
|
readonly pg: "^8.22.0";
|
|
52
53
|
readonly "@types/pg": "^8.20.0";
|
|
53
54
|
readonly "@types/ws": "^8.18.1";
|
|
54
|
-
readonly ws: "^8.21.
|
|
55
|
-
readonly mysql2: "^3.
|
|
55
|
+
readonly ws: "^8.21.1";
|
|
56
|
+
readonly mysql2: "^3.23.0";
|
|
56
57
|
readonly "@prisma/client": "^7.8.0";
|
|
57
58
|
readonly prisma: "^7.8.0";
|
|
58
59
|
readonly "@prisma/adapter-d1": "^7.8.0";
|
|
@@ -62,15 +63,15 @@ declare const dependencyVersionMap: {
|
|
|
62
63
|
readonly "@prisma/adapter-better-sqlite3": "^7.8.0";
|
|
63
64
|
readonly "@prisma/adapter-pg": "^7.8.0";
|
|
64
65
|
readonly "@prisma/adapter-planetscale": "^7.8.0";
|
|
65
|
-
readonly mongoose: "^9.7.
|
|
66
|
-
readonly typeorm: "^1.
|
|
66
|
+
readonly mongoose: "^9.7.4";
|
|
67
|
+
readonly typeorm: "^1.1.0";
|
|
67
68
|
readonly "better-sqlite3": "^12.11.1";
|
|
68
69
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
69
|
-
readonly kysely: "^0.29.
|
|
70
|
-
readonly "@mikro-orm/core": "^7.1.
|
|
71
|
-
readonly "@mikro-orm/sqlite": "^7.1.
|
|
72
|
-
readonly "@mikro-orm/postgresql": "^7.1.
|
|
73
|
-
readonly "@mikro-orm/mysql": "^7.1.
|
|
70
|
+
readonly kysely: "^0.29.4";
|
|
71
|
+
readonly "@mikro-orm/core": "^7.1.7";
|
|
72
|
+
readonly "@mikro-orm/sqlite": "^7.1.7";
|
|
73
|
+
readonly "@mikro-orm/postgresql": "^7.1.7";
|
|
74
|
+
readonly "@mikro-orm/mysql": "^7.1.7";
|
|
74
75
|
readonly "@mikro-orm/better-sqlite": "^6.6.14";
|
|
75
76
|
readonly sequelize: "^6.37.8";
|
|
76
77
|
readonly "sequelize-typescript": "^2.1.6";
|
|
@@ -79,46 +80,46 @@ declare const dependencyVersionMap: {
|
|
|
79
80
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
80
81
|
readonly "@tauri-apps/cli": "^2.11.4";
|
|
81
82
|
readonly "@tauri-apps/api": "^2.11.1";
|
|
82
|
-
readonly "@biomejs/biome": "^2.5.
|
|
83
|
-
readonly ultracite: "^7.
|
|
84
|
-
readonly oxlint: "^1.
|
|
83
|
+
readonly "@biomejs/biome": "^2.5.4";
|
|
84
|
+
readonly ultracite: "^7.9.4";
|
|
85
|
+
readonly oxlint: "^1.74.0";
|
|
85
86
|
readonly oxfmt: "^0.56.0";
|
|
86
87
|
readonly husky: "^9.1.7";
|
|
87
|
-
readonly lefthook: "^2.1.
|
|
88
|
+
readonly lefthook: "^2.1.10";
|
|
88
89
|
readonly "lint-staged": "^17.0.8";
|
|
89
|
-
readonly tsx: "^4.
|
|
90
|
-
readonly "@types/node": "^26.
|
|
90
|
+
readonly tsx: "^4.23.1";
|
|
91
|
+
readonly "@types/node": "^26.1.1";
|
|
91
92
|
readonly "@types/bun": "^1.3.14";
|
|
92
93
|
readonly "@elysiajs/node": "^1.4.5";
|
|
93
94
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
94
95
|
readonly "@elysiajs/openapi": "^1.4.15";
|
|
95
96
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
96
97
|
readonly elysia: "^1.4.29";
|
|
97
|
-
readonly "@hono/node-server": "^2.0.
|
|
98
|
+
readonly "@hono/node-server": "^2.0.10";
|
|
98
99
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
99
|
-
readonly "@hono/zod-openapi": "^1.
|
|
100
|
+
readonly "@hono/zod-openapi": "^1.5.1";
|
|
100
101
|
readonly hono: "^4.12.27";
|
|
101
102
|
readonly "@netlify/functions": "^5.3.0";
|
|
102
103
|
readonly "@octokit/rest": "^22.0.1";
|
|
103
|
-
readonly "@vercel/sandbox": "^2.
|
|
104
|
+
readonly "@vercel/sandbox": "^2.7.1";
|
|
104
105
|
readonly vercel: "^54.18.2";
|
|
105
106
|
readonly "@sveltejs/adapter-vercel": "^6.3.4";
|
|
106
|
-
readonly "bash-tool": "^1.3.
|
|
107
|
+
readonly "bash-tool": "^1.3.18";
|
|
107
108
|
readonly cors: "^2.8.6";
|
|
108
109
|
readonly express: "^5.2.1";
|
|
109
110
|
readonly "@types/express": "^5.0.6";
|
|
110
111
|
readonly "@types/cors": "^2.8.19";
|
|
111
|
-
readonly fastify: "^5.
|
|
112
|
-
readonly "@fastify/cors": "^11.
|
|
113
|
-
readonly "@fastify/swagger": "^9.
|
|
112
|
+
readonly fastify: "^5.10.0";
|
|
113
|
+
readonly "@fastify/cors": "^11.3.0";
|
|
114
|
+
readonly "@fastify/swagger": "^9.8.1";
|
|
114
115
|
readonly "fastify-type-provider-zod": "^7.0.0";
|
|
115
|
-
readonly "@nestjs/core": "^11.1.
|
|
116
|
-
readonly "@nestjs/common": "^11.1.
|
|
117
|
-
readonly "@nestjs/platform-express": "^11.1.
|
|
116
|
+
readonly "@nestjs/core": "^11.1.28";
|
|
117
|
+
readonly "@nestjs/common": "^11.1.28";
|
|
118
|
+
readonly "@nestjs/platform-express": "^11.1.28";
|
|
118
119
|
readonly "reflect-metadata": "^0.2.2";
|
|
119
120
|
readonly rxjs: "^7.8.2";
|
|
120
|
-
readonly "encore.dev": "^1.57.
|
|
121
|
-
readonly "@adonisjs/core": "^7.3.
|
|
121
|
+
readonly "encore.dev": "^1.57.11";
|
|
122
|
+
readonly "@adonisjs/core": "^7.3.5";
|
|
122
123
|
readonly "@adonisjs/cors": "^3.0.0";
|
|
123
124
|
readonly "@adonisjs/assembler": "^8.4.0";
|
|
124
125
|
readonly "@adonisjs/tsconfig": "^2.0.0";
|
|
@@ -126,42 +127,44 @@ declare const dependencyVersionMap: {
|
|
|
126
127
|
readonly h3: "^2.0.0";
|
|
127
128
|
readonly fets: "^0.8.7";
|
|
128
129
|
readonly turbo: "^2.10.0";
|
|
129
|
-
readonly nx: "^23.0
|
|
130
|
-
readonly chat: "^4.
|
|
131
|
-
readonly "@chat-adapter/slack": "^4.
|
|
132
|
-
readonly "@chat-adapter/discord": "^4.
|
|
133
|
-
readonly "@chat-adapter/github": "^4.
|
|
134
|
-
readonly "@chat-adapter/state-memory": "^4.
|
|
135
|
-
readonly "@chat-adapter/state-redis": "^4.
|
|
136
|
-
readonly ai: "^7.0.
|
|
137
|
-
readonly "@ai-sdk/anthropic": "^4.0.
|
|
138
|
-
readonly "@ai-sdk/google": "^4.0.
|
|
139
|
-
readonly "@ai-sdk/vue": "^4.0.
|
|
140
|
-
readonly "@ai-sdk/svelte": "^5.0.
|
|
141
|
-
readonly "@ai-sdk/react": "^4.0.
|
|
142
|
-
readonly "@ai-sdk/devtools": "^1.0.
|
|
130
|
+
readonly nx: "^23.1.0";
|
|
131
|
+
readonly chat: "^4.34.0";
|
|
132
|
+
readonly "@chat-adapter/slack": "^4.34.0";
|
|
133
|
+
readonly "@chat-adapter/discord": "^4.34.0";
|
|
134
|
+
readonly "@chat-adapter/github": "^4.34.0";
|
|
135
|
+
readonly "@chat-adapter/state-memory": "^4.34.0";
|
|
136
|
+
readonly "@chat-adapter/state-redis": "^4.34.0";
|
|
137
|
+
readonly ai: "^7.0.31";
|
|
138
|
+
readonly "@ai-sdk/anthropic": "^4.0.16";
|
|
139
|
+
readonly "@ai-sdk/google": "^4.0.18";
|
|
140
|
+
readonly "@ai-sdk/vue": "^4.0.31";
|
|
141
|
+
readonly "@ai-sdk/svelte": "^5.0.31";
|
|
142
|
+
readonly "@ai-sdk/react": "^4.0.34";
|
|
143
|
+
readonly "@ai-sdk/devtools": "^1.0.6";
|
|
143
144
|
readonly streamdown: "^2.5.0";
|
|
144
|
-
readonly shiki: "^4.3.
|
|
145
|
-
readonly mastra: "^1.
|
|
146
|
-
readonly "@mastra/core": "^1.
|
|
147
|
-
readonly "@voltagent/core": "^2.
|
|
145
|
+
readonly shiki: "^4.3.1";
|
|
146
|
+
readonly mastra: "^1.19.0";
|
|
147
|
+
readonly "@mastra/core": "^1.51.0";
|
|
148
|
+
readonly "@voltagent/core": "^2.9.0";
|
|
148
149
|
readonly "@voltagent/server-hono": "^2.0.14";
|
|
149
150
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
150
151
|
readonly "@voltagent/logger": "^2.0.2";
|
|
151
|
-
readonly "@langchain/langgraph": "^1.4.
|
|
152
|
-
readonly "@langchain/core": "^1.2.
|
|
152
|
+
readonly "@langchain/langgraph": "^1.4.8";
|
|
153
|
+
readonly "@langchain/core": "^1.2.3";
|
|
153
154
|
readonly "@langchain/google-genai": "^2.2.0";
|
|
154
155
|
readonly "@openai/agents": "^0.12.0";
|
|
156
|
+
readonly openai: "^6.48.0";
|
|
157
|
+
readonly "@anthropic-ai/sdk": "^0.110.0";
|
|
155
158
|
readonly "@google/adk": "^1.3.0";
|
|
156
159
|
readonly modelfusion: "^0.137.0";
|
|
157
|
-
readonly langchain: "^1.5.
|
|
160
|
+
readonly langchain: "^1.5.3";
|
|
158
161
|
readonly llamaindex: "^0.12.1";
|
|
159
162
|
readonly "ai-cli": "^0.3.1";
|
|
160
|
-
readonly "@orpc/server": "^1.14.
|
|
161
|
-
readonly "@orpc/client": "^1.14.
|
|
162
|
-
readonly "@orpc/openapi": "^1.14.
|
|
163
|
-
readonly "@orpc/zod": "^1.14.
|
|
164
|
-
readonly "@orpc/tanstack-query": "^1.14.
|
|
163
|
+
readonly "@orpc/server": "^1.14.8";
|
|
164
|
+
readonly "@orpc/client": "^1.14.8";
|
|
165
|
+
readonly "@orpc/openapi": "^1.14.8";
|
|
166
|
+
readonly "@orpc/zod": "^1.14.8";
|
|
167
|
+
readonly "@orpc/tanstack-query": "^1.14.8";
|
|
165
168
|
readonly "@ts-rest/core": "^3.52.1";
|
|
166
169
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
167
170
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
@@ -171,17 +174,17 @@ declare const dependencyVersionMap: {
|
|
|
171
174
|
readonly graphql: "^16.11.0";
|
|
172
175
|
readonly "@garph/gqty": "^0.4.5";
|
|
173
176
|
readonly gqty: "^3.6.0";
|
|
174
|
-
readonly "@pothos/core": "^4.13.
|
|
177
|
+
readonly "@pothos/core": "^4.13.1";
|
|
175
178
|
readonly "@apollo/server": "^5.5.1";
|
|
176
179
|
readonly "@asteasolutions/zod-to-openapi": "^8.5.0";
|
|
177
|
-
readonly "@scalar/express-api-reference": "^0.10.
|
|
178
|
-
readonly "@scalar/fastify-api-reference": "^1.62.
|
|
179
|
-
readonly "@scalar/hono-api-reference": "^0.11.
|
|
180
|
+
readonly "@scalar/express-api-reference": "^0.10.11";
|
|
181
|
+
readonly "@scalar/fastify-api-reference": "^1.62.9";
|
|
182
|
+
readonly "@scalar/hono-api-reference": "^0.11.11";
|
|
180
183
|
readonly "@trpc/tanstack-react-query": "^11.18.0";
|
|
181
184
|
readonly "@trpc/server": "^11.18.0";
|
|
182
185
|
readonly "@trpc/client": "^11.18.0";
|
|
183
|
-
readonly next: "^16.2.
|
|
184
|
-
readonly convex: "^1.42.
|
|
186
|
+
readonly next: "^16.2.10";
|
|
187
|
+
readonly convex: "^1.42.3";
|
|
185
188
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
186
189
|
readonly "@convex-dev/agent": "^0.6.4";
|
|
187
190
|
readonly "@convex-dev/polar": "^0.9.2";
|
|
@@ -196,7 +199,7 @@ declare const dependencyVersionMap: {
|
|
|
196
199
|
readonly "@tanstack/react-query-devtools": "^5.101.2";
|
|
197
200
|
readonly "@tanstack/react-query": "^5.101.2";
|
|
198
201
|
readonly "@tanstack/react-router-ssr-query": "^1.167.1";
|
|
199
|
-
readonly "@tanstack/router-cli": "^1.167.
|
|
202
|
+
readonly "@tanstack/router-cli": "^1.167.21";
|
|
200
203
|
readonly "@tanstack/solid-query": "^5.101.2";
|
|
201
204
|
readonly "@tanstack/solid-query-devtools": "^5.101.2";
|
|
202
205
|
readonly "@tanstack/solid-router-devtools": "^1.167.0";
|
|
@@ -206,33 +209,33 @@ declare const dependencyVersionMap: {
|
|
|
206
209
|
readonly "@tanstack/svelte-table": "^8.21.3";
|
|
207
210
|
readonly "@tanstack/solid-table": "^8.21.3";
|
|
208
211
|
readonly "@tanstack/angular-table": "^8.21.4";
|
|
209
|
-
readonly "@tanstack/react-virtual": "^3.14.
|
|
210
|
-
readonly "@tanstack/vue-virtual": "^3.13.
|
|
211
|
-
readonly "@tanstack/svelte-virtual": "^3.13.
|
|
212
|
-
readonly "@tanstack/solid-virtual": "^3.13.
|
|
213
|
-
readonly "@tanstack/angular-virtual": "^5.0.
|
|
214
|
-
readonly "@tanstack/db": "^0.6.
|
|
215
|
-
readonly "@tanstack/react-db": "^0.1.
|
|
212
|
+
readonly "@tanstack/react-virtual": "^3.14.6";
|
|
213
|
+
readonly "@tanstack/vue-virtual": "^3.13.32";
|
|
214
|
+
readonly "@tanstack/svelte-virtual": "^3.13.32";
|
|
215
|
+
readonly "@tanstack/solid-virtual": "^3.13.33";
|
|
216
|
+
readonly "@tanstack/angular-virtual": "^5.0.8";
|
|
217
|
+
readonly "@tanstack/db": "^0.6.16";
|
|
218
|
+
readonly "@tanstack/react-db": "^0.1.94";
|
|
216
219
|
readonly "@tanstack/vue-db": "^0.0.123";
|
|
217
|
-
readonly "@tanstack/solid-db": "^0.2.
|
|
218
|
-
readonly "@tanstack/svelte-db": "^0.1.
|
|
220
|
+
readonly "@tanstack/solid-db": "^0.2.30";
|
|
221
|
+
readonly "@tanstack/svelte-db": "^0.1.93";
|
|
219
222
|
readonly "@tanstack/pacer": "^0.21.1";
|
|
220
223
|
readonly "@tanstack/react-pacer": "^0.22.1";
|
|
221
224
|
readonly "@tanstack/solid-pacer": "^0.21.1";
|
|
222
225
|
readonly "@tanstack/ai": "^0.38.0";
|
|
223
|
-
readonly "@tanstack/ai-react": "^0.16.
|
|
224
|
-
readonly "@tanstack/ai-solid": "^0.14.
|
|
225
|
-
readonly wrangler: "^4.
|
|
226
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
226
|
+
readonly "@tanstack/ai-react": "^0.16.4";
|
|
227
|
+
readonly "@tanstack/ai-solid": "^0.14.3";
|
|
228
|
+
readonly wrangler: "^4.112.0";
|
|
229
|
+
readonly "@cloudflare/vite-plugin": "^1.45.1";
|
|
227
230
|
readonly "@opennextjs/cloudflare": "^1.20.1";
|
|
228
231
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
229
232
|
readonly "@sveltejs/adapter-cloudflare": "^7.2.9";
|
|
230
233
|
readonly "@sveltejs/adapter-node": "^5.5.7";
|
|
231
234
|
readonly "@cloudflare/workers-types": "^4.20260629.1";
|
|
232
235
|
readonly alchemy: "^0.93.12";
|
|
233
|
-
readonly sst: "^4.17.
|
|
234
|
-
readonly "aws-cdk-lib": "^2.
|
|
235
|
-
readonly constructs: "^10.
|
|
236
|
+
readonly sst: "^4.17.1";
|
|
237
|
+
readonly "aws-cdk-lib": "^2.261.0";
|
|
238
|
+
readonly constructs: "^10.7.0";
|
|
236
239
|
readonly "@opennextjs/aws": "^4.0.3";
|
|
237
240
|
readonly dotenv: "^17.4.2";
|
|
238
241
|
readonly tsdown: "^0.22.3";
|
|
@@ -240,31 +243,31 @@ declare const dependencyVersionMap: {
|
|
|
240
243
|
readonly "@t3-oss/env-core": "^0.13.11";
|
|
241
244
|
readonly "@t3-oss/env-nextjs": "^0.13.11";
|
|
242
245
|
readonly "@t3-oss/env-nuxt": "^0.13.11";
|
|
243
|
-
readonly srvx: "^0.11.
|
|
246
|
+
readonly srvx: "^0.11.22";
|
|
244
247
|
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
245
248
|
readonly "@polar-sh/checkout": "^0.3.0";
|
|
246
249
|
readonly "@polar-sh/sdk": "^0.48.1";
|
|
247
|
-
readonly resend: "^6.
|
|
250
|
+
readonly resend: "^6.17.2";
|
|
248
251
|
readonly "@react-email/components": "^1.0.12";
|
|
249
|
-
readonly "react-email": "^6.
|
|
252
|
+
readonly "react-email": "^6.9.0";
|
|
250
253
|
readonly react: "^19.2.7";
|
|
251
254
|
readonly "react-dom": "^19.2.7";
|
|
252
255
|
readonly "@types/react": "^19.2.17";
|
|
253
256
|
readonly "@wxt-dev/module-react": "^1.2.2";
|
|
254
257
|
readonly wxt: "^0.20.27";
|
|
255
|
-
readonly "@opentui/core": "^0.4.
|
|
256
|
-
readonly nodemailer: "^9.0.
|
|
258
|
+
readonly "@opentui/core": "^0.4.5";
|
|
259
|
+
readonly nodemailer: "^9.0.3";
|
|
257
260
|
readonly "@types/react-dom": "^19.2.3";
|
|
258
261
|
readonly "@types/nodemailer": "^8.0.1";
|
|
259
262
|
readonly postmark: "^4.0.7";
|
|
260
263
|
readonly "@sendgrid/mail": "^8.1.6";
|
|
261
|
-
readonly "@aws-sdk/client-ses": "^3.
|
|
262
|
-
readonly "@aws-sdk/client-s3": "^3.
|
|
263
|
-
readonly "@aws-sdk/s3-request-presigner": "^3.
|
|
264
|
-
readonly "mailgun.js": "^13.
|
|
264
|
+
readonly "@aws-sdk/client-ses": "^3.1090.0";
|
|
265
|
+
readonly "@aws-sdk/client-s3": "^3.1090.0";
|
|
266
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1090.0";
|
|
267
|
+
readonly "mailgun.js": "^13.3.0";
|
|
265
268
|
readonly "form-data": "^4.0.6";
|
|
266
269
|
readonly "@plunk/node": "^3.0.3";
|
|
267
|
-
readonly effect: "^3.
|
|
270
|
+
readonly effect: "^3.22.0";
|
|
268
271
|
readonly "@effect/platform": "^0.96.2";
|
|
269
272
|
readonly "@effect/platform-node": "^0.107.0";
|
|
270
273
|
readonly "@effect/platform-bun": "^0.90.0";
|
|
@@ -288,43 +291,77 @@ declare const dependencyVersionMap: {
|
|
|
288
291
|
readonly "@effect/ai-anthropic": "^0.26.0";
|
|
289
292
|
readonly sass: "^1.101.0";
|
|
290
293
|
readonly less: "^4.6.7";
|
|
291
|
-
readonly "
|
|
292
|
-
readonly
|
|
294
|
+
readonly "styled-components": "^6.4.3";
|
|
295
|
+
readonly eslint: "^10.7.0";
|
|
296
|
+
readonly "@eslint/js": "^10.0.1";
|
|
297
|
+
readonly "typescript-eslint": "^8.64.0";
|
|
298
|
+
readonly globals: "^17.7.0";
|
|
299
|
+
readonly prettier: "^3.9.5";
|
|
300
|
+
readonly axios: "^1.18.1";
|
|
301
|
+
readonly firebase: "^12.16.0";
|
|
302
|
+
readonly "@graphql-codegen/cli": "^7.2.0";
|
|
303
|
+
readonly "@graphql-codegen/client-preset": "^6.1.0";
|
|
304
|
+
readonly "openapi-typescript": "^7.13.0";
|
|
305
|
+
readonly "@apollo/client": "^4.2.7";
|
|
306
|
+
readonly electron: "^43.1.1";
|
|
307
|
+
readonly "electron-builder": "^26.15.3";
|
|
308
|
+
readonly concurrently: "^9.2.1";
|
|
309
|
+
readonly "cross-env": "^7.0.3";
|
|
310
|
+
readonly "wait-on": "^9.0.10";
|
|
311
|
+
readonly "@capacitor/core": "^8.4.2";
|
|
312
|
+
readonly "@capacitor/cli": "^8.4.2";
|
|
313
|
+
readonly "@capacitor/ios": "^8.4.2";
|
|
314
|
+
readonly "@capacitor/android": "^8.4.2";
|
|
315
|
+
readonly passport: "^0.7.0";
|
|
316
|
+
readonly "passport-github2": "^0.1.12";
|
|
317
|
+
readonly "express-session": "^1.19.0";
|
|
318
|
+
readonly "@types/passport": "^1.0.17";
|
|
319
|
+
readonly "@types/passport-github2": "^1.2.9";
|
|
320
|
+
readonly "@types/express-session": "^1.19.0";
|
|
321
|
+
readonly mocha: "^11.7.6";
|
|
322
|
+
readonly "@types/mocha": "^10.0.10";
|
|
323
|
+
readonly contentful: "^11.12.7";
|
|
324
|
+
readonly "@paypal/paypal-js": "^10.0.3";
|
|
325
|
+
readonly "@paypal/react-paypal-js": "^10.1.2";
|
|
326
|
+
readonly "@paypal/paypal-server-sdk": "^2.4.0";
|
|
327
|
+
readonly "@radix-ui/react-dialog": "^1.1.19";
|
|
328
|
+
readonly "@radix-ui/react-dropdown-menu": "^2.1.20";
|
|
293
329
|
readonly "@radix-ui/react-slot": "^1.3.0";
|
|
294
|
-
readonly "@radix-ui/react-label": "^2.1.
|
|
295
|
-
readonly "@radix-ui/react-checkbox": "^1.3.
|
|
296
|
-
readonly "@radix-ui/react-select": "^2.3.
|
|
297
|
-
readonly "@radix-ui/react-toast": "^1.2.
|
|
298
|
-
readonly "@radix-ui/react-popover": "^1.1.
|
|
299
|
-
readonly "@radix-ui/react-switch": "^1.3.
|
|
300
|
-
readonly "@radix-ui/react-tabs": "^1.1.
|
|
330
|
+
readonly "@radix-ui/react-label": "^2.1.11";
|
|
331
|
+
readonly "@radix-ui/react-checkbox": "^1.3.7";
|
|
332
|
+
readonly "@radix-ui/react-select": "^2.3.3";
|
|
333
|
+
readonly "@radix-ui/react-toast": "^1.2.19";
|
|
334
|
+
readonly "@radix-ui/react-popover": "^1.1.19";
|
|
335
|
+
readonly "@radix-ui/react-switch": "^1.3.3";
|
|
336
|
+
readonly "@radix-ui/react-tabs": "^1.1.17";
|
|
301
337
|
readonly "@headlessui/react": "^2.2.10";
|
|
302
338
|
readonly "@headlessui/vue": "^1.7.23";
|
|
303
339
|
readonly "@park-ui/panda-preset": "^0.43.1";
|
|
304
340
|
readonly "@chakra-ui/react": "^3.36.0";
|
|
305
341
|
readonly "@emotion/react": "^11.14.0";
|
|
306
342
|
readonly "@emotion/styled": "^11.14.1";
|
|
307
|
-
readonly "@heroui/react": "^3.2.
|
|
308
|
-
readonly "framer-motion": "^12.42.
|
|
343
|
+
readonly "@heroui/react": "^3.2.2";
|
|
344
|
+
readonly "framer-motion": "^12.42.2";
|
|
309
345
|
readonly "@mantine/core": "^9.4.1";
|
|
310
346
|
readonly "@mantine/hooks": "^9.4.1";
|
|
311
|
-
readonly "@mui/material": "^9.
|
|
312
|
-
readonly antd: "^6.5.
|
|
347
|
+
readonly "@mui/material": "^9.2.0";
|
|
348
|
+
readonly antd: "^6.5.1";
|
|
313
349
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
314
|
-
readonly shadcn: "^4.
|
|
315
|
-
readonly "radix-ui": "^1.6.
|
|
350
|
+
readonly shadcn: "^4.13.1";
|
|
351
|
+
readonly "radix-ui": "^1.6.2";
|
|
316
352
|
readonly "class-variance-authority": "^0.7.1";
|
|
317
353
|
readonly clsx: "^2.1.1";
|
|
318
354
|
readonly "tailwind-merge": "^3.6.0";
|
|
319
355
|
readonly "tw-animate-css": "^1.4.0";
|
|
320
356
|
readonly "lucide-react": "^1.21.0";
|
|
321
|
-
readonly "
|
|
357
|
+
readonly "lucide-solid": "^1.21.0";
|
|
358
|
+
readonly "@tabler/icons-react": "^3.45.0";
|
|
322
359
|
readonly "@hugeicons/react": "^1.1.9";
|
|
323
360
|
readonly "@hugeicons/core-free-icons": "^4.2.2";
|
|
324
361
|
readonly "@phosphor-icons/react": "^2.1.10";
|
|
325
362
|
readonly "@remixicon/react": "^4.9.0";
|
|
326
363
|
readonly "@heroicons/react": "^2.2.0";
|
|
327
|
-
readonly "react-icons": "^5.
|
|
364
|
+
readonly "react-icons": "^5.7.0";
|
|
328
365
|
readonly "@fontsource-variable/inter": "^5.2.8";
|
|
329
366
|
readonly "@fontsource-variable/figtree": "^5.2.10";
|
|
330
367
|
readonly "@fontsource-variable/noto-sans": "^5.2.10";
|
|
@@ -341,41 +378,41 @@ declare const dependencyVersionMap: {
|
|
|
341
378
|
readonly "@ark-ui/solid": "^5.37.1";
|
|
342
379
|
readonly "@ark-ui/svelte": "^5.22.1";
|
|
343
380
|
readonly "react-aria-components": "^1.19.0";
|
|
344
|
-
readonly daisyui: "^5.6.
|
|
345
|
-
readonly "shadcn-svelte": "^1.
|
|
381
|
+
readonly daisyui: "^5.6.18";
|
|
382
|
+
readonly "shadcn-svelte": "^1.4.2";
|
|
346
383
|
readonly "bits-ui": "^2.18.1";
|
|
347
384
|
readonly "lucide-svelte": "^1.0.1";
|
|
348
385
|
readonly "@builder.io/qwik": "^1.20.0";
|
|
349
386
|
readonly "@builder.io/qwik-city": "^1.20.0";
|
|
350
387
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
351
|
-
readonly "@angular/core": "^22.0.
|
|
352
|
-
readonly "@angular/common": "^22.0.
|
|
353
|
-
readonly "@angular/compiler": "^22.0.
|
|
354
|
-
readonly "@angular/platform-browser": "^22.0.
|
|
355
|
-
readonly "@angular/platform-browser-dynamic": "^22.0.
|
|
356
|
-
readonly "@angular/router": "^22.0.
|
|
357
|
-
readonly "@angular/forms": "^22.0.
|
|
358
|
-
readonly "@angular/animations": "^22.0.
|
|
359
|
-
readonly "@angular-devkit/build-angular": "^22.0.
|
|
360
|
-
readonly "@angular/cli": "^22.0.
|
|
361
|
-
readonly "@angular/compiler-cli": "^22.0.
|
|
388
|
+
readonly "@angular/core": "^22.0.7";
|
|
389
|
+
readonly "@angular/common": "^22.0.7";
|
|
390
|
+
readonly "@angular/compiler": "^22.0.7";
|
|
391
|
+
readonly "@angular/platform-browser": "^22.0.7";
|
|
392
|
+
readonly "@angular/platform-browser-dynamic": "^22.0.7";
|
|
393
|
+
readonly "@angular/router": "^22.0.7";
|
|
394
|
+
readonly "@angular/forms": "^22.0.7";
|
|
395
|
+
readonly "@angular/animations": "^22.0.7";
|
|
396
|
+
readonly "@angular-devkit/build-angular": "^22.0.7";
|
|
397
|
+
readonly "@angular/cli": "^22.0.7";
|
|
398
|
+
readonly "@angular/compiler-cli": "^22.0.7";
|
|
362
399
|
readonly zustand: "^5.0.14";
|
|
363
|
-
readonly jotai: "^2.20.
|
|
400
|
+
readonly jotai: "^2.20.2";
|
|
364
401
|
readonly nanostores: "^1.4.0";
|
|
365
402
|
readonly "@nanostores/react": "^1.1.0";
|
|
366
403
|
readonly "@reduxjs/toolkit": "^2.12.0";
|
|
367
404
|
readonly "react-redux": "^9.3.0";
|
|
368
405
|
readonly mobx: "^6.16.1";
|
|
369
406
|
readonly "mobx-react-lite": "^4.1.1";
|
|
370
|
-
readonly xstate: "^5.32.
|
|
407
|
+
readonly xstate: "^5.32.5";
|
|
371
408
|
readonly "@xstate/react": "^6.1.0";
|
|
372
409
|
readonly valtio: "^2.3.2";
|
|
373
410
|
readonly "@tanstack/store": "^0.11.0";
|
|
374
411
|
readonly "@tanstack/react-store": "^0.11.0";
|
|
375
412
|
readonly "@legendapp/state": "^2.1.15";
|
|
376
413
|
readonly valibot: "^1.4.2";
|
|
377
|
-
readonly arktype: "^2.2.
|
|
378
|
-
readonly "@sinclair/typebox": "^0.34.
|
|
414
|
+
readonly arktype: "^2.2.3";
|
|
415
|
+
readonly "@sinclair/typebox": "^0.34.52";
|
|
379
416
|
readonly typia: "^12.1.1";
|
|
380
417
|
readonly runtypes: "^7.0.4";
|
|
381
418
|
readonly formik: "^2.4.9";
|
|
@@ -388,35 +425,37 @@ declare const dependencyVersionMap: {
|
|
|
388
425
|
readonly "@modular-forms/qwik": "^0.29.1";
|
|
389
426
|
readonly "@tanstack/react-form": "^1.33.0";
|
|
390
427
|
readonly "@tanstack/solid-form": "^1.33.0";
|
|
428
|
+
readonly "@tanstack/svelte-form": "^1.33.0";
|
|
429
|
+
readonly postcss: "^8.5.15";
|
|
391
430
|
readonly "socket.io": "^4.8.3";
|
|
392
431
|
readonly "socket.io-client": "^4.8.3";
|
|
393
432
|
readonly partykit: "^0.0.115";
|
|
394
433
|
readonly partysocket: "^1.3.0";
|
|
395
|
-
readonly ably: "^2.
|
|
434
|
+
readonly ably: "^2.25.0";
|
|
396
435
|
readonly pusher: "^5.3.4";
|
|
397
436
|
readonly "pusher-js": "^8.5.0";
|
|
398
|
-
readonly "@liveblocks/client": "^3.
|
|
399
|
-
readonly "@liveblocks/react": "^3.
|
|
400
|
-
readonly "@liveblocks/node": "^3.
|
|
437
|
+
readonly "@liveblocks/client": "^3.22.0";
|
|
438
|
+
readonly "@liveblocks/react": "^3.22.0";
|
|
439
|
+
readonly "@liveblocks/node": "^3.22.0";
|
|
401
440
|
readonly yjs: "^13.6.31";
|
|
402
441
|
readonly "y-websocket": "^3.0.0";
|
|
403
442
|
readonly "y-protocols": "^1.0.7";
|
|
404
443
|
readonly "@y-sweet/sdk": "^0.9.1";
|
|
405
444
|
readonly "@y-sweet/react": "^0.9.1";
|
|
406
|
-
readonly bullmq: "^5.
|
|
445
|
+
readonly bullmq: "^5.80.8";
|
|
407
446
|
readonly ioredis: "^5.11.1";
|
|
408
|
-
readonly "@trigger.dev/sdk": "^4.4
|
|
409
|
-
readonly inngest: "^4.
|
|
410
|
-
readonly "@temporalio/client": "^1.
|
|
411
|
-
readonly "@temporalio/worker": "^1.
|
|
412
|
-
readonly "@temporalio/workflow": "^1.
|
|
413
|
-
readonly "@temporalio/activity": "^1.
|
|
447
|
+
readonly "@trigger.dev/sdk": "^4.5.4";
|
|
448
|
+
readonly inngest: "^4.13.0";
|
|
449
|
+
readonly "@temporalio/client": "^1.20.3";
|
|
450
|
+
readonly "@temporalio/worker": "^1.20.3";
|
|
451
|
+
readonly "@temporalio/workflow": "^1.20.3";
|
|
452
|
+
readonly "@temporalio/activity": "^1.20.3";
|
|
414
453
|
readonly jest: "^30.4.2";
|
|
415
454
|
readonly "@types/jest": "^30.0.0";
|
|
416
455
|
readonly "ts-jest": "^29.4.11";
|
|
417
456
|
readonly "@jest/globals": "^30.4.1";
|
|
418
457
|
readonly "jest-environment-jsdom": "^30.4.1";
|
|
419
|
-
readonly cypress: "^15.18.
|
|
458
|
+
readonly cypress: "^15.18.1";
|
|
420
459
|
readonly vitest: "4.1.8";
|
|
421
460
|
readonly "@vitest/ui": "4.1.8";
|
|
422
461
|
readonly "@vitest/coverage-v8": "4.1.8";
|
|
@@ -430,39 +469,39 @@ declare const dependencyVersionMap: {
|
|
|
430
469
|
readonly "@testing-library/svelte": "^5.4.2";
|
|
431
470
|
readonly "@testing-library/jest-dom": "^6.9.1";
|
|
432
471
|
readonly "@testing-library/user-event": "^14.6.1";
|
|
433
|
-
readonly msw: "^2.
|
|
472
|
+
readonly msw: "^2.15.0";
|
|
434
473
|
readonly storybook: "^8.6.18";
|
|
435
474
|
readonly "@storybook/react": "^8.6.18";
|
|
436
475
|
readonly "@storybook/react-vite": "^8.6.18";
|
|
437
|
-
readonly "@storybook/vue3": "^10.
|
|
476
|
+
readonly "@storybook/vue3": "^10.5.2";
|
|
438
477
|
readonly "@storybook/vue3-vite": "^8.6.18";
|
|
439
|
-
readonly "@storybook/svelte": "^10.
|
|
478
|
+
readonly "@storybook/svelte": "^10.5.2";
|
|
440
479
|
readonly "@storybook/svelte-vite": "^8.6.18";
|
|
441
480
|
readonly "@storybook/nextjs": "^8.6.18";
|
|
442
481
|
readonly "@storybook/addon-essentials": "^8.6.18";
|
|
443
482
|
readonly "@storybook/addon-interactions": "^8.6.18";
|
|
444
483
|
readonly "@storybook/test": "^8.6.18";
|
|
445
|
-
readonly motion: "^12.42.
|
|
484
|
+
readonly motion: "^12.42.2";
|
|
446
485
|
readonly gsap: "^3.15.0";
|
|
447
486
|
readonly "@react-spring/web": "^10.1.2";
|
|
448
487
|
readonly "@react-spring/native": "^10.1.2";
|
|
449
488
|
readonly "@formkit/auto-animate": "^0.9.0";
|
|
450
489
|
readonly "lottie-react": "^2.4.1";
|
|
451
490
|
readonly "lottie-react-native": "^7.3.8";
|
|
452
|
-
readonly stripe: "^22.3.
|
|
453
|
-
readonly "@stripe/stripe-js": "^9.
|
|
454
|
-
readonly "@stripe/react-stripe-js": "^6.
|
|
491
|
+
readonly stripe: "^22.3.2";
|
|
492
|
+
readonly "@stripe/stripe-js": "^9.10.0";
|
|
493
|
+
readonly "@stripe/react-stripe-js": "^6.8.0";
|
|
455
494
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
456
495
|
readonly "@paddle/paddle-node-sdk": "^3.8.0";
|
|
457
496
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
458
|
-
readonly dodopayments: "^2.
|
|
459
|
-
readonly "dodopayments-checkout": "^1.9.
|
|
497
|
+
readonly dodopayments: "^2.42.2";
|
|
498
|
+
readonly "dodopayments-checkout": "^1.9.5";
|
|
460
499
|
readonly "react-native-purchases": "^9.10.5";
|
|
461
500
|
readonly "convex-revenuecat": "^0.3.2";
|
|
462
|
-
readonly creem: "^1.5.
|
|
501
|
+
readonly creem: "^1.5.4";
|
|
463
502
|
readonly "@creem_io/better-auth": "^1.1.3";
|
|
464
|
-
readonly "autumn-js": "^1.2.
|
|
465
|
-
readonly "@commet/node": "^7.
|
|
503
|
+
readonly "autumn-js": "^1.2.43";
|
|
504
|
+
readonly "@commet/node": "^7.7.0";
|
|
466
505
|
readonly uploadthing: "^7.7.4";
|
|
467
506
|
readonly "@uploadthing/react": "^7.3.3";
|
|
468
507
|
readonly "@uploadthing/svelte": "^7.3.3";
|
|
@@ -495,64 +534,64 @@ declare const dependencyVersionMap: {
|
|
|
495
534
|
readonly "@redwoodjs/graphql-server": "^8.9.0";
|
|
496
535
|
readonly "@redwoodjs/vite": "^8.9.0";
|
|
497
536
|
readonly "@redwoodjs/project-config": "^8.9.0";
|
|
498
|
-
readonly preact: "^10.29.
|
|
537
|
+
readonly preact: "^10.29.7";
|
|
499
538
|
readonly "preact-render-to-string": "^6.7.0";
|
|
500
539
|
readonly pino: "^10.3.1";
|
|
501
540
|
readonly "pino-pretty": "^13.1.3";
|
|
502
541
|
readonly "pino-http": "^11.0.0";
|
|
503
542
|
readonly winston: "^3.19.0";
|
|
504
|
-
readonly evlog: "^2.
|
|
543
|
+
readonly evlog: "^2.22.0";
|
|
505
544
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
506
|
-
readonly "@opentelemetry/sdk-node": "
|
|
507
|
-
readonly "@opentelemetry/auto-instrumentations-node": "
|
|
508
|
-
readonly "@opentelemetry/exporter-trace-otlp-http": "
|
|
509
|
-
readonly "@opentelemetry/exporter-metrics-otlp-http": "
|
|
510
|
-
readonly "@opentelemetry/resources": "
|
|
511
|
-
readonly "@opentelemetry/sdk-metrics": "
|
|
512
|
-
readonly "@opentelemetry/semantic-conventions": "^1.
|
|
513
|
-
readonly "@sentry/node": "^10.
|
|
514
|
-
readonly "@sentry/profiling-node": "^10.
|
|
545
|
+
readonly "@opentelemetry/sdk-node": "0.220.0";
|
|
546
|
+
readonly "@opentelemetry/auto-instrumentations-node": "0.78.0";
|
|
547
|
+
readonly "@opentelemetry/exporter-trace-otlp-http": "0.220.0";
|
|
548
|
+
readonly "@opentelemetry/exporter-metrics-otlp-http": "0.220.0";
|
|
549
|
+
readonly "@opentelemetry/resources": "2.9.0";
|
|
550
|
+
readonly "@opentelemetry/sdk-metrics": "2.9.0";
|
|
551
|
+
readonly "@opentelemetry/semantic-conventions": "^1.43.0";
|
|
552
|
+
readonly "@sentry/node": "^10.66.0";
|
|
553
|
+
readonly "@sentry/profiling-node": "^10.66.0";
|
|
515
554
|
readonly "prom-client": "^15.1.3";
|
|
516
555
|
readonly "dd-trace": "^5.110.0";
|
|
517
|
-
readonly "@axiomhq/js": "^1.
|
|
556
|
+
readonly "@axiomhq/js": "^1.8.0";
|
|
518
557
|
readonly "@logtail/node": "^0.5.8";
|
|
519
|
-
readonly payload: "^3.
|
|
520
|
-
readonly "@payloadcms/next": "^3.
|
|
521
|
-
readonly "@payloadcms/richtext-lexical": "^3.
|
|
522
|
-
readonly "@payloadcms/db-postgres": "^3.
|
|
523
|
-
readonly "@payloadcms/db-mongodb": "^3.
|
|
524
|
-
readonly "@payloadcms/db-sqlite": "^3.
|
|
525
|
-
readonly "@payloadcms/plugin-seo": "^3.
|
|
526
|
-
readonly "@payloadcms/storage-s3": "^3.
|
|
527
|
-
readonly sanity: "^6.
|
|
528
|
-
readonly "next-sanity": "^13.1.
|
|
558
|
+
readonly payload: "^3.86.0";
|
|
559
|
+
readonly "@payloadcms/next": "^3.86.0";
|
|
560
|
+
readonly "@payloadcms/richtext-lexical": "^3.86.0";
|
|
561
|
+
readonly "@payloadcms/db-postgres": "^3.86.0";
|
|
562
|
+
readonly "@payloadcms/db-mongodb": "^3.86.0";
|
|
563
|
+
readonly "@payloadcms/db-sqlite": "^3.86.0";
|
|
564
|
+
readonly "@payloadcms/plugin-seo": "^3.86.0";
|
|
565
|
+
readonly "@payloadcms/storage-s3": "^3.86.0";
|
|
566
|
+
readonly sanity: "^6.5.0";
|
|
567
|
+
readonly "next-sanity": "^13.1.3";
|
|
529
568
|
readonly "@sanity/image-url": "^2.1.1";
|
|
530
|
-
readonly "@sanity/vision": "^6.
|
|
531
|
-
readonly "@sanity/client": "^7.23.
|
|
569
|
+
readonly "@sanity/vision": "^6.5.0";
|
|
570
|
+
readonly "@sanity/client": "^7.23.2";
|
|
532
571
|
readonly "@strapi/client": "^1.6.2";
|
|
533
572
|
readonly qs: "^6.15.3";
|
|
534
573
|
readonly "@types/qs": "^6.15.1";
|
|
535
574
|
readonly "@directus/sdk": "^22.0.0";
|
|
536
|
-
readonly tinacms: "^3.
|
|
537
|
-
readonly "@tinacms/cli": "^2.5.
|
|
538
|
-
readonly "@keystatic/core": "^0.5.
|
|
575
|
+
readonly tinacms: "^3.11.0";
|
|
576
|
+
readonly "@tinacms/cli": "^2.5.6";
|
|
577
|
+
readonly "@keystatic/core": "^0.5.51";
|
|
539
578
|
readonly "@keystatic/next": "^5.0.4";
|
|
540
|
-
readonly "@markdoc/markdoc": "^0.5.
|
|
541
|
-
readonly "@astrojs/react": "^6.0.
|
|
542
|
-
readonly "@astrojs/markdoc": "^2.0.
|
|
543
|
-
readonly "@astrojs/node": "^11.0.
|
|
579
|
+
readonly "@markdoc/markdoc": "^0.5.8";
|
|
580
|
+
readonly "@astrojs/react": "^6.0.1";
|
|
581
|
+
readonly "@astrojs/markdoc": "^2.0.3";
|
|
582
|
+
readonly "@astrojs/node": "^11.0.2";
|
|
544
583
|
readonly cloudinary: "^2.10.0";
|
|
545
584
|
readonly swr: "^2.4.2";
|
|
546
585
|
readonly "@upstash/redis": "^1.38.0";
|
|
547
|
-
readonly "@arcjet/next": "^1.
|
|
548
|
-
readonly "@arcjet/node": "^1.
|
|
586
|
+
readonly "@arcjet/next": "^1.9.1";
|
|
587
|
+
readonly "@arcjet/node": "^1.9.1";
|
|
549
588
|
readonly "@upstash/ratelimit": "^2.0.8";
|
|
550
|
-
readonly i18next: "^26.3.
|
|
551
|
-
readonly "react-i18next": "^17.0.
|
|
589
|
+
readonly i18next: "^26.3.6";
|
|
590
|
+
readonly "react-i18next": "^17.0.10";
|
|
552
591
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
553
592
|
readonly "i18next-http-backend": "^4.0.0";
|
|
554
|
-
readonly "@inlang/paraglide-js": "^2.
|
|
555
|
-
readonly "next-intl": "^4.13.
|
|
593
|
+
readonly "@inlang/paraglide-js": "^2.22.0";
|
|
594
|
+
readonly "next-intl": "^4.13.2";
|
|
556
595
|
readonly intlayer: "^8.12.4";
|
|
557
596
|
readonly "react-intlayer": "^8.12.4";
|
|
558
597
|
readonly "next-intlayer": "^8.12.4";
|
|
@@ -561,21 +600,21 @@ declare const dependencyVersionMap: {
|
|
|
561
600
|
readonly typesense: "^3.0.6";
|
|
562
601
|
readonly "@elastic/elasticsearch": "^9.4.2";
|
|
563
602
|
readonly "@opensearch-project/opensearch": "^3.6.0";
|
|
564
|
-
readonly algoliasearch: "^5.
|
|
603
|
+
readonly algoliasearch: "^5.56.0";
|
|
565
604
|
readonly postgres: "^3.4.9";
|
|
566
605
|
readonly "@qdrant/js-client-rest": "^1.18.0";
|
|
567
|
-
readonly chromadb: "^3.
|
|
606
|
+
readonly chromadb: "^3.5.0";
|
|
568
607
|
readonly "@pinecone-database/pinecone": "^8.0.0";
|
|
569
608
|
readonly edgedb: "^2.0.1";
|
|
570
609
|
readonly "@edgedb/generate": "^0.6.1";
|
|
571
610
|
readonly "@growthbook/growthbook": "^1.6.5";
|
|
572
611
|
readonly "@growthbook/growthbook-react": "^1.6.5";
|
|
573
|
-
readonly "posthog-js": "^1.
|
|
574
|
-
readonly "posthog-node": "^5.
|
|
575
|
-
readonly "@launchdarkly/js-client-sdk": "^4.9.
|
|
576
|
-
readonly "@launchdarkly/node-server-sdk": "^9.
|
|
577
|
-
readonly "@flagsmith/flagsmith": "^12.0
|
|
578
|
-
readonly "flagsmith-nodejs": "^8.1.
|
|
612
|
+
readonly "posthog-js": "^1.404.1";
|
|
613
|
+
readonly "posthog-node": "^5.45.2";
|
|
614
|
+
readonly "@launchdarkly/js-client-sdk": "^4.9.1";
|
|
615
|
+
readonly "@launchdarkly/node-server-sdk": "^9.12.1";
|
|
616
|
+
readonly "@flagsmith/flagsmith": "^12.1.0";
|
|
617
|
+
readonly "flagsmith-nodejs": "^8.1.2";
|
|
579
618
|
readonly "@unleash/proxy-client-react": "^6.0.0";
|
|
580
619
|
readonly "unleash-proxy-client": "^3.8.0";
|
|
581
620
|
readonly "unleash-client": "^6.11.1";
|
|
@@ -614,6 +653,12 @@ type CheckResult = {
|
|
|
614
653
|
}[];
|
|
615
654
|
versionMismatches?: VersionMismatch[];
|
|
616
655
|
};
|
|
656
|
+
type AutomatedUpdateMode = "patch-minor" | "all";
|
|
657
|
+
/**
|
|
658
|
+
* Select updates automation may apply. Downgrades are never automatic, and
|
|
659
|
+
* majors require an explicit per-package allowlist even in `all` mode.
|
|
660
|
+
*/
|
|
661
|
+
declare function selectAutomatedUpdates(updates: VersionInfo[], mode: AutomatedUpdateMode): VersionInfo[];
|
|
617
662
|
type NpmPackageInfo = {
|
|
618
663
|
name: string;
|
|
619
664
|
"dist-tags": {
|
|
@@ -621,7 +666,15 @@ type NpmPackageInfo = {
|
|
|
621
666
|
[tag: string]: string;
|
|
622
667
|
};
|
|
623
668
|
versions: Record<string, unknown>;
|
|
669
|
+
time?: Record<string, string>;
|
|
624
670
|
};
|
|
671
|
+
/**
|
|
672
|
+
* Never bump a template floor onto a release younger than this. Yarn's
|
|
673
|
+
* hardened mode quarantines versions below its npmMinimalAgeGate (24h by
|
|
674
|
+
* default), so a fresher floor makes every yarn scaffold fail resolution;
|
|
675
|
+
* the margin also keeps generated projects off day-zero supply-chain risk.
|
|
676
|
+
*/
|
|
677
|
+
declare const MIN_RELEASE_AGE_MS: number;
|
|
625
678
|
declare const ECOSYSTEM_GROUPS: Record<string, string[]>;
|
|
626
679
|
declare function scanTemplateVersions(templatesDir: string): {
|
|
627
680
|
templateOnly: Record<string, string>;
|
|
@@ -699,5 +752,5 @@ declare function getDependencyVersionMap(): Record<string, string>;
|
|
|
699
752
|
*/
|
|
700
753
|
declare function listEcosystems(): string[];
|
|
701
754
|
//#endregion
|
|
702
|
-
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, elixirDeployAppName, elixirModuleName, fetchLatestVersion, findTemplateFilesWithPackage, generateCliReport, generateMarkdownReport, generateUpdatedVersionMap, generateVirtualProject, getDependencyVersionMap, getEcosystem, getUpdateType, groupByEcosystem, isBinaryFile, listEcosystems, nativeApplicationId, normalizeElixirAppName, parseVersion, processAddonTemplates, processAddonsDeps, processFileContent, processTemplateString, scanTemplateVersions, transformFilename, validatePreflightConfig };
|
|
755
|
+
export { AutomatedUpdateMode, type AvailableDependencies, CheckResult, ECOSYSTEM_GROUPS, EMBEDDED_TEMPLATES, GeneratorOptions, GeneratorResult, Handlebars, MIN_RELEASE_AGE_MS, NpmPackageInfo, type PreflightResult, type PreflightWarning, TEMPLATE_COUNT, TemplateData, UpdateType, VersionInfo, VersionMismatch, VirtualDirectory, VirtualFile, VirtualFileSystem, VirtualFileTree, VirtualNode, checkAllVersions, checkVersionExists, compareVersions, dependencyVersionMap, elixirDeployAppName, elixirModuleName, fetchLatestVersion, findTemplateFilesWithPackage, generateCliReport, generateMarkdownReport, generateUpdatedVersionMap, generateVirtualProject, getDependencyVersionMap, getEcosystem, getUpdateType, groupByEcosystem, isBinaryFile, listEcosystems, nativeApplicationId, normalizeElixirAppName, parseVersion, processAddonTemplates, processAddonsDeps, processFileContent, processTemplateString, scanTemplateVersions, selectAutomatedUpdates, transformFilename, validatePreflightConfig };
|
|
703
756
|
//# sourceMappingURL=index.d.mts.map
|