@batijs/cli 0.0.413 → 0.0.415

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 (91) 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 +4 -4
  8. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +6 -6
  9. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +3 -3
  10. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +5 -5
  11. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +5 -5
  12. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +5 -5
  13. package/dist/boilerplates/@batijs/d1/files/$README.md.js +3 -3
  14. package/dist/boilerplates/@batijs/d1/files/$package.json.js +7 -7
  15. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +3 -3
  16. package/dist/boilerplates/@batijs/d1/files/$wrangler.toml.js +1 -1
  17. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +6 -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 +6 -6
  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 +7 -7
  24. package/dist/boilerplates/@batijs/express/files/$package.json.js +8 -8
  25. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +8 -8
  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 +7 -7
  29. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  30. package/dist/boilerplates/@batijs/h3/files/$package.json.js +8 -8
  31. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +10 -10
  32. package/dist/boilerplates/@batijs/hono/files/$package.json.js +12 -12
  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 +9 -9
  37. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  38. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +6 -6
  39. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +5 -5
  40. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +4 -4
  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-sentry/files/$package.json.js +7 -7
  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 +5 -5
  52. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +7 -7
  53. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +4 -4
  54. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +3 -3
  55. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +10 -19
  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/shadcn-ui/files/layouts/!tailwind.css +113 -97
  59. package/dist/boilerplates/@batijs/shared/files/$README.md.js +9 -9
  60. package/dist/boilerplates/@batijs/shared/files/package.json +2 -2
  61. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +7 -7
  62. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  63. package/dist/boilerplates/@batijs/solid/files/$package.json.js +8 -8
  64. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +3 -3
  65. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +5 -5
  66. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +6 -6
  67. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +3 -3
  68. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +3 -3
  69. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +5 -5
  70. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +10 -13
  71. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +5 -8
  72. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +8 -8
  73. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +5 -5
  74. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +8 -8
  75. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +24 -67
  76. package/dist/boilerplates/@batijs/trpc/types/trpc/server.d.ts +26 -99
  77. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +5 -5
  78. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +6 -6
  79. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +3 -3
  80. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +5 -5
  81. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  82. package/dist/boilerplates/@batijs/vue/files/$package.json.js +10 -10
  83. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  84. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +6 -6
  85. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +7 -7
  86. package/dist/{chunk-F5HJD3KW.js → chunk-4GILJGJV.js} +37291 -37235
  87. package/dist/index.js +47 -47
  88. package/package.json +7 -7
  89. package/dist/boilerplates/@batijs/shadcn-ui/files/!tailwind.config.ts +0 -68
  90. package/dist/boilerplates/@batijs/shadcn-ui/files/postcss.config.js +0 -6
  91. package/dist/boilerplates/@batijs/shadcn-ui/types/!tailwind.config.d.ts +0 -72
@@ -5,7 +5,7 @@ import { D1Database } from "@cloudflare/workers-types";
5
5
  * Export reusable router and procedure helpers
6
6
  * that can be used throughout the router
7
7
  */
