@batijs/cli 0.0.530 → 0.0.532

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.
Files changed (125) hide show
  1. package/dist/boilerplates/@batijs/auth0/bati.config.js +9 -1
  2. package/dist/boilerplates/@batijs/auth0/files/$.env.js +6 -6
  3. package/dist/boilerplates/@batijs/auth0/files/$TODO.md.js +4 -4
  4. package/dist/boilerplates/@batijs/auth0/files/$wrangler.jsonc.js +4 -4
  5. package/dist/boilerplates/@batijs/authjs/bati.config.js +1 -1
  6. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +4 -4
  7. package/dist/boilerplates/@batijs/aws/bati.config.js +9 -1
  8. package/dist/boilerplates/@batijs/aws/files/$README.md.js +6 -6
  9. package/dist/boilerplates/@batijs/aws/files/$TODO.md.js +6 -6
  10. package/dist/boilerplates/@batijs/aws/files/$package.json.js +7 -7
  11. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +4 -4
  12. package/dist/boilerplates/@batijs/aws/files/$vite.config.ts.js +1 -1
  13. package/dist/boilerplates/@batijs/aws/files/cdk/$stack-name-suffix.json.js +1 -1
  14. package/dist/boilerplates/@batijs/biome/bati.config.js +1 -1
  15. package/dist/boilerplates/@batijs/biome/files/$biome.json.js +1 -1
  16. package/dist/boilerplates/@batijs/biome/files/$package.json.js +5 -5
  17. package/dist/boilerplates/@batijs/cloudflare/bati.config.js +9 -1
  18. package/dist/boilerplates/@batijs/cloudflare/files/$TODO.md.js +6 -6
  19. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +6 -6
  20. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +4 -4
  21. package/dist/boilerplates/@batijs/compiled/bati.config.js +1 -1
  22. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +4 -4
  23. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +6 -6
  24. package/dist/boilerplates/@batijs/d1/bati.config.js +17 -1
  25. package/dist/boilerplates/@batijs/d1/files/$TODO.md.js +6 -6
  26. package/dist/boilerplates/@batijs/d1/files/$package.json.js +5 -5
  27. package/dist/boilerplates/@batijs/d1/files/$wrangler.jsonc.js +4 -4
  28. package/dist/boilerplates/@batijs/d1-sqlite/bati.config.js +1 -1
  29. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +4 -4
  30. package/dist/boilerplates/@batijs/drizzle/bati.config.js +17 -1
  31. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +4 -4
  32. package/dist/boilerplates/@batijs/drizzle/files/$TODO.md.js +6 -6
  33. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +5 -5
  34. package/dist/boilerplates/@batijs/eslint/bati.config.js +1 -1
  35. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +5 -5
  36. package/dist/boilerplates/@batijs/express/bati.config.js +1 -1
  37. package/dist/boilerplates/@batijs/express/files/$package.json.js +5 -5
  38. package/dist/boilerplates/@batijs/fastify/bati.config.js +1 -1
  39. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +5 -5
  40. package/dist/boilerplates/@batijs/google-analytics/bati.config.js +1 -1
  41. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +4 -4
  42. package/dist/boilerplates/@batijs/h3/bati.config.js +1 -1
  43. package/dist/boilerplates/@batijs/h3/files/$package.json.js +5 -5
  44. package/dist/boilerplates/@batijs/hono/bati.config.js +1 -1
  45. package/dist/boilerplates/@batijs/hono/files/$package.json.js +6 -6
  46. package/dist/boilerplates/@batijs/mantine/bati.config.js +1 -1
  47. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +4 -4
  48. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +4 -4
  49. package/dist/boilerplates/@batijs/photon/bati.config.js +1 -1
  50. package/dist/boilerplates/@batijs/photon/files/$README.md.js +4 -4
  51. package/dist/boilerplates/@batijs/photon/files/$package.json.js +4 -4
  52. package/dist/boilerplates/@batijs/plausible.io/bati.config.js +1 -1
  53. package/dist/boilerplates/@batijs/plausible.io/files/$TODO.md.js +4 -4
  54. package/dist/boilerplates/@batijs/pnpm/bati.config.js +1 -1
  55. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +4 -4
  56. package/dist/boilerplates/@batijs/prettier/bati.config.js +1 -1
  57. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +5 -5
  58. package/dist/boilerplates/@batijs/prisma/bati.config.js +13 -1
  59. package/dist/boilerplates/@batijs/prisma/files/$.env.js +4 -4
  60. package/dist/boilerplates/@batijs/prisma/files/$TODO.md.js +8 -6
  61. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +6 -6
  62. package/dist/boilerplates/@batijs/react/bati.config.js +1 -1
  63. package/dist/boilerplates/@batijs/react/files/$README.md.js +4 -4
  64. package/dist/boilerplates/@batijs/react/files/$package.json.js +4 -4
  65. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +4 -4
  66. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +6 -6
  67. package/dist/boilerplates/@batijs/react-sentry/bati.config.js +1 -1
  68. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +4 -4
  69. package/dist/boilerplates/@batijs/sentry/bati.config.js +9 -1
  70. package/dist/boilerplates/@batijs/sentry/files/$.env.js +5 -5
  71. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +6 -6
  72. package/dist/boilerplates/@batijs/sentry/files/$TODO.md.js +4 -4
  73. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +4 -4
  74. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +8 -8
  75. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +10 -10
  76. package/dist/boilerplates/@batijs/shadcn-ui/bati.config.js +1 -1
  77. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +6 -6
  78. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +5 -5
  79. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +4 -4
  80. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +6 -6
  81. package/dist/boilerplates/@batijs/shared/bati.config.js +1 -1
  82. package/dist/boilerplates/@batijs/shared/files/$README.md.js +8 -8
  83. package/dist/boilerplates/@batijs/shared/files/$TODO.md.js +4 -4
  84. package/dist/boilerplates/@batijs/shared-db/bati.config.js +1 -1
  85. package/dist/boilerplates/@batijs/shared-server/bati.config.js +1 -1
  86. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +4 -4
  87. package/dist/boilerplates/@batijs/shared-todo/bati.config.js +1 -1
  88. package/dist/boilerplates/@batijs/solid/bati.config.js +1 -1
  89. package/dist/boilerplates/@batijs/solid/files/$README.md.js +4 -4
  90. package/dist/boilerplates/@batijs/solid/files/$package.json.js +4 -4
  91. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +4 -4
  92. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +6 -6
  93. package/dist/boilerplates/@batijs/solid-sentry/bati.config.js +1 -1
  94. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +4 -4
  95. package/dist/boilerplates/@batijs/sqlite/bati.config.js +9 -1
  96. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +4 -4
  97. package/dist/boilerplates/@batijs/sqlite/files/$TODO.md.js +8 -6
  98. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +6 -6
  99. package/dist/boilerplates/@batijs/tailwindcss/bati.config.js +1 -1
  100. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +4 -4
  101. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +6 -6
  102. package/dist/boilerplates/@batijs/telefunc/bati.config.js +1 -1
  103. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +4 -4
  104. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +6 -6
  105. package/dist/boilerplates/@batijs/trpc/bati.config.js +1 -1
  106. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +4 -4
  107. package/dist/boilerplates/@batijs/ts-rest/bati.config.js +1 -1
  108. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +4 -4
  109. package/dist/boilerplates/@batijs/vercel/bati.config.js +1 -1
  110. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +5 -5
  111. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +4 -4
  112. package/dist/boilerplates/@batijs/vue/bati.config.js +1 -1
  113. package/dist/boilerplates/@batijs/vue/files/$README.md.js +4 -4
  114. package/dist/boilerplates/@batijs/vue/files/$package.json.js +4 -4
  115. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +4 -4
  116. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +6 -6
  117. package/dist/boilerplates/@batijs/vue-sentry/bati.config.js +1 -1
  118. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +4 -4
  119. package/dist/{chunk-DHZ7AZKP.js → chunk-IHX3I5SM.js} +5 -0
  120. package/dist/{chunk-L2AHUKWS.js → chunk-IT2OMBYW.js} +126963 -126394
  121. package/dist/index.js +88 -39
  122. package/dist/{jiti-ZW3ADF2F-7XIEJQMO.js → jiti-ZW3ADF2F-2SLKRUEN.js} +1 -1
  123. package/dist/{prompt-HBAIF7ML.js → prompt-YBELZKBA.js} +1 -1
  124. package/dist/{src-5HGZFBZ3-KQZBBJSW.js → src-5HGZFBZ3-CGUDMVWF.js} +1 -1
  125. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -3,20 +3,21 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Sas,
