@batijs/cli 0.0.340 → 0.0.342

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 (90) 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 +7 -7
  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 +4 -4
  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 -6
  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 +5 -5
  21. package/dist/boilerplates/@batijs/edgedb/files/$README.md.js +3 -3
  22. package/dist/boilerplates/@batijs/edgedb/files/$package.json.js +4 -4
  23. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +6 -6
  24. package/dist/boilerplates/@batijs/express/files/$package.json.js +6 -6
  25. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +7 -7
  26. package/dist/boilerplates/@batijs/firebase-auth/files/$.env.js +3 -3
  27. package/dist/boilerplates/@batijs/firebase-auth/files/$README.md.js +3 -3
  28. package/dist/boilerplates/@batijs/firebase-auth/files/$package.json.js +6 -6
  29. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  30. package/dist/boilerplates/@batijs/h3/files/$package.json.js +5 -5
  31. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +6 -6
  32. package/dist/boilerplates/@batijs/hono/files/$package.json.js +7 -7
  33. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +5 -5
  34. package/dist/boilerplates/@batijs/lucia-auth/files/$.env.js +4 -4
  35. package/dist/boilerplates/@batijs/lucia-auth/files/$README.md.js +3 -3
  36. package/dist/boilerplates/@batijs/lucia-auth/files/$package.json.js +8 -8
  37. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  38. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +7 -7
  39. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +5 -5
  40. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +5 -5
  41. package/dist/boilerplates/@batijs/prisma/files/$.env.js +3 -3
  42. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +3 -3
  43. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +4 -4
  44. package/dist/boilerplates/@batijs/react/files/$README.md.js +3 -3
  45. package/dist/boilerplates/@batijs/react/files/$package.json.js +9 -9
  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 +4 -0
  49. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +6 -6
  50. package/dist/boilerplates/@batijs/react-sentry/files/sentry.browser.config.ts +0 -1
  51. package/dist/boilerplates/@batijs/sentry/files/$.env.js +4 -4
  52. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +3 -3
  53. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +4 -4
  54. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +5 -5
  55. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +4 -4
  56. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +3 -3
  57. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +5 -5
  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 +4 -4
  60. package/dist/boilerplates/@batijs/shared/files/$README.md.js +8 -8
  61. package/dist/boilerplates/@batijs/shared/files/package.json +1 -1
  62. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +6 -6
  63. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  64. package/dist/boilerplates/@batijs/solid/files/$package.json.js +6 -6
  65. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +3 -3
  66. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +5 -5
  67. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +5 -5
  68. package/dist/boilerplates/@batijs/solid-sentry/files/sentry.browser.config.ts +0 -1
  69. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +3 -3
  70. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +3 -3
  71. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +4 -4
  72. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +8 -8
  73. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +5 -5
  74. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +6 -6
  75. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +5 -5
  76. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +5 -5
  77. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +12 -12
  78. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +8 -8
  79. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +6 -6
  80. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +3 -3
  81. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +5 -5
  82. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  83. package/dist/boilerplates/@batijs/vue/files/$package.json.js +6 -6
  84. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  85. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +6 -6
  86. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +5 -5
  87. package/dist/boilerplates/@batijs/vue-sentry/files/sentry.browser.config.ts +0 -1
  88. package/dist/{chunk-UGIHEX3S.js → chunk-YUBXU2RH.js} +23490 -23482
  89. package/dist/index.js +8 -8
  90. package/package.json +6 -6