8
- export declare const router: <TProcRouterRecord extends import("@trpc/server").ProcedureRouterRecord>(procedures: TProcRouterRecord) => import("@trpc/server").CreateRouterInner<import("@trpc/server").RootConfig<{
8
+ export declare const router: <TInput extends import("@trpc/server/unstable-core-do-not-import").CreateRouterOptions>(input: TInput) => import("@trpc/server/unstable-core-do-not-import").BuiltRouter<{
9
9
  ctx: object & {
10
10
  db: ReturnType<typeof sqliteDb>;
11
11
  } & {
@@ -16,40 +16,19 @@ export declare const router: <TProcRouterRecord extends import("@trpc/server").P
16
16
  db: D1Database;
17
17
  };
18
18
  meta: object;
19
- errorShape: import("@trpc/server").DefaultErrorShape;
20
- transformer: import("@trpc/server").DefaultDataTransformer;
21
- }>, TProcRouterRecord>;
22
- export declare const publicProcedure: import("@trpc/server").ProcedureBuilder<{
23
- _config: import("@trpc/server").RootConfig<{
24
- ctx: object & {
25
- db: ReturnType<typeof sqliteDb>;
26
- } & {
27
- db: ReturnType<typeof dbSqlite>;
28
- } & {
29
- db: ReturnType<typeof dbD1>;
30
- } & {
31
- db: D1Database;
32
- };
33
- meta: object;
34
- errorShape: import("@trpc/server").DefaultErrorShape;
35
- transformer: import("@trpc/server").DefaultDataTransformer;
36
- }>;
37
- _ctx_out: object & {
38
- db: ReturnType<typeof sqliteDb>;
39
- } & {
40
- db: ReturnType<typeof dbSqlite>;
41
- } & {
42
- db: ReturnType<typeof dbD1>;
43
- } & {
44
- db: D1Database;
45
- };
46
- _input_in: typeof import("@trpc/server").unsetMarker;
47
- _input_out: typeof import("@trpc/server").unsetMarker;
48
- _output_in: typeof import("@trpc/server").unsetMarker;
49
- _output_out: typeof import("@trpc/server").unsetMarker;
50
- _meta: object;
51
- }>;
52
- export declare const appRouter: import("@trpc/server").CreateRouterInner<import("@trpc/server").RootConfig<{
19
+ errorShape: import("@trpc/server/unstable-core-do-not-import").DefaultErrorShape;
20
+ transformer: false;
21
+ }, import("@trpc/server/unstable-core-do-not-import").DecorateCreateRouterOptions<TInput>>;
22
+ export declare const publicProcedure: import("@trpc/server/unstable-core-do-not-import").ProcedureBuilder<object & {
23
+ db: ReturnType<typeof sqliteDb>;
24
+ } & {
25
+ db: ReturnType<typeof dbSqlite>;
26
+ } & {
27
+ db: ReturnType<typeof dbD1>;
28
+ } & {
29
+ db: D1Database;
30
+ }, object, object, typeof import("@trpc/server/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/unstable-core-do-not-import").unsetMarker, false>;
31
+ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import").BuiltRouter<{
53
32
  ctx: object & {
54
33
  db: ReturnType<typeof sqliteDb>;
55
34
  } & {
@@ -60,70 +39,18 @@ export declare const appRouter: import("@trpc/server").CreateRouterInner<import(
60
39
  db: D1Database;
61
40
  };
62
41
  meta: object;
63
- errorShape: import("@trpc/server").DefaultErrorShape;
64
- transformer: import("@trpc/server").DefaultDataTransformer;
65
- }>, {
66
- demo: import("@trpc/server").BuildProcedure<"query", {
67
- _config: import("@trpc/server").RootConfig<{
68
- ctx: object & {
69
- db: ReturnType<typeof sqliteDb>;
70
- } & {
71
- db: ReturnType<typeof dbSqlite>;
72
- } & {
73
- db: ReturnType<typeof dbD1>;
74
- } & {
75
- db: D1Database;
76
- };
77
- meta: object;
78
- errorShape: import("@trpc/server").DefaultErrorShape;
79
- transformer: import("@trpc/server").DefaultDataTransformer;
80
- }>;
81
- _ctx_out: object & {
82
- db: ReturnType<typeof sqliteDb>;
83
- } & {
84
- db: ReturnType<typeof dbSqlite>;
85
- } & {
86
- db: ReturnType<typeof dbD1>;
87
- } & {
88
- db: D1Database;
42
+ errorShape: import("@trpc/server/unstable-core-do-not-import").DefaultErrorShape;
43
+ transformer: false;
44
+ }, import("@trpc/server/unstable-core-do-not-import").DecorateCreateRouterOptions<{
45
+ demo: import("@trpc/server").TRPCQueryProcedure<{
46
+ input: void;
47
+ output: {
48
+ demo: boolean;
89
49
  };
90
- _input_in: typeof import("@trpc/server").unsetMarker;
91
- _input_out: typeof import("@trpc/server").unsetMarker;
92
- _output_in: typeof import("@trpc/server").unsetMarker;
93
- _output_out: typeof import("@trpc/server").unsetMarker;
94
- _meta: object;
95
- }, {
96
- demo: boolean;
97
50
  }>;
98
- onNewTodo: import("@trpc/server").BuildProcedure<"mutation", {
99
- _config: import("@trpc/server").RootConfig<{
100
- ctx: object & {
101
- db: ReturnType<typeof sqliteDb>;
102
- } & {
103
- db: ReturnType<typeof dbSqlite>;
104
- } & {
105
- db: ReturnType<typeof dbD1>;
106
- } & {
107
- db: D1Database;
108
- };
109
- meta: object;
110
- errorShape: import("@trpc/server").DefaultErrorShape;
111
- transformer: import("@trpc/server").DefaultDataTransformer;
112
- }>;
113
- _meta: object;
114
- _ctx_out: object & {
115
- db: ReturnType<typeof sqliteDb>;
116
- } & {
117
- db: ReturnType<typeof dbSqlite>;
118
- } & {
119
- db: ReturnType<typeof dbD1>;
120
- } & {
121
- db: D1Database;
122
- };
123
- _input_in: string;
124
- _input_out: string;
125
- _output_in: typeof import("@trpc/server").unsetMarker;
126
- _output_out: typeof import("@trpc/server").unsetMarker;
127
- }, void>;
128
- }>;
51
+ onNewTodo: import("@trpc/server").TRPCMutationProcedure<{
52
+ input: string;
53
+ output: void;
54
+ }>;
55
+ }>>;
129
56
  export type AppRouter = typeof appRouter;
@@ -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
- VHs
7
- } from "../../../../chunk-F5HJD3KW.js";
6
+ QHs
7
+ } from "../../../../chunk-4GILJGJV.js";
8
8
  import "../../../../chunk-QY4H25CP.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,10 +51,10 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@cloudflare/workers-types": "^4.20250313.0",
