@batijs/cli 0.0.443 → 0.0.445

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/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 +5 -5
  4. package/dist/boilerplates/@batijs/aws/files/$README.md.js +3 -3
  5. package/dist/boilerplates/@batijs/aws/files/$package.json.js +9 -9
  6. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +3 -3
  7. package/dist/boilerplates/@batijs/biome/files/$package.json.js +4 -4
  8. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +6 -6
  9. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +3 -3
  10. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +5 -5
  11. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +5 -5
  12. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +5 -5
  13. package/dist/boilerplates/@batijs/d1/files/$README.md.js +3 -3
  14. package/dist/boilerplates/@batijs/d1/files/$package.json.js +7 -7
  15. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +3 -3
  16. package/dist/boilerplates/@batijs/d1/files/$wrangler.toml.js +1 -1
  17. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +6 -12
  18. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +3 -3
  19. package/dist/boilerplates/@batijs/drizzle/files/$README.md.js +3 -3
  20. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +4 -16
  21. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +6 -6
  22. package/dist/boilerplates/@batijs/eslint/files/eslint.config.ts +5 -5
  23. package/dist/boilerplates/@batijs/express/files/$package.json.js +7 -7
  24. package/dist/boilerplates/@batijs/express/files/express-entry.ts +0 -24
  25. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +8 -8
  26. package/dist/boilerplates/@batijs/fastify/files/fastify-entry.ts +0 -24
  27. package/dist/boilerplates/@batijs/firebase-auth/files/$.env.js +3 -3
  28. package/dist/boilerplates/@batijs/firebase-auth/files/$README.md.js +3 -3
  29. package/dist/boilerplates/@batijs/firebase-auth/files/$package.json.js +6 -6
  30. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  31. package/dist/boilerplates/@batijs/h3/files/$package.json.js +7 -7
  32. package/dist/boilerplates/@batijs/h3/files/h3-entry.ts +0 -24
  33. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +7 -7
  34. package/dist/boilerplates/@batijs/hattip/files/hattip-entry.ts +0 -24
  35. package/dist/boilerplates/@batijs/hono/files/$package.json.js +8 -8
  36. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +5 -5
  37. package/dist/boilerplates/@batijs/hono/files/hono-entry.ts +0 -24
  38. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  39. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +8 -8
  40. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +6 -6
  41. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +3 -3
  42. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +4 -4
  43. package/dist/boilerplates/@batijs/prisma/files/$.env.js +3 -3
  44. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +3 -3
  45. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +4 -4
  46. package/dist/boilerplates/@batijs/react/files/$README.md.js +3 -3
  47. package/dist/boilerplates/@batijs/react/files/$package.json.js +9 -9
  48. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +3 -3
  49. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +5 -5
  50. package/dist/boilerplates/@batijs/react/files/layouts/LayoutDefault.tsx +1 -1
  51. package/dist/boilerplates/@batijs/react/files/pages/+config.ts +1 -1
  52. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +6 -6
  53. package/dist/boilerplates/@batijs/sentry/files/$.env.js +4 -4
  54. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +3 -3
  55. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +4 -4
  56. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +7 -7
  57. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +7 -7
  58. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +3 -3
  59. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +7 -7
  60. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +3 -3
  61. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +5 -5
  62. package/dist/boilerplates/@batijs/shared/files/$README.md.js +9 -9
  63. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +6 -6
  64. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  65. package/dist/boilerplates/@batijs/solid/files/$package.json.js +6 -6
  66. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +3 -3
  67. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +5 -5
  68. package/dist/boilerplates/@batijs/solid/files/layouts/LayoutDefault.tsx +1 -1
  69. package/dist/boilerplates/@batijs/solid/files/pages/+config.ts +1 -1
  70. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +5 -5
  71. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +3 -3
  72. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +3 -3
  73. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +5 -17
  74. package/dist/boilerplates/@batijs/sqlite/files/database/sqlite/schema/all.ts +0 -2
  75. package/dist/boilerplates/@batijs/sqlite/types/database/sqlite/schema/all.d.ts +0 -1
  76. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +6 -6
  77. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +5 -5
  78. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +6 -6
  79. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +5 -5
  80. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +8 -8
  81. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +3 -3
  82. package/dist/boilerplates/@batijs/trpc/types/trpc/server.d.ts +8 -8
  83. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +7 -7
  84. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +4 -4
  85. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +3 -3
  86. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +5 -5
  87. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +3 -3
  88. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  89. package/dist/boilerplates/@batijs/vue/files/$package.json.js +6 -6
  90. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  91. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +6 -6
  92. package/dist/boilerplates/@batijs/vue/files/layouts/LayoutDefault.vue +1 -1
  93. package/dist/boilerplates/@batijs/vue/files/pages/+config.ts +1 -1
  94. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +5 -5
  95. package/dist/boilerplates/boilerplates.json +0 -59
  96. package/dist/{chunk-4WNEELKU.js → chunk-YO6CY4MA.js} +53461 -53354
  97. package/dist/index.js +63 -92
  98. package/package.json +6 -6
  99. package/dist/boilerplates/@batijs/d1-sqlite/files/database/d1/queries/lucia-auth.ts +0 -29
  100. package/dist/boilerplates/@batijs/d1-sqlite/files/database/migrations/lucia-auth.sql +0 -20
  101. package/dist/boilerplates/@batijs/d1-sqlite/types/database/d1/queries/lucia-auth.d.ts +0 -5
  102. package/dist/boilerplates/@batijs/drizzle/files/database/drizzle/queries/lucia-auth.ts +0 -56
  103. package/dist/boilerplates/@batijs/drizzle/files/database/drizzle/schema/lucia-auth.ts +0 -41
  104. package/dist/boilerplates/@batijs/drizzle/types/database/drizzle/queries/lucia-auth.d.ts +0 -25
  105. package/dist/boilerplates/@batijs/drizzle/types/database/drizzle/schema/lucia-auth.d.ts +0 -190
  106. package/dist/boilerplates/@batijs/lucia-auth/files/$.env.js +0 -32
  107. package/dist/boilerplates/@batijs/lucia-auth/files/$README.md.js +0 -38
  108. package/dist/boilerplates/@batijs/lucia-auth/files/$package.json.js +0 -113
  109. package/dist/boilerplates/@batijs/lucia-auth/files/global.d.ts +0 -11
  110. package/dist/boilerplates/@batijs/lucia-auth/files/lib/lucia-auth.ts +0 -136
  111. package/dist/boilerplates/@batijs/lucia-auth/files/pages/login/+guard.ts +0 -11
  112. package/dist/boilerplates/@batijs/lucia-auth/files/pages/login/style.css +0 -94
  113. package/dist/boilerplates/@batijs/lucia-auth/files/server/lucia-auth-handlers.ts +0 -401
  114. package/dist/boilerplates/@batijs/lucia-auth/types/lib/lucia-auth.d.ts +0 -63
  115. package/dist/boilerplates/@batijs/lucia-auth/types/pages/login/+guard.d.ts +0 -3
  116. package/dist/boilerplates/@batijs/lucia-auth/types/server/lucia-auth-handlers.d.ts +0 -65
  117. package/dist/boilerplates/@batijs/react-lucia-auth/files/pages/login/+Page.tsx +0 -97
  118. package/dist/boilerplates/@batijs/react-lucia-auth/types/pages/login/+Page.d.ts +0 -2
  119. package/dist/boilerplates/@batijs/solid-lucia-auth/files/pages/login/+Page.tsx +0 -97
  120. package/dist/boilerplates/@batijs/solid-lucia-auth/types/pages/login/+Page.d.ts +0 -2
  121. package/dist/boilerplates/@batijs/sqlite/files/database/sqlite/queries/lucia-auth.ts +0 -27
  122. package/dist/boilerplates/@batijs/sqlite/files/database/sqlite/schema/lucia-auth.ts +0 -32
  123. package/dist/boilerplates/@batijs/sqlite/types/database/sqlite/queries/lucia-auth.d.ts +0 -5
  124. package/dist/boilerplates/@batijs/sqlite/types/database/sqlite/schema/lucia-auth.d.ts +0 -1
  125. package/dist/boilerplates/@batijs/vue-lucia-auth/files/pages/login/+Page.vue +0 -88