@@ -8,7 +8,6 @@ export const sentryBrowserConfig = () => {
8
8
  environment: "production-frontend",
9
9
  //enabled: import.meta.env.DEV ? false : true,
10
10
  integrations: [Sentry.replayIntegration()],
11
- autoSessionTracking: globalThis?.window?.document ? true : false, // disable autoSessionTracking in SSR
12
11
  // Set tracesSampleRate to 1.0 to capture 100%
13
12
  // of transactions for tracing.
14
13
  tracesSampleRate: 1.0,
@@ -1,20 +1,20 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- hXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ gXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sentry/dist/files/$.env.js
8
8
  async function getServerlessEnv(props) {
9
9
  const sentryDNS = process.env.TEST_SENTRY_DSN;
10
10
  let envContent = await props.readfile?.();
11
- envContent = hXs(
11
+ envContent = gXs(
12
12
  envContent,
13
13
  "SENTRY_DSN",
14
14
  sentryDNS ?? "",
15
15
  "Sentry DNS. Used for Error Reporting on the Server"
16
16
  );
17
- envContent = hXs(
17
+ envContent = gXs(
18
18
  envContent,
19
19
  "PUBLIC_ENV__SENTRY_DSN",
20
20
  "",
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- rXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ nXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sentry/dist/files/$README.md.js
8
8
  async function getReadme(props) {
9
- const content = await rXs(props);
9
+ const content = await nXs(props);
10
10
  const about = `
11
11
 
12
12
  ## Sentry Browser / Error Tracking & Performance Monitoring
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sentry/dist/files/$package.json.js
@@ -48,7 +48,7 @@ var require_package = __commonJS({
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
50
  "@sentry/vite-plugin": "^3.1.2",
51
- "@types/node": "^18.19.75",
51
+ "@types/node": "^18.19.76",
52
52
  vite: "^6.1.0"
53
53
  },
54
54
  dependencies: {
@@ -78,7 +78,7 @@ var require_package = __commonJS({
78
78
  }
79
79
  });
80
80
  async function getPackageJson(props) {
81
- const packageJson = await iXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
81
+ const packageJson = await sXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
82
82
  return packageJson.addDevDependencies(["@sentry/vite-plugin"]);
83
83
  }
84
84
  export {
@@ -1,15 +1,15 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- Bbs,
3
+ aXs,
4
4
  lQr,
5
- sXs
6
- } from "../../../../chunk-UGIHEX3S.js";
5
+ qbs
6
+ } from "../../../../chunk-YUBXU2RH.js";
7
7
  import "../../../../chunk-LU7IBQI7.js";
8
8
 
9
9
  // ../../boilerplates/sentry/dist/files/$vite.config.ts.js
10
10
  async function getViteConfig(props) {
11
- const mod = await sXs(props);
12
- Bbs(mod, {
11
+ const mod = await aXs(props);
12
+ qbs(mod, {
13
13
  from: "@sentry/vite-plugin",
14
14
  constructor: "sentryVitePlugin",
15
15
  imported: "sentryVitePlugin",
@@ -1,17 +1,17 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  QV,
4
+ aXs,
4
5
  j5e,
5
- jse,
6
- sXs
7
- } from "../../../../../chunk-UGIHEX3S.js";
6
+ jse
7
+ } from "../../../../../chunk-YUBXU2RH.js";
8
8
  import "../../../../../chunk-LU7IBQI7.js";
9
9
 
10
10
  // ../../boilerplates/sentry/dist/files/pages/$+client.ts.js
11
11
  async function getViteConfig(props) {
12
12
  let mod;
13
13
  try {
14
- mod = await sXs(props);
14
+ mod = await aXs(props);
15
15
  } catch {
16
16
  mod = j5e("");
17
17
  }
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- rXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ nXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/shadcn-ui/dist/files/$README.md.js
8
8
  async function getReadme(props) {
9
- const content = await rXs(props);
9
+ const content = await nXs(props);
10
10
  const about = `
11
11
 
12
12
  ## shadcn/ui
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/shadcn-ui/dist/files/$package.json.js
@@ -48,12 +48,12 @@ var require_package = __commonJS({
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
50
  "@radix-ui/react-icons": "^1.3.2",
51
- "@types/node": "^18.19.75",
51
+ "@types/node": "^18.19.76",
52
52
  autoprefixer: "^10.4.20",
53
53
  "class-variance-authority": "^0.7.1",
54
54
  clsx: "^2.1.1",
55
55
  "lucide-react": "^0.475.0",
56
- postcss: "^8.5.1",
56
+ postcss: "^8.5.2",
57
57
  "tailwind-merge": "^2.6.0",
58
58
  tailwindcss: "^3.4.17",
59
59
  "tailwindcss-animate": "^1.0.7"
@@ -91,7 +91,7 @@ var require_package = __commonJS({
91
91
  }
92
92
  });
93
93
  async function getPackageJson(props) {
94
- const packageJson = await iXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
94
+ const packageJson = await sXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
95
  return packageJson.setScript("shadcn", {
96
96
  value: "npx shadcn@latest",
97
97
  precedence: 1,
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- nXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ iXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/shadcn-ui/dist/files/$tsconfig.json.js
8
8
  async function getTsConfig(props) {
9
- const tsConfig = await nXs(props);
9
+ const tsConfig = await iXs(props);
10
10
  tsConfig.compilerOptions.paths = {
11
11
  ...tsConfig.compilerOptions?.paths ?? {},
12
12
  "@/*": ["./*"]
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- sQr,
4
- sXs
5
- } from "../../../../chunk-UGIHEX3S.js";
3
+ aXs,
4
+ sQr
5
+ } from "../../../../chunk-YUBXU2RH.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/shadcn-ui/dist/files/$vite.config.ts.js
9
9
  async function getViteConfig(props) {
10
- const mod = await sXs(props);
10
+ const mod = await aXs(props);
11
11
  const replacement = `new URL("./", import.meta.url).pathname`;
12
12
  addResolveAlias(mod, "@", replacement);
13
13
  return mod.generate().code.replace(`"{{PLACEHOLDER_ALIAS}}"`, replacement);
@@ -1,21 +1,21 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- PXs,
3
+ NXs,
4
4
  kXs,
5
- rXs,
6
- tVs
7
- } from "../../../../chunk-UGIHEX3S.js";
5
+ nXs,
6
+ rVs
7
+ } from "../../../../chunk-YUBXU2RH.js";
8
8
  import "../../../../chunk-LU7IBQI7.js";
9
9
 
10
10
  // ../../boilerplates/shared/dist/files/$README.md.js
11
11
  async function getReadme(props) {
12
- const content = await rXs(props);
12
+ const content = await nXs(props);
13
13
  const flags = Array.from(props.meta.BATI).filter((f) => f !== "force").map((f) => `--${f}`).join(" ");
14
- const v = kXs();
15
- const intro = `Generated with [Bati](https://batijs.dev) ${`(${tVs.link("https://www.npmjs.com/package/create-bati/v/" + v.version, "version " + v.semver.at(-1))})`} using this command:
14
+ const v = NXs();
15
+ const intro = `Generated with [Bati](https://batijs.dev) ${`(${rVs.link("https://www.npmjs.com/package/create-bati/v/" + v.version, "version " + v.semver.at(-1))})`} using this command:
16
16
 
17
17
  \`\`\`sh
18
- ${PXs()} ${flags}
18
+ ${kXs()} ${flags}
19
19
  \`\`\`
20
20
  `;
21
21
  content.addMarkdown(intro, {
@@ -7,7 +7,7 @@
7
7
  "dependencies": {},
8
8
  "devDependencies": {
9
9
  "typescript": "^5.7.3",
10
- "vike": "^0.4.221",
10
+ "vike": "^0.4.223",
11
11
  "vite": "^6.1.0"
12
12
  },
13
13
  "type": "module"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/shared-server/dist/files/$package.json.js
@@ -48,10 +48,10 @@ var require_package = __commonJS({
48
48
  license: "MIT",
49
49
  devDependencies: {
50
50
  "@batijs/compile": "workspace:*",
51
- "@cloudflare/workers-types": "^4.20250204.0",
52
- "@types/node": "^18.19.75",
51
+ "@cloudflare/workers-types": "^4.20250214.0",
52
+ "@types/node": "^18.19.76",
53
53
  "@universal-middleware/core": "^0.4.0",
54
- vike: "^0.4.221",
54
+ vike: "^0.4.223",
55
55
  vite: "^6.1.0"
56
56
  },
57
57
  files: [
@@ -92,7 +92,7 @@ var require_package = __commonJS({
92
92
  }
93
93
  });
94
94
  async function getPackageJson(props) {
95
- const packageJson = await iXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
+ const packageJson = await sXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
96
96
  return packageJson.addDependencies(["@universal-middleware/core"]);
97
97
  }
98
98
  export {
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- rXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ nXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/solid/dist/files/$README.md.js
8
8
  async function getReadme(props) {
9
- const content = await rXs(props);
9
+ const content = await nXs(props);
10
10
  const about = `
11
11
 
12
12
  This app is ready to start. It's powered by [Vike](https://vike.dev) and [SolidJS](https://www.solidjs.com/guides/getting-started).
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/solid/dist/files/$package.json.js
@@ -49,11 +49,11 @@ var require_package = __commonJS({
49
49
  devDependencies: {
50
50
  "@batijs/compile": "workspace:*",
51
51
  "@pandacss/dev": "^0.53.0",
52
- "@types/node": "^18.19.75",
52
+ "@types/node": "^18.19.76",
53
53
  "solid-js": "^1.9.4",
54
- tailwindcss: "^4.0.5",
54
+ tailwindcss: "^4.0.6",
55
55
  typescript: "^5.7.3",
56
- vike: "^0.4.221",
56
+ vike: "^0.4.223",
57
57
  "vike-solid": "^0.7.8",
58
58
  vite: "^6.1.0",
59
59
  "vite-plugin-solid": "^2.11.1"
@@ -175,7 +175,7 @@ var require_package = __commonJS({
175
175
  }
176
176
  });
177
177
  async function getPackageJson(props) {
178
- const packageJson = await iXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
178
+ const packageJson = await sXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
179
179
  return packageJson.addDevDependencies(["vite"]).addDependencies(["solid-js", "vike-solid", "vike"]);
180
180
  }
181
181
  export {
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- nXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ iXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/solid/dist/files/$tsconfig.json.js
8
8
  async function getTsConfig(props) {
9
- const tsConfig = await nXs(props);
9
+ const tsConfig = await iXs(props);
10
10
  tsConfig.compilerOptions.jsx = "preserve";
11
11
  tsConfig.compilerOptions.jsxImportSource = "solid-js";
12
12
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "vike-solid/client"];
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- Bbs,
4
- sXs
5
- } from "../../../../chunk-UGIHEX3S.js";
3
+ aXs,
4
+ qbs
5
+ } from "../../../../chunk-YUBXU2RH.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/solid/dist/files/$vite.config.ts.js
9
9
  async function getViteConfig(props) {
10
- const mod = await sXs(props);
11
- Bbs(mod, {
10
+ const mod = await aXs(props);
11
+ qbs(mod, {
12
12
  from: "vike-solid/vite",
13
13
  constructor: "vikeSolid"
14
14
  });
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/solid-sentry/dist/files/$package.json.js
@@ -47,8 +47,8 @@ var require_package = __commonJS({
47
47
  license: "MIT",
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
- "@sentry/solid": "^8.54.0",
51
- "@types/node": "^18.19.75",
50
+ "@sentry/solid": "^9.1.0",
51
+ "@types/node": "^18.19.76",
52
52
  "solid-js": "^1.9.4",
53
53
  "vike-solid": "^0.7.8",
54
54
  vite: "^6.1.0"
@@ -91,7 +91,7 @@ var require_package = __commonJS({
91
91
  }
92
92
  });
93
93
  async function getPackageJson(props) {
94
- const packageJson = await iXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
94
+ const packageJson = await sXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
95
  return packageJson.addDependencies(["@sentry/solid"]);
96
96
  }
97
97
  export {
@@ -8,7 +8,6 @@ export const sentryBrowserConfig = () => {
8
8
  environment: "production-frontend",
9
9
  //enabled: import.meta.env.DEV ? false : true,
10
10
  integrations: [Sentry.replayIntegration()],
11
- autoSessionTracking: globalThis?.window?.document ? true : false, // disable autoSessionTracking in SSR
12
11
  // Set tracesSampleRate to 1.0 to capture 100%
13
12
  // of transactions for tracing.
14
13
  tracesSampleRate: 1.0,
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- hXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ gXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sqlite/dist/files/$.env.js
8
8
  async function getEnv(props) {
9
9
  if (props.meta.BATI.hasD1) return;
10
10
  const envContent = await props.readfile?.();
11
- return hXs(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
11
+ return gXs(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
12
12
  }
13
13
  export {
14
14
  getEnv as default
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- rXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ nXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sqlite/dist/files/$README.md.js
8
8
  async function getReadme(props) {
9
- const content = await rXs(props);
9
+ const content = await nXs(props);
10
10
  const todo = `
11
11
  ## *Sqlite*
12
12
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sqlite/dist/files/$package.json.js
@@ -48,7 +48,7 @@ var require_package = __commonJS({
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
50
  "@types/better-sqlite3": "^7.6.12",
51
- "@types/node": "^18.19.75",
51
+ "@types/node": "^18.19.76",
52
52
  "better-sqlite3": "^11.8.1",
53
53
  dotenv: "^16.4.7",
54
54
  tsx: "^4.19.2"
@@ -119,7 +119,7 @@ var require_package = __commonJS({
119
119
  }
120
120
  });
121
121
  async function getPackageJson(props) {
122
- const packageJson = await iXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
122
+ const packageJson = await sXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
123
123
  return packageJson.setScript("sqlite:migrate", {
124
124
  value: "tsx ./database/sqlite/schema/all.ts",
125
125
  precedence: 1
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/tailwindcss/dist/files/$package.json.js
@@ -47,12 +47,12 @@ var require_package = __commonJS({
47
47
  license: "MIT",
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
- "@tailwindcss/vite": "^4.0.5",
51
- "@types/node": "^18.19.75",
50
+ "@tailwindcss/vite": "^4.0.6",
51
+ "@types/node": "^18.19.76",
52
52
  autoprefixer: "^10.4.20",
53
- daisyui: "^5.0.0-beta.7",
54
- tailwindcss: "^4.0.5",
55
- vike: "^0.4.221",
53
+ daisyui: "^5.0.0-beta.8",
54
+ tailwindcss: "^4.0.6",
55
+ vike: "^0.4.223",
56
56
  vite: "^6.1.0"
57
57
  },
58
58
  dependencies: {
@@ -74,7 +74,7 @@ async function getPackageJson(props) {
74
74
  if (props.meta.BATI.has("shadcn-ui")) {
75
75
  pkgjson.devDependencies.tailwindcss = "^3.4.17";
76
76
  }
77
- const packageJson = await iXs(props, pkgjson);
77
+ const packageJson = await sXs(props, pkgjson);
78
78
  return packageJson.addDevDependencies(["tailwindcss"]).addDevDependencies(["@tailwindcss/vite"], !props.meta.BATI.has("shadcn-ui")).addDevDependencies(["daisyui"], props.meta.BATI.has("daisyui"));
79
79
  }
80
80
  export {
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- Bbs,
4
- sXs
5
- } from "../../../../chunk-UGIHEX3S.js";
3
+ aXs,
4
+ qbs
5
+ } from "../../../../chunk-YUBXU2RH.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/tailwindcss/dist/files/$vite.config.ts.js
@@ -10,8 +10,8 @@ async function getViteConfig(props) {
10
10
  if (props.meta.BATI.has("shadcn-ui")) {
11
11
  return;
12
12
  }
13
- const mod = await sXs(props);
14
- Bbs(mod, {
13
+ const mod = await aXs(props);
14
+ qbs(mod, {
15
15
  from: "@tailwindcss/vite",
16
16
  constructor: "tailwindcss"
17
17
  });
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/telefunc/dist/files/$package.json.js
@@ -47,11 +47,11 @@ var require_package = __commonJS({
47
47
  license: "MIT",
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
- "@cloudflare/workers-types": "^4.20250204.0",
51
- "@types/node": "^18.19.75",
50
+ "@cloudflare/workers-types": "^4.20250214.0",
51
+ "@types/node": "^18.19.76",
52
52
  "@universal-middleware/core": "^0.4.0",
53
53
  telefunc: "^0.1.85",
54
- vike: "^0.4.221",
54
+ vike: "^0.4.223",
55
55
  vite: "^6.1.0"
56
56
  },
57
57
  dependencies: {
@@ -87,7 +87,7 @@ var require_package = __commonJS({
87
87
  }
88
88
  });
89
89
  async function getPackageJson(props) {
90
- const packageJson = await iXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
90
+ const packageJson = await sXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
91
91
  return packageJson.addDependencies(["telefunc", "@universal-middleware/core"]);
92
92
  }
93
93
  export {
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- Bbs,
4
- sXs
5
- } from "../../../../chunk-UGIHEX3S.js";
3
+ aXs,
4
+ qbs
5
+ } from "../../../../chunk-YUBXU2RH.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/telefunc/dist/files/$vite.config.ts.js
9
9
  async function getViteConfig(props) {
10
- const mod = await sXs(props);
11
- Bbs(mod, {
10
+ const mod = await aXs(props);
11
+ qbs(mod, {
12
12
  from: "telefunc/vite",
13
13
  constructor: "telefunc",
14
14
  imported: "telefunc"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- iXs
4
- } from "../../../../chunk-UGIHEX3S.js";
3
+ sXs
4
+ } from "../../../../chunk-YUBXU2RH.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/trpc/dist/files/$package.json.js
@@ -47,10 +47,10 @@ var require_package = __commonJS({
47
47
  license: "MIT",
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
- "@cloudflare/workers-types": "^4.20250204.0",
50
+ "@cloudflare/workers-types": "^4.20250214.0",
51
51
  "@trpc/client": "^10.45.2",
52
52
  "@trpc/server": "^10.45.2",
53
- "@types/node": "^18.19.75",
53
+ "@types/node": "^18.19.76",
54
54
  "@universal-middleware/core": "^0.4.0",
55
55
  vite: "^6.1.0"
56
56
  },
@@ -93,7 +93,7 @@ var require_package = __commonJS({
93
93
  }
94
94
  });
95
95
  async function getPackageJson(props) {
96
- const packageJson = await iXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
96
+ const packageJson = await sXs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
97
97
  return packageJson.addDependencies(["@trpc/server", "@trpc/client"]);
98
98
  }
99
99
  export {