@batijs/cli 0.0.460 → 0.0.461

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/boilerplates/@batijs/auth0/files/$.env.js +5 -5
  2. package/dist/boilerplates/@batijs/auth0/files/$README.md.js +3 -3
  3. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +4 -4
  4. package/dist/boilerplates/@batijs/aws/files/$README.md.js +3 -3
  5. package/dist/boilerplates/@batijs/aws/files/$package.json.js +8 -8
  6. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +3 -3
  7. package/dist/boilerplates/@batijs/biome/files/$package.json.js +5 -5
  8. package/dist/boilerplates/@batijs/biome/files/biome.json +18 -4
  9. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +6 -6
  10. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +3 -3
  11. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +5 -5
  12. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +5 -5
  13. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +5 -5
  14. package/dist/boilerplates/@batijs/d1/files/$README.md.js +3 -3
  15. package/dist/boilerplates/@batijs/d1/files/$package.json.js +6 -6
  16. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +3 -3
  17. package/dist/boilerplates/@batijs/d1/files/$wrangler.toml.js +1 -1
  18. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +5 -5
  19. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +3 -3
  20. package/dist/boilerplates/@batijs/drizzle/files/$README.md.js +3 -3
  21. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +5 -5
  22. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +6 -6
  23. package/dist/boilerplates/@batijs/express/files/$package.json.js +8 -8
  24. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +7 -7
  25. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  26. package/dist/boilerplates/@batijs/h3/files/$package.json.js +8 -8
  27. package/dist/boilerplates/@batijs/hono/files/$package.json.js +12 -12
  28. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +5 -5
  29. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  30. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +11 -11
  31. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +3 -3
  32. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +4 -4
  33. package/dist/boilerplates/@batijs/prettier/files/.prettierrc +3 -0
  34. package/dist/boilerplates/@batijs/prisma/files/$.env.js +3 -3
  35. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +3 -3
  36. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +6 -6
  37. package/dist/boilerplates/@batijs/react/files/$README.md.js +3 -3
  38. package/dist/boilerplates/@batijs/react/files/$package.json.js +11 -11
  39. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +3 -3
  40. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +5 -5
  41. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +10 -10
  42. package/dist/boilerplates/@batijs/sentry/files/$.env.js +4 -4
  43. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +3 -3
  44. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +6 -6
  45. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +7 -7
  46. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +9 -9
  47. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +3 -3
  48. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +5 -5
  49. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +3 -3
  50. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +5 -5
  51. package/dist/boilerplates/@batijs/shared/files/$README.md.js +9 -9
  52. package/dist/boilerplates/@batijs/shared/files/package.json +2 -2
  53. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +6 -6
  54. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  55. package/dist/boilerplates/@batijs/solid/files/$package.json.js +8 -8
  56. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +3 -3
  57. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +5 -5
  58. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +7 -7
  59. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +3 -3
  60. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +3 -3
  61. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +4 -4
  62. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +6 -6
  63. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +5 -5
  64. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +6 -6
  65. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +5 -5
  66. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +8 -8
  67. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +3 -3
  68. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +5 -5
  69. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +5 -5
  70. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +3 -3
  71. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +5 -5
  72. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +3 -3
  73. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  74. package/dist/boilerplates/@batijs/vue/files/$package.json.js +6 -6
  75. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  76. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +6 -6
  77. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +6 -6
  78. package/dist/{chunk-5X7FUZDU.js → chunk-FMU63FHF.js} +93569 -93260
  79. package/dist/index.js +53 -53
  80. package/dist/jiti-EM3N2G3P-5LY37YR5.js +30587 -0
  81. package/package.json +9 -9
  82. package/dist/jiti-D5GFFX4C-B5MVETTC.js +0 -30546
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- ojs
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Wjs
7
+ } from "../../../../chunk-FMU63FHF.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 = ojs(envContent, "AUTH0_CLIENT_ID", auth0ClientId ?? "", "Auth0 Client ID");
18
- envContent = ojs(envContent, "AUTH0_CLIENT_SECRET", auth0ClientSecret ?? "", "Auth0 Client Secret");
19
- envContent = ojs(envContent, "AUTH0_ISSUER_BASE_URL", auth0BaseUrl ?? "", "Auth0 base URL");
17
+ envContent = Wjs(envContent, "AUTH0_CLIENT_ID", auth0ClientId ?? "", "Auth0 Client ID");
18
+ envContent = Wjs(envContent, "AUTH0_CLIENT_SECRET", auth0ClientSecret ?? "", "Auth0 Client Secret");
19
+ envContent = Wjs(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
- J9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ kjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/auth0/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await J9s(props);
13
+ const content = await kjs(props);
14
14
  const todo = `
15
15
  ## *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
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.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
  "@auth/core": "^0.40.0",
54
54
  "@batijs/compile": "workspace:*",
55
- "@types/node": "^20.19.0",
55
+ "@types/node": "^20.19.9",
56
56
  "@universal-middleware/core": "^0.4.9"
57
57
  },
58
58
  dependencies: {
@@ -87,7 +87,7 @@ var require_package = __commonJS({
87
87
  }
88
88
  });
89
89
  async function getPackageJson(props) {
90
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
90
+ const packageJson = await Ijs(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 {
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- J9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ kjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/aws/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await J9s(props);
13
+ const content = await kjs(props);
14
14
  const todo = `
15
15
  ## *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
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,17 +51,17 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@types/node": "^20.19.0",
54
+ "@types/node": "^20.19.9",
55
55
  "@types/which": "^3.0.4",
56
- "aws-cdk": "^2.1022.0",
57
- "aws-cdk-lib": "^2.207.0",
58
- cdk: "^2.1022.0",
56
+ "aws-cdk": "^2.1024.0",
57
+ "aws-cdk-lib": "^2.209.1",
58
+ cdk: "^2.1024.0",
59
59
  constructs: "^10.4.2",
60
60
  esbuild: "^0.25.8",
61
61
  "npm-run-all2": "^8.0.4",
62
62
  "source-map-support": "^0.5.21",
63
63
  tsx: "^4.20.3",
64
- typescript: "^5.8.3",
64
+ typescript: "^5.9.2",
65
65
  vitest: "^3.2.4",
66
66
  which: "^5.0.0"
67
67
  },
