@batijs/cli 0.0.549 → 0.0.554

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 (91) hide show
  1. package/dist/boilerplates/@batijs/auth0/files/$.env.js +5 -5
  2. package/dist/boilerplates/@batijs/auth0/files/$TODO.md.js +3 -3
  3. package/dist/boilerplates/@batijs/auth0/files/$wrangler.jsonc.js +3 -3
  4. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +3 -3
  5. package/dist/boilerplates/@batijs/authjs/files/server/authjs-handler.ts +1 -1
  6. package/dist/boilerplates/@batijs/aws/files/$README.md.js +5 -5
  7. package/dist/boilerplates/@batijs/aws/files/$TODO.md.js +5 -5
  8. package/dist/boilerplates/@batijs/aws/files/$package.json.js +7 -7
  9. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +3 -3
  10. package/dist/boilerplates/@batijs/biome/files/$package.json.js +3 -3
  11. package/dist/boilerplates/@batijs/cloudflare/files/$TODO.md.js +5 -5
  12. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +5 -5
  13. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +3 -3
  14. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +4 -4
  15. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +5 -5
  16. package/dist/boilerplates/@batijs/d1/files/$TODO.md.js +5 -5
  17. package/dist/boilerplates/@batijs/d1/files/$package.json.js +5 -5
  18. package/dist/boilerplates/@batijs/d1/files/$wrangler.jsonc.js +3 -3
  19. package/dist/boilerplates/@batijs/d1-kysely/files/$package.json.js +3 -3
  20. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +4 -4
  21. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +3 -3
  22. package/dist/boilerplates/@batijs/drizzle/files/$TODO.md.js +5 -5
  23. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +4 -4
  24. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +6 -6
  25. package/dist/boilerplates/@batijs/express/files/$package.json.js +6 -6
  26. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +6 -6
  27. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  28. package/dist/boilerplates/@batijs/h3/files/$package.json.js +7 -7
  29. package/dist/boilerplates/@batijs/hono/files/$package.json.js +8 -8
  30. package/dist/boilerplates/@batijs/kysely/files/$.env.js +3 -3
  31. package/dist/boilerplates/@batijs/kysely/files/$TODO.md.js +5 -5
  32. package/dist/boilerplates/@batijs/kysely/files/$package.json.js +5 -5
  33. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  34. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +8 -8
  35. package/dist/boilerplates/@batijs/oxlint/files/$package.json.js +5 -5
  36. package/dist/boilerplates/@batijs/photon/files/$README.md.js +3 -3
  37. package/dist/boilerplates/@batijs/photon/files/$package.json.js +4 -4
  38. package/dist/boilerplates/@batijs/plausible.io/files/$TODO.md.js +3 -3
  39. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +3 -3
  40. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +3 -3
  41. package/dist/boilerplates/@batijs/prisma/files/$.env.js +3 -3
  42. package/dist/boilerplates/@batijs/prisma/files/$TODO.md.js +5 -5
  43. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +3 -3
  44. package/dist/boilerplates/@batijs/react/files/$README.md.js +3 -3
  45. package/dist/boilerplates/@batijs/react/files/$package.json.js +10 -10
  46. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +3 -3
  47. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +5 -5
  48. package/dist/boilerplates/@batijs/react/types/pages/+config.d.ts +1 -1
  49. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +6 -6
  50. package/dist/boilerplates/@batijs/sentry/files/$.env.js +4 -4
  51. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +5 -5
  52. package/dist/boilerplates/@batijs/sentry/files/$TODO.md.js +3 -3
  53. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +3 -3
  54. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +7 -7
  55. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +9 -9
  56. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +5 -5
  57. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +6 -6
  58. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +3 -3
  59. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +5 -5
  60. package/dist/boilerplates/@batijs/shared/files/$README.md.js +7 -7
  61. package/dist/boilerplates/@batijs/shared/files/$TODO.md.js +3 -3
  62. package/dist/boilerplates/@batijs/shared/files/package.json +1 -1
  63. package/dist/boilerplates/@batijs/shared-db/files/server/db-middleware.ts +1 -1
  64. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +4 -4
  65. package/dist/boilerplates/@batijs/shared-todo/types/pages/todo/+data.d.ts +1 -3
  66. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  67. package/dist/boilerplates/@batijs/solid/files/$package.json.js +6 -6
  68. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +3 -3
  69. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +5 -5
  70. package/dist/boilerplates/@batijs/solid/types/pages/+config.d.ts +1 -1
  71. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +4 -4
  72. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +3 -3
  73. package/dist/boilerplates/@batijs/sqlite/files/$TODO.md.js +5 -5
  74. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +3 -3
  75. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +8 -8
  76. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +5 -5
  77. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +4 -4
  78. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +5 -5
  79. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +5 -5
  80. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +3 -3
  81. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +3 -3
  82. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +5 -5
  83. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +3 -3
  84. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  85. package/dist/boilerplates/@batijs/vue/files/$package.json.js +7 -7
  86. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  87. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +5 -5
  88. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +4 -4
  89. package/dist/{chunk-WAIY7NXD.js → chunk-55HKVDDJ.js} +113390 -116361
  90. package/dist/index.js +47 -46
  91. package/package.json +6 -6
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -52,15 +52,15 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@auth/core": "^0.41.1",
54
54
  "@batijs/compile": "workspace:*",