54
+ "@cloudflare/workers-types": "^4.20250321.0",
55
55
  "@ts-rest/core": "^3.52.1",
56
56
  "@ts-rest/serverless": "^3.52.1",
57
- "@types/node": "^18.19.76",
57
+ "@types/node": "^18.19.83",
58
58
  "@universal-middleware/core": "^0.4.4",
59
59
  zod: "^3.24.2"
60
60
  },
@@ -97,7 +97,7 @@ var require_package = __commonJS({
97
97
  }
98
98
  });
99
99
  async function getPackageJson(props) {
100
- const packageJson = await VHs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
100
+ const packageJson = await QHs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
101
101
  return packageJson.addDevDependencies(["zod"]).addDependencies(["@ts-rest/core", "@ts-rest/serverless", "@universal-middleware/core"]);
102
102
  }
103
103
  export {
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- VHs
7
- } from "../../../../chunk-F5HJD3KW.js";
6
+ QHs
7
+ } from "../../../../chunk-4GILJGJV.js";
8
8
  import "../../../../chunk-QY4H25CP.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,10 +51,10 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@types/node": "^18.19.76",
54
+ "@types/node": "^18.19.83",
55
55
  "@vite-plugin-vercel/vike": "^9.0.4",
56
- vike: "^0.4.225",
57
- vite: "^6.2.2",
56
+ vike: "^0.4.227",
57
+ vite: "^6.2.3",
58
58
  "vite-plugin-vercel": "^9.0.5"
59
59
  },
60
60
  dependencies: {
@@ -72,7 +72,7 @@ var require_package = __commonJS({
72
72
  }
73
73
  });
74
74
  async function getPackageJson(props) {
75
- const packageJson = await VHs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
75
+ const packageJson = await QHs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
76
76
  return packageJson.addDependencies(["vite-plugin-vercel", "@vite-plugin-vercel/vike"]);
77
77
  }
78
78
  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
- qHs
7
- } from "../../../../chunk-F5HJD3KW.js";
6
+ XHs
7
+ } from "../../../../chunk-4GILJGJV.js";
8
8
  import "../../../../chunk-QY4H25CP.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/vercel/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await qHs(props);
13
+ const tsConfig = await XHs(props);
14
14
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "vite-plugin-vercel/types"];
15
15
  return tsConfig;
16
16
  }
@@ -3,19 +3,19 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Sbs,
7
- zHs
8
- } from "../../../../chunk-F5HJD3KW.js";
6
+ Ibs,
7
+ ZHs
8
+ } from "../../../../chunk-4GILJGJV.js";
9
9
  import "../../../../chunk-QY4H25CP.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/vercel/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await zHs(props);
14
+ const mod = await ZHs(props);
15
15
  const options = props.meta.BATI.has("express") || props.meta.BATI.has("fastify") ? {
16
16
  source: "/.*"
17
17
  } : void 0;
