@batijs/cli 0.0.471 → 0.0.473

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 (83) 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 +3 -3
  4. package/dist/boilerplates/@batijs/authjs/files/server/authjs-handler.ts +1 -1
  5. package/dist/boilerplates/@batijs/aws/files/$README.md.js +3 -3
  6. package/dist/boilerplates/@batijs/aws/files/$package.json.js +7 -7
  7. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +3 -3
  8. package/dist/boilerplates/@batijs/biome/files/$package.json.js +4 -4
  9. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +5 -5
  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 -4
  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 -5
  16. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +3 -3
  17. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +4 -4
  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 +3 -3
  21. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +6 -6
  22. package/dist/boilerplates/@batijs/express/files/$package.json.js +7 -7
  23. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +7 -7
  24. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  25. package/dist/boilerplates/@batijs/h3/files/$package.json.js +7 -7
  26. package/dist/boilerplates/@batijs/hono/files/$package.json.js +9 -9
  27. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +5 -5
  28. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  29. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +7 -7
  30. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +3 -3
  31. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +3 -3
  32. package/dist/boilerplates/@batijs/prisma/files/$.env.js +3 -3
  33. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +3 -3
  34. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +3 -3
  35. package/dist/boilerplates/@batijs/react/files/$README.md.js +3 -3
  36. package/dist/boilerplates/@batijs/react/files/$package.json.js +7 -7
  37. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +3 -3
  38. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +5 -5
  39. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +5 -5
  40. package/dist/boilerplates/@batijs/sentry/files/$.env.js +4 -4
  41. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +3 -3
  42. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +4 -4
  43. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +7 -7
  44. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +3 -3
  45. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +3 -3
  46. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +4 -4
  47. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +3 -3
  48. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +5 -5
  49. package/dist/boilerplates/@batijs/shared/files/$README.md.js +9 -9
  50. package/dist/boilerplates/@batijs/shared/files/package.json +1 -1
  51. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +5 -5
  52. package/dist/boilerplates/@batijs/shared-server/files/server/create-todo-handler.ts +1 -1
  53. package/dist/boilerplates/@batijs/shared-server/files/server/vike-handler.ts +1 -1
  54. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  55. package/dist/boilerplates/@batijs/solid/files/$package.json.js +4 -4
  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 +4 -4
  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 +4 -4
  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/telefunc/files/server/telefunc-handler.ts +1 -1
  67. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +7 -7
  68. package/dist/boilerplates/@batijs/trpc/files/server/trpc-handler.ts +1 -1
  69. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +3 -3
  70. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +4 -4
  71. package/dist/boilerplates/@batijs/ts-rest/files/server/ts-rest-handler.ts +1 -1
  72. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +4 -4
  73. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +3 -3
  74. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +5 -5
  75. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +3 -3
  76. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  77. package/dist/boilerplates/@batijs/vue/files/$package.json.js +7 -7
  78. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  79. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +6 -6
  80. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +5 -5
  81. package/dist/{chunk-2VMOAN75.js → chunk-DDRRXOOJ.js} +57587 -57474
  82. package/dist/index.js +60 -69
  83. package/package.json +7 -7
@@ -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
- $js
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ ABs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -14,9 +14,9 @@ async function getEnv(props) {
14
14
  const auth0ClientSecret = process.env.TEST_AUTH0_CLIENT_SECRET;
15
15
  const auth0BaseUrl = process.env.TEST_AUTH0_ISSUER_BASE_URL;
16
16
  let envContent = await props.readfile?.();
17
- envContent = $js(envContent, "AUTH0_CLIENT_ID", auth0ClientId ?? "", "Auth0 Client ID");
18
- envContent = $js(envContent, "AUTH0_CLIENT_SECRET", auth0ClientSecret ?? "", "Auth0 Client Secret");
19
- envContent = $js(envContent, "AUTH0_ISSUER_BASE_URL", auth0BaseUrl ?? "", "Auth0 base URL");
17
+ envContent = ABs(envContent, "AUTH0_CLIENT_ID", auth0ClientId ?? "", "Auth0 Client ID");
18
+ envContent = ABs(envContent, "AUTH0_CLIENT_SECRET", auth0ClientSecret ?? "", "Auth0 Client Secret");
19
+ envContent = ABs(envContent, "AUTH0_ISSUER_BASE_URL", auth0BaseUrl ?? "", "Auth0 base URL");
20
20
  return envContent;
21
21
  }