@@ -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
- $ea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ata
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.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": "^18.19.110",
54
+ "@types/node": "^18.19.111",
55
55
  prettier: "^3.5.3"
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 $ea(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
72
+ const packageJson = await ata(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
73
73
  return packageJson.addDevDependencies(["prettier"]);
74
74
  }
75
75
  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
- ata
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ bta
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.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 ata(
14
+ return bta(
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
- Wea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ita
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.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 Wea(props);
13
+ const content = await ita(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
- $ea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ata
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@prisma/client": "^6.9.0",
55
- "@types/node": "^18.19.110",
55
+ "@types/node": "^18.19.111",
56
56
  colorette: "^2.0.20",
57
57
  prisma: "^6.9.0"
58
58
  },
@@ -71,7 +71,7 @@ var require_package = __commonJS({
71
71
  }
72
72
  });
73
73
  async function getPackageJson(props) {
74
- const packageJson = await $ea(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
74
+ const packageJson = await ata(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
- Wea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ita
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.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 Wea(props);
13
+ const content = await ita(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
- $ea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ata
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -55,15 +55,15 @@ var require_package = __commonJS({
55
55
  "@babel/plugin-syntax-flow": "^7.27.1",
56
56
  "@babel/plugin-transform-react-jsx": "^7.27.1",
57
57
  "@batijs/compile": "workspace:*",
58
- "@mantine/core": "^8.0.2",
59
- "@pandacss/dev": "^0.53.7",
60
- "@types/node": "^18.19.110",
61
- "@types/react": "^19.1.6",
58
+ "@mantine/core": "^8.1.0",
59
+ "@pandacss/dev": "^0.54.0",
60
+ "@types/node": "^18.19.111",
61
+ "@types/react": "^19.1.8",
62
62
  "@types/react-dom": "^19.1.6",
63
- "@vitejs/plugin-react": "^4.5.1",
63
+ "@vitejs/plugin-react": "^4.5.2",
64
64
  react: "^19.1.0",
65
65
  "react-dom": "^19.1.0",
66
- tailwindcss: "^4.1.8",
66
+ tailwindcss: "^4.1.10",
67
67
  typescript: "^5.8.3",
68
68
  vike: "^0.4.231",
69
69
  "vike-react": "^0.6.4",
@@ -187,7 +187,7 @@ var require_package = __commonJS({
187
187
  }
188
188
  });
189
189
  async function getPackageJson(props) {
190
- const packageJson = await $ea(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
190
+ const packageJson = await ata(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
191
191
  return packageJson.addDevDependencies(["vite", "@types/react", "@types/react-dom"]).addDependencies(["@vitejs/plugin-react", "react", "react-dom", "vike", "vike-react"]);
192
192
  }
193
193
  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
- Jea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ sta
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.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 Jea(props);
13
+ const tsConfig = await sta(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,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
- Gea,
7
- sEs
8
- } from "../../../../chunk-4WNEELKU.js";
6
+ hEs,
7
+ ota
8
+ } from "../../../../chunk-YO6CY4MA.js";
9
9
  import "../../../../chunk-V7W2TXCE.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 Gea(props);
14
+ const mod = await ota(props);
15
15
  const reactOptions = props.meta.BATI.has("vercel") && props.meta.BATI.has("hattip") ? { jsxRuntime: "classic" } : {};
16
- sEs(mod, {
16
+ hEs(mod, {
17
17
  from: "@vitejs/plugin-react",
18
18
  constructor: "react",
19
19
  options: reactOptions
@@ -30,7 +30,7 @@ export default function LayoutDefault({ children }: { children: React.ReactNode
30
30
  <Link href="/">Welcome</Link>
31
31
  <Link href="/todo">Todo</Link>
32
32
  <Link href="/star-wars">Data Fetching</Link>
33
- {BATI.has("firebase-auth") || BATI.has("lucia-auth") ? <Link href="/login">Login</Link> : ""}
33
+ {BATI.has("firebase-auth") ? <Link href="/login">Login</Link> : ""}
34
34
  </Sidebar>
35
35
  <Content>{children}</Content>
36
36
  </div>
@@ -13,7 +13,7 @@ export default {
13
13
  title: "My Vike App",
14
14
  description: "Demo showcasing Vike",
15
15
 
16
- //# BATI.has("auth0") || BATI.has("firebase-auth") || BATI.has("authjs") || BATI.has("lucia-auth")
16
+ //# BATI.has("auth0") || BATI.has("firebase-auth") || BATI.has("authjs")
17
17
  passToClient: ["user"],
18
18
  extends: vikeReact,
19
19
  } satisfies Config;
@@ -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
- $ea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ata
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.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/react": "^9.27.0",
55
- "@types/node": "^18.19.110",
56
- "@types/react": "^19.1.6",
54
+ "@sentry/react": "^9.29.0",
55
+ "@types/node": "^18.19.111",
56
+ "@types/react": "^19.1.8",
57
57
  "@types/react-dom": "^19.1.6",
58
58
  react: "^19.1.0",
59
59
  "react-dom": "^19.1.0",
@@ -97,7 +97,7 @@ var require_package = __commonJS({
97
97
  }
98
98
  });
99
99
  async function getPackageJson(props) {
100
- const packageJson = await $ea(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
100
+ const packageJson = await ata(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
- ata
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ bta
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.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 = ata(
15
+ envContent = bta(
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 = ata(
21
+ envContent = bta(
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
- Wea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ita
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.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 Wea(props);
13
+ const content = await ita(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
- $ea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ata
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@sentry/vite-plugin": "^3.5.0",
55
- "@types/node": "^18.19.110",
55
+ "@types/node": "^18.19.111",
56
56
  vite: "^6.3.5"
57
57
  },
58
58
  dependencies: {
@@ -82,7 +82,7 @@ var require_package = __commonJS({
82
82
  }
83
83
  });
84
84
  async function getPackageJson(props) {
85
- const packageJson = await $ea(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
85
+ const packageJson = await ata(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
- $Zr,
7
- Gea,
8
- sEs
9
- } from "../../../../chunk-4WNEELKU.js";
6
+ hEs,
7
+ ota,
8
+ ren
9
+ } from "../../../../chunk-YO6CY4MA.js";
10
10
  import "../../../../chunk-V7W2TXCE.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 Gea(props);
16
- sEs(mod, {
15
+ const mod = await ota(props);
16
+ hEs(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
- $Zr(mod.exports.default.$args[0], { build: { sourcemap: true } });
24
+ ren(mod.exports.default.$args[0], { build: { sourcemap: true } });
25
25
  return mod.generate().code;
26
26
  }
27
27
  export {
@@ -3,11 +3,11 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Gea,
7
- SRe,
6
+ ERe,
8
7
  bz,
9
- rae
10
- } from "../../../../../chunk-4WNEELKU.js";
8
+ ota,
9
+ sae
10
+ } from "../../../../../chunk-YO6CY4MA.js";
11
11
  import "../../../../../chunk-V7W2TXCE.js";
12
12
  import "../../../../../chunk-DHZ7AZKP.js";
13
13
 
@@ -15,16 +15,16 @@ import "../../../../../chunk-DHZ7AZKP.js";
15
15
  async function getViteConfig(props) {
16
16
  let mod;
17
17
  try {
18
- mod = await Gea(props);
18
+ mod = await ota(props);
19
19
  } catch {
20
- mod = SRe("");
20
+ mod = ERe("");
21
21
  }
22
22
  if (!props.meta.BATI.has("vue")) {
23
23
  mod.imports.$prepend({
24
24
  from: "../sentry.browser.config",
25
25
  imported: "sentryBrowserConfig"
26
26
  });
27
- const e = rae.functionCall("sentryBrowserConfig");
27
+ const e = sae.functionCall("sentryBrowserConfig");
28
28
  const c = bz(e).code;
29
29
  mod.$ast.body.splice(mod.$ast.body.length - 1, 0, c);
30
30
  }
@@ -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
- Wea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ita
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/shadcn-ui/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await Wea(props);
13
+ const content = await ita(props);
14
14
  const about = `
15
15
 
16
16
  ## shadcn/ui
@@ -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
- $ea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ata
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,13 +52,13 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@radix-ui/react-icons": "^1.3.2",
55
- "@types/node": "^18.19.110",
55
+ "@types/node": "^18.19.111",
56
56
  autoprefixer: "^10.4.21",
57
57
  "class-variance-authority": "^0.7.1",
58
58
  clsx: "^2.1.1",
59
- "lucide-react": "^0.513.0",
60
- "tailwind-merge": "^3.3.0",
61
- tailwindcss: "^4.1.8",
59
+ "lucide-react": "^0.515.0",
60
+ "tailwind-merge": "^3.3.1",
61
+ tailwindcss: "^4.1.10",
62
62
  "tw-animate-css": "^1.3.4"
63
63
  },
64
64
  dependencies: {
@@ -88,7 +88,7 @@ var require_package = __commonJS({
88
88
  }
89
89
  });
90
90
  async function getPackageJson(props) {
91
- const packageJson = await $ea(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
91
+ const packageJson = await ata(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
92
92
  return packageJson.setScript("shadcn", {
93
93
  value: "npx shadcn@latest",
94
94
  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
- Jea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ sta
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/shadcn-ui/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await Jea(props);
13
+ const tsConfig = await sta(props);
14
14
  tsConfig.compilerOptions.paths = {
15
15
  ...tsConfig.compilerOptions?.paths ?? {},
16
16
  "@/*": ["./*"]
@@ -3,22 +3,22 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Gea,
7
- zZr
8
- } from "../../../../chunk-4WNEELKU.js";
6
+ QZr,
7
+ ota
8
+ } from "../../../../chunk-YO6CY4MA.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/shadcn-ui/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await Gea(props);
14
+ const mod = await ota(props);
15
15
  const replacement = `new URL("./", import.meta.url).pathname`;
16
16
  addResolveAlias(mod, "@", replacement);
17
17
  return mod.generate().code.replace(`"{{PLACEHOLDER_ALIAS}}"`, replacement);
18
18
  }
19
19
  function addResolveAlias(mod, find, replacement) {
20
20
  const alias = mod.exports.default.$args[0]?.resolve?.alias ?? {};
21
- const warnMsg = `${zZr("WARN")}: new resolve.alias: \`"${find}":${replacement}\` replaced existing in vite.config.ts.`;
21
+ const warnMsg = `${QZr("WARN")}: new resolve.alias: \`"${find}":${replacement}\` replaced existing in vite.config.ts.`;
22
22
  if (alias?.length === void 0) {
23
23
  if (alias[find]) {
24
24
  console.warn(warnMsg);
@@ -3,23 +3,23 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Tta,
7
- Wea,
8
- YWs,
9
- bta
10
- } from "../../../../chunk-4WNEELKU.js";
6
+ Ita,
7
+ Ota,
8
+ ita,
9
+ nJs
10
+ } from "../../../../chunk-YO6CY4MA.js";
11
11
  import "../../../../chunk-V7W2TXCE.js";
12
12
  import "../../../../chunk-DHZ7AZKP.js";
13
13
 
14
14
  // ../../boilerplates/shared/dist/files/$README.md.js
15
15
  async function getReadme(props) {
16
- const content = await Wea(props);
16
+ const content = await ita(props);
17
17
  const flags = Array.from(props.meta.BATI).filter((f) => f !== "force").map((f) => `--${f}`).join(" ");
18
- const v = Tta();
19
- const intro = `Generated with [vike.dev/new](https://vike.dev/new) ${`(${YWs.link("https://www.npmjs.com/package/create-vike/v/" + v.version, "version " + v.semver.at(-1))})`} using this command:
18
+ const v = Ota();
19
+ const intro = `Generated with [vike.dev/new](https://vike.dev/new) ${`(${nJs.link("https://www.npmjs.com/package/create-vike/v/" + v.version, "version " + v.semver.at(-1))})`} using this command:
20
20
 
21
21
  \`\`\`sh
22
- ${bta()} ${flags}
22
+ ${Ita()} ${flags}
23
23
  \`\`\`
24
24
  `;
25
25
  content.addMarkdown(intro, {
@@ -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
- $ea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ata
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,9 +52,9 @@ var require_package = __commonJS({
52
52
  license: "MIT",
53
53
  devDependencies: {
54
54
  "@batijs/compile": "workspace:*",
55
- "@cloudflare/workers-types": "^4.20250607.0",
56
- "@types/node": "^18.19.110",
57
- "@universal-middleware/core": "^0.4.7",
55
+ "@cloudflare/workers-types": "^4.20250614.0",
56
+ "@types/node": "^18.19.111",
57
+ "@universal-middleware/core": "^0.4.8",
58
58
  vike: "^0.4.231",
59
59
  vite: "^6.3.5"
60
60
  },
@@ -96,7 +96,7 @@ var require_package = __commonJS({
96
96
  }
97
97
  });
98
98
  async function getPackageJson(props) {
99
- const packageJson = await $ea(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
99
+ const packageJson = await ata(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
100
100
  return packageJson.addDependencies(["@universal-middleware/core"]);
101
101
  }
102
102
  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
- Wea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ita
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/solid/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await Wea(props);
13
+ const content = await ita(props);
14
14
  const about = `
15
15
 
16
16
  This app is ready to start. It's powered by [Vike](https://vike.dev) and [SolidJS](https://www.solidjs.com/guides/getting-started).
@@ -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
- $ea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ ata
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,10 +52,10 @@ var require_package = __commonJS({
52
52
  license: "MIT",
53
53
  devDependencies: {
54
54
  "@batijs/compile": "workspace:*",
55
- "@pandacss/dev": "^0.53.7",
56
- "@types/node": "^18.19.110",
55
+ "@pandacss/dev": "^0.54.0",
56
+ "@types/node": "^18.19.111",
57
57
  "solid-js": "^1.9.7",
58
- tailwindcss: "^4.1.8",
58
+ tailwindcss: "^4.1.10",
59
59
  typescript: "^5.8.3",
60
60
  vike: "^0.4.231",
61
61
  "vike-solid": "^0.7.11",
@@ -179,7 +179,7 @@ var require_package = __commonJS({
179
179
  }
180
180
  });
181
181
  async function getPackageJson(props) {
182
- const packageJson = await $ea(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
182
+ const packageJson = await ata(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
183
183
  return packageJson.addDevDependencies(["vite"]).addDependencies(["solid-js", "vike-solid", "vike"]);
184
184
  }
185
185
  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
- Jea
7
- } from "../../../../chunk-4WNEELKU.js";
6
+ sta
7
+ } from "../../../../chunk-YO6CY4MA.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/solid/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await Jea(props);
13
+ const tsConfig = await sta(props);
14
14
  tsConfig.compilerOptions.jsx = "react-jsx";
15
15
  tsConfig.compilerOptions.jsxImportSource = "solid-js";
16
16
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "vike-solid/client"];