@batijs/cli 0.0.459 → 0.0.461

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 (82) hide show
  1. package/dist/boilerplates/@batijs/auth0/files/$.env.js +5 -5
  2. package/dist/boilerplates/@batijs/auth0/files/$README.md.js +3 -3
  3. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +4 -4
  4. package/dist/boilerplates/@batijs/aws/files/$README.md.js +3 -3
  5. package/dist/boilerplates/@batijs/aws/files/$package.json.js +8 -8
  6. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +3 -3
  7. package/dist/boilerplates/@batijs/biome/files/$package.json.js +5 -5
  8. package/dist/boilerplates/@batijs/biome/files/biome.json +18 -4
  9. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +6 -6
  10. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +3 -3
  11. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +5 -5
  12. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +5 -5
  13. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +5 -5
  14. package/dist/boilerplates/@batijs/d1/files/$README.md.js +3 -3
  15. package/dist/boilerplates/@batijs/d1/files/$package.json.js +6 -6
  16. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +3 -3
  17. package/dist/boilerplates/@batijs/d1/files/$wrangler.toml.js +1 -1
  18. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +5 -5
  19. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +3 -3
  20. package/dist/boilerplates/@batijs/drizzle/files/$README.md.js +3 -3
  21. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +5 -5
  22. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +6 -6
  23. package/dist/boilerplates/@batijs/express/files/$package.json.js +8 -8
  24. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +7 -7
  25. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  26. package/dist/boilerplates/@batijs/h3/files/$package.json.js +8 -8
  27. package/dist/boilerplates/@batijs/hono/files/$package.json.js +12 -12
  28. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +5 -5
  29. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  30. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +11 -11
  31. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +3 -3
  32. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +4 -4
  33. package/dist/boilerplates/@batijs/prettier/files/.prettierrc +3 -0
  34. package/dist/boilerplates/@batijs/prisma/files/$.env.js +3 -3
  35. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +3 -3
  36. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +6 -6
  37. package/dist/boilerplates/@batijs/react/files/$README.md.js +3 -3
  38. package/dist/boilerplates/@batijs/react/files/$package.json.js +11 -11
  39. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +3 -3
  40. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +5 -5
  41. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +10 -10
  42. package/dist/boilerplates/@batijs/sentry/files/$.env.js +4 -4
  43. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +3 -3
  44. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +6 -6
  45. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +7 -7
  46. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +9 -9
  47. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +3 -3
  48. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +5 -5
  49. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +3 -3
  50. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +5 -5
  51. package/dist/boilerplates/@batijs/shared/files/$README.md.js +9 -9
  52. package/dist/boilerplates/@batijs/shared/files/package.json +2 -2
  53. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +6 -6
  54. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  55. package/dist/boilerplates/@batijs/solid/files/$package.json.js +8 -8
  56. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +3 -3
  57. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +5 -5
  58. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +7 -7
  59. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +3 -3
  60. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +3 -3
  61. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +4 -4
  62. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +6 -6
  63. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +5 -5
  64. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +6 -6
  65. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +5 -5
  66. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +8 -8
  67. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +2 -2
  68. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +5 -5
  69. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +5 -5
  70. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +3 -3
  71. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +5 -5
  72. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +3 -3
  73. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  74. package/dist/boilerplates/@batijs/vue/files/$package.json.js +6 -6
  75. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  76. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +6 -6
  77. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +6 -6
  78. package/dist/{chunk-B4TVJKEJ.js → chunk-FMU63FHF.js} +93569 -93260
  79. package/dist/index.js +53 -53
  80. package/dist/jiti-EM3N2G3P-5LY37YR5.js +30587 -0
  81. package/package.json +9 -9
  82. package/dist/jiti-D5GFFX4C-B5MVETTC.js +0 -30546
