@batijs/cli 0.0.287 → 0.0.288

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 (86) 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 -7
  4. package/dist/boilerplates/@batijs/aws/files/$README.md.js +3 -3
  5. package/dist/boilerplates/@batijs/aws/files/$package.json.js +19 -46
  6. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +3 -3
  7. package/dist/boilerplates/@batijs/aws/files/tests/aws_handler.spec.ts +1 -1
  8. package/dist/boilerplates/@batijs/biome/files/$package.json.js +10 -18
  9. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +21 -42
  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 +4 -8
  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 +5 -8
  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 +91 -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 +14 -19
  22. package/dist/boilerplates/@batijs/edgedb/files/$README.md.js +3 -3
  23. package/dist/boilerplates/@batijs/edgedb/files/$package.json.js +11 -11
  24. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +10 -37
  25. package/dist/boilerplates/@batijs/express/files/$package.json.js +15 -33
  26. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +15 -33
  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 +4 -8
  30. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  31. package/dist/boilerplates/@batijs/h3/files/$package.json.js +15 -36
  32. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +12 -49
  33. package/dist/boilerplates/@batijs/hono/files/$package.json.js +16 -39
  34. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +5 -5
  35. package/dist/boilerplates/@batijs/lucia-auth/files/$.env.js +4 -4
  36. package/dist/boilerplates/@batijs/lucia-auth/files/$README.md.js +3 -3
  37. package/dist/boilerplates/@batijs/lucia-auth/files/$package.json.js +4 -22
  38. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  39. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +5 -9
  40. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +4 -7
  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 +12 -12
  44. package/dist/boilerplates/@batijs/react/files/$README.md.js +3 -3
  45. package/dist/boilerplates/@batijs/react/files/$package.json.js +6 -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-sentry/files/$package.json.js +5 -8
  49. package/dist/boilerplates/@batijs/sentry/files/$.env.js +4 -4
  50. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +3 -3
  51. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +4 -7
  52. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +7 -7
  53. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +7 -7
  54. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +3 -3
  55. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +16 -24
  56. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +3 -3
  57. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +5 -5
  58. package/dist/boilerplates/@batijs/shared/files/$README.md.js +9 -9
  59. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +4 -7
  60. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  61. package/dist/boilerplates/@batijs/solid/files/$package.json.js +6 -10
  62. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +3 -3
  63. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +5 -5
  64. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +5 -8
  65. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +3 -3
  66. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +3 -3
  67. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +7 -9
  68. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +5 -13
  69. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +4 -7
  70. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +5 -5
  71. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +4 -7
  72. package/dist/boilerplates/@batijs/trpc/types/server/trpc-handler.d.ts +1 -1
  73. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +12 -12
  74. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +4 -9
  75. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +4 -7
  76. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +3 -3
  77. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +5 -5
  78. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  79. package/dist/boilerplates/@batijs/vue/files/$package.json.js +13 -22
  80. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  81. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +6 -6
  82. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +4 -7
  83. package/dist/{chunk-ZPMGCQ2D.js → chunk-BX6YHROU.js} +55914 -55882
  84. package/dist/index.js +25 -20
  85. package/package.json +6 -6
  86. package/dist/boilerplates/@batijs/shared-no-db/files/$package.json.js +0 -94
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- dLs
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ TLs
4
+ } from "../../../../chunk-BX6YHROU.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/lucia-auth/dist/files/$README.md.js
8
8
  async function getReadme(props) {
9
- const content = await dLs(props);
9
+ const content = await TLs(props);
10
10
  const todo = `
11
11
  ## *Example: Lucia Auth with GitHub OAuth*
12
12
  - Create a [GitHub OAuth app](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app). Set the Authorization callback URL to \`http://localhost:3000/api/login/github/callback\`.
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- g7s,
4
- mLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ xLs
4
+ } from "../../../../chunk-BX6YHROU.js";
6
5
  import "../../../../chunk-LU7IBQI7.js";
7
6
 
8
7
  // ../../boilerplates/lucia-auth/dist/files/$package.json.js
@@ -103,25 +102,8 @@ var require_package = __commonJS({
103
102
  }
104
103
  });
105
104
  async function getPackageJson(props) {
106
- const packageJson = await mLs(props);
107
- g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
108
- devDependencies: ["@types/cookie"],
109
- dependencies: [
110
- "arctic",
111
- "cookie",
112
- "lucia",
113
- "@universal-middleware/core",
114
- "dotenv",
115
- ...props.meta.BATI.has("drizzle") ? ["@lucia-auth/adapter-drizzle"] : ["@lucia-auth/adapter-sqlite"]
116
- ]
117
- });
118
- if (!props.meta.BATI.hasD1) {
119
- g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
120
- devDependencies: ["@types/better-sqlite3"],
121
- dependencies: ["better-sqlite3"]
122
- });
123
- }
124
- return packageJson;
105
+ const packageJson = await xLs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
106
+ return packageJson.addDevDependencies(["@types/cookie"]).addDependencies(["arctic", "cookie", "lucia", "@universal-middleware/core", "dotenv"]).addDependencies(["@lucia-auth/adapter-drizzle"], props.meta.BATI.has("drizzle")).addDependencies(["@lucia-auth/adapter-sqlite"], !props.meta.BATI.has("drizzle")).addDevDependencies(["@types/better-sqlite3"], !props.meta.BATI.hasD1).addDependencies(["better-sqlite3"], !props.meta.BATI.hasD1);
125
107
  }
126
108
  export {
127
109
  getPackageJson as default
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- dLs
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ TLs
4
+ } from "../../../../chunk-BX6YHROU.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/mantine/dist/files/$README.md.js
8
8
  async function getReadme(props) {
9
- const content = await dLs(props);
9
+ const content = await TLs(props);
10
10
  const todo = `
11
11
  ## Mantine
12
12
 
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- g7s,
4
- mLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ xLs
4
+ } from "../../../../chunk-BX6YHROU.js";
6
5
  import "../../../../chunk-LU7IBQI7.js";