7
- Unt,
8
- Xde,
6
+ Nus,
7
+ Pus,
8
+ Qit,
9
+ Rnr,
10
+ e9s,
9
11
  export_which,
10
- jMs,
11
- prr,
12
- xas
13
- } from "./chunk-L2AHUKWS.js";
12
+ jme
13
+ } from "./chunk-IT2OMBYW.js";
14
14
  import "./chunk-IAWYWZSL.js";
15
15
  import {
16
16
  __commonJS,
17
+ __export,
17
18
  __require,
18
19
  __toESM
19
- } from "./chunk-DHZ7AZKP.js";
20
+ } from "./chunk-IHX3I5SM.js";
20
21
 
21
22
  // ../../node_modules/.pnpm/cli-width@4.1.0/node_modules/cli-width/index.js
22
23
  var require_cli_width = __commonJS({
@@ -205,8 +206,8 @@ async function mergeDts({
205
206
  filepath,
206
207
  meta
207
208
  }) {
208
- const previousAst = Xde(previousContent);
209
- const currentAst = Xde(fileContent);
209
+ const previousAst = jme(previousContent);
210
+ const currentAst = jme(fileContent);
210
211
  for (const imp of previousAst.imports.$items) {
211
212
  currentAst.imports[imp.local] = imp;
212
213
  }
@@ -223,16 +224,9 @@ async function mergeDts({
223
224
  currentAst.$ast.body.splice(index, 0, node);
224
225
  }
225
226
  }
226
- const res = await Sas(currentAst.generate().code, meta, {
227
+ const res = await Pus(currentAst.generate().code, meta, {
227
228
  filepath
228
229
  });
229
- console.log({
230
- filepath,
231
- code: currentAst.generate().code,
232
- clean: res.code,
233
- previousContent,
234
- fileContent
235
- });
236
230
  return clearExports(res.code, meta);
237
231
  }
238
232
  function clearExports(code, meta) {
@@ -254,7 +248,7 @@ async function executeOperationFile(op, {
254
248
  }) {
255
249
  const code = await readFile(op.sourceAbsolute, { encoding: "utf-8" });
256
250
  const filepath = relative(op.source, op.sourceAbsolute);
257
- const result = await Sas(code, meta, {
251
+ const result = await Pus(code, meta, {
258
252
  filepath
259
253
  });
260
254
  let fileContent = result.code;
@@ -338,7 +332,7 @@ async function transformFileAfterExec(filepath, fileContent) {
338
332
  case ".js":
339
333
  case ".tsx":
340
334
  case ".jsx":
341
- return Unt(fileContent, {
335
+ return Qit(fileContent, {
342
336
  filepath
343
337
  });
344
338
  case ".env":
@@ -4068,7 +4062,7 @@ function createConsola2(options = {}) {
4068
4062
  defaults: { level },
4069
4063
  stdout: process.stdout,
4070
4064
  stderr: process.stderr,
4071
- prompt: (...args) => import("./prompt-HBAIF7ML.js").then((m) => m.prompt(...args)),
4065
+ prompt: (...args) => import("./prompt-YBELZKBA.js").then((m) => m.prompt(...args)),
4072
4066
  reporters: options.reporters || [
4073
4067
  options.fancy ?? !(T || R) ? new FancyReporter() : new BasicReporter()
4074
4068
  ],
@@ -4542,6 +4536,52 @@ async function runMain(cmd, opts = {}) {
4542
4536
  }
4543
4537
 
4544
4538
  // ../../node_modules/.pnpm/colorette@2.0.20/node_modules/colorette/index.js
4539
+ var colorette_exports = {};
4540
+ __export(colorette_exports, {
4541
+ bgBlack: () => bgBlack,
4542
+ bgBlackBright: () => bgBlackBright,
4543
+ bgBlue: () => bgBlue,
4544
+ bgBlueBright: () => bgBlueBright,
4545
+ bgCyan: () => bgCyan,
4546
+ bgCyanBright: () => bgCyanBright,
4547
+ bgGreen: () => bgGreen,
4548
+ bgGreenBright: () => bgGreenBright,
4549
+ bgMagenta: () => bgMagenta,
4550
+ bgMagentaBright: () => bgMagentaBright,
4551
+ bgRed: () => bgRed,
4552
+ bgRedBright: () => bgRedBright,
4553
+ bgWhite: () => bgWhite,
4554
+ bgWhiteBright: () => bgWhiteBright,
4555
+ bgYellow: () => bgYellow,
4556
+ bgYellowBright: () => bgYellowBright,
4557
+ black: () => black,
4558
+ blackBright: () => blackBright,
4559
+ blue: () => blue,
4560
+ blueBright: () => blueBright,
4561
+ bold: () => bold,
4562
+ createColors: () => createColors2,
4563
+ cyan: () => cyan,
4564
+ cyanBright: () => cyanBright,
4565
+ dim: () => dim,
4566
+ gray: () => gray,
4567
+ green: () => green,
4568
+ greenBright: () => greenBright,
4569
+ hidden: () => hidden,
4570
+ inverse: () => inverse,
4571
+ isColorSupported: () => isColorSupported2,
4572
+ italic: () => italic,
4573
+ magenta: () => magenta,
4574
+ magentaBright: () => magentaBright,
4575
+ red: () => red,
4576
+ redBright: () => redBright,
4577
+ reset: () => reset,
4578
+ strikethrough: () => strikethrough,
4579
+ underline: () => underline,
4580
+ white: () => white,
4581
+ whiteBright: () => whiteBright,
4582
+ yellow: () => yellow,
4583
+ yellowBright: () => yellowBright
4584
+ });
4545
4585
  import * as tty2 from "tty";
4546
4586
  var {
4547
4587
  env: env2 = {},
@@ -4659,7 +4699,7 @@ var {
4659
4699
  // package.json
4660
4700
  var package_default = {
4661
4701
  name: "@batijs/cli",
4662
- version: "0.0.530",
4702
+ version: "0.0.532",
4663
4703
  type: "module",
4664
4704
  scripts: {
4665
4705
  "check-types": "tsc --noEmit",
@@ -4680,7 +4720,7 @@ var package_default = {
4680
4720
  citty: "^0.1.6",
4681
4721
  colorette: "^2.0.20",
4682
4722
  esbuild: "^0.27.0",
4683
- execa: "^9.6.0",
4723
+ execa: "^9.6.1",
4684
4724
  tsup: "^8.5.1",
4685
4725
  typescript: "^5.9.3",
4686
4726
  "unplugin-purge-polyfills": "^0.1.0",
@@ -4753,7 +4793,7 @@ printInit();
4753
4793
  var __filename = fileURLToPath(import.meta.url);
4754
4794
  var __dirname = dirname(__filename);
4755
4795
  var isWin2 = process.platform === "win32";
4756
- var pm = xas();
4796
+ var pm = Nus();
4757
4797
  function boilerplatesDir() {
4758
4798
  if (existsSync2(join(__dirname, "boilerplates", "boilerplates.json"))) {
4759
4799
  return join(__dirname, "boilerplates");
@@ -4806,17 +4846,17 @@ async function hasRemainingSteps(dist) {
4806
4846
  }
4807
4847
  }
4808
4848
  function printInit() {
4809
- const v = jMs();
4849
+ const v = e9s();
4810
4850
  const version = v.semver.at(-1);
4811
4851
  assert(version);
4812
4852
  console.log(`
4813
4853
  \u{1F528} ${cyan("Vike Scaffolder")} \u{1F528} ${gray(`v${version}`)}
4814
4854
  `);
4815
4855
  }
4816
- async function printOK(dist, flags2) {
4856
+ async function printOK(dist, flags2, nextSteps) {
4817
4857
  const indent = 1;
4818
- const list = prr("-", gray, indent);
4819
- const cmd = prr("$", gray, indent);
4858
+ const list = Rnr("-", gray, indent);
4859
+ const cmd = Rnr("$", gray, indent);
4820
4860
  const distPretty = prettifyDist(dist);
4821
4861
  console.log(`${green(`${bold("\u2713")} Project created: ${bold(distPretty)}`)}`);
4822
4862
  console.log(list("Vike"));
@@ -4829,8 +4869,16 @@ async function printOK(dist, flags2) {
4829
4869
  ${bold("Next steps:")}`);
4830
4870
  console.log(cmd(`cd ${distPretty}`));
4831
4871
  console.log(cmd(`${pm.name} install`));
4832
- if (await hasRemainingSteps(dist)) {
4833
- console.log(prr("\u2022\uFE0F", gray, indent)(`Check ${bold("TODO.md")} for remaining steps`));
4872
+ if (nextSteps.length > 0) {
4873
+ for (const step of nextSteps) {
4874
+ if (step.type === "command") {
4875
+ console.log(cmd(step.step));
4876
+ } else {
4877
+ console.log(Rnr("\u2022\uFE0F", gray, indent)(step.step));
4878
+ }
4879
+ }
4880
+ } else if (await hasRemainingSteps(dist)) {
4881
+ console.log(Rnr("\u2022\uFE0F", gray, indent)(`Check ${bold("TODO.md")} for remaining steps`));
4834
4882
  }
4835
4883
  console.log(cmd(`${pm.run} dev`));
4836
4884
  console.log("\nHappy coding! \u{1F680}\n");
@@ -5098,14 +5146,13 @@ async function run() {
5098
5146
  if (b2.config.enforce === "post") return -1;
5099
5147
  return 0;
5100
5148
  });
5101
- for (const bl of boilerplates) {
5102
- if (testFlags(meta, bl)) {
5103
- if (bl.subfolders.includes("files")) {
5104
- sources.push(join(dir, bl.folder, "files"));
5105
- }
5106
- if (bl.subfolders.includes("hooks")) {
5107
- hooks.push(join(dir, bl.folder, "hooks"));
5108
- }
5149
+ const filteredBoilerplates = boilerplates.filter((bl) => testFlags(meta, bl));
5150
+ for (const bl of filteredBoilerplates) {
5151
+ if (bl.subfolders.includes("files")) {
5152
+ sources.push(join(dir, bl.folder, "files"));
5153
+ }
5154
+ if (bl.subfolders.includes("hooks")) {
5155
+ hooks.push(join(dir, bl.folder, "hooks"));
5109
5156
  }
5110
5157
  }
5111
5158
  const hooksMap = await retrieveHooks(hooks);
@@ -5122,7 +5169,9 @@ async function run() {
5122
5169
  if (!args["skip-git"]) {
5123
5170
  gitInit(args.project);
5124
5171
  }
5125
- await printOK(args.project, flags2);
5172
+ const nextSteps = filteredBoilerplates.flatMap((b2) => b2.config.nextSteps?.(meta, pm.run, colorette_exports)).filter(Boolean);
5173
+ nextSteps.sort((s2) => s2.order ?? 0);
5174
+ await printOK(args.project, flags2, nextSteps);
5126
5175
  }
5127
5176
  });
5128
5177
  await runMain(main2);
@@ -8,7 +8,7 @@ import {
8
8
  o,
9
9
  q
10
10
  } from "./chunk-IAWYWZSL.js";
11
- import "./chunk-DHZ7AZKP.js";
11
+ import "./chunk-IHX3I5SM.js";
12
12
 
13
13
  // ../core/dist/jiti-ZW3ADF2F.js
14
14
  import { createRequire as BATI_core_createRequire } from "module";
@@ -2,7 +2,7 @@
2
2
  import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
- import "./chunk-DHZ7AZKP.js";
5
+ import "./chunk-IHX3I5SM.js";
6
6
 
7
7
  // ../../node_modules/.pnpm/consola@3.4.2/node_modules/consola/dist/chunks/prompt.mjs
8
8
  import "util";
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  n
7
7
  } from "./chunk-IAWYWZSL.js";
8
- import "./chunk-DHZ7AZKP.js";
8
+ import "./chunk-IHX3I5SM.js";
9
9
 
10
10
  // ../core/dist/src-5HGZFBZ3.js
11
11
  import { createRequire as BATI_core_createRequire } from "module";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.530",
3
+ "version": "0.0.532",
4
4
  "type": "module",
5
5
  "keywords": [],
6
6
  "description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
@@ -14,17 +14,17 @@
14
14
  "citty": "^0.1.6",
15
15
  "colorette": "^2.0.20",
16
16
  "esbuild": "^0.27.0",
17
- "execa": "^9.6.0",
17
+ "execa": "^9.6.1",
18
18
  "tsup": "^8.5.1",
19
19
  "typescript": "^5.9.3",
20
20
  "unplugin-purge-polyfills": "^0.1.0",
21
21
  "vite": "^7.2.4",
22
- "@batijs/compile": "0.0.530",
23
- "@batijs/build": "0.0.530"
22
+ "@batijs/build": "0.0.532",
23
+ "@batijs/compile": "0.0.532"
24
24
  },
25
25
  "dependencies": {
26
- "@batijs/core": "0.0.530",
27
- "@batijs/features": "0.0.530"
26
+ "@batijs/core": "0.0.532",
27
+ "@batijs/features": "0.0.532"
28
28
  },
29
29
  "bin": "./cli.js",
30
30
  "exports": {