18
- Sbs(mod, {
18
+ Ibs(mod, {
19
19
  from: "vite-plugin-vercel",
20
20
  constructor: "vercel",
21
21
  options
@@ -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
- UHs
7
- } from "../../../../chunk-F5HJD3KW.js";
6
+ HHs
7
+ } from "../../../../chunk-4GILJGJV.js";
8
8
  import "../../../../chunk-QY4H25CP.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/vue/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await UHs(props);
13
+ const content = await HHs(props);
14
14
  const about = `
15
15
 
16
16
  This app is ready to start. It's powered by [Vike](https://vike.dev) and [Vue](https://vuejs.org/guide/quick-start.html).
@@ -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
- VHs
7
- } from "../../../../chunk-F5HJD3KW.js";
6
+ QHs
7
+ } from "../../../../chunk-4GILJGJV.js";
8
8
  import "../../../../chunk-QY4H25CP.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,17 +52,17 @@ var require_package = __commonJS({
52
52
  license: "MIT",
53
53
  devDependencies: {
54
54
  "@batijs/compile": "workspace:*",
55
- "@pandacss/dev": "^0.53.1",
56
- "@types/node": "^18.19.76",
57
- "@vitejs/plugin-vue": "^5.2.2",
55
+ "@pandacss/dev": "^0.53.3",
56
+ "@types/node": "^18.19.83",
57
+ "@vitejs/plugin-vue": "^5.2.3",
58
58
  "@vue/compiler-sfc": "^3.5.13",
59
59
  "@vue/server-renderer": "^3.5.13",
60
- tailwindcss: "^4.0.14",
60
+ tailwindcss: "^4.0.15",
61
61
  typescript: "^5.8.2",
62
62
  "unplugin-vue-markdown": "^28.3.1",
63
- vike: "^0.4.225",
64
- "vike-vue": "^0.8.7",
65
- vite: "^6.2.2",
63
+ vike: "^0.4.227",
64
+ "vike-vue": "^0.9.0",
65
+ vite: "^6.2.3",
66
66
  vue: "^3.5.13",
67
67
  "vue-gtag": "2.0.1"
68
68
  },
@@ -129,7 +129,7 @@ var require_package = __commonJS({
129
129
  }
130
130
  });
131
131
  async function getPackageJson(props) {
132
- const packageJson = await VHs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
132
+ const packageJson = await QHs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
133
133
  return packageJson.addDevDependencies(["vite"]).addDependencies([
134
134
  "@vitejs/plugin-vue",
135
135
  "@vue/compiler-sfc",
@@ -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
- qHs
7
- } from "../../../../chunk-F5HJD3KW.js";
6
+ XHs
7
+ } from "../../../../chunk-4GILJGJV.js";
8
8
  import "../../../../chunk-QY4H25CP.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/vue/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await qHs(props);
13
+ const tsConfig = await XHs(props);
14
14
  tsConfig.compilerOptions.jsx = "preserve";
15
15
  tsConfig.compilerOptions.jsxImportSource = "vue";
16
16
  return tsConfig;
@@ -3,23 +3,23 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Sbs,
7
- zHs
8
- } from "../../../../chunk-F5HJD3KW.js";
6
+ Ibs,
7
+ ZHs
8
+ } from "../../../../chunk-4GILJGJV.js";
9
9
  import "../../../../chunk-QY4H25CP.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/vue/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await zHs(props);
15
- Sbs(mod, {
14
+ const mod = await ZHs(props);
15
+ Ibs(mod, {
16
16
  from: "@vitejs/plugin-vue",
17
17
  constructor: "vue",
18
18
  options: {
19
19
  include: [/\.vue$/, /\.md$/]
20
20
  }
21
21
  });
22
- Sbs(mod, {
22
+ Ibs(mod, {
23
23
  from: "unplugin-vue-markdown/vite",
24
24
  constructor: "md",
25
25
  options: {}
@@ -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
- VHs
7
- } from "../../../../chunk-F5HJD3KW.js";
6
+ QHs
7
+ } from "../../../../chunk-4GILJGJV.js";
8
8
  import "../../../../chunk-QY4H25CP.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,10 +51,10 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@sentry/vue": "^9.5.0",
55
- "@types/node": "^18.19.76",
56
- "vike-vue": "^0.8.7",
57
- vite: "^6.2.2",
54
+ "@sentry/vue": "^9.9.0",
55
+ "@types/node": "^18.19.83",
56
+ "vike-vue": "^0.9.0",
57
+ vite: "^6.2.3",
58
58
  vue: "^3.5.13"
59
59
  },
60
60
  dependencies: {
@@ -89,7 +89,7 @@ var require_package = __commonJS({
89
89
  }
90
90
  });
91
91
  async function getPackageJson(props) {
92
- const packageJson = await VHs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
92
+ const packageJson = await QHs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
93
93
  return packageJson.addDependencies(["@sentry/vue"]);
94
94
  }
95
95
  export {