7
6
 
8
7
  // ../../boilerplates/mantine/dist/files/$package.json.js
@@ -51,7 +50,7 @@ var require_package = __commonJS({
51
50
  "@mantine/core": "^7.12.2",
52
51
  "@mantine/hooks": "^7.12.2",
53
52
  "@types/node": "^18.19.14",
54
- "@types/react": "^18.3.8",
53
+ "@types/react": "^18.3.9",
55
54
  "@types/react-dom": "^18.3.0",
56
55
  postcss: "^8.4.47",
57
56
  "postcss-preset-mantine": "^1.17.0",
@@ -113,11 +112,8 @@ var require_package = __commonJS({
113
112
  }
114
113
  });
115
114
  async function getPackageJson(props) {
116
- const packageJson = await mLs(props);
117
- return g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
118
- devDependencies: ["postcss", "postcss-preset-mantine", "postcss-simple-vars"],
119
- dependencies: ["@mantine/core", "@mantine/hooks"]
120
- });
115
+ const packageJson = await xLs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
116
+ return packageJson.addDevDependencies(["postcss", "postcss-preset-mantine", "postcss-simple-vars"]).addDependencies(["@mantine/core", "@mantine/hooks"]);
121
117
  }
122
118
  export {
123
119
  getPackageJson as default
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- g7s,
4
- mLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ xLs
4
+ } from "../../../../chunk-BX6YHROU.js";
6
5
  import "../../../../chunk-LU7IBQI7.js";
7
6
 
8
7
  // ../../boilerplates/prettier/dist/files/$package.json.js
@@ -66,10 +65,8 @@ var require_package = __commonJS({
66
65
  }
67
66
  });
68
67
  async function getPackageJson(props) {
69
- const packageJson = await mLs(props);
70
- return g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
71
- devDependencies: ["prettier"]
72
- });
68
+ const packageJson = await xLs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
69
+ return packageJson.addDevDependencies(["prettier"]);
73
70
  }
