@batijs/cli 0.0.329 → 0.0.330

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 (98) hide show
  1. package/dist/boilerplates/@batijs/auth0/files/$.env.js +1 -1
  2. package/dist/boilerplates/@batijs/auth0/files/$README.md.js +1 -1
  3. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +1 -1
  4. package/dist/boilerplates/@batijs/aws/files/$README.md.js +1 -1
  5. package/dist/boilerplates/@batijs/aws/files/$package.json.js +1 -1
  6. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
  7. package/dist/boilerplates/@batijs/biome/files/$package.json.js +1 -1
  8. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +1 -1
  9. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +1 -1
  10. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +1 -1
  11. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +1 -1
  12. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +1 -1
  13. package/dist/boilerplates/@batijs/d1/files/$README.md.js +1 -1
  14. package/dist/boilerplates/@batijs/d1/files/$package.json.js +1 -1
  15. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
  16. package/dist/boilerplates/@batijs/d1/files/$wrangler.toml.js +1 -1
  17. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +1 -1
  18. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +1 -1
  19. package/dist/boilerplates/@batijs/drizzle/files/$README.md.js +1 -1
  20. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +2 -2
  21. package/dist/boilerplates/@batijs/edgedb/files/$README.md.js +1 -1
  22. package/dist/boilerplates/@batijs/edgedb/files/$package.json.js +1 -1
  23. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -1
  24. package/dist/boilerplates/@batijs/express/files/$package.json.js +1 -1
  25. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +1 -1
  26. package/dist/boilerplates/@batijs/firebase-auth/files/$.env.js +1 -1
  27. package/dist/boilerplates/@batijs/firebase-auth/files/$README.md.js +1 -1
  28. package/dist/boilerplates/@batijs/firebase-auth/files/$package.json.js +1 -1
  29. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
  30. package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -1
  31. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +1 -1
  32. package/dist/boilerplates/@batijs/hono/files/$package.json.js +1 -1
  33. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +1 -1
  34. package/dist/boilerplates/@batijs/lucia-auth/files/$.env.js +1 -1
  35. package/dist/boilerplates/@batijs/lucia-auth/files/$README.md.js +1 -1
  36. package/dist/boilerplates/@batijs/lucia-auth/files/$package.json.js +2 -2
  37. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
  38. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +1 -1
  39. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +1 -1
  40. package/dist/boilerplates/@batijs/panda-css/files/layouts/panda.css +1 -1
  41. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +1 -1
  42. package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
  43. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +1 -1
  44. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +1 -1
  45. package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
  46. package/dist/boilerplates/@batijs/react/files/$package.json.js +2 -2
  47. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
  48. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
  49. package/dist/boilerplates/@batijs/react/files/pages/index/Counter.tsx +15 -13
  50. package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +1 -1
  51. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +1 -1
  52. package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
  53. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
  54. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +2 -2
  55. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
  56. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
  57. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
  58. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +3 -3
  59. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
  60. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
  61. package/dist/boilerplates/@batijs/shadcn-ui/files/layouts/!tailwind.css +1 -3
  62. package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
  63. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +1 -1
  64. package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
  65. package/dist/boilerplates/@batijs/solid/files/$package.json.js +2 -2
  66. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
  67. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
  68. package/dist/boilerplates/@batijs/solid/files/pages/index/Counter.tsx +15 -13
  69. package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +1 -1
  70. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +1 -1
  71. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
  72. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +1 -1
  73. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +1 -1
  74. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +5 -23
  75. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +19 -0
  76. package/dist/boilerplates/@batijs/tailwindcss/files/layouts/tailwind.css +4 -3
  77. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +1 -1
  78. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
  79. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +1 -1
  80. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +8 -8
  81. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +1 -1
  82. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +1 -1
  83. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +1 -1
  84. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +1 -1
  85. package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
  86. package/dist/boilerplates/@batijs/vue/files/$package.json.js +2 -2
  87. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
  88. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
  89. package/dist/boilerplates/@batijs/vue/files/components/Counter.vue +3 -1
  90. package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +1 -1
  91. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +1 -1
  92. package/dist/{chunk-BS3TII3O.js → chunk-7JKLHW74.js} +2 -2
  93. package/dist/index.js +2 -2
  94. package/package.json +5 -5
  95. package/dist/boilerplates/@batijs/tailwindcss/files/postcss.config.js +0 -6
  96. package/dist/boilerplates/@batijs/tailwindcss/files/tailwind.config.ts +0 -10
  97. package/dist/boilerplates/@batijs/tailwindcss/types/postcss.config.d.ts +0 -7
  98. package/dist/boilerplates/@batijs/tailwindcss/types/tailwind.config.d.ts +0 -11
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  YHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/auth0/dist/files/$.env.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/auth0/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/authjs/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/aws/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/aws/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  NHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/aws/dist/files/$tsconfig.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/biome/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/cloudflare/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  NHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/cloudflare/dist/files/$tsconfig.json.js
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  OHs,
4
4
  hbs
