@batijs/cli 0.0.500 → 0.0.501
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 +1 -1
- 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 +1 -1
- package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/biome/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/compiled/files/$package.json.js +1 -1
- 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 +1 -1
- package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +1 -1
- 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 +1 -1
- package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/express/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/fastify/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/hono/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/mantine/files/$package.json.js +5 -11
- package/dist/boilerplates/@batijs/mantine/files/{layouts/Layout.tsx → pages/+Layout.tsx} +7 -2
- package/dist/boilerplates/@batijs/photon/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/photon/files/$package.json.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/react/files/$package.json.js +7 -7
- 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/{layouts/Layout.tsx → pages/+Layout.tsx} +1 -1
- package/dist/boilerplates/@batijs/react/files/pages/+config.ts +0 -4
- package/dist/boilerplates/@batijs/react/types/pages/+config.d.ts +1 -3
- package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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-server/files/$package.json.js +1 -1
- 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 +7 -7
- 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/{layouts/Layout.tsx → pages/+Layout.tsx} +1 -1
- package/dist/boilerplates/@batijs/solid/files/pages/+config.ts +0 -4
- package/dist/boilerplates/@batijs/solid/types/pages/+config.d.ts +0 -2
- package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +1 -1
- 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 +1 -1
- package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/trpc/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +3 -3
- package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/vercel/files/$package.json.js +1 -1
- 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 +1 -1
- package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/pages/+Head.vue +1 -1
- package/dist/boilerplates/@batijs/vue/files/pages/+config.ts +0 -4
- package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +1 -1
- package/dist/{chunk-GYUZ66B7.js → chunk-SXCPSC7N.js} +1 -1
- package/dist/index.js +2 -2
- package/package.json +5 -5
- package/dist/boilerplates/@batijs/mantine/files/layouts/theme.ts +0 -9
- package/dist/boilerplates/@batijs/mantine/types/layouts/theme.d.ts +0 -3
- /package/dist/boilerplates/@batijs/mantine/files/{layouts/style.css → pages/Layout.css} +0 -0
- /package/dist/boilerplates/@batijs/mantine/types/{layouts/Layout.d.ts → pages/+Layout.d.ts} +0 -0
- /package/dist/boilerplates/@batijs/react/files/{layouts → pages}/Layout.css +0 -0
- /package/dist/boilerplates/@batijs/react/types/{layouts/Layout.d.ts → pages/+Layout.d.ts} +0 -0
- /package/dist/boilerplates/@batijs/shadcn-ui/files/{layouts → pages}/!tailwind.css +0 -0
- /package/dist/boilerplates/@batijs/solid/files/{layouts → pages}/Layout.css +0 -0
- /package/dist/boilerplates/@batijs/solid/types/{layouts/Layout.d.ts → pages/+Layout.d.ts} +0 -0
- /package/dist/boilerplates/@batijs/tailwindcss/files/{layouts → pages}/tailwind.css +0 -0
- /package/dist/boilerplates/@batijs/vue/files/{layouts/Layout.vue → pages/+Layout.vue} +0 -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-SXCPSC7N.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -86,11 +86,8 @@ var require_package = __commonJS({
|
|
|
86
86
|
"./components/Link": {
|
|
87
87
|
types: "./dist/types/components/Link.d.ts"
|
|
88
88
|
},
|
|
89
|
-
"./
|
|
90
|
-
types: "./dist/types/
|
|
91
|
-
},
|
|
92
|
-
"./layouts/Layout": {
|
|
93
|
-
types: "./dist/types/layouts/Layout.d.ts"
|
|
89
|
+
"./pages/+Layout": {
|
|
90
|
+
types: "./dist/types/pages/+Layout.d.ts"
|
|
94
91
|
}
|
|
95
92
|
},
|
|
96
93
|
typesVersions: {
|
|
@@ -98,11 +95,8 @@ var require_package = __commonJS({
|
|
|
98
95
|
"components/Link": [
|
|
99
96
|
"./dist/types/components/Link.d.ts"
|
|
100
97
|
],
|
|
101
|
-
"
|
|
102
|
-
"./dist/types/
|
|
103
|
-
],
|
|
104
|
-
"layouts/Layout": [
|
|
105
|
-
"./dist/types/layouts/Layout.d.ts"
|
|
98
|
+
"pages/+Layout": [
|
|
99
|
+
"./dist/types/pages/+Layout.d.ts"
|
|
106
100
|
]
|
|
107
101
|
}
|
|
108
102
|
}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import "@mantine/core/styles.css";
|
|
2
2
|
|
|
3
3
|
import logoUrl from "@batijs/react/assets/logo.svg";
|
|
4
|
-
import {
|
|
4
|
+
import type { MantineThemeOverride } from "@mantine/core";
|
|
5
|
+
import { AppShell, Burger, createTheme, Group, Image, MantineProvider } from "@mantine/core";
|
|
5
6
|
import { useDisclosure } from "@mantine/hooks";
|
|
6
7
|
import { Link } from "../components/Link";
|
|
7
|
-
|
|
8
|
+
|
|
9
|
+
const theme: MantineThemeOverride = createTheme({
|
|
10
|
+
/** Put your mantine theme override here */
|
|
11
|
+
primaryColor: "violet",
|
|
12
|
+
});
|
|
8
13
|
|
|
9
14
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
|
10
15
|
const [opened, { toggle }] = useDisclosure();
|
|
@@ -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-SXCPSC7N.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -84,12 +84,12 @@ var require_package = __commonJS({
|
|
|
84
84
|
"./components/Link": {
|
|
85
85
|
types: "./dist/types/components/Link.d.ts"
|
|
86
86
|
},
|
|
87
|
-
"./layouts/Layout": {
|
|
88
|
-
types: "./dist/types/layouts/Layout.d.ts"
|
|
89
|
-
},
|
|
90
87
|
"./pages/+Head": {
|
|
91
88
|
types: "./dist/types/pages/+Head.d.ts"
|
|
92
89
|
},
|
|
90
|
+
"./pages/+Layout": {
|
|
91
|
+
types: "./dist/types/pages/+Layout.d.ts"
|
|
92
|
+
},
|
|
93
93
|
"./pages/+config": {
|
|
94
94
|
types: "./dist/types/pages/+config.d.ts"
|
|
95
95
|
},
|
|
@@ -135,12 +135,12 @@ var require_package = __commonJS({
|
|
|
135
135
|
"components/Link": [
|
|
136
136
|
"./dist/types/components/Link.d.ts"
|
|
137
137
|
],
|
|
138
|
-
"layouts/Layout": [
|
|
139
|
-
"./dist/types/layouts/Layout.d.ts"
|
|
140
|
-
],
|
|
141
138
|
"pages/+Head": [
|
|
142
139
|
"./dist/types/pages/+Head.d.ts"
|
|
143
140
|
],
|
|
141
|
+
"pages/+Layout": [
|
|
142
|
+
"./dist/types/pages/+Layout.d.ts"
|
|
143
|
+
],
|
|
144
144
|
"pages/+config": [
|
|
145
145
|
"./dist/types/pages/+config.d.ts"
|
|
146
146
|
],
|
|
@@ -2,7 +2,7 @@ import "./Layout.css";
|
|
|
2
2
|
//# BATI.has("tailwindcss")
|
|
3
3
|
import "./tailwind.css";
|
|
4
4
|
import logoUrl from "../assets/logo.svg";
|
|
5
|
-
import { Link } from "../components/Link
|
|
5
|
+
import { Link } from "../components/Link";
|
|
6
6
|
|
|
7
7
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
|
8
8
|
return (
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import type { Config } from "vike/types";
|
|
2
2
|
import vikePhoton from "vike-photon/config";
|
|
3
3
|
import vikeReact from "vike-react/config";
|
|
4
|
-
import Layout from "../layouts/Layout.js";
|
|
5
4
|
|
|
6
5
|
// Default config (can be overridden by pages)
|
|
7
6
|
// https://vike.dev/config
|
|
8
7
|
|
|
9
8
|
export default {
|
|
10
|
-
// https://vike.dev/Layout
|
|
11
|
-
Layout,
|
|
12
|
-
|
|
13
9
|
// https://vike.dev/head-tags
|
|
14
10
|
title: "My Vike App",
|
|
15
11
|
description: "Demo showcasing Vike",
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import Layout from "../layouts/Layout.js";
|
|
2
1
|
declare const _default: {
|
|
3
|
-
Layout: typeof Layout;
|
|
4
2
|
title: string;
|
|
5
3
|
description: string;
|
|
6
4
|
passToClient: string[];
|
|
@@ -108,7 +106,7 @@ declare const _default: {
|
|
|
108
106
|
env: {
|
|
109
107
|
config: true;
|
|
110
108
|
};
|
|
111
|
-
effect: typeof import("node_modules/vike-react/dist/integration/ssrEffect
|
|
109
|
+
effect: typeof import("node_modules/vike-react/dist/integration/ssrEffect").ssrEffect;
|
|
112
110
|
};
|
|
113
111
|
stream: {
|
|
114
112
|
env: {
|
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
import type { PageContextServer } from "vike/types";
|
|
2
2
|
export type Data = Awaited<ReturnType<typeof data>>;
|
|
3
3
|
export declare function data(_pageContext: PageContextServer): Promise<{
|
|
4
|
-
todo:
|
|
5
|
-
id: number;
|
|
6
|
-
text: string;
|
|
7
|
-
}[];
|
|
8
|
-
} | {
|
|
9
|
-
todo: {
|
|
10
|
-
text: string;
|
|
11
|
-
}[];
|
|
4
|
+
todo: any;
|
|
12
5
|
}>;
|
|
@@ -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-SXCPSC7N.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -76,12 +76,12 @@ var require_package = __commonJS({
|
|
|
76
76
|
"./components/Link": {
|
|
77
77
|
types: "./dist/types/components/Link.d.ts"
|
|
78
78
|
},
|
|
79
|
-
"./layouts/Layout": {
|
|
80
|
-
types: "./dist/types/layouts/Layout.d.ts"
|
|
81
|
-
},
|
|
82
79
|
"./pages/+Head": {
|
|
83
80
|
types: "./dist/types/pages/+Head.d.ts"
|
|
84
81
|
},
|
|
82
|
+
"./pages/+Layout": {
|
|
83
|
+
types: "./dist/types/pages/+Layout.d.ts"
|
|
84
|
+
},
|
|
85
85
|
"./pages/+config": {
|
|
86
86
|
types: "./dist/types/pages/+config.d.ts"
|
|
87
87
|
},
|
|
@@ -127,12 +127,12 @@ var require_package = __commonJS({
|
|
|
127
127
|
"components/Link": [
|
|
128
128
|
"./dist/types/components/Link.d.ts"
|
|
129
129
|
],
|
|
130
|
-
"layouts/Layout": [
|
|
131
|
-
"./dist/types/layouts/Layout.d.ts"
|
|
132
|
-
],
|
|
133
130
|
"pages/+Head": [
|
|
134
131
|
"./dist/types/pages/+Head.d.ts"
|
|
135
132
|
],
|
|
133
|
+
"pages/+Layout": [
|
|
134
|
+
"./dist/types/pages/+Layout.d.ts"
|
|
135
|
+
],
|
|
136
136
|
"pages/+config": [
|
|
137
137
|
"./dist/types/pages/+config.d.ts"
|
|
138
138
|
],
|
|
@@ -3,7 +3,7 @@ import "./Layout.css";
|
|
|
3
3
|
import "./tailwind.css";
|
|
4
4
|
import type { JSX } from "solid-js";
|
|
5
5
|
import logoUrl from "../assets/logo.svg";
|
|
6
|
-
import { Link } from "../components/Link
|
|
6
|
+
import { Link } from "../components/Link";
|
|
7
7
|
|
|
8
8
|
export default function Layout(props: { children?: JSX.Element }) {
|
|
9
9
|
return (
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import type { Config } from "vike/types";
|
|
2
2
|
import vikePhoton from "vike-photon/config";
|
|
3
3
|
import vikeSolid from "vike-solid/config";
|
|
4
|
-
import Layout from "../layouts/Layout.js";
|
|
5
4
|
|
|
6
5
|
// Default config (can be overridden by pages)
|
|
7
6
|
// https://vike.dev/config
|
|
8
7
|
|
|
9
8
|
export default {
|
|
10
|
-
// https://vike.dev/Layout
|
|
11
|
-
Layout,
|
|
12
|
-
|
|
13
9
|
// https://vike.dev/head-tags
|
|
14
10
|
title: "My Vike App",
|
|
15
11
|
description: "Demo showcasing Vike",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const trpc: import("@trpc/client").TRPCClient<import("@trpc/server").TRPCBuiltRouter<{
|
|
2
2
|
ctx: object & {
|
|
3
|
-
db: ReturnType<
|
|
3
|
+
db: ReturnType<any>;
|
|
4
4
|
} & {
|
|
5
|
-
db: ReturnType<
|
|
5
|
+
db: ReturnType<any>;
|
|
6
6
|
} & {
|
|
7
|
-
db: ReturnType<
|
|
7
|
+
db: ReturnType<any>;
|
|
8
8
|
} & {
|
|
9
9
|
db: import("@cloudflare/workers-types").D1Database;
|
|
10
10
|
};
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import type { Config } from "vike/types";
|
|
2
2
|
import vikePhoton from "vike-photon/config";
|
|
3
3
|
import vikeVue from "vike-vue/config";
|
|
4
|
-
import Layout from "../layouts/Layout.vue";
|
|
5
4
|
|
|
6
5
|
// Default config (can be overridden by pages)
|
|
7
6
|
// https://vike.dev/config
|
|
8
7
|
|
|
9
8
|
export default {
|
|
10
|
-
// https://vike.dev/Layout
|
|
11
|
-
Layout,
|
|
12
|
-
|
|
13
9
|
// https://vike.dev/head-tags
|
|
14
10
|
title: "My Vike App",
|
|
15
11
|
description: "Demo showcasing Vike",
|
|
@@ -210438,7 +210438,7 @@ async function ufs(t2, e, n2) {
|
|
|
210438
210438
|
}
|
|
210439
210439
|
return !e.BATI.has("eslint") && R$r.test(c) && (c = c.replace(R$r, ""), f = true), !e.BATI.has("biome") && j$r.test(c) && (c = c.replace(j$r, ""), f = true), { code: f ? await Pit(c, n2) : c, context: p2 };
|
|
210440
210440
|
}
|
|
210441
|
-
var wxt = { name: "@batijs/core", version: "0.0.
|
|
210441
|
+
var wxt = { name: "@batijs/core", version: "0.0.501", description: "", type: "module", types: "./dist/index.d.ts", scripts: { "check-types": "tsc --noEmit", vue: "tsx src/parse/linters/vue.ts", test: "vitest run", "test:ci": "vitest run", build: "tsup" }, keywords: [], author: "Jo\xEBl Charles <joel.charles91@gmail.com>", repository: "https://github.com/vikejs/bati", license: "MIT", devDependencies: { "@batijs/features": "workspace:*", "@types/eslint": "^9.6.1", "@types/estree": "^1.0.8", "@types/node": "^20.19.21", "@types/which": "^3.0.4", "@typescript-eslint/parser": "^8.46.3", "@typescript-eslint/utils": "^8.46.3", "attributes-parser": "^2.2.3", colorette: "^2.0.20", esbuild: "^0.27.0", eslint: "^9.39.1", "eslint-plugin-solid": "^0.14.5", "eslint-rule-composer": "^0.3.0", espree: "^10.4.0", magicast: "^0.5.1", "mdast-builder": "^1.1.1", "mdast-util-from-markdown": "^2.0.2", "mdast-util-to-markdown": "^2.1.2", "mdast-util-to-string": "^4.0.0", "mdast-util-toc": "^7.1.0", prettier: "^3.6.2", squirrelly: "^9.1.0", tsup: "^8.5.0", tsx: "^4.20.6", typescript: "^5.9.3", "unplugin-purge-polyfills": "^0.1.0", vitest: "^4.0.8", "vue-eslint-parser": "^10.2.0", which: "^5.0.0", yaml: "^2.8.1" }, exports: { ".": "./dist/index.js", "./types": { types: "./global.d.ts" } }, typesVersions: { "*": { types: ["./global.d.ts"] } }, files: ["dist/"] };
|
|
210442
210442
|
function ffs() {
|
|
210443
210443
|
if (process.env.npm_config_user_agent) return _fs(process.env.npm_config_user_agent);
|
|
210444
210444
|
}
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
ffs,
|
|
11
11
|
gir,
|
|
12
12
|
ufs
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-SXCPSC7N.js";
|
|
14
14
|
import "./chunk-IAWYWZSL.js";
|
|
15
15
|
import {
|
|
16
16
|
__commonJS,
|
|
@@ -16932,7 +16932,7 @@ var createDefaultQueryTester = function(query, options) {
|
|
|
16932
16932
|
// package.json
|
|
16933
16933
|
var package_default = {
|
|
16934
16934
|
name: "@batijs/cli",
|
|
16935
|
-
version: "0.0.
|
|
16935
|
+
version: "0.0.501",
|
|
16936
16936
|
type: "module",
|
|
16937
16937
|
scripts: {
|
|
16938
16938
|
"check-types": "tsc --noEmit",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.501",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"typescript": "^5.9.3",
|
|
21
21
|
"unplugin-purge-polyfills": "^0.1.0",
|
|
22
22
|
"vite": "^7.2.2",
|
|
23
|
-
"@batijs/build": "0.0.
|
|
24
|
-
"@batijs/compile": "0.0.
|
|
23
|
+
"@batijs/build": "0.0.501",
|
|
24
|
+
"@batijs/compile": "0.0.501"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@batijs/core": "0.0.
|
|
28
|
-
"@batijs/features": "0.0.
|
|
27
|
+
"@batijs/core": "0.0.501",
|
|
28
|
+
"@batijs/features": "0.0.501"
|
|
29
29
|
},
|
|
30
30
|
"bin": "./cli.js",
|
|
31
31
|
"exports": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|