74
71
  export {
75
72
  getPackageJson as default
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- T7s
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ LLs
4
+ } from "../../../../chunk-BX6YHROU.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/prisma/dist/files/$.env.js
8
8
  async function getEnv(props) {
9
9
  const envContent = await props.readfile?.();
10
- return T7s(
10
+ return LLs(
11
11
  envContent,
12
12
  "DATABASE_URL",
13
13
  "postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public",
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- dLs
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ TLs
4
+ } from "../../../../chunk-BX6YHROU.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/prisma/dist/files/$README.md.js
8
8
  async function getReadme(props) {
9
- const content = await dLs(props);
9
+ const content = await TLs(props);
10
10
  const todo = `
11
11
  ## *Prisma*
12
12
  ### Setup
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- g7s,
4
- mLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ xLs
4
+ } from "../../../../chunk-BX6YHROU.js";
6
5
  import "../../../../chunk-LU7IBQI7.js";
7
6
 
8
7
  // ../../boilerplates/prisma/dist/files/$package.json.js
@@ -48,10 +47,10 @@ var require_package = __commonJS({
48
47
  license: "MIT",
49
48
  devDependencies: {
50
49
  "@batijs/compile": "workspace:*",
51
- "@prisma/client": "^5.19.1",
50
+ "@prisma/client": "^5.20.0",
52
51
  "@types/node": "^18.19.14",
53
52
  colorette: "^2.0.20",
54
- prisma: "^5.19.1"
53
+ prisma: "^5.20.0"
55
54
  },
56
55
  dependencies: {
57
56
  "@batijs/core": "workspace:*"
@@ -68,13 +67,14 @@ var require_package = __commonJS({
68
67
  }
69
68
  });
70
69
  async function getPackageJson(props) {
71
- const packageJson = await mLs(props);
72
- packageJson.scripts["prisma:studio"] = "prisma studio";
73
- packageJson.scripts["prisma:generate"] = "prisma generate";
74
- return g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
75
- devDependencies: ["prisma"],
76
- dependencies: ["@prisma/client"]
77
- });
70
+ const packageJson = await xLs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
71
+ return packageJson.setScript("prisma:studio", {
72
+ value: "prisma studio",
73
+ precedence: 1
74
+ }).setScript("prisma:generate", {
75
+ value: "prisma generate",
76
+ precedence: 1
77
+ }).addDevDependencies(["prisma"]).addDependencies(["@prisma/client"]);
78
78
  }
79
79
  export {
80
80
  getPackageJson as default
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- dLs
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ TLs
4
+ } from "../../../../chunk-BX6YHROU.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/react/dist/files/$README.md.js
8
8
  async function getReadme(props) {
9
- const content = await dLs(props);
9
+ const content = await TLs(props);
10
10
  const about = `
11
11
 
12
12
  This app is ready to start. It's powered by [Vike](https://vike.dev) and [React](https://react.dev/learn).
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- g7s,
4
- mLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ xLs
4
+ } from "../../../../chunk-BX6YHROU.js";
6
5
  import "../../../../chunk-LU7IBQI7.js";
7
6
 
8
7
  // ../../boilerplates/react/dist/files/$package.json.js
@@ -53,12 +52,12 @@ var require_package = __commonJS({
53
52
  "@batijs/compile": "workspace:*",
54
53
  "@mantine/core": "^7.12.2",
55
54
  "@types/node": "^18.19.14",
56
- "@types/react": "^18.3.8",
55
+ "@types/react": "^18.3.9",
57
56
  "@types/react-dom": "^18.3.0",
58
57
  "@vitejs/plugin-react": "^4.3.1",
59
58
  react: "^18.3.1",
60
59
  "react-dom": "^18.3.1",
61
- tailwindcss: "^3.4.12",
60
+ tailwindcss: "^3.4.13",
62
61
  typescript: "^5.6.2",
63
62
  vike: "^0.4.196",
64
63
  "vike-react": "^0.5.7",
@@ -182,11 +181,8 @@ var require_package = __commonJS({
182
181
  }
183
182
  });
184
183
  async function getPackageJson(props) {
185
- const packageJson = await mLs(props);
186
- return g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
187
- devDependencies: ["vite", "@types/react", "@types/react-dom"],
188
- dependencies: ["@vitejs/plugin-react", "react", "react-dom", "vike", "vike-react"]
189
- });
184
+ const packageJson = await xLs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
185
+ return packageJson.addDevDependencies(["vite", "@types/react", "@types/react-dom"]).addDependencies(["@vitejs/plugin-react", "react", "react-dom", "vike", "vike-react"]);
190
186
  }
191
187
  export {
192
188
  getPackageJson as default
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- mLs
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ SLs
4
+ } from "../../../../chunk-BX6YHROU.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/react/dist/files/$tsconfig.json.js
8
8
  async function getTsConfig(props) {
9
- const tsConfig = await mLs(props);
9
+ const tsConfig = await SLs(props);
10
10
  tsConfig.compilerOptions.jsx = "preserve";
11
11
  tsConfig.compilerOptions.jsxImportSource = "react";
12
12
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "vike-react"];
@@ -1,15 +1,15 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- Uus,
4
- hLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ ELs,
4
+ Pus
5
+ } from "../../../../chunk-BX6YHROU.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/react/dist/files/$vite.config.ts.js
9
9
  async function getViteConfig(props) {
10
- const mod = await hLs(props);
10
+ const mod = await ELs(props);
11
11
  const reactOptions = props.meta.BATI.has("vercel") && props.meta.BATI.has("hattip") ? { jsxRuntime: "classic" } : {};
12
- Uus(mod, {
12
+ Pus(mod, {
13
13
  from: "@vitejs/plugin-react",
14
14
  constructor: "react",
15
15
  options: reactOptions
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- g7s,
4
- mLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ xLs
4
+ } from "../../../../chunk-BX6YHROU.js";
6
5
  import "../../../../chunk-LU7IBQI7.js";
7
6
 
8
7
  // ../../boilerplates/react-sentry/dist/files/$package.json.js
@@ -50,7 +49,7 @@ var require_package = __commonJS({
50
49
  "@batijs/compile": "workspace:*",
51
50
  "@sentry/react": "^8.31.0",
52
51
  "@types/node": "^18.19.14",
53
- "@types/react": "^18.3.8",
52
+ "@types/react": "^18.3.9",
54
53
  "@types/react-dom": "^18.3.0",
55
54
  react: "^18.3.1",
56
55
  "react-dom": "^18.3.1",
@@ -94,10 +93,8 @@ var require_package = __commonJS({
94
93
  }
95
94
  });
96
95
  async function getPackageJson(props) {
97
- const packageJson = await mLs(props);
98
- return g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
99
- dependencies: ["@sentry/react"]
100
- });
96
+ const packageJson = await xLs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
97
+ return packageJson.addDependencies(["@sentry/react"]);
101
98
  }
102
99
  export {
103
100
  getPackageJson as default
@@ -1,20 +1,20 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- T7s
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ LLs
4
+ } from "../../../../chunk-BX6YHROU.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 = T7s(
11
+ envContent = LLs(
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 = T7s(
17
+ envContent = LLs(
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
- dLs
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ TLs
4
+ } from "../../../../chunk-BX6YHROU.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 dLs(props);
9
+ const content = await TLs(props);
10
10
  const about = `
11
11
 
12
12
  ## Sentry Browser / Error Tracking & Performance Monitoring
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- g7s,
4
- mLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ xLs
4
+ } from "../../../../chunk-BX6YHROU.js";
6
5
  import "../../../../chunk-LU7IBQI7.js";
7
6
 
8
7
  // ../../boilerplates/sentry/dist/files/$package.json.js
@@ -79,10 +78,8 @@ var require_package = __commonJS({
79
78
  }
80
79
  });
81
80
  async function getPackageJson(props) {
82
- const packageJson = await mLs(props);
83
- return g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
84
- devDependencies: ["@sentry/vite-plugin"]
85
- });
81
+ const packageJson = await xLs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
82
+ return packageJson.addDevDependencies(["@sentry/vite-plugin"]);
86
83
  }
87
84
  export {
88
85
  getPackageJson as default
@@ -1,15 +1,15 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- AWr,
4
- Uus,
5
- hLs
6
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ ELs,
4
+ Pus,
5
+ cWr
6
+ } from "../../../../chunk-BX6YHROU.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 hLs(props);
12
- Uus(mod, {
11
+ const mod = await ELs(props);
12
+ Pus(mod, {
13
13
  from: "@sentry/vite-plugin",
14
14
  constructor: "sentryVitePlugin",
15
15
  imported: "sentryVitePlugin",
@@ -17,7 +17,7 @@ async function getViteConfig(props) {
17
17
  sourcemaps: { disable: false }
18
18
  }
19
19
  });
20
- AWr(mod.exports.default.$args[0], { build: { sourcemap: true } });
20
+ cWr(mod.exports.default.$args[0], { build: { sourcemap: true } });
21
21
  return mod.generate().code;
22
22
  }
23
23
  export {
@@ -1,19 +1,19 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- ULe,
3
+ ELs,
4
+ JLe,
4
5
  Uie,
5
- Zq,
6
- hLs
7
- } from "../../../../../chunk-ZPMGCQ2D.js";
6
+ eV
7
+ } from "../../../../../chunk-BX6YHROU.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 hLs(props);
14
+ mod = await ELs(props);
15
15
  } catch {
16
- mod = ULe("");
16
+ mod = JLe("");
17
17
  }
18
18
  if (!props.meta.BATI.has("vue")) {
19
19
  mod.imports.$prepend({
@@ -21,7 +21,7 @@ async function getViteConfig(props) {
21
21
  imported: "sentryBrowserConfig"
22
22
  });
23
23
  const e = Uie.functionCall("sentryBrowserConfig");
24
- const c = Zq(e).code;
24
+ const c = eV(e).code;
25
25
  mod.$ast.body.splice(mod.$ast.body.length - 1, 0, c);
26
26
  }
27
27
  return mod.generate().code;
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- dLs
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ TLs
4
+ } from "../../../../chunk-BX6YHROU.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 dLs(props);
9
+ const content = await TLs(props);
10
10
  const about = `
11
11
 
12
12
  ## shadcn/ui
@@ -1,9 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- b7s,
4
- g7s,
5
- mLs
6
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ xLs
4
+ } from "../../../../chunk-BX6YHROU.js";
7
5
  import "../../../../chunk-LU7IBQI7.js";
8
6
 
9
7
  // ../../boilerplates/shadcn-ui/dist/files/$package.json.js
@@ -55,7 +53,7 @@ var require_package = __commonJS({
55
53
  clsx: "^2.1.1",
56
54
  "lucide-react": "^0.445.0",
57
55
  "tailwind-merge": "^2.5.2",
58
- tailwindcss: "^3.4.12",
56
+ tailwindcss: "^3.4.13",
59
57
  "tailwindcss-animate": "^1.0.7"
60
58
  },
61
59
  dependencies: {
@@ -91,25 +89,19 @@ var require_package = __commonJS({
91
89
  }
92
90
  });
93
91
  async function getPackageJson(props) {
94
- const packageJson = await mLs(props);
95
- b7s(packageJson, {
96
- // @ts-ignore
97
- shadcn: {
98
- value: "pnpm dlx shadcn@latest",
99
- precedence: 20,
100
- warnIfReplaced: true
101
- }
102
- });
103
- return g7s(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
104
- dependencies: [
105
- "tailwindcss-animate",
106
- "class-variance-authority",
107
- "clsx",
108
- "tailwind-merge",
109
- "lucide-react",
110
- "@radix-ui/react-icons"
111
- ]
112
- });
92
+ const packageJson = await xLs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
93
+ return packageJson.setScript("shadcn", {
94
+ value: "npx shadcn@latest",
95
+ precedence: 1,
96
+ warnIfReplaced: true
97
+ }).addDependencies([
98
+ "tailwindcss-animate",
99
+ "class-variance-authority",
100
+ "clsx",
101
+ "tailwind-merge",
102
+ "lucide-react",
103
+ "@radix-ui/react-icons"
104
+ ]);
113
105
  }
114
106
  export {
115
107
  getPackageJson as default
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- mLs
4
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ SLs
4
+ } from "../../../../chunk-BX6YHROU.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 mLs(props);
9
+ const tsConfig = await SLs(props);
10
10
  tsConfig.compilerOptions.paths = {
11
11
  ...tsConfig.compilerOptions?.paths ?? {},
12
12
  "@/*": ["./*"]
@@ -1,20 +1,20 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- FWr,
4
- hLs
5
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ ELs,
4
+ iWr
5
+ } from "../../../../chunk-BX6YHROU.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 hLs(props);
10
+ const mod = await ELs(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);
14
14
  }
15
15
  function addResolveAlias(mod, find, replacement) {
16
16
  const alias = mod.exports.default.$args[0]?.resolve?.alias ?? {};
17
- const warnMsg = `${FWr("WARN")}: new resolve.alias: \`"${find}":${replacement}\` replaced existing in vite.config.ts.`;
17
+ const warnMsg = `${iWr("WARN")}: new resolve.alias: \`"${find}":${replacement}\` replaced existing in vite.config.ts.`;
18
18
  if (alias?.length === void 0) {
19
19
  if (alias[find]) {
20
20
  console.warn(warnMsg);
@@ -1,21 +1,21 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
- $Os,
4
- L7s,
5
- O7s,
6
- dLs
7
- } from "../../../../chunk-ZPMGCQ2D.js";
3
+ GLs,
4
+ KLs,
5
+ TLs,
6
+ sOs
7
+ } from "../../../../chunk-BX6YHROU.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 dLs(props);
12
+ const content = await TLs(props);
13
13
  const flags = Array.from(props.meta.BATI).filter((f) => f !== "force").map((f) => `--${f}`).join(" ");
14
- const v = L7s();
15
- const intro = `Generated with [Bati](https://batijs.dev) ${`(${$Os.link("https://www.npmjs.com/package/create-bati/v/" + v.version, "version " + v.semver.at(-1))})`} using this command:
14
+ const v = GLs();
15
+ const intro = `Generated with [Bati](https://batijs.dev) ${`(${sOs.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
- ${O7s()} ${flags}
18
+ ${KLs()} ${flags}
19
19
  \`\`\`
20
20
  `;
21
21
  content.addIntro(intro);