55
- "@photonjs/fastify": "^0.1.10",
56
- "@trpc/server": "^11.7.2",
55
+ "@photonjs/fastify": "^0.1.11",
56
+ "@trpc/server": "^11.8.0",
57
57
  "@types/express": "^5.0.6",
58
58
  "@types/node": "^20.19.25",
59
59
  dotenv: "^17.2.3",
60
60
  fastify: "^5.6.2",
61
61
  "fastify-raw-body": "^5.0.0",
62
62
  telefunc: "^0.2.17",
63
- vike: "^0.4.247",
63
+ vike: "^0.4.249",
64
64
  vite: "^7.2.7"
65
65
  },
66
66
  dependencies: {
@@ -85,7 +85,7 @@ var require_package = __commonJS({
85
85
  }
86
86
  });
87
87
  async function getPackageJson(props) {
88
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
88
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
89
89
  return packageJson.addDevDependencies(["@types/node"]).addDependencies(["@photonjs/fastify", "fastify", "fastify-raw-body", "vike", "vite"]).addDependencies(["dotenv"], props.meta.BATI.has("auth0") || props.meta.BATI.hasDatabase);
90
90
  }
91
91
  export {
@@ -3,15 +3,15 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- mjs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ Ljs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/google-analytics/dist/files/$.env.js
12
12
  async function getEnv(props) {
13
13
  const envContent = await props.readfile?.();
14
- return mjs(
14
+ return Ljs(
15
15
  envContent,
16
16
  "PUBLIC_ENV__GOOGLE_ANALYTICS",
17
17
  "G-XXXXXXXXXX",
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -52,16 +52,16 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@auth/core": "^0.41.1",
54
54
  "@batijs/compile": "workspace:*",
55
- "@photonjs/h3": "^0.1.10",
56
- "@trpc/server": "^11.7.2",
55
+ "@photonjs/h3": "^0.1.11",
56
+ "@trpc/server": "^11.8.0",
57
57
  "@types/express": "^5.0.6",
58
58
  "@types/node": "^20.19.25",
59
59
  "@universal-middleware/core": "^0.4.13",
60
60
  dotenv: "^17.2.3",
61
61
  h3: "~1.15.4",
62
62
  telefunc: "^0.2.17",
63
- vike: "^0.4.247",
64
- "vike-photon": "^0.1.22",
63
+ vike: "^0.4.249",
64
+ "vike-photon": "^0.1.23",
65
65
  vite: "^7.2.7"
66
66
  },
67
67
  dependencies: {
@@ -86,7 +86,7 @@ var require_package = __commonJS({
86
86
  }
87
87
  });
88
88
  async function getPackageJson(props) {
89
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
89
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
90
90
  return packageJson.addDependencies(["h3", "vike", "vite", "@photonjs/h3", "@universal-middleware/core"]).addDependencies(["@auth/core"], props.meta.BATI.has("authjs") || props.meta.BATI.has("auth0")).addDependencies(
91
91
  ["dotenv"],
92
92
  (props.meta.BATI.has("auth0") || props.meta.BATI.hasDatabase) && !props.meta.BATI.has("cloudflare")
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -52,15 +52,15 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@auth/core": "^0.41.1",
54
54
  "@batijs/compile": "workspace:*",
55
- "@photonjs/hono": "^0.1.10",
56
- "@trpc/server": "^11.7.2",
55
+ "@photonjs/hono": "^0.1.11",
56
+ "@trpc/server": "^11.8.0",
57
57
  "@types/aws-lambda": "^8.10.159",
58
58
  "@types/node": "^20.19.25",
59
59
  dotenv: "^17.2.3",
60
- hono: "^4.10.7",
60
+ hono: "^4.11.1",
61
61
  telefunc: "^0.2.17",
62
- vike: "^0.4.247",
63
- "vike-photon": "^0.1.22",
62
+ vike: "^0.4.249",
63
+ "vike-photon": "^0.1.23",
64
64
  vite: "^7.2.7"
65
65
  },
66
66
  dependencies: {
@@ -91,7 +91,7 @@ var require_package = __commonJS({
91
91
  }
92
92
  });
93
93
  async function getPackageJson(props) {
94
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
94
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
95
  return packageJson.addDevDependencies(["@types/node"]).addDevDependencies(["@types/aws-lambda", "vike-photon"], props.meta.BATI.has("aws")).addDependencies(["@photonjs/hono", "hono", "vite", "vike"]).addDependencies(
96
96
  ["dotenv"],
97
97
  (props.meta.BATI.has("auth0") || props.meta.BATI.hasDatabase) && !props.meta.BATI.has("cloudflare")
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- mjs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ Ljs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -12,7 +12,7 @@ import "../../../../chunk-IHX3I5SM.js";
12
12
  async function getEnv(props) {
13
13
  if (props.meta.BATI.hasD1) return;
14
14
  const envContent = await props.readfile?.();
15
- return mjs(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
15
+ return Ljs(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
16
16
  }
17
17
  export {
18
18
  getEnv as default
@@ -3,17 +3,17 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- PEs,
7
- Yps
8
- } from "../../../../chunk-WAIY7NXD.js";
6
+ hps,
7
+ tEs
8
+ } from "../../../../chunk-55HKVDDJ.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/kysely/dist/files/$TODO.md.js
13
13
  async function getTodo(props) {
14
14
  if (props.meta.BATI.hasD1) return;
15
- const content = await PEs(props);
16
- const pmCmd = Yps().run;
15
+ const content = await tEs(props);
16
+ const pmCmd = hps().run;
17
17
  const todo = `
18
18
  ## Kysely
19
19
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -51,12 +51,12 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@cloudflare/workers-types": "^4.20251205.0",
54
+ "@cloudflare/workers-types": "^4.20251213.0",
55
55
  "@types/better-sqlite3": "^7.6.13",
56
56
  "@types/node": "^20.19.25",
57
57
  "better-sqlite3": "^12.5.0",
58
58
  dotenv: "^17.2.3",
59
- kysely: "^0.28.8",
59
+ kysely: "^0.28.9",
60
60
  "kysely-d1": "^0.4.0",
61
61
  tsx: "^4.21.0"
62
62
  },
@@ -106,7 +106,7 @@ var require_package = __commonJS({
106
106
  }
107
107
  });
108
108
  async function getPackageJson(props) {
109
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
109
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
110
110
  if (props.meta.BATI.hasD1) {
111
111
  return packageJson.addDependencies(["kysely", "kysely-d1"]);
112
112
  }
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- PEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ tEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/mantine/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await PEs(props);
13
+ const content = await tEs(props);
14
14
  const about = `
15
15
  ## Mantine
16
16
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -51,17 +51,17 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@mantine/core": "^8.3.9",
55
- "@mantine/hooks": "^8.3.9",
54
+ "@mantine/core": "^8.3.10",
55
+ "@mantine/hooks": "^8.3.10",
56
56
  "@types/node": "^20.19.25",
57
57
  "@types/react": "^19.2.7",
58
58
  "@types/react-dom": "^19.2.3",
59
59
  postcss: "^8.5.6",
60
60
  "postcss-preset-mantine": "^1.18.0",
61
61
  "postcss-simple-vars": "^7.0.1",
62
- react: "^19.2.1",
63
- "react-dom": "^19.2.1",
64
- "vike-react": "^0.6.13",
62
+ react: "^19.2.3",
63
+ "react-dom": "^19.2.3",
64
+ "vike-react": "^0.6.14",
65
65
  vite: "^7.2.7",
66
66
  "vite-plugin-compiled-react": "^1.3.1"
67
67
  },
@@ -93,7 +93,7 @@ var require_package = __commonJS({
93
93
  }
94
94
  });
95
95
  async function getPackageJson(props) {
96
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
96
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
97
97
  return packageJson.addDevDependencies(["postcss", "postcss-preset-mantine", "postcss-simple-vars"]).addDependencies(["@mantine/core", "@mantine/hooks"]);
98
98
  }
99
99
  export {
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -51,8 +51,8 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- oxlint: "^1.31.0",
55
- "oxlint-tsgolint": "^0.8.4",
54
+ oxlint: "^1.32.0",
55
+ "oxlint-tsgolint": "^0.9.0",
56
56
  "@types/node": "^20.19.25"
57
57
  },
58
58
  dependencies: {
@@ -65,7 +65,7 @@ var require_package = __commonJS({
65
65
  }
66
66
  });
67
67
  async function getPackageJson(props) {
68
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
68
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
69
69
  const gitIgnore = props.meta.BATI_IS_CI || props.meta.BATI_SKIP_GIT ? "--ignore-path .gitignore " : "";
70
70
  const CWD = ".";
71
71
  return packageJson.setScript("lint", {
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- PEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ tEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/photon/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await PEs(props);
13
+ const content = await tEs(props);
14
14
  const photon = `
15
15
  ## Photon
16
16
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@types/node": "^20.19.25",
55
- "vike-photon": "^0.1.22"
55
+ "vike-photon": "^0.1.23"
56
56
  },
57
57
  dependencies: {
58
58
  "@batijs/core": "workspace:*"
@@ -76,7 +76,7 @@ var require_package = __commonJS({
76
76
  }
77
77
  });
78
78
  async function getPackageJson(props) {
79
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
79
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
80
80
  return packageJson.setScript("dev", {
81
81
  value: "vike dev",
82
82
  precedence: 20,
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- PEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ tEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/plausible.io/dist/files/$TODO.md.js
12
12
  async function getTodo(props) {
13
- const content = await PEs(props);
13
+ const content = await tEs(props);
14
14
  const headFileName = props.meta.BATI.has("vue") ? "+Head.vue" : "+Head.tsx";
15
15
  const todo = `
16
16
  ## plausible.io
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- FEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ aEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -28,7 +28,7 @@ async function getPnpmWorkspace(props) {
28
28
  ];
29
29
  const intersection = intersect(dependenciesApproveBuild, deps);
30
30
  if (intersection.length === 0) return;
31
- const pnpmWorkspace = await FEs(props, { fallbackEmpty: true });
31
+ const pnpmWorkspace = await aEs(props, { fallbackEmpty: true });
32
32
  if (!pnpmWorkspace.has("onlyBuiltDependencies")) {
33
33
  pnpmWorkspace.set("onlyBuiltDependencies", []);
34
34
  }
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -64,7 +64,7 @@ var require_package = __commonJS({
64
64
  }
65
65
  });
66
66
  async function getPackageJson(props) {
67
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
67
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
68
68
  return packageJson.addDevDependencies(["prettier"]);
69
69
  }
70
70
  export {
@@ -3,15 +3,15 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- mjs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ Ljs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/prisma/dist/files/$.env.js
12
12
  async function getEnv(props) {
13
13
  const envContent = await props.readfile?.();
14
- return mjs(
14
+ return Ljs(
15
15
  envContent,
16
16
  "DATABASE_URL",
17
17
  "postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public",
@@ -3,16 +3,16 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- PEs,
7
- Yps
8
- } from "../../../../chunk-WAIY7NXD.js";
6
+ hps,
7
+ tEs
8
+ } from "../../../../chunk-55HKVDDJ.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/prisma/dist/files/$TODO.md.js
13
13
  async function getTodo(props) {
14
- const content = await PEs(props);
15
- const pmCmd = Yps().run;
14
+ const content = await tEs(props);
15
+ const pmCmd = hps().run;
16
16
  const todo = `
17
17
  ## Prisma
18
18
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -66,7 +66,7 @@ var require_package = __commonJS({
66
66
  }
67
67
  });
68
68
  async function getPackageJson(props) {
69
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
69
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
70
70
  return packageJson.setScript("prisma:studio", {
71
71
  value: "prisma studio",
72
72
  precedence: 1
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- PEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ tEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/react/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await PEs(props);
13
+ const content = await tEs(props);
14
14
  const about = `
15
15
  ## Vike
16
16
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -54,18 +54,18 @@ var require_package = __commonJS({
54
54
  "@babel/plugin-syntax-flow": "^7.27.1",
55
55
  "@babel/plugin-transform-react-jsx": "^7.27.1",
56
56
  "@batijs/compile": "workspace:*",
57
- "@mantine/core": "^8.3.9",
57
+ "@mantine/core": "^8.3.10",
58
58
  "@types/node": "^20.19.25",
59
59
  "@types/react": "^19.2.7",
60
60
  "@types/react-dom": "^19.2.3",
61
61
  "@vitejs/plugin-react": "^5.1.2",
62
- react: "^19.2.1",
63
- "react-dom": "^19.2.1",
64
- tailwindcss: "^4.1.17",
62
+ react: "^19.2.3",
63
+ "react-dom": "^19.2.3",
64
+ tailwindcss: "^4.1.18",
65
65
  typescript: "^5.9.3",
66
- vike: "^0.4.247",
67
- "vike-photon": "^0.1.22",
68
- "vike-react": "^0.6.13",
66
+ vike: "^0.4.249",
67
+ "vike-photon": "^0.1.23",
68
+ "vike-react": "^0.6.14",
69
69
  vite: "^7.2.7",
70
70
  "vite-plugin-compiled-react": "^1.3.1"
71
71
  },
@@ -181,7 +181,7 @@ var require_package = __commonJS({
181
181
  }
182
182
  });
183
183
  async function getPackageJson(props) {
184
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
184
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
185
185
  return packageJson.addDevDependencies(["vite", "@vitejs/plugin-react", "@types/react", "@types/react-dom"]).addDependencies(["react", "react-dom", "vike", "vike-react"]);
186
186
  }
187
187
  export {
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- kEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ rEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/react/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await kEs(props);
13
+ const tsConfig = await rEs(props);
14
14
  tsConfig.compilerOptions.jsx = "react-jsx";
15
15
  tsConfig.compilerOptions.jsxImportSource = "react";
16
16
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "vike-react"];
@@ -3,16 +3,16 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- IEs,
7
- gni
8
- } from "../../../../chunk-WAIY7NXD.js";
6
+ Xri,
7
+ iEs
8
+ } from "../../../../chunk-55HKVDDJ.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/react/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await IEs(props);
15
- gni(mod, {
14
+ const mod = await iEs(props);
15
+ Xri(mod, {
16
16
  from: "@vitejs/plugin-react",
17
17
  constructor: "react"
18
18
  });
@@ -185,7 +185,7 @@ declare const _default: {
185
185
  };
186
186
  };
187
187
  vite: {
188
- readonly plugins: (import("vite").Plugin<any>[] | (import("vike-photon/plugin").PluginInterop | Promise<import("vike-photon/plugin").PluginInterop | import("vike-photon/plugin").PluginInterop[]>)[] | Promise<import("vike-photon/plugin").PluginInterop[]>)[];
188
+ readonly plugins: ((import("vike-photon/plugin").PluginInterop | Promise<import("vike-photon/plugin").PluginInterop | import("vike-photon/plugin").PluginInterop[]>)[] | import("vite").Plugin<any>[] | Promise<import("vike-photon/plugin").PluginInterop[]>)[];
189
189
  };
190
190
  stream: {
191
191
  enable: null;
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- NEs
7
- } from "../../../../chunk-WAIY7NXD.js";
6
+ nEs
7
+ } from "../../../../chunk-55HKVDDJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-IHX3I5SM.js";
10
10
 
@@ -51,12 +51,12 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@sentry/react": "^10.29.0",
54
+ "@sentry/react": "^10.30.0",
55
55
  "@types/node": "^20.19.25",
56
56
  "@types/react": "^19.2.7",
57
57
  "@types/react-dom": "^19.2.3",
58
- react: "^19.2.1",
59
- "react-dom": "^19.2.1",
58
+ react: "^19.2.3",
59
+ "react-dom": "^19.2.3",
60
60
  vite: "^7.2.7"
61
61
  },
62
62
  dependencies: {
@@ -87,7 +87,7 @@ var require_package = __commonJS({
87
87
  }
88
88
  });
89
89
  async function getPackageJson(props) {
90
- const packageJson = await NEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
90
+ const packageJson = await nEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
91
91
  return packageJson.addDependencies(["@sentry/react"]);
92
92
  }
93
93
  export {