@@ -111,7 +111,7 @@ var require_package = __commonJS({
111
111
  }
112
112
  });
113
113
  async function getPackageJson(props) {
114
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
114
+ const packageJson = await Ijs(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
- $9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Njs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/aws/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await $9s(props);
13
+ const tsConfig = await Njs(props);
14
14
  tsConfig.compilerOptions.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
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,8 +51,8 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@biomejs/biome": "1.9.4",
55
- "@types/node": "^20.19.0"
54
+ "@biomejs/biome": "2.1.3",
55
+ "@types/node": "^20.19.9"
56
56
  },
57
57
  dependencies: {
58
58
  "@batijs/core": "workspace:*"
@@ -69,7 +69,7 @@ var require_package = __commonJS({
69
69
  }
70
70
  });
71
71
  async function getPackageJson(props) {
72
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
72
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
73
73
  return packageJson.setScript("lint", {
74
74
  value: "biome lint --write .",
75
75
  precedence: 0
@@ -1,7 +1,8 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
3
- "organizeImports": {
4
- "enabled": true
2
+ "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
3
+ "formatter": {
4
+ "indentWidth": 2,
5
+ "indentStyle": "space"
5
6
  },
6
7
  "linter": {
7
8
  "enabled": true,
@@ -9,7 +10,20 @@
9
10
  "recommended": true
10
11
  }
11
12
  },
13
+ "assist": {
14
+ "enabled": true,
15
+ "actions": {
16
+ "source": {
17
+ "organizeImports": "on"
18
+ }
19
+ }
20
+ },
12
21
  "files": {
13
- "ignore": ["dist/**", "*.js", "*.cjs", "*.mjs", "*.spec.ts"]
22
+ "includes": ["!dist/**", "!*.js", "!*.cjs", "!*.mjs", "!*.spec.ts"]
23
+ },
24
+ "vcs": {
25
+ "enabled": true,
26
+ "clientKind": "git",
27
+ "useIgnoreFile": true
14
28
  }
15
29
  }
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.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.20250726.0",
55
- "@types/node": "^20.19.0",
54
+ "@cloudflare/workers-types": "^4.20250806.0",
55
+ "@types/node": "^20.19.9",
56
56
  "npm-run-all2": "^8.0.4",
57
57
  "vike-cloudflare": "^0.1.7",
58
- wrangler: "^4.26.0"
58
+ wrangler: "^4.28.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 K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
88
+ const packageJson = await Ijs(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
- $9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Njs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/cloudflare/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await $9s(props);
13
+ const tsConfig = await Njs(props);
14
14
  tsConfig.compilerOptions.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
- G9s,
7
- Vus
8
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ojs,
7
+ xps
8
+ } from "../../../../chunk-FMU63FHF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/cloudflare/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await G9s(props);
14
+ const mod = await Ojs(props);
15
15
  let options = void 0;
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
- Vus(mod, {
24
+ xps(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
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,8 +51,8 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@types/node": "^20.19.0",
55
- vite: "^6.3.5",
54
+ "@types/node": "^20.19.9",
55
+ vite: "^7.0.6",
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 K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
74
+ const packageJson = await Ijs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
75
75
  return packageJson.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
- G9s,
7
- Vus
8
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ojs,
7
+ xps
8
+ } from "../../../../chunk-FMU63FHF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/compiled/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await G9s(props);
15
- Vus(mod, {
14
+ const mod = await Ojs(props);
15
+ xps(mod, {
16
16
  from: "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
- J9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ kjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/d1/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await J9s(props);
13
+ const content = await kjs(props);
14
14
  const todo = `
15
15
  ## *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
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.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.20250726.0",
55
- "@types/node": "^20.19.0",
54
+ "@cloudflare/workers-types": "^4.20250806.0",
55
+ "@types/node": "^20.19.9",
56
56
  "@universal-middleware/core": "^0.4.9",
57
57
  vike: "^0.4.236",
58
- wrangler: "^4.26.0"
58
+ wrangler: "^4.28.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 K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
+ const packageJson = await Ijs(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
- $9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Njs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/d1/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await $9s(props);
13
+ const tsConfig = await Njs(props);
14
14
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "@cloudflare/workers-types"];
15
15
  return tsConfig;
16
16
  }
@@ -2,7 +2,7 @@
2
2
  import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
- import "../../../../chunk-5X7FUZDU.js";
5
+ import "../../../../chunk-FMU63FHF.js";
6
6
  import "../../../../chunk-IAWYWZSL.js";
7
7
  import "../../../../chunk-DHZ7AZKP.js";
8
8
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,8 +51,8 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@cloudflare/workers-types": "^4.20250726.0",
55
- "@types/node": "^20.19.0",
54
+ "@cloudflare/workers-types": "^4.20250806.0",
55
+ "@types/node": "^20.19.9",
56
56
  "@universal-middleware/core": "^0.4.9",
57
57
  vike: "^0.4.236"
58
58
  },
@@ -88,7 +88,7 @@ var require_package = __commonJS({
88
88
  }
89
89
  });
90
90
  async function getPackageJson(props) {
91
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
91
+ const packageJson = await Ijs(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
- ojs
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Wjs
7
+ } from "../../../../chunk-FMU63FHF.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 ojs(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
15
+ return Wjs(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
- J9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ kjs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/drizzle/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await J9s(props);
13
+ const content = await kjs(props);
14
14
  const todo = `
15
15
  ## *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
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,11 +52,11 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@types/better-sqlite3": "^7.6.13",
55
- "@types/node": "^20.19.0",
55
+ "@types/node": "^20.19.9",
56
56
  "better-sqlite3": "^12.2.0",
57
57
  dotenv: "^17.2.1",
58
58
  "drizzle-kit": "^0.31.4",
59
- "drizzle-orm": "^0.44.3"
59
+ "drizzle-orm": "^0.44.4"
60
60
  },
61
61
  dependencies: {
62
62
  "@batijs/core": "workspace:*"
@@ -103,7 +103,7 @@ var require_package = __commonJS({
103
103
  }
104
104
  });
105
105
  async function getPackageJson(props) {
106
- const packageJson = await K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
106
+ const packageJson = await Ijs(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
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -54,12 +54,12 @@ var require_package = __commonJS({
54
54
  "@eslint/js": "^9.32.0",
55
55
  eslint: "^9.32.0",
56
56
  "eslint-config-prettier": "^10.1.8",
57
- "eslint-plugin-prettier": "^5.5.3",
57
+ "eslint-plugin-prettier": "^5.5.4",
58
58
  "eslint-plugin-react": "^7.37.5",
59
59
  "eslint-plugin-solid": "^0.14.5",
60
- "eslint-plugin-vue": "^10.3.0",
60
+ "eslint-plugin-vue": "^10.4.0",
61
61
  globals: "^16.3.0",
62
- "typescript-eslint": "^8.38.0",
62
+ "typescript-eslint": "^8.39.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 K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
92
+ const packageJson = await Ijs(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
- K9s
7
- } from "../../../../chunk-5X7FUZDU.js";
6
+ Ijs
7
+ } from "../../../../chunk-FMU63FHF.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.3",
55
+ "@trpc/server": "^11.4.4",
56
56
  "@types/express": "^5.0.3",
57
- "@types/node": "^20.19.0",
58
- "@universal-middleware/express": "^0.4.18",
59
- "cross-env": "^7.0.3",
57
+ "@types/node": "^20.19.9",
58
+ "@universal-middleware/express": "^0.4.19",
59
+ "cross-env": "^10.0.0",
60
60
  dotenv: "^17.2.1",
61
61
  express: "^5.1.0",
62
62
  telefunc: "^0.2.8",
63
63
  tsx: "^4.20.3",
64
64
  vike: "^0.4.236",
65
- vite: "^6.3.5"
65
+ vite: "^7.0.6"
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 K9s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
94
+ const packageJson = await Ijs(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,