@better-fullstack/template-generator 2.0.2 → 2.1.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 +227 -198
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +12 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{preflight-validation-BAJGifyk.d.mts → preflight-validation-7pkmA0GD.d.mts} +2 -2
- package/dist/preflight-validation-7pkmA0GD.d.mts.map +1 -0
- package/dist/{preflight-validation-DR_bnBRo.mjs → preflight-validation-BESv0Djl.mjs} +65625 -62691
- package/dist/preflight-validation-BESv0Djl.mjs.map +1 -0
- package/package.json +2 -2
- package/dist/preflight-validation-BAJGifyk.d.mts.map +0 -1
- package/dist/preflight-validation-DR_bnBRo.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-7pkmA0GD.mjs";
|
|
3
3
|
import Handlebars from "handlebars";
|
|
4
4
|
import { ProjectConfig } from "@better-fullstack/types";
|
|
5
5
|
|
|
@@ -18,32 +18,36 @@ declare function processAddonsDeps(vfs: VirtualFileSystem, config: ProjectConfig
|
|
|
18
18
|
//#region src/utils/add-deps.d.ts
|
|
19
19
|
declare const dependencyVersionMap: {
|
|
20
20
|
readonly typescript: "^6.0.3";
|
|
21
|
-
readonly "better-auth": "^1.6.
|
|
22
|
-
readonly "@better-auth/expo": "^1.6.
|
|
23
|
-
readonly "
|
|
24
|
-
readonly "
|
|
25
|
-
readonly "
|
|
26
|
-
readonly "
|
|
21
|
+
readonly "better-auth": "^1.6.20";
|
|
22
|
+
readonly "@better-auth/expo": "^1.6.20";
|
|
23
|
+
readonly "expo-linking": "^56.0.14";
|
|
24
|
+
readonly "expo-constants": "^56.0.18";
|
|
25
|
+
readonly "expo-web-browser": "^56.0.5";
|
|
26
|
+
readonly "expo-network": "^56.0.5";
|
|
27
|
+
readonly "@better-auth/drizzle-adapter": "^1.6.20";
|
|
28
|
+
readonly "@better-auth/prisma-adapter": "^1.6.20";
|
|
29
|
+
readonly "@better-auth/mongo-adapter": "^1.6.20";
|
|
30
|
+
readonly "@clerk/nextjs": "^7.5.7";
|
|
27
31
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
28
|
-
readonly "@clerk/tanstack-react-start": "^1.
|
|
32
|
+
readonly "@clerk/tanstack-react-start": "^1.4.7";
|
|
29
33
|
readonly "@clerk/clerk-expo": "^2.19.31";
|
|
30
34
|
readonly "next-auth": "^4.24.14";
|
|
31
35
|
readonly "@auth/core": "^0.34.3";
|
|
32
36
|
readonly "@auth/drizzle-adapter": "^1.11.2";
|
|
33
37
|
readonly "@auth/prisma-adapter": "^2.11.2";
|
|
34
38
|
readonly "@stackframe/stack": "^2.8.108";
|
|
35
|
-
readonly "@supabase/supabase-js": "^2.
|
|
36
|
-
readonly "@supabase/ssr": "^0.
|
|
37
|
-
readonly "@auth0/nextjs-auth0": "^
|
|
39
|
+
readonly "@supabase/supabase-js": "^2.108.2";
|
|
40
|
+
readonly "@supabase/ssr": "^0.12.0";
|
|
41
|
+
readonly "@auth0/nextjs-auth0": "^4.22.0";
|
|
38
42
|
readonly "@workos-inc/authkit-nextjs": "^4.1.1";
|
|
39
43
|
readonly "@kinde-oss/kinde-auth-nextjs": "^2.12.2";
|
|
40
44
|
readonly "drizzle-orm": "^0.45.2";
|
|
41
45
|
readonly "drizzle-kit": "^0.31.10";
|
|
42
46
|
readonly "@planetscale/database": "^1.20.1";
|
|
43
|
-
readonly "@libsql/client": "^0.17.
|
|
47
|
+
readonly "@libsql/client": "^0.17.4";
|
|
44
48
|
readonly libsql: "^0.5.29";
|
|
45
49
|
readonly "@neondatabase/serverless": "^1.1.0";
|
|
46
|
-
readonly pg: "^8.
|
|
50
|
+
readonly pg: "^8.22.0";
|
|
47
51
|
readonly "@types/pg": "^8.20.0";
|
|
48
52
|
readonly "@types/ws": "^8.18.1";
|
|
49
53
|
readonly ws: "^8.21.0";
|
|
@@ -57,9 +61,9 @@ declare const dependencyVersionMap: {
|
|
|
57
61
|
readonly "@prisma/adapter-better-sqlite3": "^7.8.0";
|
|
58
62
|
readonly "@prisma/adapter-pg": "^7.8.0";
|
|
59
63
|
readonly "@prisma/adapter-planetscale": "^7.8.0";
|
|
60
|
-
readonly mongoose: "^9.
|
|
64
|
+
readonly mongoose: "^9.7.1";
|
|
61
65
|
readonly typeorm: "^1.0.0";
|
|
62
|
-
readonly "better-sqlite3": "^12.
|
|
66
|
+
readonly "better-sqlite3": "^12.11.1";
|
|
63
67
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
64
68
|
readonly kysely: "^0.29.2";
|
|
65
69
|
readonly "@mikro-orm/core": "^7.1.4";
|
|
@@ -72,29 +76,31 @@ declare const dependencyVersionMap: {
|
|
|
72
76
|
readonly sqlite3: "^6.0.1";
|
|
73
77
|
readonly "vite-plugin-pwa": "^1.3.0";
|
|
74
78
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
75
|
-
readonly "@tauri-apps/cli": "^2.11.
|
|
76
|
-
readonly "@tauri-apps/api": "^2.11.
|
|
77
|
-
readonly "@biomejs/biome": "^2.
|
|
78
|
-
readonly oxlint: "^1.
|
|
79
|
-
readonly oxfmt: "^0.
|
|
79
|
+
readonly "@tauri-apps/cli": "^2.11.3";
|
|
80
|
+
readonly "@tauri-apps/api": "^2.11.1";
|
|
81
|
+
readonly "@biomejs/biome": "^2.5.0";
|
|
82
|
+
readonly oxlint: "^1.70.0";
|
|
83
|
+
readonly oxfmt: "^0.55.0";
|
|
80
84
|
readonly husky: "^9.1.7";
|
|
81
85
|
readonly lefthook: "^2.1.9";
|
|
82
|
-
readonly "lint-staged": "^17.0.
|
|
86
|
+
readonly "lint-staged": "^17.0.8";
|
|
83
87
|
readonly tsx: "^4.22.4";
|
|
84
|
-
readonly "@types/node": "^
|
|
88
|
+
readonly "@types/node": "^26.0.0";
|
|
85
89
|
readonly "@types/bun": "^1.3.14";
|
|
86
90
|
readonly "@elysiajs/node": "^1.4.5";
|
|
87
91
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
92
|
+
readonly "@elysiajs/openapi": "^1.4.15";
|
|
88
93
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
89
|
-
readonly elysia: "^1.4.
|
|
90
|
-
readonly "@hono/node-server": "^2.0.
|
|
94
|
+
readonly elysia: "^1.4.29";
|
|
95
|
+
readonly "@hono/node-server": "^2.0.5";
|
|
91
96
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
92
|
-
readonly hono: "^4.
|
|
97
|
+
readonly "@hono/zod-openapi": "^1.4.0";
|
|
98
|
+
readonly hono: "^4.12.26";
|
|
93
99
|
readonly "@netlify/functions": "^5.3.0";
|
|
94
100
|
readonly "@octokit/rest": "^22.0.1";
|
|
95
|
-
readonly "@vercel/sandbox": "^2.
|
|
96
|
-
readonly vercel: "^54.
|
|
97
|
-
readonly "@sveltejs/adapter-vercel": "^6.3.
|
|
101
|
+
readonly "@vercel/sandbox": "^2.2.1";
|
|
102
|
+
readonly vercel: "^54.14.5";
|
|
103
|
+
readonly "@sveltejs/adapter-vercel": "^6.3.4";
|
|
98
104
|
readonly "bash-tool": "^1.3.17";
|
|
99
105
|
readonly cors: "^2.8.6";
|
|
100
106
|
readonly express: "^5.2.1";
|
|
@@ -102,12 +108,14 @@ declare const dependencyVersionMap: {
|
|
|
102
108
|
readonly "@types/cors": "^2.8.19";
|
|
103
109
|
readonly fastify: "^5.8.5";
|
|
104
110
|
readonly "@fastify/cors": "^11.2.0";
|
|
105
|
-
readonly "@
|
|
106
|
-
readonly "
|
|
107
|
-
readonly "@nestjs/
|
|
111
|
+
readonly "@fastify/swagger": "^9.7.0";
|
|
112
|
+
readonly "fastify-type-provider-zod": "^6.1.0";
|
|
113
|
+
readonly "@nestjs/core": "^11.1.27";
|
|
114
|
+
readonly "@nestjs/common": "^11.1.27";
|
|
115
|
+
readonly "@nestjs/platform-express": "^11.1.27";
|
|
108
116
|
readonly "reflect-metadata": "^0.2.2";
|
|
109
117
|
readonly rxjs: "^7.8.2";
|
|
110
|
-
readonly "encore.dev": "^1.57.
|
|
118
|
+
readonly "encore.dev": "^1.57.8";
|
|
111
119
|
readonly "@adonisjs/core": "^7.3.4";
|
|
112
120
|
readonly "@adonisjs/cors": "^3.0.0";
|
|
113
121
|
readonly "@adonisjs/assembler": "^8.4.0";
|
|
@@ -115,64 +123,70 @@ declare const dependencyVersionMap: {
|
|
|
115
123
|
readonly nitropack: "^2.13.4";
|
|
116
124
|
readonly h3: "^2.0.0";
|
|
117
125
|
readonly fets: "^0.8.7";
|
|
118
|
-
readonly turbo: "^2.9.
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
readonly "@chat-adapter/
|
|
122
|
-
readonly "@chat-adapter/
|
|
123
|
-
readonly "@chat-adapter/
|
|
124
|
-
readonly "@chat-adapter/state-
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
127
|
-
readonly "@ai-sdk/
|
|
128
|
-
readonly "@ai-sdk/
|
|
129
|
-
readonly "@ai-sdk/
|
|
130
|
-
readonly "@ai-sdk/
|
|
131
|
-
readonly "@ai-sdk/
|
|
126
|
+
readonly turbo: "^2.9.18";
|
|
127
|
+
readonly nx: "^23.0.0";
|
|
128
|
+
readonly chat: "^4.31.0";
|
|
129
|
+
readonly "@chat-adapter/slack": "^4.31.0";
|
|
130
|
+
readonly "@chat-adapter/discord": "^4.31.0";
|
|
131
|
+
readonly "@chat-adapter/github": "^4.31.0";
|
|
132
|
+
readonly "@chat-adapter/state-memory": "^4.31.0";
|
|
133
|
+
readonly "@chat-adapter/state-redis": "^4.31.0";
|
|
134
|
+
readonly ai: "^6.0.208";
|
|
135
|
+
readonly "@ai-sdk/anthropic": "^3.0.85";
|
|
136
|
+
readonly "@ai-sdk/google": "^3.0.83";
|
|
137
|
+
readonly "@ai-sdk/vue": "^3.0.208";
|
|
138
|
+
readonly "@ai-sdk/svelte": "^4.0.208";
|
|
139
|
+
readonly "@ai-sdk/react": "^3.0.210";
|
|
140
|
+
readonly "@ai-sdk/devtools": "^0.0.20";
|
|
132
141
|
readonly streamdown: "^2.5.0";
|
|
133
142
|
readonly shiki: "^4.2.0";
|
|
134
|
-
readonly mastra: "^1.
|
|
135
|
-
readonly "@mastra/core": "^1.
|
|
136
|
-
readonly "@voltagent/core": "^2.7.
|
|
143
|
+
readonly mastra: "^1.15.0";
|
|
144
|
+
readonly "@mastra/core": "^1.45.0";
|
|
145
|
+
readonly "@voltagent/core": "^2.7.7";
|
|
137
146
|
readonly "@voltagent/server-hono": "^2.0.14";
|
|
138
147
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
139
148
|
readonly "@voltagent/logger": "^2.0.2";
|
|
140
|
-
readonly "@langchain/langgraph": "^1.
|
|
141
|
-
readonly "@langchain/core": "^1.
|
|
142
|
-
readonly "@langchain/google-genai": "^2.
|
|
143
|
-
readonly "@openai/agents": "^0.11.
|
|
149
|
+
readonly "@langchain/langgraph": "^1.4.4";
|
|
150
|
+
readonly "@langchain/core": "^1.2.0";
|
|
151
|
+
readonly "@langchain/google-genai": "^2.2.0";
|
|
152
|
+
readonly "@openai/agents": "^0.11.8";
|
|
144
153
|
readonly "@google/adk": "^1.2.0";
|
|
145
154
|
readonly modelfusion: "^0.137.0";
|
|
146
|
-
readonly langchain: "^1.
|
|
155
|
+
readonly langchain: "^1.5.0";
|
|
147
156
|
readonly llamaindex: "^0.12.1";
|
|
148
157
|
readonly "ai-cli": "^0.3.1";
|
|
149
|
-
readonly "@orpc/server": "^1.14.
|
|
150
|
-
readonly "@orpc/client": "^1.14.
|
|
151
|
-
readonly "@orpc/openapi": "^1.14.
|
|
152
|
-
readonly "@orpc/zod": "^1.14.
|
|
153
|
-
readonly "@orpc/tanstack-query": "^1.14.
|
|
158
|
+
readonly "@orpc/server": "^1.14.6";
|
|
159
|
+
readonly "@orpc/client": "^1.14.6";
|
|
160
|
+
readonly "@orpc/openapi": "^1.14.6";
|
|
161
|
+
readonly "@orpc/zod": "^1.14.6";
|
|
162
|
+
readonly "@orpc/tanstack-query": "^1.14.6";
|
|
154
163
|
readonly "@ts-rest/core": "^3.52.1";
|
|
155
164
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
156
165
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
157
166
|
readonly "@ts-rest/next": "^3.52.1";
|
|
158
167
|
readonly garph: "^0.6.8";
|
|
159
|
-
readonly "graphql-yoga": "^5.21.
|
|
160
|
-
readonly graphql: "^16.14.
|
|
168
|
+
readonly "graphql-yoga": "^5.21.2";
|
|
169
|
+
readonly graphql: "^16.14.2";
|
|
161
170
|
readonly "@garph/gqty": "^0.4.5";
|
|
162
171
|
readonly gqty: "^3.6.0";
|
|
163
|
-
readonly "@pothos/core": "^4.
|
|
164
|
-
readonly "@
|
|
165
|
-
readonly "@
|
|
166
|
-
readonly "@
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
172
|
+
readonly "@pothos/core": "^4.13.0";
|
|
173
|
+
readonly "@apollo/server": "^5.5.1";
|
|
174
|
+
readonly "@asteasolutions/zod-to-openapi": "^8.5.0";
|
|
175
|
+
readonly "@scalar/express-api-reference": "^0.10.4";
|
|
176
|
+
readonly "@scalar/fastify-api-reference": "^1.60.0";
|
|
177
|
+
readonly "@scalar/hono-api-reference": "^0.11.4";
|
|
178
|
+
readonly "@trpc/tanstack-react-query": "^11.18.0";
|
|
179
|
+
readonly "@trpc/server": "^11.18.0";
|
|
180
|
+
readonly "@trpc/client": "^11.18.0";
|
|
181
|
+
readonly next: "^16.2.9";
|
|
182
|
+
readonly convex: "^1.41.0";
|
|
169
183
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
170
|
-
readonly "@convex-dev/agent": "^0.6.
|
|
184
|
+
readonly "@convex-dev/agent": "^0.6.4";
|
|
171
185
|
readonly "@convex-dev/polar": "^0.9.1";
|
|
172
|
-
readonly "convex-svelte": "^0.0
|
|
186
|
+
readonly "convex-svelte": "^0.14.0";
|
|
173
187
|
readonly "convex-nuxt": "0.1.5";
|
|
174
188
|
readonly "convex-vue": "^0.1.5";
|
|
175
|
-
readonly "@convex-dev/better-auth": "^0.12.
|
|
189
|
+
readonly "@convex-dev/better-auth": "^0.12.4";
|
|
176
190
|
readonly "@tanstack/svelte-query": "^6.1.34";
|
|
177
191
|
readonly "@tanstack/svelte-query-devtools": "^6.1.34";
|
|
178
192
|
readonly "@tanstack/vue-query-devtools": "^6.1.34";
|
|
@@ -190,61 +204,63 @@ declare const dependencyVersionMap: {
|
|
|
190
204
|
readonly "@tanstack/svelte-table": "^8.21.3";
|
|
191
205
|
readonly "@tanstack/solid-table": "^8.21.3";
|
|
192
206
|
readonly "@tanstack/angular-table": "^8.21.4";
|
|
193
|
-
readonly "@tanstack/react-virtual": "^3.14.
|
|
194
|
-
readonly "@tanstack/vue-virtual": "^3.13.
|
|
195
|
-
readonly "@tanstack/svelte-virtual": "^3.13.
|
|
196
|
-
readonly "@tanstack/solid-virtual": "^3.13.
|
|
197
|
-
readonly "@tanstack/angular-virtual": "^5.0.
|
|
198
|
-
readonly "@tanstack/db": "^0.6.
|
|
199
|
-
readonly "@tanstack/react-db": "^0.1.
|
|
200
|
-
readonly "@tanstack/vue-db": "^0.0.
|
|
201
|
-
readonly "@tanstack/solid-db": "^0.2.
|
|
202
|
-
readonly "@tanstack/svelte-db": "^0.1.
|
|
207
|
+
readonly "@tanstack/react-virtual": "^3.14.3";
|
|
208
|
+
readonly "@tanstack/vue-virtual": "^3.13.29";
|
|
209
|
+
readonly "@tanstack/svelte-virtual": "^3.13.29";
|
|
210
|
+
readonly "@tanstack/solid-virtual": "^3.13.29";
|
|
211
|
+
readonly "@tanstack/angular-virtual": "^5.0.5";
|
|
212
|
+
readonly "@tanstack/db": "^0.6.9";
|
|
213
|
+
readonly "@tanstack/react-db": "^0.1.87";
|
|
214
|
+
readonly "@tanstack/vue-db": "^0.0.120";
|
|
215
|
+
readonly "@tanstack/solid-db": "^0.2.23";
|
|
216
|
+
readonly "@tanstack/svelte-db": "^0.1.86";
|
|
203
217
|
readonly "@tanstack/pacer": "^0.21.1";
|
|
204
218
|
readonly "@tanstack/react-pacer": "^0.22.1";
|
|
205
219
|
readonly "@tanstack/solid-pacer": "^0.21.1";
|
|
206
|
-
readonly "@tanstack/ai": "^0.
|
|
207
|
-
readonly "@tanstack/ai-react": "^0.15.
|
|
208
|
-
readonly "@tanstack/ai-solid": "^0.13.
|
|
209
|
-
readonly wrangler: "^4.
|
|
210
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
220
|
+
readonly "@tanstack/ai": "^0.32.0";
|
|
221
|
+
readonly "@tanstack/ai-react": "^0.15.9";
|
|
222
|
+
readonly "@tanstack/ai-solid": "^0.13.9";
|
|
223
|
+
readonly wrangler: "^4.103.0";
|
|
224
|
+
readonly "@cloudflare/vite-plugin": "^1.42.1";
|
|
211
225
|
readonly "@opennextjs/cloudflare": "^1.19.11";
|
|
212
226
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
213
|
-
readonly "@sveltejs/adapter-cloudflare": "^7.2.
|
|
227
|
+
readonly "@sveltejs/adapter-cloudflare": "^7.2.9";
|
|
214
228
|
readonly "@sveltejs/adapter-node": "^5.5.4";
|
|
215
|
-
readonly "@cloudflare/workers-types": "^4.
|
|
216
|
-
readonly alchemy: "^0.93.
|
|
229
|
+
readonly "@cloudflare/workers-types": "^4.20260621.1";
|
|
230
|
+
readonly alchemy: "^0.93.12";
|
|
217
231
|
readonly sst: "^4.15.2";
|
|
218
|
-
readonly "aws-cdk-lib": "^2.
|
|
232
|
+
readonly "aws-cdk-lib": "^2.260.0";
|
|
219
233
|
readonly constructs: "^10.6.0";
|
|
220
234
|
readonly "@opennextjs/aws": "^4.0.3";
|
|
221
235
|
readonly dotenv: "^17.4.2";
|
|
222
|
-
readonly tsdown: "^0.22.
|
|
236
|
+
readonly tsdown: "^0.22.3";
|
|
223
237
|
readonly zod: "^4.4.3";
|
|
224
238
|
readonly "@t3-oss/env-core": "^0.13.11";
|
|
225
239
|
readonly "@t3-oss/env-nextjs": "^0.13.11";
|
|
226
240
|
readonly "@t3-oss/env-nuxt": "^0.13.11";
|
|
227
|
-
readonly srvx: "^0.11.
|
|
241
|
+
readonly srvx: "^0.11.17";
|
|
228
242
|
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
229
243
|
readonly "@polar-sh/checkout": "^0.3.0";
|
|
230
244
|
readonly "@polar-sh/sdk": "^0.48.1";
|
|
231
|
-
readonly resend: "^6.
|
|
245
|
+
readonly resend: "^6.14.0";
|
|
232
246
|
readonly "@react-email/components": "^1.0.12";
|
|
233
|
-
readonly "react-email": "^6.
|
|
247
|
+
readonly "react-email": "^6.6.3";
|
|
234
248
|
readonly react: "^19.2.7";
|
|
249
|
+
readonly "react-dom": "^19.2.7";
|
|
235
250
|
readonly "@types/react": "^19.2.17";
|
|
236
|
-
readonly nodemailer: "^
|
|
237
|
-
readonly "@types/
|
|
251
|
+
readonly nodemailer: "^9.0.1";
|
|
252
|
+
readonly "@types/react-dom": "^19.2.3";
|
|
253
|
+
readonly "@types/nodemailer": "^8.0.1";
|
|
238
254
|
readonly postmark: "^4.0.7";
|
|
239
255
|
readonly "@sendgrid/mail": "^8.1.6";
|
|
240
|
-
readonly "@aws-sdk/client-ses": "^3.
|
|
241
|
-
readonly "@aws-sdk/client-s3": "^3.
|
|
242
|
-
readonly "@aws-sdk/s3-request-presigner": "^3.
|
|
256
|
+
readonly "@aws-sdk/client-ses": "^3.1073.0";
|
|
257
|
+
readonly "@aws-sdk/client-s3": "^3.1073.0";
|
|
258
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1073.0";
|
|
243
259
|
readonly "mailgun.js": "^13.2.0";
|
|
244
|
-
readonly "form-data": "^4.0.
|
|
260
|
+
readonly "form-data": "^4.0.6";
|
|
245
261
|
readonly "@plunk/node": "^3.0.3";
|
|
246
|
-
readonly effect: "^3.21.
|
|
247
|
-
readonly "@effect/platform": "^0.96.
|
|
262
|
+
readonly effect: "^3.21.4";
|
|
263
|
+
readonly "@effect/platform": "^0.96.2";
|
|
248
264
|
readonly "@effect/platform-node": "^0.107.0";
|
|
249
265
|
readonly "@effect/platform-bun": "^0.90.0";
|
|
250
266
|
readonly "@effect/platform-browser": "^0.76.0";
|
|
@@ -263,43 +279,43 @@ declare const dependencyVersionMap: {
|
|
|
263
279
|
readonly "@effect/cluster": "^0.59.0";
|
|
264
280
|
readonly "@effect/workflow": "^0.18.2";
|
|
265
281
|
readonly "@effect/ai": "^0.36.0";
|
|
266
|
-
readonly "@effect/ai-openai": "^0.40.
|
|
282
|
+
readonly "@effect/ai-openai": "^0.40.1";
|
|
267
283
|
readonly "@effect/ai-anthropic": "^0.26.0";
|
|
268
|
-
readonly sass: "^1.
|
|
269
|
-
readonly less: "^4.6.
|
|
270
|
-
readonly "@radix-ui/react-dialog": "^1.1.
|
|
271
|
-
readonly "@radix-ui/react-dropdown-menu": "^2.1.
|
|
272
|
-
readonly "@radix-ui/react-slot": "^1.
|
|
273
|
-
readonly "@radix-ui/react-label": "^2.1.
|
|
274
|
-
readonly "@radix-ui/react-checkbox": "^1.3.
|
|
275
|
-
readonly "@radix-ui/react-select": "^2.3.
|
|
276
|
-
readonly "@radix-ui/react-toast": "^1.2.
|
|
277
|
-
readonly "@radix-ui/react-popover": "^1.1.
|
|
278
|
-
readonly "@radix-ui/react-switch": "^1.3.
|
|
279
|
-
readonly "@radix-ui/react-tabs": "^1.1.
|
|
284
|
+
readonly sass: "^1.101.0";
|
|
285
|
+
readonly less: "^4.6.6";
|
|
286
|
+
readonly "@radix-ui/react-dialog": "^1.1.17";
|
|
287
|
+
readonly "@radix-ui/react-dropdown-menu": "^2.1.18";
|
|
288
|
+
readonly "@radix-ui/react-slot": "^1.3.0";
|
|
289
|
+
readonly "@radix-ui/react-label": "^2.1.10";
|
|
290
|
+
readonly "@radix-ui/react-checkbox": "^1.3.5";
|
|
291
|
+
readonly "@radix-ui/react-select": "^2.3.1";
|
|
292
|
+
readonly "@radix-ui/react-toast": "^1.2.17";
|
|
293
|
+
readonly "@radix-ui/react-popover": "^1.1.17";
|
|
294
|
+
readonly "@radix-ui/react-switch": "^1.3.1";
|
|
295
|
+
readonly "@radix-ui/react-tabs": "^1.1.15";
|
|
280
296
|
readonly "@headlessui/react": "^2.2.10";
|
|
281
297
|
readonly "@headlessui/vue": "^1.7.23";
|
|
282
298
|
readonly "@park-ui/panda-preset": "^0.43.1";
|
|
283
|
-
readonly "@chakra-ui/react": "^3.
|
|
299
|
+
readonly "@chakra-ui/react": "^3.36.0";
|
|
284
300
|
readonly "@emotion/react": "^11.14.0";
|
|
285
301
|
readonly "@emotion/styled": "^11.14.1";
|
|
286
|
-
readonly "@heroui/react": "^3.1
|
|
302
|
+
readonly "@heroui/react": "^3.2.1";
|
|
287
303
|
readonly "framer-motion": "^12.40.0";
|
|
288
|
-
readonly "@mantine/core": "^9.3.
|
|
289
|
-
readonly "@mantine/hooks": "^9.3.
|
|
290
|
-
readonly "@mui/material": "^9.1.
|
|
291
|
-
readonly antd: "^6.4.
|
|
304
|
+
readonly "@mantine/core": "^9.3.2";
|
|
305
|
+
readonly "@mantine/hooks": "^9.3.2";
|
|
306
|
+
readonly "@mui/material": "^9.1.1";
|
|
307
|
+
readonly antd: "^6.4.5";
|
|
292
308
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
293
|
-
readonly shadcn: "^4.
|
|
294
|
-
readonly "radix-ui": "^1.
|
|
309
|
+
readonly shadcn: "^4.11.0";
|
|
310
|
+
readonly "radix-ui": "^1.6.0";
|
|
295
311
|
readonly "class-variance-authority": "^0.7.1";
|
|
296
312
|
readonly clsx: "^2.1.1";
|
|
297
313
|
readonly "tailwind-merge": "^3.6.0";
|
|
298
314
|
readonly "tw-animate-css": "^1.4.0";
|
|
299
|
-
readonly "lucide-react": "^1.
|
|
315
|
+
readonly "lucide-react": "^1.21.0";
|
|
300
316
|
readonly "@tabler/icons-react": "^3.44.0";
|
|
301
|
-
readonly "@hugeicons/react": "^1.1.
|
|
302
|
-
readonly "@hugeicons/core-free-icons": "^4.2.
|
|
317
|
+
readonly "@hugeicons/react": "^1.1.7";
|
|
318
|
+
readonly "@hugeicons/core-free-icons": "^4.2.1";
|
|
303
319
|
readonly "@phosphor-icons/react": "^2.1.10";
|
|
304
320
|
readonly "@remixicon/react": "^4.9.0";
|
|
305
321
|
readonly "@heroicons/react": "^2.2.0";
|
|
@@ -319,7 +335,7 @@ declare const dependencyVersionMap: {
|
|
|
319
335
|
readonly "@ark-ui/vue": "^5.37.2";
|
|
320
336
|
readonly "@ark-ui/solid": "^5.37.1";
|
|
321
337
|
readonly "@ark-ui/svelte": "^5.22.1";
|
|
322
|
-
readonly "react-aria-components": "^1.
|
|
338
|
+
readonly "react-aria-components": "^1.19.0";
|
|
323
339
|
readonly daisyui: "^5.5.23";
|
|
324
340
|
readonly "shadcn-svelte": "^1.3.0";
|
|
325
341
|
readonly "bits-ui": "^2.18.1";
|
|
@@ -327,33 +343,33 @@ declare const dependencyVersionMap: {
|
|
|
327
343
|
readonly "@builder.io/qwik": "^1.20.0";
|
|
328
344
|
readonly "@builder.io/qwik-city": "^1.20.0";
|
|
329
345
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
330
|
-
readonly "@angular/core": "^22.0.
|
|
331
|
-
readonly "@angular/common": "^22.0.
|
|
332
|
-
readonly "@angular/compiler": "^22.0.
|
|
333
|
-
readonly "@angular/platform-browser": "^22.0.
|
|
334
|
-
readonly "@angular/platform-browser-dynamic": "^22.0.
|
|
335
|
-
readonly "@angular/router": "^22.0.
|
|
336
|
-
readonly "@angular/forms": "^22.0.
|
|
337
|
-
readonly "@angular/animations": "^22.0.
|
|
338
|
-
readonly "@angular-devkit/build-angular": "^22.0.
|
|
339
|
-
readonly "@angular/cli": "^22.0.
|
|
340
|
-
readonly "@angular/compiler-cli": "^22.0.
|
|
346
|
+
readonly "@angular/core": "^22.0.2";
|
|
347
|
+
readonly "@angular/common": "^22.0.2";
|
|
348
|
+
readonly "@angular/compiler": "^22.0.2";
|
|
349
|
+
readonly "@angular/platform-browser": "^22.0.2";
|
|
350
|
+
readonly "@angular/platform-browser-dynamic": "^22.0.2";
|
|
351
|
+
readonly "@angular/router": "^22.0.2";
|
|
352
|
+
readonly "@angular/forms": "^22.0.2";
|
|
353
|
+
readonly "@angular/animations": "^22.0.2";
|
|
354
|
+
readonly "@angular-devkit/build-angular": "^22.0.3";
|
|
355
|
+
readonly "@angular/cli": "^22.0.3";
|
|
356
|
+
readonly "@angular/compiler-cli": "^22.0.2";
|
|
341
357
|
readonly zustand: "^5.0.14";
|
|
342
|
-
readonly jotai: "^2.20.
|
|
358
|
+
readonly jotai: "^2.20.1";
|
|
343
359
|
readonly nanostores: "^1.3.0";
|
|
344
360
|
readonly "@nanostores/react": "^1.1.0";
|
|
345
361
|
readonly "@reduxjs/toolkit": "^2.12.0";
|
|
346
362
|
readonly "react-redux": "^9.3.0";
|
|
347
|
-
readonly mobx: "^6.16.
|
|
363
|
+
readonly mobx: "^6.16.1";
|
|
348
364
|
readonly "mobx-react-lite": "^4.1.1";
|
|
349
|
-
readonly xstate: "^5.32.
|
|
365
|
+
readonly xstate: "^5.32.1";
|
|
350
366
|
readonly "@xstate/react": "^6.1.0";
|
|
351
367
|
readonly valtio: "^2.3.2";
|
|
352
368
|
readonly "@tanstack/store": "^0.11.0";
|
|
353
369
|
readonly "@tanstack/react-store": "^0.11.0";
|
|
354
370
|
readonly "@legendapp/state": "^2.1.15";
|
|
355
371
|
readonly valibot: "^1.4.1";
|
|
356
|
-
readonly arktype: "^2.2.
|
|
372
|
+
readonly arktype: "^2.2.1";
|
|
357
373
|
readonly "@sinclair/typebox": "^0.34.49";
|
|
358
374
|
readonly typia: "^12.1.1";
|
|
359
375
|
readonly runtypes: "^7.0.4";
|
|
@@ -370,52 +386,52 @@ declare const dependencyVersionMap: {
|
|
|
370
386
|
readonly "socket.io": "^4.8.3";
|
|
371
387
|
readonly "socket.io-client": "^4.8.3";
|
|
372
388
|
readonly partykit: "^0.0.115";
|
|
373
|
-
readonly partysocket: "^1.
|
|
374
|
-
readonly ably: "^2.
|
|
375
|
-
readonly pusher: "^5.3.
|
|
389
|
+
readonly partysocket: "^1.2.0";
|
|
390
|
+
readonly ably: "^2.23.0";
|
|
391
|
+
readonly pusher: "^5.3.4";
|
|
376
392
|
readonly "pusher-js": "^8.5.0";
|
|
377
|
-
readonly "@liveblocks/client": "^3.
|
|
378
|
-
readonly "@liveblocks/react": "^3.
|
|
379
|
-
readonly "@liveblocks/node": "^3.
|
|
393
|
+
readonly "@liveblocks/client": "^3.20.0";
|
|
394
|
+
readonly "@liveblocks/react": "^3.20.0";
|
|
395
|
+
readonly "@liveblocks/node": "^3.20.0";
|
|
380
396
|
readonly yjs: "^13.6.31";
|
|
381
397
|
readonly "y-websocket": "^3.0.0";
|
|
382
398
|
readonly "y-protocols": "^1.0.7";
|
|
383
399
|
readonly "@y-sweet/sdk": "^0.9.1";
|
|
384
400
|
readonly "@y-sweet/react": "^0.9.1";
|
|
385
|
-
readonly bullmq: "^5.
|
|
401
|
+
readonly bullmq: "^5.79.1";
|
|
386
402
|
readonly ioredis: "^5.11.1";
|
|
387
403
|
readonly "@trigger.dev/sdk": "^4.4.6";
|
|
388
|
-
readonly inngest: "^4.
|
|
389
|
-
readonly "@temporalio/client": "^1.
|
|
390
|
-
readonly "@temporalio/worker": "^1.
|
|
391
|
-
readonly "@temporalio/workflow": "^1.
|
|
392
|
-
readonly "@temporalio/activity": "^1.
|
|
404
|
+
readonly inngest: "^4.7.0";
|
|
405
|
+
readonly "@temporalio/client": "^1.18.1";
|
|
406
|
+
readonly "@temporalio/worker": "^1.18.1";
|
|
407
|
+
readonly "@temporalio/workflow": "^1.18.1";
|
|
408
|
+
readonly "@temporalio/activity": "^1.18.1";
|
|
393
409
|
readonly jest: "^30.4.2";
|
|
394
410
|
readonly "@types/jest": "^30.0.0";
|
|
395
411
|
readonly "ts-jest": "^29.4.11";
|
|
396
412
|
readonly "@jest/globals": "^30.4.1";
|
|
397
413
|
readonly "jest-environment-jsdom": "^30.4.1";
|
|
398
|
-
readonly cypress: "^15.
|
|
399
|
-
readonly vitest: "
|
|
400
|
-
readonly "@vitest/ui": "
|
|
401
|
-
readonly "@vitest/coverage-v8": "
|
|
414
|
+
readonly cypress: "^15.17.0";
|
|
415
|
+
readonly vitest: "4.1.8";
|
|
416
|
+
readonly "@vitest/ui": "4.1.8";
|
|
417
|
+
readonly "@vitest/coverage-v8": "4.1.8";
|
|
402
418
|
readonly jsdom: "^29.1.1";
|
|
403
|
-
readonly "happy-dom": "^20.10.
|
|
404
|
-
readonly "@playwright/test": "^1.
|
|
405
|
-
readonly playwright: "^1.
|
|
419
|
+
readonly "happy-dom": "^20.10.6";
|
|
420
|
+
readonly "@playwright/test": "^1.61.0";
|
|
421
|
+
readonly playwright: "^1.61.0";
|
|
406
422
|
readonly "@testing-library/dom": "^10.4.1";
|
|
407
423
|
readonly "@testing-library/react": "^16.3.2";
|
|
408
424
|
readonly "@testing-library/vue": "^8.1.0";
|
|
409
|
-
readonly "@testing-library/svelte": "^5.
|
|
425
|
+
readonly "@testing-library/svelte": "^5.4.1";
|
|
410
426
|
readonly "@testing-library/jest-dom": "^6.9.1";
|
|
411
427
|
readonly "@testing-library/user-event": "^14.6.1";
|
|
412
428
|
readonly msw: "^2.14.6";
|
|
413
429
|
readonly storybook: "^8.6.18";
|
|
414
430
|
readonly "@storybook/react": "^8.6.18";
|
|
415
431
|
readonly "@storybook/react-vite": "^8.6.18";
|
|
416
|
-
readonly "@storybook/vue3": "^
|
|
432
|
+
readonly "@storybook/vue3": "^10.4.6";
|
|
417
433
|
readonly "@storybook/vue3-vite": "^8.6.18";
|
|
418
|
-
readonly "@storybook/svelte": "^
|
|
434
|
+
readonly "@storybook/svelte": "^10.4.6";
|
|
419
435
|
readonly "@storybook/svelte-vite": "^8.6.18";
|
|
420
436
|
readonly "@storybook/nextjs": "^8.6.18";
|
|
421
437
|
readonly "@storybook/addon-essentials": "^8.6.18";
|
|
@@ -423,18 +439,18 @@ declare const dependencyVersionMap: {
|
|
|
423
439
|
readonly "@storybook/test": "^8.6.18";
|
|
424
440
|
readonly motion: "^12.40.0";
|
|
425
441
|
readonly gsap: "^3.15.0";
|
|
426
|
-
readonly "@react-spring/web": "^10.1.
|
|
427
|
-
readonly "@react-spring/native": "^10.1.
|
|
442
|
+
readonly "@react-spring/web": "^10.1.1";
|
|
443
|
+
readonly "@react-spring/native": "^10.1.1";
|
|
428
444
|
readonly "@formkit/auto-animate": "^0.9.0";
|
|
429
445
|
readonly "lottie-react": "^2.4.1";
|
|
430
446
|
readonly "lottie-react-native": "^7.3.8";
|
|
431
|
-
readonly stripe: "^22.2.
|
|
432
|
-
readonly "@stripe/stripe-js": "^9.
|
|
447
|
+
readonly stripe: "^22.2.2";
|
|
448
|
+
readonly "@stripe/stripe-js": "^9.8.0";
|
|
433
449
|
readonly "@stripe/react-stripe-js": "^6.6.0";
|
|
434
450
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
435
451
|
readonly "@paddle/paddle-node-sdk": "^3.8.0";
|
|
436
452
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
437
|
-
readonly dodopayments: "^2.
|
|
453
|
+
readonly dodopayments: "^2.39.1";
|
|
438
454
|
readonly "dodopayments-checkout": "^1.9.4";
|
|
439
455
|
readonly uploadthing: "^7.7.4";
|
|
440
456
|
readonly "@uploadthing/react": "^7.3.3";
|
|
@@ -474,39 +490,46 @@ declare const dependencyVersionMap: {
|
|
|
474
490
|
readonly "pino-pretty": "^13.1.3";
|
|
475
491
|
readonly "pino-http": "^11.0.0";
|
|
476
492
|
readonly winston: "^3.19.0";
|
|
477
|
-
readonly evlog: "^2.
|
|
493
|
+
readonly evlog: "^2.19.1";
|
|
478
494
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
479
|
-
readonly "@opentelemetry/sdk-node": "^0.
|
|
480
|
-
readonly "@opentelemetry/auto-instrumentations-node": "^0.
|
|
481
|
-
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
482
|
-
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.
|
|
483
|
-
readonly "@opentelemetry/resources": "^2.
|
|
484
|
-
readonly "@opentelemetry/sdk-metrics": "^2.
|
|
495
|
+
readonly "@opentelemetry/sdk-node": "^0.219.0";
|
|
496
|
+
readonly "@opentelemetry/auto-instrumentations-node": "^0.77.0";
|
|
497
|
+
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.219.0";
|
|
498
|
+
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.219.0";
|
|
499
|
+
readonly "@opentelemetry/resources": "^2.8.0";
|
|
500
|
+
readonly "@opentelemetry/sdk-metrics": "^2.8.0";
|
|
485
501
|
readonly "@opentelemetry/semantic-conventions": "^1.41.1";
|
|
486
|
-
readonly "@sentry/node": "^10.
|
|
487
|
-
readonly "@sentry/profiling-node": "^10.
|
|
502
|
+
readonly "@sentry/node": "^10.59.0";
|
|
503
|
+
readonly "@sentry/profiling-node": "^10.59.0";
|
|
488
504
|
readonly "prom-client": "^15.1.3";
|
|
489
|
-
readonly "dd-trace": "^5.
|
|
490
|
-
readonly "@axiomhq/js": "^1.
|
|
505
|
+
readonly "dd-trace": "^5.109.0";
|
|
506
|
+
readonly "@axiomhq/js": "^1.7.0";
|
|
491
507
|
readonly "@logtail/node": "^0.5.8";
|
|
492
|
-
readonly payload: "^3.85.
|
|
493
|
-
readonly "@payloadcms/next": "^3.85.
|
|
494
|
-
readonly "@payloadcms/richtext-lexical": "^3.85.
|
|
495
|
-
readonly "@payloadcms/db-postgres": "^3.85.
|
|
496
|
-
readonly "@payloadcms/db-mongodb": "^3.85.
|
|
497
|
-
readonly "@payloadcms/db-sqlite": "^3.85.
|
|
498
|
-
readonly "@payloadcms/plugin-seo": "^3.85.
|
|
499
|
-
readonly "@payloadcms/storage-s3": "^3.85.
|
|
500
|
-
readonly sanity: "^
|
|
501
|
-
readonly "next-sanity": "^13.
|
|
508
|
+
readonly payload: "^3.85.1";
|
|
509
|
+
readonly "@payloadcms/next": "^3.85.1";
|
|
510
|
+
readonly "@payloadcms/richtext-lexical": "^3.85.1";
|
|
511
|
+
readonly "@payloadcms/db-postgres": "^3.85.1";
|
|
512
|
+
readonly "@payloadcms/db-mongodb": "^3.85.1";
|
|
513
|
+
readonly "@payloadcms/db-sqlite": "^3.85.1";
|
|
514
|
+
readonly "@payloadcms/plugin-seo": "^3.85.1";
|
|
515
|
+
readonly "@payloadcms/storage-s3": "^3.85.1";
|
|
516
|
+
readonly sanity: "^6.1.0";
|
|
517
|
+
readonly "next-sanity": "^13.1.1";
|
|
502
518
|
readonly "@sanity/image-url": "^2.1.1";
|
|
503
|
-
readonly "@sanity/vision": "^
|
|
504
|
-
readonly "@sanity/client": "^7.
|
|
519
|
+
readonly "@sanity/vision": "^6.1.0";
|
|
520
|
+
readonly "@sanity/client": "^7.23.0";
|
|
505
521
|
readonly "@strapi/client": "^1.6.2";
|
|
506
522
|
readonly qs: "^6.15.2";
|
|
507
|
-
readonly "@
|
|
508
|
-
readonly
|
|
509
|
-
readonly
|
|
523
|
+
readonly "@types/qs": "^6.14.0";
|
|
524
|
+
readonly "@directus/sdk": "^22.0.0";
|
|
525
|
+
readonly tinacms: "^3.9.3";
|
|
526
|
+
readonly "@tinacms/cli": "^2.5.1";
|
|
527
|
+
readonly "@keystatic/core": "^0.5.50";
|
|
528
|
+
readonly "@keystatic/next": "^5.0.4";
|
|
529
|
+
readonly "@markdoc/markdoc": "^0.5.7";
|
|
530
|
+
readonly "@astrojs/react": "^6.0.0";
|
|
531
|
+
readonly "@astrojs/markdoc": "^2.0.0";
|
|
532
|
+
readonly "@astrojs/node": "^11.0.0";
|
|
510
533
|
readonly cloudinary: "^2.10.0";
|
|
511
534
|
readonly swr: "^2.4.1";
|
|
512
535
|
readonly "@upstash/redis": "^1.38.0";
|
|
@@ -517,18 +540,24 @@ declare const dependencyVersionMap: {
|
|
|
517
540
|
readonly "react-i18next": "^17.0.8";
|
|
518
541
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
519
542
|
readonly "i18next-http-backend": "^4.0.0";
|
|
543
|
+
readonly "@inlang/paraglide-js": "^2.20.1";
|
|
520
544
|
readonly "next-intl": "^4.13.0";
|
|
521
545
|
readonly meilisearch: "^0.58.0";
|
|
522
546
|
readonly typesense: "^3.0.6";
|
|
523
547
|
readonly "@elastic/elasticsearch": "^9.4.2";
|
|
524
|
-
readonly
|
|
548
|
+
readonly "@opensearch-project/opensearch": "^3.6.0";
|
|
549
|
+
readonly algoliasearch: "^5.55.0";
|
|
550
|
+
readonly postgres: "^3.4.7";
|
|
551
|
+
readonly "@qdrant/js-client-rest": "^1.15.1";
|
|
552
|
+
readonly chromadb: "^1.10.5";
|
|
553
|
+
readonly "@pinecone-database/pinecone": "^6.1.2";
|
|
525
554
|
readonly edgedb: "^2.0.1";
|
|
526
555
|
readonly "@edgedb/generate": "^0.6.1";
|
|
527
556
|
readonly "@growthbook/growthbook": "^1.6.5";
|
|
528
557
|
readonly "@growthbook/growthbook-react": "^1.6.5";
|
|
529
|
-
readonly "posthog-js": "^1.
|
|
530
|
-
readonly "posthog-node": "^5.
|
|
531
|
-
readonly "@launchdarkly/js-client-sdk": "^4.
|
|
558
|
+
readonly "posthog-js": "^1.391.7";
|
|
559
|
+
readonly "posthog-node": "^5.38.2";
|
|
560
|
+
readonly "@launchdarkly/js-client-sdk": "^4.9.0";
|
|
532
561
|
readonly "@launchdarkly/node-server-sdk": "^9.11.2";
|
|
533
562
|
readonly "@flagsmith/flagsmith": "^12.0.1";
|
|
534
563
|
readonly "flagsmith-nodejs": "^8.1.0";
|