@better-fullstack/template-generator 2.3.1 → 2.5.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/LICENSE +22 -0
- package/dist/browser.d.mts +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/index.d.mts +150 -147
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +10 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{preflight-validation-DtEMXQD9.mjs → preflight-validation-DWErz8QK.mjs} +83971 -81015
- package/dist/preflight-validation-DWErz8QK.mjs.map +1 -0
- package/dist/{preflight-validation-BX7t84dq.d.mts → preflight-validation-KQW3v9KD.d.mts} +2 -2
- package/dist/preflight-validation-KQW3v9KD.d.mts.map +1 -0
- package/package.json +3 -2
- package/dist/preflight-validation-BX7t84dq.d.mts.map +0 -1
- package/dist/preflight-validation-DtEMXQD9.mjs.map +0 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Better T Stack
|
|
4
|
+
Copyright (c) 2026 Better Fullstack
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
SOFTWARE.
|
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, c as TemplateData, i as EMBEDDED_TEMPLATES, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig, t as PreflightResult } from "./preflight-validation-
|
|
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-KQW3v9KD.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-DWErz8QK.mjs";
|
|
2
2
|
|
|
3
3
|
export { EMBEDDED_TEMPLATES, TEMPLATE_COUNT, generateVirtualProject, validatePreflightConfig };
|
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-KQW3v9KD.mjs";
|
|
3
3
|
import Handlebars from "handlebars";
|
|
4
4
|
import { ProjectConfig } from "@better-fullstack/types";
|
|
5
5
|
|
|
@@ -29,19 +29,19 @@ declare const dependencyVersionMap: {
|
|
|
29
29
|
readonly "@better-auth/drizzle-adapter": "^1.6.22";
|
|
30
30
|
readonly "@better-auth/prisma-adapter": "^1.6.22";
|
|
31
31
|
readonly "@better-auth/mongo-adapter": "^1.6.22";
|
|
32
|
-
readonly "@clerk/nextjs": "^7.6.
|
|
32
|
+
readonly "@clerk/nextjs": "^7.6.4";
|
|
33
33
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
34
|
-
readonly "@clerk/tanstack-react-start": "^1.4.
|
|
34
|
+
readonly "@clerk/tanstack-react-start": "^1.4.26";
|
|
35
35
|
readonly "@clerk/clerk-expo": "^2.19.31";
|
|
36
36
|
readonly "next-auth": "^4.24.15";
|
|
37
37
|
readonly "@auth/core": "^0.34.3";
|
|
38
38
|
readonly "@auth/drizzle-adapter": "^1.11.3";
|
|
39
39
|
readonly "@auth/prisma-adapter": "^2.11.3";
|
|
40
40
|
readonly "@stackframe/stack": "^2.8.108";
|
|
41
|
-
readonly "@supabase/supabase-js": "^2.
|
|
42
|
-
readonly "@supabase/ssr": "^0.12.
|
|
41
|
+
readonly "@supabase/supabase-js": "^2.111.0";
|
|
42
|
+
readonly "@supabase/ssr": "^0.12.4";
|
|
43
43
|
readonly "@auth0/nextjs-auth0": "^4.23.0";
|
|
44
|
-
readonly "@workos-inc/authkit-nextjs": "^4.3.
|
|
44
|
+
readonly "@workos-inc/authkit-nextjs": "^4.3.1";
|
|
45
45
|
readonly "@kinde-oss/kinde-auth-nextjs": "^2.13.0";
|
|
46
46
|
readonly "drizzle-orm": "^0.45.2";
|
|
47
47
|
readonly "drizzle-kit": "^0.31.10";
|
|
@@ -50,28 +50,28 @@ declare const dependencyVersionMap: {
|
|
|
50
50
|
readonly libsql: "^0.5.29";
|
|
51
51
|
readonly "@neondatabase/serverless": "^1.1.0";
|
|
52
52
|
readonly pg: "^8.22.0";
|
|
53
|
-
readonly "@types/pg": "^8.20.
|
|
53
|
+
readonly "@types/pg": "^8.20.3";
|
|
54
54
|
readonly "@types/ws": "^8.18.1";
|
|
55
55
|
readonly ws: "^8.21.1";
|
|
56
|
-
readonly mysql2: "^3.23.
|
|
57
|
-
readonly "@prisma/client": "^7.9.
|
|
58
|
-
readonly prisma: "^7.9.
|
|
59
|
-
readonly "@prisma/adapter-d1": "^7.9.
|
|
60
|
-
readonly "@prisma/adapter-neon": "^7.9.
|
|
61
|
-
readonly "@prisma/adapter-mariadb": "^7.9.
|
|
62
|
-
readonly "@prisma/adapter-libsql": "^7.9.
|
|
63
|
-
readonly "@prisma/adapter-better-sqlite3": "^7.9.
|
|
64
|
-
readonly "@prisma/adapter-pg": "^7.9.
|
|
65
|
-
readonly "@prisma/adapter-planetscale": "^7.9.
|
|
66
|
-
readonly mongoose: "^9.
|
|
56
|
+
readonly mysql2: "^3.23.2";
|
|
57
|
+
readonly "@prisma/client": "^7.9.1";
|
|
58
|
+
readonly prisma: "^7.9.1";
|
|
59
|
+
readonly "@prisma/adapter-d1": "^7.9.1";
|
|
60
|
+
readonly "@prisma/adapter-neon": "^7.9.1";
|
|
61
|
+
readonly "@prisma/adapter-mariadb": "^7.9.1";
|
|
62
|
+
readonly "@prisma/adapter-libsql": "^7.9.1";
|
|
63
|
+
readonly "@prisma/adapter-better-sqlite3": "^7.9.1";
|
|
64
|
+
readonly "@prisma/adapter-pg": "^7.9.1";
|
|
65
|
+
readonly "@prisma/adapter-planetscale": "^7.9.1";
|
|
66
|
+
readonly mongoose: "^9.9.1";
|
|
67
67
|
readonly typeorm: "^1.1.0";
|
|
68
68
|
readonly "better-sqlite3": "^12.11.1";
|
|
69
69
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
70
70
|
readonly kysely: "^0.29.4";
|
|
71
|
-
readonly "@mikro-orm/core": "^7.1.
|
|
72
|
-
readonly "@mikro-orm/sqlite": "^7.1.
|
|
73
|
-
readonly "@mikro-orm/postgresql": "^7.1.
|
|
74
|
-
readonly "@mikro-orm/mysql": "^7.1.
|
|
71
|
+
readonly "@mikro-orm/core": "^7.1.9";
|
|
72
|
+
readonly "@mikro-orm/sqlite": "^7.1.9";
|
|
73
|
+
readonly "@mikro-orm/postgresql": "^7.1.9";
|
|
74
|
+
readonly "@mikro-orm/mysql": "^7.1.9";
|
|
75
75
|
readonly "@mikro-orm/better-sqlite": "^6.6.14";
|
|
76
76
|
readonly sequelize: "^6.37.8";
|
|
77
77
|
readonly "sequelize-typescript": "^2.1.6";
|
|
@@ -80,28 +80,29 @@ declare const dependencyVersionMap: {
|
|
|
80
80
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
81
81
|
readonly "@tauri-apps/cli": "^2.11.4";
|
|
82
82
|
readonly "@tauri-apps/api": "^2.11.1";
|
|
83
|
-
readonly "@biomejs/biome": "^2.5.
|
|
83
|
+
readonly "@biomejs/biome": "^2.5.6";
|
|
84
84
|
readonly ultracite: "^7.9.4";
|
|
85
|
-
readonly
|
|
85
|
+
readonly knip: "^6.29.0";
|
|
86
|
+
readonly oxlint: "^1.76.0";
|
|
86
87
|
readonly oxfmt: "^0.56.0";
|
|
87
88
|
readonly husky: "^9.1.7";
|
|
88
89
|
readonly lefthook: "^2.1.10";
|
|
89
|
-
readonly "lint-staged": "^17.
|
|
90
|
+
readonly "lint-staged": "^17.3.0";
|
|
90
91
|
readonly tsx: "^4.23.1";
|
|
91
|
-
readonly "@types/node": "^26.1.
|
|
92
|
+
readonly "@types/node": "^26.1.2";
|
|
92
93
|
readonly "@types/bun": "^1.3.14";
|
|
93
94
|
readonly "@elysiajs/node": "^1.4.5";
|
|
94
95
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
95
96
|
readonly "@elysiajs/openapi": "^1.4.15";
|
|
96
97
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
97
98
|
readonly elysia: "^1.4.29";
|
|
98
|
-
readonly "@hono/node-server": "^2.0.
|
|
99
|
+
readonly "@hono/node-server": "^2.0.12";
|
|
99
100
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
100
101
|
readonly "@hono/zod-openapi": "^1.5.1";
|
|
101
102
|
readonly hono: "^4.12.27";
|
|
102
103
|
readonly "@netlify/functions": "^5.3.0";
|
|
103
104
|
readonly "@octokit/rest": "^22.0.1";
|
|
104
|
-
readonly "@vercel/sandbox": "^2.9.
|
|
105
|
+
readonly "@vercel/sandbox": "^2.9.2";
|
|
105
106
|
readonly vercel: "^54.18.2";
|
|
106
107
|
readonly "@sveltejs/adapter-vercel": "^6.3.4";
|
|
107
108
|
readonly "bash-tool": "^1.3.18";
|
|
@@ -109,7 +110,7 @@ declare const dependencyVersionMap: {
|
|
|
109
110
|
readonly express: "^5.2.1";
|
|
110
111
|
readonly "@types/express": "^5.0.6";
|
|
111
112
|
readonly "@types/cors": "^2.8.19";
|
|
112
|
-
readonly fastify: "^5.
|
|
113
|
+
readonly fastify: "^5.11.0";
|
|
113
114
|
readonly "@fastify/cors": "^11.3.0";
|
|
114
115
|
readonly "@fastify/swagger": "^9.8.1";
|
|
115
116
|
readonly "fastify-type-provider-zod": "^7.0.0";
|
|
@@ -127,44 +128,44 @@ declare const dependencyVersionMap: {
|
|
|
127
128
|
readonly h3: "^2.0.0";
|
|
128
129
|
readonly fets: "^0.8.7";
|
|
129
130
|
readonly turbo: "^2.10.0";
|
|
130
|
-
readonly nx: "^23.1.
|
|
131
|
-
readonly chat: "^4.
|
|
132
|
-
readonly "@chat-adapter/slack": "^4.
|
|
133
|
-
readonly "@chat-adapter/discord": "^4.
|
|
134
|
-
readonly "@chat-adapter/github": "^4.
|
|
135
|
-
readonly "@chat-adapter/state-memory": "^4.
|
|
136
|
-
readonly "@chat-adapter/state-redis": "^4.
|
|
137
|
-
readonly ai: "^7.0.
|
|
138
|
-
readonly "@ai-sdk/anthropic": "^4.0.
|
|
139
|
-
readonly "@ai-sdk/google": "^4.0.
|
|
140
|
-
readonly "@ai-sdk/vue": "^4.0.
|
|
141
|
-
readonly "@ai-sdk/svelte": "^5.0.
|
|
142
|
-
readonly "@ai-sdk/react": "^4.0.
|
|
143
|
-
readonly "@ai-sdk/devtools": "^1.0.
|
|
131
|
+
readonly nx: "^23.1.1";
|
|
132
|
+
readonly chat: "^4.36.0";
|
|
133
|
+
readonly "@chat-adapter/slack": "^4.36.0";
|
|
134
|
+
readonly "@chat-adapter/discord": "^4.36.0";
|
|
135
|
+
readonly "@chat-adapter/github": "^4.36.0";
|
|
136
|
+
readonly "@chat-adapter/state-memory": "^4.36.0";
|
|
137
|
+
readonly "@chat-adapter/state-redis": "^4.36.0";
|
|
138
|
+
readonly ai: "^7.0.47";
|
|
139
|
+
readonly "@ai-sdk/anthropic": "^4.0.27";
|
|
140
|
+
readonly "@ai-sdk/google": "^4.0.31";
|
|
141
|
+
readonly "@ai-sdk/vue": "^4.0.47";
|
|
142
|
+
readonly "@ai-sdk/svelte": "^5.0.47";
|
|
143
|
+
readonly "@ai-sdk/react": "^4.0.50";
|
|
144
|
+
readonly "@ai-sdk/devtools": "^1.0.9";
|
|
144
145
|
readonly streamdown: "^2.5.0";
|
|
145
|
-
readonly shiki: "^4.
|
|
146
|
-
readonly mastra: "^1.
|
|
147
|
-
readonly "@mastra/core": "^1.
|
|
146
|
+
readonly shiki: "^4.4.1";
|
|
147
|
+
readonly mastra: "^1.21.0";
|
|
148
|
+
readonly "@mastra/core": "^1.55.0";
|
|
148
149
|
readonly "@voltagent/core": "^2.9.0";
|
|
149
150
|
readonly "@voltagent/server-hono": "^2.0.14";
|
|
150
151
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
151
152
|
readonly "@voltagent/logger": "^2.0.2";
|
|
152
153
|
readonly "@langchain/langgraph": "^1.4.8";
|
|
153
|
-
readonly "@langchain/core": "^1.2.
|
|
154
|
+
readonly "@langchain/core": "^1.2.4";
|
|
154
155
|
readonly "@langchain/google-genai": "^2.2.0";
|
|
155
156
|
readonly "@openai/agents": "^0.12.0";
|
|
156
157
|
readonly openai: "^6.49.0";
|
|
157
158
|
readonly "@anthropic-ai/sdk": "^0.110.0";
|
|
158
|
-
readonly "@google/adk": "^1.
|
|
159
|
+
readonly "@google/adk": "^1.5.0";
|
|
159
160
|
readonly modelfusion: "^0.137.0";
|
|
160
161
|
readonly langchain: "^1.5.4";
|
|
161
162
|
readonly llamaindex: "^0.12.1";
|
|
162
163
|
readonly "ai-cli": "^0.3.1";
|
|
163
|
-
readonly "@orpc/server": "^1.14.
|
|
164
|
-
readonly "@orpc/client": "^1.14.
|
|
165
|
-
readonly "@orpc/openapi": "^1.14.
|
|
166
|
-
readonly "@orpc/zod": "^1.14.
|
|
167
|
-
readonly "@orpc/tanstack-query": "^1.14.
|
|
164
|
+
readonly "@orpc/server": "^1.14.13";
|
|
165
|
+
readonly "@orpc/client": "^1.14.13";
|
|
166
|
+
readonly "@orpc/openapi": "^1.14.13";
|
|
167
|
+
readonly "@orpc/zod": "^1.14.13";
|
|
168
|
+
readonly "@orpc/tanstack-query": "^1.14.13";
|
|
168
169
|
readonly "@ts-rest/core": "^3.52.1";
|
|
169
170
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
170
171
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
@@ -177,14 +178,14 @@ declare const dependencyVersionMap: {
|
|
|
177
178
|
readonly "@pothos/core": "^4.13.1";
|
|
178
179
|
readonly "@apollo/server": "^5.5.1";
|
|
179
180
|
readonly "@asteasolutions/zod-to-openapi": "^8.5.0";
|
|
180
|
-
readonly "@scalar/express-api-reference": "^0.10.
|
|
181
|
-
readonly "@scalar/fastify-api-reference": "^1.
|
|
182
|
-
readonly "@scalar/hono-api-reference": "^0.11.
|
|
181
|
+
readonly "@scalar/express-api-reference": "^0.10.12";
|
|
182
|
+
readonly "@scalar/fastify-api-reference": "^1.64.0";
|
|
183
|
+
readonly "@scalar/hono-api-reference": "^0.11.12";
|
|
183
184
|
readonly "@trpc/tanstack-react-query": "^11.18.0";
|
|
184
185
|
readonly "@trpc/server": "^11.18.0";
|
|
185
186
|
readonly "@trpc/client": "^11.18.0";
|
|
186
|
-
readonly next: "^16.2.
|
|
187
|
-
readonly convex: "^1.
|
|
187
|
+
readonly next: "^16.2.12";
|
|
188
|
+
readonly convex: "^1.43.0";
|
|
188
189
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
189
190
|
readonly "@convex-dev/agent": "^0.6.4";
|
|
190
191
|
readonly "@convex-dev/polar": "^0.9.2";
|
|
@@ -209,10 +210,10 @@ declare const dependencyVersionMap: {
|
|
|
209
210
|
readonly "@tanstack/svelte-table": "^8.21.3";
|
|
210
211
|
readonly "@tanstack/solid-table": "^8.21.3";
|
|
211
212
|
readonly "@tanstack/angular-table": "^8.21.4";
|
|
212
|
-
readonly "@tanstack/react-virtual": "^3.14.
|
|
213
|
-
readonly "@tanstack/vue-virtual": "^3.13.
|
|
214
|
-
readonly "@tanstack/svelte-virtual": "^3.13.
|
|
215
|
-
readonly "@tanstack/solid-virtual": "^3.13.
|
|
213
|
+
readonly "@tanstack/react-virtual": "^3.14.9";
|
|
214
|
+
readonly "@tanstack/vue-virtual": "^3.13.35";
|
|
215
|
+
readonly "@tanstack/svelte-virtual": "^3.13.35";
|
|
216
|
+
readonly "@tanstack/solid-virtual": "^3.13.36";
|
|
216
217
|
readonly "@tanstack/angular-virtual": "^5.0.8";
|
|
217
218
|
readonly "@tanstack/db": "^0.6.17";
|
|
218
219
|
readonly "@tanstack/react-db": "^0.1.95";
|
|
@@ -225,8 +226,8 @@ declare const dependencyVersionMap: {
|
|
|
225
226
|
readonly "@tanstack/ai": "^0.38.0";
|
|
226
227
|
readonly "@tanstack/ai-react": "^0.16.4";
|
|
227
228
|
readonly "@tanstack/ai-solid": "^0.14.3";
|
|
228
|
-
readonly wrangler: "^4.
|
|
229
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
229
|
+
readonly wrangler: "^4.118.0";
|
|
230
|
+
readonly "@cloudflare/vite-plugin": "^1.50.0";
|
|
230
231
|
readonly "@opennextjs/cloudflare": "^1.20.2";
|
|
231
232
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
232
233
|
readonly "@sveltejs/adapter-cloudflare": "^7.2.9";
|
|
@@ -234,8 +235,8 @@ declare const dependencyVersionMap: {
|
|
|
234
235
|
readonly "@cloudflare/workers-types": "^4.20260629.1";
|
|
235
236
|
readonly alchemy: "^0.93.12";
|
|
236
237
|
readonly sst: "^4.17.1";
|
|
237
|
-
readonly "aws-cdk-lib": "^2.
|
|
238
|
-
readonly constructs: "^10.7.
|
|
238
|
+
readonly "aws-cdk-lib": "^2.263.0";
|
|
239
|
+
readonly constructs: "^10.7.2";
|
|
239
240
|
readonly "@opennextjs/aws": "^4.1.0";
|
|
240
241
|
readonly dotenv: "^17.4.2";
|
|
241
242
|
readonly tsdown: "^0.22.3";
|
|
@@ -247,27 +248,27 @@ declare const dependencyVersionMap: {
|
|
|
247
248
|
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
248
249
|
readonly "@polar-sh/checkout": "^0.3.0";
|
|
249
250
|
readonly "@polar-sh/sdk": "^0.48.1";
|
|
250
|
-
readonly resend: "^6.18.
|
|
251
|
+
readonly resend: "^6.18.1";
|
|
251
252
|
readonly "@react-email/components": "^1.0.12";
|
|
252
253
|
readonly "react-email": "^6.9.1";
|
|
253
254
|
readonly react: "^19.2.8";
|
|
254
255
|
readonly "react-dom": "^19.2.8";
|
|
255
|
-
readonly "@types/react": "^19.2.
|
|
256
|
+
readonly "@types/react": "^19.2.18";
|
|
256
257
|
readonly "@wxt-dev/module-react": "^1.2.2";
|
|
257
258
|
readonly wxt: "^0.20.27";
|
|
258
259
|
readonly "@opentui/core": "^0.4.5";
|
|
259
260
|
readonly nodemailer: "^9.0.3";
|
|
260
|
-
readonly "@types/react-dom": "^19.2.
|
|
261
|
+
readonly "@types/react-dom": "^19.2.4";
|
|
261
262
|
readonly "@types/nodemailer": "^8.0.1";
|
|
262
263
|
readonly postmark: "^4.0.7";
|
|
263
264
|
readonly "@sendgrid/mail": "^8.1.6";
|
|
264
|
-
readonly "@aws-sdk/client-ses": "^3.
|
|
265
|
-
readonly "@aws-sdk/client-s3": "^3.
|
|
266
|
-
readonly "@aws-sdk/s3-request-presigner": "^3.
|
|
265
|
+
readonly "@aws-sdk/client-ses": "^3.1101.0";
|
|
266
|
+
readonly "@aws-sdk/client-s3": "^3.1101.0";
|
|
267
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1101.0";
|
|
267
268
|
readonly "mailgun.js": "^13.3.0";
|
|
268
269
|
readonly "form-data": "^4.0.6";
|
|
269
270
|
readonly "@plunk/node": "^3.0.3";
|
|
270
|
-
readonly effect: "^3.22.
|
|
271
|
+
readonly effect: "^3.22.1";
|
|
271
272
|
readonly "@effect/platform": "^0.96.2";
|
|
272
273
|
readonly "@effect/platform-node": "^0.107.0";
|
|
273
274
|
readonly "@effect/platform-bun": "^0.90.0";
|
|
@@ -290,28 +291,28 @@ declare const dependencyVersionMap: {
|
|
|
290
291
|
readonly "@effect/ai-openai": "^0.40.1";
|
|
291
292
|
readonly "@effect/ai-anthropic": "^0.26.0";
|
|
292
293
|
readonly sass: "^1.102.0";
|
|
293
|
-
readonly less: "^4.8.
|
|
294
|
+
readonly less: "^4.8.1";
|
|
294
295
|
readonly "styled-components": "^6.4.4";
|
|
295
296
|
readonly eslint: "^10.8.0";
|
|
296
297
|
readonly "@eslint/js": "^10.0.1";
|
|
297
298
|
readonly "typescript-eslint": "^8.65.0";
|
|
298
|
-
readonly globals: "^17.
|
|
299
|
+
readonly globals: "^17.8.0";
|
|
299
300
|
readonly prettier: "^3.9.6";
|
|
300
|
-
readonly axios: "^1.
|
|
301
|
-
readonly firebase: "^12.
|
|
301
|
+
readonly axios: "^1.19.0";
|
|
302
|
+
readonly firebase: "^12.17.0";
|
|
302
303
|
readonly "@graphql-codegen/cli": "^7.2.0";
|
|
303
304
|
readonly "@graphql-codegen/client-preset": "^6.1.0";
|
|
304
305
|
readonly "openapi-typescript": "^7.13.0";
|
|
305
|
-
readonly "@apollo/client": "^4.2.
|
|
306
|
+
readonly "@apollo/client": "^4.2.9";
|
|
306
307
|
readonly electron: "^43.2.0";
|
|
307
308
|
readonly "electron-builder": "^26.15.3";
|
|
308
309
|
readonly concurrently: "^9.2.1";
|
|
309
310
|
readonly "cross-env": "^7.0.3";
|
|
310
311
|
readonly "wait-on": "^9.1.0";
|
|
311
|
-
readonly "@capacitor/core": "^8.
|
|
312
|
-
readonly "@capacitor/cli": "^8.
|
|
313
|
-
readonly "@capacitor/ios": "^8.
|
|
314
|
-
readonly "@capacitor/android": "^8.
|
|
312
|
+
readonly "@capacitor/core": "^8.5.0";
|
|
313
|
+
readonly "@capacitor/cli": "^8.5.0";
|
|
314
|
+
readonly "@capacitor/ios": "^8.5.0";
|
|
315
|
+
readonly "@capacitor/android": "^8.5.0";
|
|
315
316
|
readonly passport: "^0.7.0";
|
|
316
317
|
readonly "passport-github2": "^0.1.12";
|
|
317
318
|
readonly "express-session": "^1.19.0";
|
|
@@ -321,8 +322,8 @@ declare const dependencyVersionMap: {
|
|
|
321
322
|
readonly mocha: "^11.7.6";
|
|
322
323
|
readonly "@types/mocha": "^10.0.10";
|
|
323
324
|
readonly contentful: "^11.12.7";
|
|
324
|
-
readonly "@paypal/paypal-js": "^10.0
|
|
325
|
-
readonly "@paypal/react-paypal-js": "^10.
|
|
325
|
+
readonly "@paypal/paypal-js": "^10.1.0";
|
|
326
|
+
readonly "@paypal/react-paypal-js": "^10.3.0";
|
|
326
327
|
readonly "@paypal/paypal-server-sdk": "^2.4.0";
|
|
327
328
|
readonly "@radix-ui/react-dialog": "^1.1.23";
|
|
328
329
|
readonly "@radix-ui/react-dropdown-menu": "^2.1.24";
|
|
@@ -340,14 +341,14 @@ declare const dependencyVersionMap: {
|
|
|
340
341
|
readonly "@chakra-ui/react": "^3.36.1";
|
|
341
342
|
readonly "@emotion/react": "^11.14.0";
|
|
342
343
|
readonly "@emotion/styled": "^11.14.1";
|
|
343
|
-
readonly "@heroui/react": "^3.2.
|
|
344
|
-
readonly "framer-motion": "^12.
|
|
345
|
-
readonly "@mantine/core": "^9.
|
|
346
|
-
readonly "@mantine/hooks": "^9.
|
|
344
|
+
readonly "@heroui/react": "^3.2.3";
|
|
345
|
+
readonly "framer-motion": "^12.43.0";
|
|
346
|
+
readonly "@mantine/core": "^9.5.0";
|
|
347
|
+
readonly "@mantine/hooks": "^9.5.0";
|
|
347
348
|
readonly "@mui/material": "^9.2.0";
|
|
348
|
-
readonly antd: "^6.5.
|
|
349
|
+
readonly antd: "^6.5.3";
|
|
349
350
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
350
|
-
readonly shadcn: "^4.
|
|
351
|
+
readonly shadcn: "^4.16.1";
|
|
351
352
|
readonly "radix-ui": "^1.6.7";
|
|
352
353
|
readonly "class-variance-authority": "^0.7.1";
|
|
353
354
|
readonly clsx: "^2.1.1";
|
|
@@ -355,7 +356,7 @@ declare const dependencyVersionMap: {
|
|
|
355
356
|
readonly "tw-animate-css": "^1.4.0";
|
|
356
357
|
readonly "lucide-react": "^1.21.0";
|
|
357
358
|
readonly "lucide-solid": "^1.21.0";
|
|
358
|
-
readonly "@tabler/icons-react": "^3.
|
|
359
|
+
readonly "@tabler/icons-react": "^3.46.0";
|
|
359
360
|
readonly "@hugeicons/react": "^1.1.9";
|
|
360
361
|
readonly "@hugeicons/core-free-icons": "^4.2.3";
|
|
361
362
|
readonly "@phosphor-icons/react": "^2.1.10";
|
|
@@ -377,28 +378,28 @@ declare const dependencyVersionMap: {
|
|
|
377
378
|
readonly "@ark-ui/vue": "^5.37.2";
|
|
378
379
|
readonly "@ark-ui/solid": "^5.37.1";
|
|
379
380
|
readonly "@ark-ui/svelte": "^5.22.1";
|
|
380
|
-
readonly "react-aria-components": "^1.
|
|
381
|
-
readonly daisyui: "^5.7.
|
|
381
|
+
readonly "react-aria-components": "^1.20.0";
|
|
382
|
+
readonly daisyui: "^5.7.9";
|
|
382
383
|
readonly "shadcn-svelte": "^1.4.2";
|
|
383
384
|
readonly "bits-ui": "^2.18.1";
|
|
384
385
|
readonly "lucide-svelte": "^1.0.1";
|
|
385
386
|
readonly "@builder.io/qwik": "^1.20.0";
|
|
386
387
|
readonly "@builder.io/qwik-city": "^1.20.0";
|
|
387
388
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
388
|
-
readonly "@angular/core": "^22.0
|
|
389
|
-
readonly "@angular/common": "^22.0
|
|
390
|
-
readonly "@angular/compiler": "^22.0
|
|
391
|
-
readonly "@angular/platform-browser": "^22.0
|
|
392
|
-
readonly "@angular/platform-browser-dynamic": "^22.0
|
|
393
|
-
readonly "@angular/router": "^22.0
|
|
394
|
-
readonly "@angular/forms": "^22.0
|
|
395
|
-
readonly "@angular/animations": "^22.0
|
|
396
|
-
readonly "@angular-devkit/build-angular": "^22.
|
|
397
|
-
readonly "@angular/cli": "^22.
|
|
398
|
-
readonly "@angular/compiler-cli": "^22.0
|
|
389
|
+
readonly "@angular/core": "^22.1.0";
|
|
390
|
+
readonly "@angular/common": "^22.1.0";
|
|
391
|
+
readonly "@angular/compiler": "^22.1.0";
|
|
392
|
+
readonly "@angular/platform-browser": "^22.1.0";
|
|
393
|
+
readonly "@angular/platform-browser-dynamic": "^22.1.0";
|
|
394
|
+
readonly "@angular/router": "^22.1.0";
|
|
395
|
+
readonly "@angular/forms": "^22.1.0";
|
|
396
|
+
readonly "@angular/animations": "^22.1.0";
|
|
397
|
+
readonly "@angular-devkit/build-angular": "^22.1.2";
|
|
398
|
+
readonly "@angular/cli": "^22.1.2";
|
|
399
|
+
readonly "@angular/compiler-cli": "^22.1.0";
|
|
399
400
|
readonly zustand: "^5.0.14";
|
|
400
401
|
readonly jotai: "^2.20.2";
|
|
401
|
-
readonly nanostores: "^1.4.
|
|
402
|
+
readonly nanostores: "^1.4.2";
|
|
402
403
|
readonly "@nanostores/react": "^1.1.0";
|
|
403
404
|
readonly "@reduxjs/toolkit": "^2.12.0";
|
|
404
405
|
readonly "react-redux": "^9.3.0";
|
|
@@ -419,8 +420,8 @@ declare const dependencyVersionMap: {
|
|
|
419
420
|
readonly yup: "^1.7.1";
|
|
420
421
|
readonly "final-form": "^5.0.1";
|
|
421
422
|
readonly "react-final-form": "^7.0.1";
|
|
422
|
-
readonly "@conform-to/react": "^1.20.
|
|
423
|
-
readonly "@conform-to/zod": "^1.20.
|
|
423
|
+
readonly "@conform-to/react": "^1.20.2";
|
|
424
|
+
readonly "@conform-to/zod": "^1.20.2";
|
|
424
425
|
readonly "@modular-forms/solid": "^0.25.1";
|
|
425
426
|
readonly "@modular-forms/qwik": "^0.29.1";
|
|
426
427
|
readonly "@tanstack/react-form": "^1.33.0";
|
|
@@ -444,8 +445,8 @@ declare const dependencyVersionMap: {
|
|
|
444
445
|
readonly "@y-sweet/react": "^0.9.1";
|
|
445
446
|
readonly bullmq: "^5.81.2";
|
|
446
447
|
readonly ioredis: "^5.11.1";
|
|
447
|
-
readonly "@trigger.dev/sdk": "^4.5.
|
|
448
|
-
readonly inngest: "^4.
|
|
448
|
+
readonly "@trigger.dev/sdk": "^4.5.9";
|
|
449
|
+
readonly inngest: "^4.14.0";
|
|
449
450
|
readonly "@temporalio/client": "^1.21.1";
|
|
450
451
|
readonly "@temporalio/worker": "^1.21.1";
|
|
451
452
|
readonly "@temporalio/workflow": "^1.21.1";
|
|
@@ -461,8 +462,8 @@ declare const dependencyVersionMap: {
|
|
|
461
462
|
readonly "@vitest/coverage-v8": "4.1.8";
|
|
462
463
|
readonly jsdom: "^29.1.1";
|
|
463
464
|
readonly "happy-dom": "^20.11.1";
|
|
464
|
-
readonly "@playwright/test": "^1.62.
|
|
465
|
-
readonly playwright: "^1.62.
|
|
465
|
+
readonly "@playwright/test": "^1.62.1";
|
|
466
|
+
readonly playwright: "^1.62.1";
|
|
466
467
|
readonly "@testing-library/dom": "^10.4.1";
|
|
467
468
|
readonly "@testing-library/react": "^16.3.2";
|
|
468
469
|
readonly "@testing-library/vue": "^8.1.0";
|
|
@@ -473,34 +474,34 @@ declare const dependencyVersionMap: {
|
|
|
473
474
|
readonly storybook: "^8.6.18";
|
|
474
475
|
readonly "@storybook/react": "^8.6.18";
|
|
475
476
|
readonly "@storybook/react-vite": "^8.6.18";
|
|
476
|
-
readonly "@storybook/vue3": "^10.5.
|
|
477
|
+
readonly "@storybook/vue3": "^10.5.5";
|
|
477
478
|
readonly "@storybook/vue3-vite": "^8.6.18";
|
|
478
|
-
readonly "@storybook/svelte": "^10.5.
|
|
479
|
+
readonly "@storybook/svelte": "^10.5.5";
|
|
479
480
|
readonly "@storybook/svelte-vite": "^8.6.18";
|
|
480
481
|
readonly "@storybook/nextjs": "^8.6.18";
|
|
481
482
|
readonly "@storybook/addon-essentials": "^8.6.18";
|
|
482
483
|
readonly "@storybook/addon-interactions": "^8.6.18";
|
|
483
484
|
readonly "@storybook/test": "^8.6.18";
|
|
484
|
-
readonly motion: "^12.
|
|
485
|
+
readonly motion: "^12.43.0";
|
|
485
486
|
readonly gsap: "^3.15.0";
|
|
486
487
|
readonly "@react-spring/web": "^10.1.2";
|
|
487
488
|
readonly "@react-spring/native": "^10.1.2";
|
|
488
489
|
readonly "@formkit/auto-animate": "^0.9.0";
|
|
489
490
|
readonly "lottie-react": "^2.4.1";
|
|
490
491
|
readonly "lottie-react-native": "^7.3.8";
|
|
491
|
-
readonly stripe: "^22.
|
|
492
|
-
readonly "@stripe/stripe-js": "^9.12.
|
|
492
|
+
readonly stripe: "^22.4.0";
|
|
493
|
+
readonly "@stripe/stripe-js": "^9.12.1";
|
|
493
494
|
readonly "@stripe/react-stripe-js": "^6.8.0";
|
|
494
495
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
495
496
|
readonly "@paddle/paddle-node-sdk": "^3.8.0";
|
|
496
497
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
497
|
-
readonly dodopayments: "^2.
|
|
498
|
+
readonly dodopayments: "^2.44.0";
|
|
498
499
|
readonly "dodopayments-checkout": "^1.9.5";
|
|
499
500
|
readonly "react-native-purchases": "^9.10.5";
|
|
500
501
|
readonly "convex-revenuecat": "^0.3.2";
|
|
501
502
|
readonly creem: "^1.6.0";
|
|
502
503
|
readonly "@creem_io/better-auth": "^1.1.3";
|
|
503
|
-
readonly "autumn-js": "^1.2.
|
|
504
|
+
readonly "autumn-js": "^1.2.45";
|
|
504
505
|
readonly "@commet/node": "^7.10.0";
|
|
505
506
|
readonly uploadthing: "^7.7.4";
|
|
506
507
|
readonly "@uploadthing/react": "^7.3.3";
|
|
@@ -534,13 +535,13 @@ declare const dependencyVersionMap: {
|
|
|
534
535
|
readonly "@redwoodjs/graphql-server": "^8.9.0";
|
|
535
536
|
readonly "@redwoodjs/vite": "^8.9.0";
|
|
536
537
|
readonly "@redwoodjs/project-config": "^8.9.0";
|
|
537
|
-
readonly preact: "^10.29.
|
|
538
|
+
readonly preact: "^10.29.8";
|
|
538
539
|
readonly "preact-render-to-string": "^6.7.0";
|
|
539
540
|
readonly pino: "^10.3.1";
|
|
540
541
|
readonly "pino-pretty": "^13.1.3";
|
|
541
542
|
readonly "pino-http": "^11.0.0";
|
|
542
543
|
readonly winston: "^3.19.0";
|
|
543
|
-
readonly evlog: "^2.22.
|
|
544
|
+
readonly evlog: "^2.22.4";
|
|
544
545
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
545
546
|
readonly "@opentelemetry/sdk-node": "0.220.0";
|
|
546
547
|
readonly "@opentelemetry/auto-instrumentations-node": "0.78.0";
|
|
@@ -549,25 +550,25 @@ declare const dependencyVersionMap: {
|
|
|
549
550
|
readonly "@opentelemetry/resources": "2.9.0";
|
|
550
551
|
readonly "@opentelemetry/sdk-metrics": "2.9.0";
|
|
551
552
|
readonly "@opentelemetry/semantic-conventions": "^1.43.0";
|
|
552
|
-
readonly "@sentry/node": "^10.
|
|
553
|
-
readonly "@sentry/profiling-node": "^10.
|
|
553
|
+
readonly "@sentry/node": "^10.69.0";
|
|
554
|
+
readonly "@sentry/profiling-node": "^10.69.0";
|
|
554
555
|
readonly "prom-client": "^15.1.3";
|
|
555
556
|
readonly "dd-trace": "^5.110.0";
|
|
556
557
|
readonly "@axiomhq/js": "^1.8.0";
|
|
557
558
|
readonly "@logtail/node": "^0.5.8";
|
|
558
|
-
readonly payload: "^3.
|
|
559
|
-
readonly "@payloadcms/next": "^3.
|
|
560
|
-
readonly "@payloadcms/richtext-lexical": "^3.
|
|
561
|
-
readonly "@payloadcms/db-postgres": "^3.
|
|
562
|
-
readonly "@payloadcms/db-mongodb": "^3.
|
|
563
|
-
readonly "@payloadcms/db-sqlite": "^3.
|
|
564
|
-
readonly "@payloadcms/plugin-seo": "^3.
|
|
565
|
-
readonly "@payloadcms/storage-s3": "^3.
|
|
566
|
-
readonly sanity: "^6.
|
|
567
|
-
readonly "next-sanity": "^13.2.
|
|
559
|
+
readonly payload: "^3.87.0";
|
|
560
|
+
readonly "@payloadcms/next": "^3.87.0";
|
|
561
|
+
readonly "@payloadcms/richtext-lexical": "^3.87.0";
|
|
562
|
+
readonly "@payloadcms/db-postgres": "^3.87.0";
|
|
563
|
+
readonly "@payloadcms/db-mongodb": "^3.87.0";
|
|
564
|
+
readonly "@payloadcms/db-sqlite": "^3.87.0";
|
|
565
|
+
readonly "@payloadcms/plugin-seo": "^3.87.0";
|
|
566
|
+
readonly "@payloadcms/storage-s3": "^3.87.0";
|
|
567
|
+
readonly sanity: "^6.8.0";
|
|
568
|
+
readonly "next-sanity": "^13.2.3";
|
|
568
569
|
readonly "@sanity/image-url": "^2.1.1";
|
|
569
|
-
readonly "@sanity/vision": "^6.
|
|
570
|
-
readonly "@sanity/client": "^7.
|
|
570
|
+
readonly "@sanity/vision": "^6.8.0";
|
|
571
|
+
readonly "@sanity/client": "^7.26.0";
|
|
571
572
|
readonly "@strapi/client": "^1.6.2";
|
|
572
573
|
readonly qs: "^6.15.3";
|
|
573
574
|
readonly "@types/qs": "^6.15.1";
|
|
@@ -577,20 +578,20 @@ declare const dependencyVersionMap: {
|
|
|
577
578
|
readonly "@keystatic/core": "^0.5.51";
|
|
578
579
|
readonly "@keystatic/next": "^5.0.4";
|
|
579
580
|
readonly "@markdoc/markdoc": "^0.5.8";
|
|
580
|
-
readonly "@astrojs/react": "^6.0.
|
|
581
|
-
readonly "@astrojs/markdoc": "^2.0.
|
|
582
|
-
readonly "@astrojs/node": "^11.0.
|
|
581
|
+
readonly "@astrojs/react": "^6.0.2";
|
|
582
|
+
readonly "@astrojs/markdoc": "^2.0.6";
|
|
583
|
+
readonly "@astrojs/node": "^11.0.3";
|
|
583
584
|
readonly cloudinary: "^2.10.0";
|
|
584
585
|
readonly swr: "^2.4.2";
|
|
585
|
-
readonly "@upstash/redis": "^1.38.
|
|
586
|
+
readonly "@upstash/redis": "^1.38.1";
|
|
586
587
|
readonly "@arcjet/next": "^1.9.1";
|
|
587
588
|
readonly "@arcjet/node": "^1.9.1";
|
|
588
589
|
readonly "@upstash/ratelimit": "^2.0.8";
|
|
589
590
|
readonly i18next: "^26.3.6";
|
|
590
591
|
readonly "react-i18next": "^17.0.11";
|
|
591
592
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
592
|
-
readonly "i18next-http-backend": "^4.0.
|
|
593
|
-
readonly "@inlang/paraglide-js": "^2.
|
|
593
|
+
readonly "i18next-http-backend": "^4.0.1";
|
|
594
|
+
readonly "@inlang/paraglide-js": "^2.23.0";
|
|
594
595
|
readonly "next-intl": "^4.13.4";
|
|
595
596
|
readonly intlayer: "^8.12.4";
|
|
596
597
|
readonly "react-intlayer": "^8.12.4";
|
|
@@ -598,25 +599,27 @@ declare const dependencyVersionMap: {
|
|
|
598
599
|
readonly "vite-intlayer": "^8.12.4";
|
|
599
600
|
readonly meilisearch: "^0.58.0";
|
|
600
601
|
readonly typesense: "^3.0.6";
|
|
601
|
-
readonly "@elastic/elasticsearch": "^9.4.
|
|
602
|
+
readonly "@elastic/elasticsearch": "^9.4.3";
|
|
602
603
|
readonly "@opensearch-project/opensearch": "^3.6.0";
|
|
603
604
|
readonly algoliasearch: "^5.56.0";
|
|
605
|
+
readonly "@nangohq/node": "^0.71.3";
|
|
606
|
+
readonly "@medusajs/js-sdk": "^2.18.0";
|
|
604
607
|
readonly postgres: "^3.4.9";
|
|
605
608
|
readonly "@qdrant/js-client-rest": "^1.18.0";
|
|
606
609
|
readonly chromadb: "^3.5.0";
|
|
607
|
-
readonly "@pinecone-database/pinecone": "^8.
|
|
610
|
+
readonly "@pinecone-database/pinecone": "^8.2.0";
|
|
608
611
|
readonly edgedb: "^2.0.1";
|
|
609
612
|
readonly "@edgedb/generate": "^0.6.1";
|
|
610
613
|
readonly "@growthbook/growthbook": "^1.6.5";
|
|
611
614
|
readonly "@growthbook/growthbook-react": "^1.6.5";
|
|
612
|
-
readonly "posthog-js": "^1.
|
|
613
|
-
readonly "posthog-node": "^5.
|
|
615
|
+
readonly "posthog-js": "^1.409.5";
|
|
616
|
+
readonly "posthog-node": "^5.47.3";
|
|
614
617
|
readonly "@launchdarkly/js-client-sdk": "^4.9.3";
|
|
615
|
-
readonly "@launchdarkly/node-server-sdk": "^9.
|
|
618
|
+
readonly "@launchdarkly/node-server-sdk": "^9.13.0";
|
|
616
619
|
readonly "@flagsmith/flagsmith": "^12.1.2";
|
|
617
620
|
readonly "flagsmith-nodejs": "^8.1.2";
|
|
618
|
-
readonly "@unleash/proxy-client-react": "^6.0.
|
|
619
|
-
readonly "unleash-proxy-client": "^3.8.
|
|
621
|
+
readonly "@unleash/proxy-client-react": "^6.0.1";
|
|
622
|
+
readonly "unleash-proxy-client": "^3.8.2";
|
|
620
623
|
readonly "unleash-client": "^6.11.1";
|
|
621
624
|
readonly "plausible-tracker": "^0.3.9";
|
|
622
625
|
};
|