5
- } from "../../../../chunk-BS3TII3O.js";
5
+ } from "../../../../chunk-7JKLHW74.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/cloudflare/dist/files/$vite.config.ts.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/compiled/dist/files/$package.json.js
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  OHs,
4
4
  hbs
5
- } from "../../../../chunk-BS3TII3O.js";
5
+ } from "../../../../chunk-7JKLHW74.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/compiled/dist/files/$vite.config.ts.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/d1/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/d1/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  NHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/d1/dist/files/$tsconfig.json.js
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import "../../../../chunk-BS3TII3O.js";
2
+ import "../../../../chunk-7JKLHW74.js";
3
3
  import "../../../../chunk-LU7IBQI7.js";
4
4
 
5
5
  // ../../boilerplates/d1/dist/files/$wrangler.toml.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/d1-sqlite/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  YHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/drizzle/dist/files/$.env.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/drizzle/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/drizzle/dist/files/$package.json.js
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  "@types/node": "^18.19.74",
52
52
  "better-sqlite3": "^11.8.1",
53
53
  dotenv: "^16.4.7",
54
- "drizzle-kit": "^0.30.2",
54
+ "drizzle-kit": "^0.30.3",
55
55
  "drizzle-orm": "^0.38.4"
56
56
  },
57
57
  dependencies: {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/edgedb/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/edgedb/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/eslint/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/express/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/fastify/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  YHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/firebase-auth/dist/files/$.env.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/firebase-auth/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/firebase-auth/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  YHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/google-analytics/dist/files/$.env.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/h3/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/hattip/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/hono/dist/files/$package.json.js
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  OHs,
4
4
  hbs
5
- } from "../../../../chunk-BS3TII3O.js";
5
+ } from "../../../../chunk-7JKLHW74.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/hono/dist/files/$vite.config.ts.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  YHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/lucia-auth/dist/files/$.env.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/lucia-auth/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/lucia-auth/dist/files/$package.json.js
@@ -57,7 +57,7 @@ var require_package = __commonJS({
57
57
  "better-sqlite3": "^11.8.1",
58
58
  cookie: "^1.0.2",
59
59
  dotenv: "^16.4.7",
60
- "drizzle-orm": "^0.38.4",
60
+ "drizzle-orm": "^0.39.0",
61
61
  lucia: "^3.2.2",
62
62
  vike: "^0.4.220",
63
63
  vite: "^6.0.11"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/mantine/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/mantine/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/panda-css/dist/files/$package.json.js
@@ -1 +1 @@
1
- @layer reset, base, tokens, recipes, utilities;
1
+ @layer reset, base, tokens, recipes;
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/prettier/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  YHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/prisma/dist/files/$.env.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/prisma/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/prisma/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/react/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/react/dist/files/$package.json.js
@@ -59,7 +59,7 @@ var require_package = __commonJS({
59
59
  "@vitejs/plugin-react": "^4.3.4",
60
60
  react: "^19.0.0",
61
61
  "react-dom": "^19.0.0",
62
- tailwindcss: "^3.4.17",
62
+ tailwindcss: "^4.0.0",
63
63
  typescript: "^5.7.3",
64
64
  vike: "^0.4.220",
65
65
  "vike-react": "^0.5.12",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  NHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/react/dist/files/$tsconfig.json.js
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  OHs,
4
4
  hbs
5
- } from "../../../../chunk-BS3TII3O.js";
5
+ } from "../../../../chunk-7JKLHW74.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/react/dist/files/$vite.config.ts.js
@@ -9,19 +9,21 @@ export function Counter() {
9
9
  type="button"
10
10
  //# BATI.has("tailwindcss") || BATI.has("panda-css")
11
11
  className={
12
- BATI.has("tailwindcss")
13
- ? "inline-block border border-black rounded bg-gray-200 px-2 py-1 text-xs font-medium uppercase leading-normal"
14
- : css({
15
- display: "inline-block",
16
- border: "1px solid black",
17
- rounded: "sm",
18
- bg: "gray.200",
19
- px: 1,
20
- py: 0.5,
21
- fontSize: 12,
22
- fontWeight: 500,
23
- lineHeight: "16px",
24
- })
12
+ BATI.has("daisyui")
13
+ ? "btn"
14
+ : BATI.has("tailwindcss")
15
+ ? "inline-block border border-black rounded bg-gray-200 px-2 py-1 text-xs font-medium uppercase leading-normal"
16
+ : css({
17
+ display: "inline-block",
18
+ border: "1px solid black",
19
+ rounded: "sm",
20
+ bg: "gray.200",
21
+ px: 1,
22
+ py: 0.5,
23
+ fontSize: 12,
24
+ fontWeight: 500,
25
+ lineHeight: "16px",
26
+ })
25
27
  }
26
28
  //# BATI.has("compiled-css")
27
29
  css={{
@@ -77,7 +77,7 @@ export function TodoList({ initialTodoItems }: { initialTodoItems: { text: strin
77
77
  //# BATI.has("tailwindcss") || BATI.has("panda-css")
78
78
  className={
79
79
  BATI.has("tailwindcss")
80
- ? "text-white bg-blue-700 hover:bg-blue-800 focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto p-2"
80
+ ? "text-white bg-blue-700 hover:bg-blue-800 focus:ring-2 focus:outline-hidden focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto p-2"
81
81
  : css({
82
82
  color: "white",
83
83
  bg: { base: "teal.700", _hover: "teal.800" },
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/react-sentry/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  YHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sentry/dist/files/$.env.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  kHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sentry/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IHs
4
- } from "../../../../chunk-BS3TII3O.js";
4
+ } from "../../../../chunk-7JKLHW74.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sentry/dist/files/$package.json.js
@@ -47,7 +47,7 @@ var require_package = __commonJS({
47
47
  license: "MIT",
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
- "@sentry/vite-plugin": "^2.23.0",
50
+ "@sentry/vite-plugin": "^3.1.0",
51
51
  "@types/node": "^18.19.74",
52
52
  vite: "^6.0.11"
53
53
  },
@@ -3,7 +3,7 @@ import {
3
3
  GXr,
4
4
  OHs,
5
5
  hbs
6
- } from "../../../../chunk-BS3TII3O.js";
6
+ } from "../../../../chunk-7JKLHW74.js";
7
7
  import "../../../../chunk-LU7IBQI7.js";
8
8
 
9
9
  // ../../boilerplates/sentry/dist/files/$vite.config.ts.js
@@ -4,7 +4,7 @@ import {
4
4
  OHs,
5
5
  Ose,
6
6
  zV
7
- } from "../../../../../chunk-BS3TII3O.js";
7
+ } from "../../../../../chunk-7JKLHW74.js";
8
8
  import "../../../../../chunk-LU7IBQI7.js";
9
9
 
10
10
  // ../../boilerplates/sentry/dist/files/pages/$+client.ts.js