@@ -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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -54,17 +54,17 @@ var require_package = __commonJS({
54
54
  "@batijs/compile": "workspace:*",
55
55
  "@fastify/middie": "^9.0.3",
56
56
  "@fastify/static": "^8.2.0",
57
- "@trpc/server": "^11.4.3",
57
+ "@trpc/server": "^11.4.4",
58
58
  "@types/express": "^5.0.3",
59
- "@types/node": "^20.19.0",
59
+ "@types/node": "^20.19.9",
60
60
  "@universal-middleware/fastify": "^0.5.20",
61
- "cross-env": "^7.0.3",
61
+ "cross-env": "^10.0.0",
62
62
  dotenv: "^17.2.1",
63
63
  fastify: "^5.4.0",
64
64
  telefunc: "^0.2.8",
65
65
  tsx: "^4.20.3",
66
66
  vike: "^0.4.236",
67
- vite: "^6.3.5"
67
+ vite: "^7.0.6"
68
68
  },
69
69
  dependencies: {
70
70
  "@batijs/core": "workspace:*"
@@ -93,7 +93,7 @@ var require_package = __commonJS({
93
93
  }
94
94
  });
95
95
  async function getPackageJson(props) {
96
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
96
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
97
97
  return packageJson.setScript("dev", {
98
98
  value: "tsx ./fastify-entry.ts",
99
99
  precedence: 20,
@@ -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
- ojs
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Wjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.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 ojs(
14
+ return Wjs(
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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -53,19 +53,19 @@ var require_package = __commonJS({
53
53
  "@auth/core": "^0.40.0",
54
54
  "@batijs/compile": "workspace:*",
55
55
  "@hattip/polyfills": "^0.0.49",
56
- "@trpc/server": "^11.4.3",
56
+ "@trpc/server": "^11.4.4",
57
57
  "@types/express": "^5.0.3",
58
- "@types/node": "^20.19.0",
58
+ "@types/node": "^20.19.9",
59
59
  "@types/serve-static": "^1.15.8",
60
60
  "@universal-middleware/h3": "^0.4.12",
61
- "cross-env": "^7.0.3",
61
+ "cross-env": "^10.0.0",
62
62
  dotenv: "^17.2.1",
63
- h3: "~1.15.3",
63
+ h3: "~1.15.4",
64
64
  "serve-static": "^2.2.0",
65
65
  telefunc: "^0.2.8",
66
66
  tsx: "^4.20.3",
67
67
  vike: "^0.4.236",
68
- vite: "^6.3.5"
68
+ vite: "^7.0.6"
69
69
  },
70
70
  dependencies: {
71
71
  "@batijs/core": "workspace:*"
@@ -94,7 +94,7 @@ var require_package = __commonJS({
94
94
  }
95
95
  });
96
96
  async function getPackageJson(props) {
97
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
97
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
98
98
  return packageJson.setScript("dev", {
99
99
  value: "tsx ./h3-entry.ts",
100
100
  precedence: 20,
@@ -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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,20 +52,20 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@auth/core": "^0.40.0",
54
54
  "@batijs/compile": "workspace:*",
55
- "@cloudflare/workers-types": "^4.20250726.0",
56
- "@hono/node-server": "^1.17.1",
57
- "@hono/vite-dev-server": "^0.20.0",
58
- "@trpc/server": "^11.4.3",
55
+ "@cloudflare/workers-types": "^4.20250806.0",
56
+ "@hono/node-server": "^1.18.1",
57
+ "@hono/vite-dev-server": "^0.20.1",
58
+ "@trpc/server": "^11.4.4",
59
59
  "@types/aws-lambda": "^8.10.152",
60
- "@types/node": "^20.19.0",
61
- "@universal-middleware/hono": "^0.4.15",
62
- "cross-env": "^7.0.3",
60
+ "@types/node": "^20.19.9",
61
+ "@universal-middleware/hono": "^0.4.16",
62
+ "cross-env": "^10.0.0",
63
63
  dotenv: "^17.2.1",
64
- hono: "^4.8.9",
64
+ hono: "^4.8.12",
65
65
  telefunc: "^0.2.8",
66
66
  tsx: "^4.20.3",
67
67
  vike: "^0.4.236",
68
- vite: "^6.3.5"
68
+ vite: "^7.0.6"
69
69
  },
70
70
  dependencies: {
71
71
  "@batijs/core": "workspace:*"
@@ -106,7 +106,7 @@ var require_package = __commonJS({
106
106
  }
107
107
  });
108
108
  async function getPackageJson(props) {
109
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
109
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
110
110
  return packageJson.setScript("dev", {
111
111
  value: "vike dev",
112
112
  precedence: 20,
@@ -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
- G9s,
7
- Vus
8
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ojs,
7
+ xps
8
+ } from "../../../../chunk-FMU63FHF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/hono/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await G9s(props);
15
- Vus(mod, {
14
+ const mod = await Ojs(props);
15
+ xps(mod, {
16
16
  from: "@hono/vite-dev-server",
17
17
  constructor: "devServer",
18
18
  options: {
@@ -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
- J9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ kjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/mantine/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await J9s(props);
13
+ const content = await kjs(props);
14
14
  const todo = `
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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,18 +51,18 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@mantine/core": "^8.2.1",
55
- "@mantine/hooks": "^8.2.1",
56
- "@types/node": "^20.19.0",
57
- "@types/react": "^19.1.8",
58
- "@types/react-dom": "^19.1.6",
54
+ "@mantine/core": "^8.2.3",
55
+ "@mantine/hooks": "^8.2.3",
56
+ "@types/node": "^20.19.9",
57
+ "@types/react": "^19.1.9",
58
+ "@types/react-dom": "^19.1.7",
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.1.0",
63
- "react-dom": "^19.1.0",
62
+ react: "^19.1.1",
63
+ "react-dom": "^19.1.1",
64
64
  "vike-react": "^0.6.5",
65
- vite: "^6.3.5",
65
+ vite: "^7.0.6",
66
66
  "vite-plugin-compiled-react": "^1.3.1"
67
67
  },
68
68
  dependencies: {
@@ -110,7 +110,7 @@ var require_package = __commonJS({
110
110
  }
111
111
  });
112
112
  async function getPackageJson(props) {
113
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
113
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
114
114
  return packageJson.addDevDependencies(["postcss", "postcss-preset-mantine", "postcss-simple-vars"]).addDependencies(["@mantine/core", "@mantine/hooks"]);
115
115
  }
116
116
  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
- X9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Fjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.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 X9s(props, { fallbackEmpty: true });
31
+ const pnpmWorkspace = await Fjs(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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@types/node": "^20.19.0",
54
+ "@types/node": "^20.19.9",
55
55
  prettier: "^3.6.2"
56
56
  },
57
57
  dependencies: {
@@ -69,7 +69,7 @@ var require_package = __commonJS({
69
69
  }
70
70
  });
71
71
  async function getPackageJson(props) {
72
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
72
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
73
73
  return packageJson.addDevDependencies(["prettier"]);
74
74
  }
75
75
  export {
@@ -0,0 +1,3 @@
1
+ {
2
+ "printWidth": 120
3
+ }
@@ -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
- ojs
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Wjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.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 ojs(
14
+ return Wjs(
15
15
  envContent,
16
16
  "DATABASE_URL",
17
17
  "postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public",
@@ -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
- J9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ kjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/prisma/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await J9s(props);
13
+ const content = await kjs(props);
14
14
  const todo = `
15
15
  ## *Prisma*
16
16
  ### Setup
@@ -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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,10 +51,10 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@prisma/client": "^6.12.0",
55
- "@types/node": "^20.19.0",
54
+ "@prisma/client": "^6.13.0",
55
+ "@types/node": "^20.19.9",
56
56
  colorette: "^2.0.20",
57
- prisma: "^6.12.0"
57
+ prisma: "^6.13.0"
58
58
  },
59
59
  dependencies: {
60
60
  "@batijs/core": "workspace:*"
@@ -71,7 +71,7 @@ var require_package = __commonJS({
71
71
  }
72
72
  });
73
73
  async function getPackageJson(props) {
74
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
74
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
75
75
  return packageJson.setScript("prisma:studio", {
76
76
  value: "prisma studio",
77
77
  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
- J9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ kjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/react/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await J9s(props);
13
+ const content = await kjs(props);
14
14
  const about = `
15
15
  ## React
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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.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.2.1",
58
- "@types/node": "^20.19.0",
59
- "@types/react": "^19.1.8",
60
- "@types/react-dom": "^19.1.6",
57
+ "@mantine/core": "^8.2.3",
58
+ "@types/node": "^20.19.9",
59
+ "@types/react": "^19.1.9",
60
+ "@types/react-dom": "^19.1.7",
61
61
  "@vitejs/plugin-react": "^4.7.0",
62
- react: "^19.1.0",
63
- "react-dom": "^19.1.0",
62
+ react: "^19.1.1",
63
+ "react-dom": "^19.1.1",
64
64
  tailwindcss: "^4.1.11",
65
- typescript: "^5.8.3",
65
+ typescript: "^5.9.2",
66
66
  vike: "^0.4.236",
67
67
  "vike-react": "^0.6.5",
68
- vite: "^6.3.5",
68
+ vite: "^7.0.6",
69
69
  "vite-plugin-compiled-react": "^1.3.1"
70
70
  },
71
71
  dependencies: {
@@ -185,7 +185,7 @@ var require_package = __commonJS({
185
185
  }
186
186
  });
187
187
  async function getPackageJson(props) {
188
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
188
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
189
189
  return packageJson.addDevDependencies(["vite", "@types/react", "@types/react-dom"]).addDependencies(["@vitejs/plugin-react", "react", "react-dom", "vike", "vike-react"]);
190
190
  }
191
191
  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
- $9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Njs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/react/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await $9s(props);
13
+ const tsConfig = await Njs(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
- G9s,
7
- Vus
8
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ojs,
7
+ xps
8
+ } from "../../../../chunk-FMU63FHF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/react/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await G9s(props);
15
- Vus(mod, {
14
+ const mod = await Ojs(props);
15
+ xps(mod, {
16
16
  from: "@vitejs/plugin-react",
17
17
  constructor: "react"
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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,13 +51,13 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@sentry/react": "^9.42.0",
55
- "@types/node": "^20.19.0",
56
- "@types/react": "^19.1.8",
57
- "@types/react-dom": "^19.1.6",
58
- react: "^19.1.0",
59
- "react-dom": "^19.1.0",
60
- vite: "^6.3.5"
54
+ "@sentry/react": "^10.1.0",
55
+ "@types/node": "^20.19.9",
56
+ "@types/react": "^19.1.9",
57
+ "@types/react-dom": "^19.1.7",
58
+ react: "^19.1.1",
59
+ "react-dom": "^19.1.1",
60
+ vite: "^7.0.6"
61
61
  },
62
62
  dependencies: {
63
63
  "@batijs/core": "workspace:*"
@@ -97,7 +97,7 @@ var require_package = __commonJS({
97
97
  }
98
98
  });
99
99
  async function getPackageJson(props) {
100
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
100
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
101
101
  return packageJson.addDependencies(["@sentry/react"]);
102
102
  }
103
103
  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
- ojs
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Wjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -12,13 +12,13 @@ import "../../../../chunk-DHZ7AZKP.js";
12
12
  async function getServerlessEnv(props) {
13
13
  const sentryDNS = process.env.TEST_SENTRY_DSN;
14
14
  let envContent = await props.readfile?.();
15
- envContent = ojs(
15
+ envContent = Wjs(
16
16
  envContent,
17
17
  "SENTRY_DSN",
18
18
  sentryDNS ?? "",
19
19
  "Sentry DNS. Used for Error Reporting on the Server"
20
20
  );
21
- envContent = ojs(
21
+ envContent = Wjs(
22
22
  envContent,
23
23
  "PUBLIC_ENV__SENTRY_DSN",
24
24
  "",
@@ -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
- J9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ kjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/sentry/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await J9s(props);
13
+ const content = await kjs(props);
14
14
  const about = `
15
15
 
16
16
  ## Sentry Browser / Error Tracking & Performance Monitoring
@@ -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
- K9s
7
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,9 +51,9 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@sentry/vite-plugin": "^3.6.1",
55
- "@types/node": "^20.19.0",
56
- vite: "^6.3.5"
54
+ "@sentry/vite-plugin": "^4.0.2",
55
+ "@types/node": "^20.19.9",
56
+ vite: "^7.0.6"
57
57
  },
58
58
  dependencies: {
59
59
  "@batijs/core": "workspace:*"
@@ -82,7 +82,7 @@ var require_package = __commonJS({
82
82
  }
83
83
  });
84
84
  async function getPackageJson(props) {
85
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
85
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
86
86
  return packageJson.addDevDependencies(["@sentry/vite-plugin"]);
87
87
  }
88
88
  export {
@@ -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
- G9s,
7
- I$r,
8
- Vus
9
- } from "../../../../chunk-B4TVJKEJ.js";
6
+ Ojs,
7
+ Q$r,
8
+ xps
9
+ } from "../../../../chunk-FMU63FHF.js";
10
10
  import "../../../../chunk-IAWYWZSL.js";
11
11
  import "../../../../chunk-DHZ7AZKP.js";
12
12
 
13
13
  // ../../boilerplates/sentry/dist/files/$vite.config.ts.js
14
14
  async function getViteConfig(props) {
15
- const mod = await G9s(props);
16
- Vus(mod, {
15
+ const mod = await Ojs(props);
16
+ xps(mod, {
17
17
  from: "@sentry/vite-plugin",
18
18
  constructor: "sentryVitePlugin",
19
19
  imported: "sentryVitePlugin",
@@ -21,7 +21,7 @@ async function getViteConfig(props) {
21
21
  sourcemaps: { disable: false }
22
22
  }
23
23
  });
24
- I$r(mod.exports.default.$args[0], { build: { sourcemap: true } });
24
+ Q$r(mod.exports.default.$args[0], { build: { sourcemap: true } });
25
25
  return mod.generate().code;
26
26
  }
27
27
  export {