22
22
  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
- pEs
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ YEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/auth0/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await pEs(props);
13
+ const content = await YEs(props);
14
14
  const todo = `
15
15
  ## *Auth0*
16
16
  - Sign up or login to an Auth0 account, then go to [your Dashboard](https://manage.auth0.com/dashboard/)
@@ -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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -87,7 +87,7 @@ var require_package = __commonJS({
87
87
  }
88
88
  });
89
89
  async function getPackageJson(props) {
90
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
90
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
91
91
  return packageJson.addDependencies(["@auth/core", "@universal-middleware/core"]);
92
92
  }
93
93
  export {
@@ -2,7 +2,7 @@ import { Auth, type AuthConfig, createActionURL, setEnvDefaults } from "@auth/co
2
2
  import Auth0 from "@auth/core/providers/auth0";
3
3
  import CredentialsProvider from "@auth/core/providers/credentials";
4
4
  import type { Session } from "@auth/core/types";
5
- // TODO: stop using universal-middleware and directly integrate server middlewares instead and/or use vike-server https://vike.dev/server. (Bati generates boilerplates that use universal-middleware https://github.com/magne4000/universal-middleware to make Bati's internal logic easier. This is temporary and will be removed soon.)
5
+ // TODO: stop using universal-middleware and directly integrate server middlewares instead and/or use vike-server https://vike.dev/vike-server. (Bati generates boilerplates that use universal-middleware https://github.com/magne4000/universal-middleware to make Bati's internal logic easier. This is temporary and will be removed soon.)
6
6
  import type { Get, UniversalHandler, UniversalMiddleware } from "@universal-middleware/core";
7
7
 
8
8
  const env: Record<string, string | undefined> =
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- pEs
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ YEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/aws/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await pEs(props);
13
+ const content = await YEs(props);
14
14
  const todo = `
