@batijs/cli 0.0.504 → 0.0.506
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.
- package/dist/boilerplates/@batijs/auth0/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/auth0/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/authjs/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/aws/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/aws/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/aws/files/$package.json.js +4 -4
- package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/biome/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +5 -5
- package/dist/boilerplates/@batijs/compiled/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/d1/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/d1/files/$package.json.js +5 -5
- package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/d1/files/database/d1/helpers.ts +8 -2
- package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +4 -4
- package/dist/boilerplates/@batijs/drizzle/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/drizzle/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/eslint/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/express/files/$package.json.js +5 -5
- package/dist/boilerplates/@batijs/fastify/files/$package.json.js +5 -5
- package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/h3/files/$package.json.js +6 -6
- package/dist/boilerplates/@batijs/h3/files/server/entry.ts +1 -1
- package/dist/boilerplates/@batijs/h3/types/server/entry.d.ts +1 -1
- package/dist/boilerplates/@batijs/hono/files/$package.json.js +8 -8
- package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/mantine/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/photon/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/photon/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/plausible.io/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +1 -1
- package/dist/boilerplates/@batijs/prettier/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/prisma/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/prisma/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/react/files/$package.json.js +5 -5
- package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/react/files/pages/+onPageTransitionEnd.ts +1 -4
- package/dist/boilerplates/@batijs/react/files/pages/+onPageTransitionStart.ts +1 -1
- package/dist/boilerplates/@batijs/react/files/pages/star-wars/@id/+Page.tsx +1 -1
- package/dist/boilerplates/@batijs/react/files/pages/star-wars/@id/+data.ts +2 -3
- package/dist/boilerplates/@batijs/react/files/pages/star-wars/index/+Page.tsx +1 -1
- package/dist/boilerplates/@batijs/react/files/pages/star-wars/index/+data.ts +1 -1
- package/dist/boilerplates/@batijs/react/files/pages/todo/+Page.tsx +1 -4
- package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +21 -25
- package/dist/boilerplates/@batijs/react/types/pages/+onPageTransitionEnd.d.ts +1 -2
- package/dist/boilerplates/@batijs/react/types/pages/star-wars/@id/+data.d.ts +3 -1
- package/dist/boilerplates/@batijs/react/types/pages/star-wars/index/+data.d.ts +3 -1
- package/dist/boilerplates/@batijs/react/types/pages/todo/TodoList.d.ts +1 -5
- package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +4 -4
- package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/sentry/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/sentry/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
- package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/shared/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/shared/files/package.json +1 -1
- package/dist/boilerplates/@batijs/shared/files/tsconfig.json +1 -1
- package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +4 -4
- package/dist/boilerplates/@batijs/shared-todo/files/pages/todo/+data.ts +10 -9
- package/dist/boilerplates/@batijs/shared-todo/types/pages/todo/+data.d.ts +1 -8
- package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/solid/files/$package.json.js +4 -4
- package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/solid/files/pages/+onPageTransitionEnd.ts +1 -4
- package/dist/boilerplates/@batijs/solid/files/pages/+onPageTransitionStart.ts +1 -1
- package/dist/boilerplates/@batijs/solid/files/pages/star-wars/@id/+Page.tsx +1 -1
- package/dist/boilerplates/@batijs/solid/files/pages/star-wars/@id/+data.ts +2 -3
- package/dist/boilerplates/@batijs/solid/files/pages/star-wars/index/+Page.tsx +1 -1
- package/dist/boilerplates/@batijs/solid/files/pages/star-wars/index/+data.ts +1 -1
- package/dist/boilerplates/@batijs/solid/files/pages/todo/+Page.tsx +1 -4
- package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +21 -25
- package/dist/boilerplates/@batijs/solid/types/pages/+onPageTransitionEnd.d.ts +1 -2
- package/dist/boilerplates/@batijs/solid/types/pages/star-wars/@id/+data.d.ts +3 -1
- package/dist/boilerplates/@batijs/solid/types/pages/star-wars/index/+data.d.ts +3 -1
- package/dist/boilerplates/@batijs/solid/types/pages/todo/TodoList.d.ts +1 -5
- package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/sqlite/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +5 -5
- package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +5 -5
- package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/telefunc/files/pages/todo/TodoList.telefunc.ts +3 -3
- package/dist/boilerplates/@batijs/trpc/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +3 -3
- package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/vercel/files/$package.json.js +4 -4
- package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/$package.json.js +5 -16
- package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -3
- package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +2 -10
- package/dist/boilerplates/@batijs/vue/files/pages/+onPageTransitionEnd.ts +1 -4
- package/dist/boilerplates/@batijs/vue/files/pages/+onPageTransitionStart.ts +1 -1
- package/dist/boilerplates/@batijs/vue/files/pages/_error/+Page.vue +2 -2
- package/dist/boilerplates/@batijs/vue/files/pages/star-wars/@id/+Page.vue +1 -1
- package/dist/boilerplates/@batijs/vue/files/pages/star-wars/@id/+data.ts +2 -3
- package/dist/boilerplates/@batijs/vue/files/pages/star-wars/index/+Page.vue +2 -2
- package/dist/boilerplates/@batijs/vue/files/pages/star-wars/index/+data.ts +1 -1
- package/dist/boilerplates/@batijs/vue/files/pages/todo/+Page.vue +1 -5
- package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +35 -36
- package/dist/boilerplates/@batijs/vue/types/pages/+onPageTransitionEnd.d.ts +1 -2
- package/dist/boilerplates/@batijs/vue/types/pages/star-wars/@id/+data.d.ts +3 -1
- package/dist/boilerplates/@batijs/vue/types/pages/star-wars/index/+data.d.ts +1 -1
- package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +3 -3
- package/dist/{chunk-65FUIWXL.js → chunk-2Q4FGVFI.js} +2563 -2562
- package/dist/index.js +40 -40
- package/package.json +6 -6
- package/dist/boilerplates/@batijs/prettier/files/.prettierrc +0 -3
- package/dist/boilerplates/@batijs/vue/files/vue-shim.d.ts +0 -11
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -52,8 +52,8 @@ var require_package = __commonJS({
|
|
|
52
52
|
devDependencies: {
|
|
53
53
|
"@auth/core": "^0.41.1",
|
|
54
54
|
"@batijs/compile": "workspace:*",
|
|
55
|
-
"@cloudflare/workers-types": "^4.
|
|
56
|
-
"@types/node": "^20.19.
|
|
55
|
+
"@cloudflare/workers-types": "^4.20251111.0",
|
|
56
|
+
"@types/node": "^20.19.24",
|
|
57
57
|
"@universal-middleware/core": "^0.4.13"
|
|
58
58
|
},
|
|
59
59
|
dependencies: {
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.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": "^20.19.
|
|
54
|
+
"@types/node": "^20.19.24",
|
|
55
55
|
"@types/which": "^3.0.4",
|
|
56
56
|
"aws-cdk": "^2.1031.2",
|
|
57
|
-
"aws-cdk-lib": "^2.
|
|
57
|
+
"aws-cdk-lib": "^2.223.0",
|
|
58
58
|
cdk: "^2.1031.2",
|
|
59
59
|
constructs: "^10.4.3",
|
|
60
60
|
esbuild: "^0.27.0",
|
|
@@ -63,7 +63,7 @@ var require_package = __commonJS({
|
|
|
63
63
|
tsx: "^4.20.6",
|
|
64
64
|
typescript: "^5.9.3",
|
|
65
65
|
vitest: "^4.0.8",
|
|
66
|
-
which: "^
|
|
66
|
+
which: "^6.0.0"
|
|
67
67
|
},
|
|
68
68
|
dependencies: {
|
|
69
69
|
"@batijs/core": "workspace:*"
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -52,8 +52,8 @@ var require_package = __commonJS({
|
|
|
52
52
|
devDependencies: {
|
|
53
53
|
"@batijs/compile": "workspace:*",
|
|
54
54
|
"@biomejs/biome": "2.3.4",
|
|
55
|
-
"@biomejs/wasm-nodejs": "^2.3.
|
|
56
|
-
"@types/node": "^20.19.
|
|
55
|
+
"@biomejs/wasm-nodejs": "^2.3.5",
|
|
56
|
+
"@types/node": "^20.19.24"
|
|
57
57
|
},
|
|
58
58
|
dependencies: {
|
|
59
59
|
"@batijs/core": "workspace:*"
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.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.
|
|
55
|
-
"@photonjs/cloudflare": "^0.1.
|
|
56
|
-
"@types/node": "^20.19.
|
|
57
|
-
wrangler: "^4.
|
|
54
|
+
"@cloudflare/workers-types": "^4.20251111.0",
|
|
55
|
+
"@photonjs/cloudflare": "^0.1.7",
|
|
56
|
+
"@types/node": "^20.19.24",
|
|
57
|
+
wrangler: "^4.47.0"
|
|
58
58
|
},
|
|
59
59
|
dependencies: {
|
|
60
60
|
"@batijs/core": "workspace:*"
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.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
|
-
"@types/node": "^20.19.
|
|
54
|
+
"@types/node": "^20.19.24",
|
|
55
55
|
vite: "^7.2.2",
|
|
56
56
|
"vite-plugin-compiled-react": "^1.3.1"
|
|
57
57
|
},
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.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.
|
|
55
|
-
"@types/node": "^20.19.
|
|
54
|
+
"@cloudflare/workers-types": "^4.20251111.0",
|
|
55
|
+
"@types/node": "^20.19.24",
|
|
56
56
|
"@universal-middleware/core": "^0.4.13",
|
|
57
|
-
vike: "^0.4.
|
|
58
|
-
wrangler: "^4.
|
|
57
|
+
vike: "^0.4.246",
|
|
58
|
+
wrangler: "^4.47.0"
|
|
59
59
|
},
|
|
60
60
|
dependencies: {
|
|
61
61
|
"@batijs/core": "workspace:*"
|
|
@@ -5,8 +5,14 @@ import type { RuntimeAdapter } from "@universal-middleware/core";
|
|
|
5
5
|
* Retrieve Cloudflare `env.DB` from `universal-middleware` runtime
|
|
6
6
|
*/
|
|
7
7
|
export async function getDbFromRuntime(runtime: RuntimeAdapter): Promise<D1Database> {
|
|
8
|
-
if (
|
|
9
|
-
|
|
8
|
+
if (BATI.has("h3")) {
|
|
9
|
+
if (runtime.runtime === "workerd" && runtime.adapter === "h3") {
|
|
10
|
+
return runtime.h3.context.DB as D1Database;
|
|
11
|
+
}
|
|
12
|
+
} else {
|
|
13
|
+
if (runtime.runtime === "workerd" && runtime.env) {
|
|
14
|
+
return runtime.env.DB as D1Database;
|
|
15
|
+
}
|
|
10
16
|
}
|
|
11
17
|
|
|
12
18
|
throw new Error("Database is not available");
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.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.
|
|
55
|
-
"@types/node": "^20.19.
|
|
54
|
+
"@cloudflare/workers-types": "^4.20251111.0",
|
|
55
|
+
"@types/node": "^20.19.24",
|
|
56
56
|
"@universal-middleware/core": "^0.4.13",
|
|
57
|
-
vike: "^0.4.
|
|
57
|
+
vike: "^0.4.246"
|
|
58
58
|
},
|
|
59
59
|
dependencies: {
|
|
60
60
|
"@batijs/core": "workspace:*"
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.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/better-sqlite3": "^7.6.13",
|
|
55
|
-
"@types/node": "^20.19.
|
|
55
|
+
"@types/node": "^20.19.24",
|
|
56
56
|
"better-sqlite3": "^12.4.1",
|
|
57
57
|
dotenv: "^17.2.3",
|
|
58
58
|
"drizzle-kit": "^0.31.6",
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -59,7 +59,7 @@ var require_package = __commonJS({
|
|
|
59
59
|
"eslint-plugin-solid": "^0.14.5",
|
|
60
60
|
"eslint-plugin-vue": "^10.5.1",
|
|
61
61
|
globals: "^16.5.0",
|
|
62
|
-
"typescript-eslint": "^8.46.
|
|
62
|
+
"typescript-eslint": "^8.46.4",
|
|
63
63
|
"vue-eslint-parser": "^10.2.0"
|
|
64
64
|
},
|
|
65
65
|
dependencies: {
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -52,14 +52,14 @@ var require_package = __commonJS({
|
|
|
52
52
|
devDependencies: {
|
|
53
53
|
"@auth/core": "^0.41.1",
|
|
54
54
|
"@batijs/compile": "workspace:*",
|
|
55
|
-
"@photonjs/express": "^0.1.
|
|
55
|
+
"@photonjs/express": "^0.1.6",
|
|
56
56
|
"@trpc/server": "^11.7.1",
|
|
57
57
|
"@types/express": "^5.0.5",
|
|
58
|
-
"@types/node": "^20.19.
|
|
58
|
+
"@types/node": "^20.19.24",
|
|
59
59
|
dotenv: "^17.2.3",
|
|
60
60
|
express: "^5.1.0",
|
|
61
|
-
telefunc: "^0.2.
|
|
62
|
-
vike: "^0.4.
|
|
61
|
+
telefunc: "^0.2.16",
|
|
62
|
+
vike: "^0.4.246",
|
|
63
63
|
vite: "^7.2.2"
|
|
64
64
|
},
|
|
65
65
|
dependencies: {
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -52,15 +52,15 @@ var require_package = __commonJS({
|
|
|
52
52
|
devDependencies: {
|
|
53
53
|
"@auth/core": "^0.41.1",
|
|
54
54
|
"@batijs/compile": "workspace:*",
|
|
55
|
-
"@photonjs/fastify": "^0.1.
|
|
55
|
+
"@photonjs/fastify": "^0.1.6",
|
|
56
56
|
"@trpc/server": "^11.7.1",
|
|
57
57
|
"@types/express": "^5.0.5",
|
|
58
|
-
"@types/node": "^20.19.
|
|
58
|
+
"@types/node": "^20.19.24",
|
|
59
59
|
dotenv: "^17.2.3",
|
|
60
60
|
fastify: "^5.6.2",
|
|
61
61
|
"fastify-raw-body": "^5.0.0",
|
|
62
|
-
telefunc: "^0.2.
|
|
63
|
-
vike: "^0.4.
|
|
62
|
+
telefunc: "^0.2.16",
|
|
63
|
+
vike: "^0.4.246",
|
|
64
64
|
vite: "^7.2.2"
|
|
65
65
|
},
|
|
66
66
|
dependencies: {
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -52,16 +52,16 @@ var require_package = __commonJS({
|
|
|
52
52
|
devDependencies: {
|
|
53
53
|
"@auth/core": "^0.41.1",
|
|
54
54
|
"@batijs/compile": "workspace:*",
|
|
55
|
-
"@photonjs/h3": "^0.1.
|
|
55
|
+
"@photonjs/h3": "^0.1.6",
|
|
56
56
|
"@trpc/server": "^11.7.1",
|
|
57
57
|
"@types/express": "^5.0.5",
|
|
58
|
-
"@types/node": "^20.19.
|
|
58
|
+
"@types/node": "^20.19.24",
|
|
59
59
|
"@universal-middleware/core": "^0.4.13",
|
|
60
60
|
dotenv: "^17.2.3",
|
|
61
61
|
h3: "~1.15.4",
|
|
62
|
-
telefunc: "^0.2.
|
|
63
|
-
vike: "^0.4.
|
|
64
|
-
"vike-photon": "^0.1.
|
|
62
|
+
telefunc: "^0.2.16",
|
|
63
|
+
vike: "^0.4.246",
|
|
64
|
+
"vike-photon": "^0.1.16",
|
|
65
65
|
vite: "^7.2.2"
|
|
66
66
|
},
|
|
67
67
|
dependencies: {
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -52,16 +52,16 @@ var require_package = __commonJS({
|
|
|
52
52
|
devDependencies: {
|
|
53
53
|
"@auth/core": "^0.41.1",
|
|
54
54
|
"@batijs/compile": "workspace:*",
|
|
55
|
-
"@cloudflare/workers-types": "^4.
|
|
56
|
-
"@photonjs/hono": "^0.1.
|
|
55
|
+
"@cloudflare/workers-types": "^4.20251111.0",
|
|
56
|
+
"@photonjs/hono": "^0.1.6",
|
|
57
57
|
"@trpc/server": "^11.7.1",
|
|
58
58
|
"@types/aws-lambda": "^8.10.157",
|
|
59
|
-
"@types/node": "^20.19.
|
|
59
|
+
"@types/node": "^20.19.24",
|
|
60
60
|
dotenv: "^17.2.3",
|
|
61
|
-
hono: "^4.10.
|
|
62
|
-
telefunc: "^0.2.
|
|
63
|
-
vike: "^0.4.
|
|
64
|
-
"vike-photon": "^0.1.
|
|
61
|
+
hono: "^4.10.5",
|
|
62
|
+
telefunc: "^0.2.16",
|
|
63
|
+
vike: "^0.4.246",
|
|
64
|
+
"vike-photon": "^0.1.16",
|
|
65
65
|
vite: "^7.2.2"
|
|
66
66
|
},
|
|
67
67
|
dependencies: {
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -53,8 +53,8 @@ var require_package = __commonJS({
|
|
|
53
53
|
"@batijs/compile": "workspace:*",
|
|
54
54
|
"@mantine/core": "^8.3.7",
|
|
55
55
|
"@mantine/hooks": "^8.3.7",
|
|
56
|
-
"@types/node": "^20.19.
|
|
57
|
-
"@types/react": "^19.2.
|
|
56
|
+
"@types/node": "^20.19.24",
|
|
57
|
+
"@types/react": "^19.2.3",
|
|
58
58
|
"@types/react-dom": "^19.2.2",
|
|
59
59
|
postcss: "^8.5.6",
|
|
60
60
|
"postcss-preset-mantine": "^1.18.0",
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.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.
|
|
55
|
-
"vike-photon": "^0.1.
|
|
54
|
+
"@types/node": "^20.19.24",
|
|
55
|
+
"vike-photon": "^0.1.16"
|
|
56
56
|
},
|
|
57
57
|
dependencies: {
|
|
58
58
|
"@batijs/core": "workspace:*"
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.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
|
-
"@types/node": "^20.19.
|
|
54
|
+
"@types/node": "^20.19.24",
|
|
55
55
|
prettier: "^3.6.2"
|
|
56
56
|
},
|
|
57
57
|
dependencies: {
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-2Q4FGVFI.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
|
"@prisma/client": "^6.19.0",
|
|
55
|
-
"@types/node": "^20.19.
|
|
55
|
+
"@types/node": "^20.19.24",
|
|
56
56
|
colorette: "^2.0.20",
|
|
57
57
|
prisma: "^6.19.0"
|
|
58
58
|
},
|