@better-t-stack/template-generator 3.35.2 → 3.36.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/index.d.mts +93 -87
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +768 -294
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -80,6 +80,9 @@ declare function processVitePlusConfig(vfs: VirtualFileSystem, config: ProjectCo
|
|
|
80
80
|
*/
|
|
81
81
|
declare function processPackageConfigs(vfs: VirtualFileSystem, config: ProjectConfig): void;
|
|
82
82
|
//#endregion
|
|
83
|
+
//#region src/post-process/vercel-config.d.ts
|
|
84
|
+
declare function processVercelConfig(vfs: VirtualFileSystem, config: ProjectConfig): void;
|
|
85
|
+
//#endregion
|
|
83
86
|
//#region src/bts-config.d.ts
|
|
84
87
|
/**
|
|
85
88
|
* Writes the BTS configuration file to the VFS (for new project creation).
|
|
@@ -89,32 +92,32 @@ declare function writeBtsConfigToVfs(vfs: VirtualFileSystem, projectConfig: Proj
|
|
|
89
92
|
//#endregion
|
|
90
93
|
//#region src/templates.generated.d.ts
|
|
91
94
|
declare const EMBEDDED_TEMPLATES: Map<string, string>;
|
|
92
|
-
declare const TEMPLATE_COUNT =
|
|
95
|
+
declare const TEMPLATE_COUNT = 507;
|
|
93
96
|
//#endregion
|
|
94
97
|
//#region src/utils/add-deps.d.ts
|
|
95
98
|
declare const dependencyVersionMap: {
|
|
96
99
|
readonly typescript: "^6";
|
|
97
|
-
readonly "better-auth": "1.6.
|
|
98
|
-
readonly "@better-auth/expo": "1.6.
|
|
99
|
-
readonly "@clerk/backend": "^3.
|
|
100
|
-
readonly "@clerk/express": "^2.
|
|
101
|
-
readonly "@clerk/fastify": "^3.1.
|
|
102
|
-
readonly "@clerk/nextjs": "^7.
|
|
103
|
-
readonly "@clerk/react": "^6.
|
|
104
|
-
readonly "@clerk/react-router": "^3.
|
|
105
|
-
readonly "@clerk/tanstack-react-start": "^1.
|
|
106
|
-
readonly "@clerk/expo": "^3.
|
|
107
|
-
readonly "drizzle-orm": "^0.45.
|
|
108
|
-
readonly "drizzle-kit": "^0.31.
|
|
109
|
-
readonly "@planetscale/database": "^1.
|
|
110
|
-
readonly "@libsql/client": "0.
|
|
111
|
-
readonly libsql: "0.5.
|
|
112
|
-
readonly "@neondatabase/serverless": "^1.0
|
|
113
|
-
readonly pg: "^8.
|
|
114
|
-
readonly "@types/pg": "^8.
|
|
100
|
+
readonly "better-auth": "1.6.23";
|
|
101
|
+
readonly "@better-auth/expo": "1.6.23";
|
|
102
|
+
readonly "@clerk/backend": "^3.10.0";
|
|
103
|
+
readonly "@clerk/express": "^2.1.35";
|
|
104
|
+
readonly "@clerk/fastify": "^3.1.45";
|
|
105
|
+
readonly "@clerk/nextjs": "^7.5.12";
|
|
106
|
+
readonly "@clerk/react": "^6.11.3";
|
|
107
|
+
readonly "@clerk/react-router": "^3.5.4";
|
|
108
|
+
readonly "@clerk/tanstack-react-start": "^1.4.12";
|
|
109
|
+
readonly "@clerk/expo": "^3.6.5";
|
|
110
|
+
readonly "drizzle-orm": "^0.45.2";
|
|
111
|
+
readonly "drizzle-kit": "^0.31.10";
|
|
112
|
+
readonly "@planetscale/database": "^1.20.1";
|
|
113
|
+
readonly "@libsql/client": "0.17.4";
|
|
114
|
+
readonly libsql: "0.5.29";
|
|
115
|
+
readonly "@neondatabase/serverless": "^1.1.0";
|
|
116
|
+
readonly pg: "^8.22.0";
|
|
117
|
+
readonly "@types/pg": "^8.20.0";
|
|
115
118
|
readonly "@types/ws": "^8.18.1";
|
|
116
|
-
readonly ws: "^8.
|
|
117
|
-
readonly mysql2: "^3.
|
|
119
|
+
readonly ws: "^8.21.0";
|
|
120
|
+
readonly mysql2: "^3.22.5";
|
|
118
121
|
readonly "@prisma/client": "^7.8.0";
|
|
119
122
|
readonly prisma: "^7.8.0";
|
|
120
123
|
readonly "@prisma/adapter-d1": "^7.8.0";
|
|
@@ -124,57 +127,57 @@ declare const dependencyVersionMap: {
|
|
|
124
127
|
readonly "@prisma/adapter-better-sqlite3": "^7.8.0";
|
|
125
128
|
readonly "@prisma/adapter-pg": "^7.8.0";
|
|
126
129
|
readonly "@prisma/adapter-planetscale": "^7.8.0";
|
|
127
|
-
readonly mongoose: "^9.
|
|
128
|
-
readonly mongodb: "^7.
|
|
130
|
+
readonly mongoose: "^9.7.3";
|
|
131
|
+
readonly mongodb: "^7.4.0";
|
|
129
132
|
readonly "vite-plugin-pwa": "^1.3.0";
|
|
130
133
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
131
|
-
readonly "@tauri-apps/cli": "^2.11.
|
|
132
|
-
readonly "@biomejs/biome": "^2.
|
|
133
|
-
readonly oxlint: "^1.
|
|
134
|
-
readonly oxfmt: "^0.
|
|
134
|
+
readonly "@tauri-apps/cli": "^2.11.4";
|
|
135
|
+
readonly "@biomejs/biome": "^2.5.2";
|
|
136
|
+
readonly oxlint: "^1.72.0";
|
|
137
|
+
readonly oxfmt: "^0.57.0";
|
|
135
138
|
readonly husky: "^9.1.7";
|
|
136
139
|
readonly lefthook: "^2.1.9";
|
|
137
140
|
readonly "lint-staged": "^17.0.7";
|
|
138
|
-
readonly tsx: "^4.
|
|
141
|
+
readonly tsx: "^4.22.5";
|
|
139
142
|
readonly "@types/node": "^22.13.14";
|
|
140
|
-
readonly "@types/bun": "^1.3.
|
|
143
|
+
readonly "@types/bun": "^1.3.14";
|
|
141
144
|
readonly "@elysiajs/node": "^1.4.5";
|
|
142
|
-
readonly "@elysiajs/cors": "^1.4.
|
|
145
|
+
readonly "@elysiajs/cors": "^1.4.2";
|
|
143
146
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
144
|
-
readonly elysia: "^1.4.
|
|
147
|
+
readonly elysia: "^1.4.29";
|
|
145
148
|
readonly "@sinclair/typebox": "^0.34.49";
|
|
146
|
-
readonly "@hono/node-server": "^
|
|
147
|
-
readonly "@hono/trpc-server": "^0.4.
|
|
148
|
-
readonly hono: "^4.
|
|
149
|
-
readonly cors: "^2.8.
|
|
150
|
-
readonly express: "^5.1
|
|
151
|
-
readonly "@types/express": "^5.0.
|
|
152
|
-
readonly "@types/cors": "^2.8.
|
|
153
|
-
readonly fastify: "^5.
|
|
154
|
-
readonly "@fastify/cors": "^11.0
|
|
149
|
+
readonly "@hono/node-server": "^2.0.8";
|
|
150
|
+
readonly "@hono/trpc-server": "^0.4.2";
|
|
151
|
+
readonly hono: "^4.12.27";
|
|
152
|
+
readonly cors: "^2.8.6";
|
|
153
|
+
readonly express: "^5.2.1";
|
|
154
|
+
readonly "@types/express": "^5.0.6";
|
|
155
|
+
readonly "@types/cors": "^2.8.19";
|
|
156
|
+
readonly fastify: "^5.9.0";
|
|
157
|
+
readonly "@fastify/cors": "^11.2.0";
|
|
155
158
|
readonly turbo: "^2.10.2";
|
|
156
|
-
readonly nx: "^
|
|
157
|
-
readonly "vite-plus": "0.
|
|
158
|
-
readonly rolldown: "1.1.
|
|
159
|
-
readonly ai: "^7.0.
|
|
160
|
-
readonly "@ai-sdk/google": "^4.0.
|
|
161
|
-
readonly "@ai-sdk/vue": "^4.0.
|
|
162
|
-
readonly "@ai-sdk/svelte": "^5.0.
|
|
163
|
-
readonly "@ai-sdk/react": "^4.0.
|
|
164
|
-
readonly "@ai-sdk/devtools": "^1.0.
|
|
159
|
+
readonly nx: "^23.0.1";
|
|
160
|
+
readonly "vite-plus": "0.2.2";
|
|
161
|
+
readonly rolldown: "1.1.4";
|
|
162
|
+
readonly ai: "^7.0.13";
|
|
163
|
+
readonly "@ai-sdk/google": "^4.0.7";
|
|
164
|
+
readonly "@ai-sdk/vue": "^4.0.13";
|
|
165
|
+
readonly "@ai-sdk/svelte": "^5.0.13";
|
|
166
|
+
readonly "@ai-sdk/react": "^4.0.14";
|
|
167
|
+
readonly "@ai-sdk/devtools": "^1.0.1";
|
|
165
168
|
readonly streamdown: "^2.5.0";
|
|
166
|
-
readonly shiki: "^3.
|
|
169
|
+
readonly shiki: "^4.3.0";
|
|
167
170
|
readonly "@orpc/server": "^1.14.6";
|
|
168
171
|
readonly "@orpc/client": "^1.14.6";
|
|
169
172
|
readonly "@orpc/openapi": "^1.14.6";
|
|
170
173
|
readonly "@orpc/zod": "^1.14.6";
|
|
171
174
|
readonly "@orpc/tanstack-query": "^1.14.6";
|
|
172
|
-
readonly "@trpc/tanstack-react-query": "^11.
|
|
173
|
-
readonly "@trpc/server": "^11.
|
|
174
|
-
readonly "@trpc/client": "^11.
|
|
175
|
+
readonly "@trpc/tanstack-react-query": "^11.18.0";
|
|
176
|
+
readonly "@trpc/server": "^11.18.0";
|
|
177
|
+
readonly "@trpc/client": "^11.18.0";
|
|
175
178
|
readonly next: "^16.2.0";
|
|
176
|
-
readonly nitro: "^3.0.
|
|
177
|
-
readonly convex: "^1.42.
|
|
179
|
+
readonly nitro: "^3.0.260610-beta";
|
|
180
|
+
readonly convex: "^1.42.1";
|
|
178
181
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
179
182
|
readonly "@convex-dev/agent": "^0.6.4";
|
|
180
183
|
readonly "@convex-dev/polar": "^0.9.2";
|
|
@@ -182,40 +185,43 @@ declare const dependencyVersionMap: {
|
|
|
182
185
|
readonly "convex-nuxt": "0.1.5";
|
|
183
186
|
readonly "convex-vue": "^0.1.5";
|
|
184
187
|
readonly "@convex-dev/better-auth": "^0.12.5";
|
|
185
|
-
readonly "@tanstack/svelte-query": "^
|
|
186
|
-
readonly "@tanstack/svelte-query-devtools": "^
|
|
187
|
-
readonly "@tanstack/vue-query-devtools": "^6.1.
|
|
188
|
-
readonly "@tanstack/vue-query": "^5.
|
|
189
|
-
readonly "@tanstack/react-query-devtools": "^5.
|
|
190
|
-
readonly "@tanstack/react-query": "^5.
|
|
191
|
-
readonly "@tanstack/react-form": "^1.
|
|
192
|
-
readonly "@tanstack/react-router-ssr-query": "^1.
|
|
193
|
-
readonly "@tanstack/solid-form": "^1.
|
|
194
|
-
readonly "@tanstack/svelte-form": "^1.
|
|
195
|
-
readonly "@tanstack/solid-query": "^5.
|
|
196
|
-
readonly "@tanstack/solid-query-devtools": "^5.
|
|
197
|
-
readonly "@tanstack/solid-router-devtools": "^1.
|
|
198
|
-
readonly wrangler: "^4.
|
|
199
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
200
|
-
readonly "@opennextjs/cloudflare": "^1.
|
|
188
|
+
readonly "@tanstack/svelte-query": "^6.1.36";
|
|
189
|
+
readonly "@tanstack/svelte-query-devtools": "^6.1.36";
|
|
190
|
+
readonly "@tanstack/vue-query-devtools": "^6.1.36";
|
|
191
|
+
readonly "@tanstack/vue-query": "^5.101.2";
|
|
192
|
+
readonly "@tanstack/react-query-devtools": "^5.101.2";
|
|
193
|
+
readonly "@tanstack/react-query": "^5.101.2";
|
|
194
|
+
readonly "@tanstack/react-form": "^1.33.0";
|
|
195
|
+
readonly "@tanstack/react-router-ssr-query": "^1.167.1";
|
|
196
|
+
readonly "@tanstack/solid-form": "^1.33.0";
|
|
197
|
+
readonly "@tanstack/svelte-form": "^1.33.0";
|
|
198
|
+
readonly "@tanstack/solid-query": "^5.101.2";
|
|
199
|
+
readonly "@tanstack/solid-query-devtools": "^5.101.2";
|
|
200
|
+
readonly "@tanstack/solid-router-devtools": "^1.167.0";
|
|
201
|
+
readonly wrangler: "^4.107.0";
|
|
202
|
+
readonly "@cloudflare/vite-plugin": "^1.43.0";
|
|
203
|
+
readonly "@opennextjs/cloudflare": "^1.20.1";
|
|
201
204
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
202
|
-
readonly "@sveltejs/adapter-cloudflare": "^7.2.
|
|
203
|
-
readonly "@sveltejs/adapter-node": "^5.5.
|
|
204
|
-
readonly "@
|
|
205
|
-
readonly "@
|
|
206
|
-
readonly "@astrojs/
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
213
|
-
readonly
|
|
205
|
+
readonly "@sveltejs/adapter-cloudflare": "^7.2.9";
|
|
206
|
+
readonly "@sveltejs/adapter-node": "^5.5.7";
|
|
207
|
+
readonly "@sveltejs/adapter-vercel": "^6.3.4";
|
|
208
|
+
readonly "@cloudflare/workers-types": "^4.20260702.1";
|
|
209
|
+
readonly "@astrojs/cloudflare": "^14.1.0";
|
|
210
|
+
readonly "@astrojs/node": "^11.0.1";
|
|
211
|
+
readonly "@astrojs/vercel": "^11.0.1";
|
|
212
|
+
readonly alchemy: "^0.93.12";
|
|
213
|
+
readonly vercel: "^54.18.6";
|
|
214
|
+
readonly dotenv: "^17.4.2";
|
|
215
|
+
readonly tsdown: "^0.22.3";
|
|
216
|
+
readonly zod: "^4.4.3";
|
|
217
|
+
readonly "@t3-oss/env-core": "^0.13.11";
|
|
218
|
+
readonly "@t3-oss/env-nextjs": "^0.13.11";
|
|
219
|
+
readonly "@t3-oss/env-nuxt": "^0.13.11";
|
|
214
220
|
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
215
|
-
readonly "@polar-sh/checkout": "^0.
|
|
221
|
+
readonly "@polar-sh/checkout": "^0.4.0";
|
|
216
222
|
readonly "@polar-sh/sdk": "^0.47.1";
|
|
217
|
-
readonly "@stripe/react-stripe-js": "^
|
|
218
|
-
readonly "@stripe/stripe-js": "^
|
|
223
|
+
readonly "@stripe/react-stripe-js": "^5.6.1";
|
|
224
|
+
readonly "@stripe/stripe-js": "^8.11.0";
|
|
219
225
|
readonly evlog: "^2.19.2";
|
|
220
226
|
};
|
|
221
227
|
type AvailableDependencies = keyof typeof dependencyVersionMap;
|
|
@@ -223,5 +229,5 @@ type AvailableDependencies = keyof typeof dependencyVersionMap;
|
|
|
223
229
|
//#region src/utils/reproducible-command.d.ts
|
|
224
230
|
declare function generateReproducibleCommand(config: ProjectConfig): string;
|
|
225
231
|
//#endregion
|
|
226
|
-
export { type AvailableDependencies, EMBEDDED_TEMPLATES, GeneratorError, GeneratorOptions, Handlebars, TEMPLATE_COUNT, type TemplateData, VirtualDirectory, VirtualFile, VirtualFileSystem, VirtualFileTree, VirtualNode, dependencyVersionMap, generate, generateReproducibleCommand, isBinaryFile, processAddonTemplates, processAddonsDeps, processFileContent, processNxConfig, processPackageConfigs, processTemplateString, processTurboConfig, processVitePlusConfig, transformFilename, writeBtsConfigToVfs };
|
|
232
|
+
export { type AvailableDependencies, EMBEDDED_TEMPLATES, GeneratorError, GeneratorOptions, Handlebars, TEMPLATE_COUNT, type TemplateData, VirtualDirectory, VirtualFile, VirtualFileSystem, VirtualFileTree, VirtualNode, dependencyVersionMap, generate, generateReproducibleCommand, isBinaryFile, processAddonTemplates, processAddonsDeps, processFileContent, processNxConfig, processPackageConfigs, processTemplateString, processTurboConfig, processVercelConfig, processVitePlusConfig, transformFilename, writeBtsConfigToVfs };
|
|
227
233
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/core/virtual-fs.ts","../src/core/template-processor.ts","../src/template-handlers/utils.ts","../src/template-handlers/addons.ts","../src/generator.ts","../src/processors/addons-deps.ts","../src/processors/nx-generator.ts","../src/processors/turbo-generator.ts","../src/processors/vite-plus-generator.ts","../src/post-process/package-configs.ts","../src/bts-config.ts","../src/templates.generated.ts","../src/utils/add-deps.ts","../src/utils/reproducible-command.ts"],"mappings":";;;;;;;cAOa,iBAAA;EAAA,QACH,GAAA;EAAA,QACA,IAAA;EAAA,QACA,cAAA;;EAQR,SAAA,CAAU,QAAA,UAAkB,OAAA,UAAiB,UAAA;EAY7C,QAAA,CAAS,QAAA;EAQT,MAAA,CAAO,IAAA;EASP,UAAA,CAAW,QAAA;EAQX,eAAA,CAAgB,OAAA;EAQhB,KAAA,CAAM,OAAA;EAIN,UAAA,CAAW,QAAA;EASX,OAAA,CAAQ,OAAA;EAQR,QAAA,aAAA,CAAsB,QAAA,WAAmB,CAAA;EAUzC,SAAA,CAAU,QAAA,UAAkB,IAAA,WAAe,MAAA;EAI3C,WAAA,CAAA;EAMA,iBAAA,CAAA;EAMA,YAAA,CAAA;EAIA,iBAAA,CAAA;EAIA,MAAA,CAAO,QAAA,YAAuB,gBAAA;EAO9B,KAAA,CAAA;EAOA,SAAA,CAAA,GAd8C,OAAA,CAcrC,MAAA;EAGT,KAAA,CAAA,GAHS,OAAA,CAGJ,GAAA;EAAA,QAIG,OAAA;EAAA,QAeA,SAAA;EAAA,QAiCA,YAAA;EAAA,QAWA,aAAA;AAAA;;;
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/core/virtual-fs.ts","../src/core/template-processor.ts","../src/template-handlers/utils.ts","../src/template-handlers/addons.ts","../src/generator.ts","../src/processors/addons-deps.ts","../src/processors/nx-generator.ts","../src/processors/turbo-generator.ts","../src/processors/vite-plus-generator.ts","../src/post-process/package-configs.ts","../src/post-process/vercel-config.ts","../src/bts-config.ts","../src/templates.generated.ts","../src/utils/add-deps.ts","../src/utils/reproducible-command.ts"],"mappings":";;;;;;;cAOa,iBAAA;EAAA,QACH,GAAA;EAAA,QACA,IAAA;EAAA,QACA,cAAA;;EAQR,SAAA,CAAU,QAAA,UAAkB,OAAA,UAAiB,UAAA;EAY7C,QAAA,CAAS,QAAA;EAQT,MAAA,CAAO,IAAA;EASP,UAAA,CAAW,QAAA;EAQX,eAAA,CAAgB,OAAA;EAQhB,KAAA,CAAM,OAAA;EAIN,UAAA,CAAW,QAAA;EASX,OAAA,CAAQ,OAAA;EAQR,QAAA,aAAA,CAAsB,QAAA,WAAmB,CAAA;EAUzC,SAAA,CAAU,QAAA,UAAkB,IAAA,WAAe,MAAA;EAI3C,WAAA,CAAA;EAMA,iBAAA,CAAA;EAMA,YAAA,CAAA;EAIA,iBAAA,CAAA;EAIA,MAAA,CAAO,QAAA,YAAuB,gBAAA;EAO9B,KAAA,CAAA;EAOA,SAAA,CAAA,GAd8C,OAAA,CAcrC,MAAA;EAGT,KAAA,CAAA,GAHS,OAAA,CAGJ,GAAA;EAAA,QAIG,OAAA;EAAA,QAeA,SAAA;EAAA,QAiCA,YAAA;EAAA,QAWA,aAAA;AAAA;;;iBC5JM,qBAAA,CAAsB,OAAA,UAAiB,OAAA,EAAS,aAAa;AAAA,iBAI7D,YAAA,CAAa,QAAgB;AAAA,iBAI7B,iBAAA,CAAkB,QAAgB;AAAA,iBAYlC,kBAAA,CACd,QAAA,UACA,OAAA,UACA,OAAA,EAAS,aAAa;;;KC5DZ,YAAA,GAAe,GAAG;;;iBCAR,qBAAA,CACpB,GAAA,EAAK,iBAAA,EACL,SAAA,EAAW,YAAA,EACX,MAAA,EAAQ,aAAA,GACP,OAAA;;;;;AHFH;;;;;;;;;;;iBI0CsB,QAAA,CACpB,OAAA,EAAS,gBAAA,GACR,OAAA,CAAQ,MAAA,CAAO,eAAA,EAAiB,cAAA;;;iBCrCnB,iBAAA,CAAkB,GAAA,EAAK,iBAAA,EAAmB,MAAA,EAAQ,aAAa;;;iBCS/D,eAAA,CAAgB,GAAA,EAAK,iBAAA,EAAmB,MAAA,EAAQ,aAAa;;;iBCC7D,kBAAA,CAAmB,GAAA,EAAK,iBAAA,EAAmB,MAAA,EAAQ,aAAa;;;iBCXhE,qBAAA,CAAsB,GAAA,EAAK,iBAAA,EAAmB,MAAA,EAAQ,aAAa;;;;ARNnF;;iBS8BgB,qBAAA,CAAsB,GAAA,EAAK,iBAAA,EAAmB,MAAA,EAAQ,aAAa;;;iBCQnE,mBAAA,CAAoB,GAAA,EAAK,iBAAA,EAAmB,MAAA,EAAQ,aAAa;;;;;;;iBCnCjE,mBAAA,CACd,GAAA,EAAK,iBAAA,EACL,aAAA,EAAe,aAAa,EAC5B,OAAA,UACA,mBAAA;;;cCXW,kBAAA,EAAoB,GAAG;AAAA,cAqslCvB,cAAA;;;cC3rlCA,oBAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsKD,qBAAA,gBAAqC,oBAAoB;;;iBCxJrD,2BAAA,CAA4B,MAAqB,EAAb,aAAa"}
|