15
15
  ## *AWS CDK Deployment*
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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -53,14 +53,14 @@ var require_package = __commonJS({
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@types/node": "^20.19.9",
55
55
  "@types/which": "^3.0.4",
56
- "aws-cdk": "^2.1025.0",
57
- "aws-cdk-lib": "^2.211.0",
58
- cdk: "^2.1025.0",
56
+ "aws-cdk": "^2.1026.0",
57
+ "aws-cdk-lib": "^2.212.0",
58
+ cdk: "^2.1026.0",
59
59
  constructs: "^10.4.2",
60
60
  esbuild: "^0.25.9",
61
61
  "npm-run-all2": "^8.0.4",
62
62
  "source-map-support": "^0.5.21",
63
- tsx: "^4.20.4",
63
+ tsx: "^4.20.5",
64
64
  typescript: "^5.9.2",
65
65
  vitest: "^3.2.4",
66
66
  which: "^5.0.0"
@@ -111,7 +111,7 @@ var require_package = __commonJS({
111
111
  }
112
112
  });
113
113
  async function getPackageJson(props) {
114
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
114
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
115
115
  return packageJson.setScript("test", {
116
116
  value: "vitest",
117
117
  precedence: 0
@@ -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
- fEs
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ WEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/aws/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await fEs(props);
13
+ const tsConfig = await WEs(props);
14
14
  tsConfig.compilerOptions.types = [
15
15
  ...tsConfig.compilerOptions.types ?? [],
16
16
  "@types/node",
@@ -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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.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
- "@biomejs/biome": "2.2.0",
54
+ "@biomejs/biome": "2.2.2",
55
55
  "@types/node": "^20.19.9"
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 _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
72
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
73
73
  return packageJson.setScript("lint", {
74
74
  value: "biome lint --write .",
75
75
  precedence: 0
@@ -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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,11 +51,11 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@cloudflare/workers-types": "^4.20250816.0",
54
+ "@cloudflare/workers-types": "^4.20250823.0",
55
55
  "@types/node": "^20.19.9",
56
56
  "npm-run-all2": "^8.0.4",
57
57
  "vike-cloudflare": "^0.1.7",
58
- wrangler: "^4.30.0"
58
+ wrangler: "^4.32.0"
59
59
  },
60
60
  dependencies: {
61
61
  "@batijs/core": "workspace:*"
@@ -85,7 +85,7 @@ var require_package = __commonJS({
85
85
  }
86
86
  });
87
87
  async function getPackageJson(props) {
88
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
88
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
89
89
  return packageJson.setScript("preview:wrangler", {
90
90
  value: "wrangler pages dev",
91
91
  precedence: 40,
@@ -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
- fEs
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ WEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/cloudflare/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await fEs(props);
13
+ const tsConfig = await WEs(props);
14
14
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "vike-cloudflare/types"];
15
15
  return tsConfig;
16
16
  }
@@ -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
- Vri,
7
- dEs
8
- } from "../../../../chunk-2VMOAN75.js";
6
+ $Es,
7
+ Kri
8
+ } from "../../../../chunk-DDRRXOOJ.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/cloudflare/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await dEs(props);
14
+ const mod = await $Es(props);
15
15
  let options;
16
16
  if (props.meta.BATI.has("hono")) {
17
17
  options = {
@@ -21,7 +21,7 @@ async function getViteConfig(props) {
21
21
  }
22
22
  };
23
23
  }
24
- Vri(mod, {
24
+ Kri(mod, {
25
25
  from: "vike-cloudflare",
26
26
  constructor: "pages",
27
27
  imported: "pages",
@@ -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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.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
  "@types/node": "^20.19.9",
55
- vite: "^7.1.2",
55
+ vite: "^7.1.3",
56
56
  "vite-plugin-compiled-react": "^1.3.1"
57
57
  },
58
58
  dependencies: {
@@ -71,7 +71,7 @@ var require_package = __commonJS({
71
71
  }
72
72
  });
73
73
  async function getPackageJson(props) {
74
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
74
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
75
75
  return packageJson.addDevDependencies(["vite-plugin-compiled-react"]).addDependencies(["@compiled/react"]);
76
76
  }
77
77
  export {
@@ -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
- Vri,
7
- dEs
8
- } from "../../../../chunk-2VMOAN75.js";
6
+ $Es,
7
+ Kri
8
+ } from "../../../../chunk-DDRRXOOJ.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/compiled/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await dEs(props);
15
- Vri(mod, {
14
+ const mod = await $Es(props);
15
+ Kri(mod, {
16
16
  from: "vite-plugin-compiled-react",
17
17
  constructor: "compiled",
18
18
  imported: "compiled",
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- pEs
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ YEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/d1/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await pEs(props);
13
+ const content = await YEs(props);
14
14
  const todo = `
15
15
  ## *Cloudflare D1*
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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,11 +51,11 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@cloudflare/workers-types": "^4.20250816.0",
54
+ "@cloudflare/workers-types": "^4.20250823.0",
55
55
  "@types/node": "^20.19.9",
56
56
  "@universal-middleware/core": "^0.4.9",
57
57
  vike: "^0.4.237",
58
- wrangler: "^4.30.0"
58
+ wrangler: "^4.32.0"
59
59
  },
60
60
  dependencies: {
61
61
  "@batijs/core": "workspace:*"
@@ -92,7 +92,7 @@ var require_package = __commonJS({
92
92
  }
93
93
  });
94
94
  async function getPackageJson(props) {
95
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
96
96
  return packageJson.addDevDependencies(["@universal-middleware/core"]);
97
97
  }
98
98
  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
- fEs
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ WEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/d1/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await fEs(props);
13
+ const tsConfig = await WEs(props);
14
14
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "@cloudflare/workers-types"];
15
15
  return tsConfig;
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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.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
- "@cloudflare/workers-types": "^4.20250816.0",
54
+ "@cloudflare/workers-types": "^4.20250823.0",
55
55
  "@types/node": "^20.19.9",
56
56
  "@universal-middleware/core": "^0.4.9",
57
57
  vike: "^0.4.237"
@@ -88,7 +88,7 @@ var require_package = __commonJS({
88
88
  }
89
89
  });
90
90
  async function getPackageJson(props) {
91
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
91
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
92
92
  return packageJson.setScript("d1:migrate", {
93
93
  value: "wrangler d1 migrations apply YOUR_DATABASE_NAME --local",
94
94
  precedence: 0
@@ -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
- $js
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ ABs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -12,7 +12,7 @@ import "../../../../chunk-DHZ7AZKP.js";
12
12
  async function getEnv(props) {
13
13
  if (props.meta.BATI.hasD1) return;
14
14
  const envContent = await props.readfile?.();
15
- return $js(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
15
+ return ABs(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
16
16
  }
17
17
  export {
18
18
  getEnv as default
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- pEs
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ YEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/drizzle/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await pEs(props);
13
+ const content = await YEs(props);
14
14
  const todo = `
15
15
  ## *Drizzle*
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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -103,7 +103,7 @@ var require_package = __commonJS({
103
103
  }
104
104
  });
105
105
  async function getPackageJson(props) {
106
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
106
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
107
107
  return packageJson.setScript("drizzle:generate", {
108
108
  value: "drizzle-kit generate",
109
109
  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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,15 +51,15 @@ var require_package = __commonJS({
51
51
  },
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:^",
54
- "@eslint/js": "^9.33.0",
55
- eslint: "^9.33.0",
54
+ "@eslint/js": "^9.34.0",
55
+ eslint: "^9.34.0",
56
56
  "eslint-config-prettier": "^10.1.8",
57
57
  "eslint-plugin-prettier": "^5.5.4",
58
58
  "eslint-plugin-react": "^7.37.5",
59
59
  "eslint-plugin-solid": "^0.14.5",
60
60
  "eslint-plugin-vue": "^10.4.0",
61
61
  globals: "^16.3.0",
62
- "typescript-eslint": "^8.39.1",
62
+ "typescript-eslint": "^8.40.0",
63
63
  "vue-eslint-parser": "^10.2.0"
64
64
  },
65
65
  dependencies: {
@@ -89,7 +89,7 @@ var require_package = __commonJS({
89
89
  }
90
90
  });
91
91
  async function getPackageJson(props) {
92
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
92
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
93
93
  return packageJson.setScript("lint", {
94
94
  value: "eslint .",
95
95
  precedence: 0
@@ -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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,17 +52,17 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@auth/core": "^0.40.0",
54
54
  "@batijs/compile": "workspace:*",
55
- "@trpc/server": "^11.4.4",
55
+ "@trpc/server": "^11.5.0",
56
56
  "@types/express": "^5.0.3",
57
57
  "@types/node": "^20.19.9",
58
58
  "@universal-middleware/express": "^0.4.19",
59
59
  "cross-env": "^10.0.0",
60
60
  dotenv: "^17.2.1",
61
61
  express: "^5.1.0",
62
- telefunc: "^0.2.8",
63
- tsx: "^4.20.4",
62
+ telefunc: "^0.2.10",
63
+ tsx: "^4.20.5",
64
64
  vike: "^0.4.237",
65
- vite: "^7.1.2"
65
+ vite: "^7.1.3"
66
66
  },
67
67
  dependencies: {
68
68
  "@batijs/core": "workspace:*"
@@ -91,7 +91,7 @@ var require_package = __commonJS({
91
91
  }
92
92
  });
93
93
  async function getPackageJson(props) {
94
- const packageJson = await _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
94
+ const packageJson = await JEs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
95
  return packageJson.setScript("dev", {
96
96
  value: "tsx ./express-entry.ts",
97
97
  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
- _Es
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ JEs
7
+ } from "../../../../chunk-DDRRXOOJ.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.4",
57
+ "@trpc/server": "^11.5.0",
58
58
  "@types/express": "^5.0.3",
59
59
  "@types/node": "^20.19.9",
60
60
  "@universal-middleware/fastify": "^0.5.20",
61
61
  "cross-env": "^10.0.0",
62
62
  dotenv: "^17.2.1",
63
63
  fastify: "^5.5.0",
64
- telefunc: "^0.2.8",
65
- tsx: "^4.20.4",
64
+ telefunc: "^0.2.10",
65
+ tsx: "^4.20.5",
66
66
  vike: "^0.4.237",
67
- vite: "^7.1.2"
67
+ vite: "^7.1.3"
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 _Es(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
96
+ const packageJson = await JEs(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
- $js
7
- } from "../../../../chunk-2VMOAN75.js";
6
+ ABs
7
+ } from "../../../../chunk-DDRRXOOJ.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 $js(
14
+ return ABs(
15
15
  envContent,
16
16
  "PUBLIC_ENV__GOOGLE_ANALYTICS",
17
17
  "G-XXXXXXXXXX",