@batijs/cli 0.0.219 → 0.0.221
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/cloudflare/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/firebase-auth/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/hattip/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/hono/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/react/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/shared/files/package.json +1 -1
- package/dist/boilerplates/@batijs/solid/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/vercel/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/$package.json.js +1 -1
- package/dist/index.js +8 -6
- package/package.json +6 -6
|
@@ -51,15 +51,15 @@ var require_package = __commonJS({
|
|
|
51
51
|
"@batijs/trpc": "workspace:^",
|
|
52
52
|
"@batijs/ts-rest": "workspace:*",
|
|
53
53
|
"@hono/node-server": "^1.12.0",
|
|
54
|
-
"@hono/vite-dev-server": "^0.
|
|
54
|
+
"@hono/vite-dev-server": "^0.13.0",
|
|
55
55
|
"@trpc/server": "^10.45.2",
|
|
56
56
|
"@types/node": "^18.19.14",
|
|
57
57
|
"cross-env": "^7.0.3",
|
|
58
58
|
dotenv: "^16.4.5",
|
|
59
|
-
hono: "^4.4.
|
|
59
|
+
hono: "^4.4.12",
|
|
60
60
|
telefunc: "^0.1.76",
|
|
61
61
|
tsx: "^4.16.2",
|
|
62
|
-
vike: "^0.4.
|
|
62
|
+
vike: "^0.4.179",
|
|
63
63
|
vite: "^5.3.3"
|
|
64
64
|
},
|
|
65
65
|
dependencies: {
|
|
@@ -60,8 +60,8 @@ var require_package = __commonJS({
|
|
|
60
60
|
"react-dom": "^18.3.1",
|
|
61
61
|
tailwindcss: "^3.4.4",
|
|
62
62
|
typescript: "^5.5.3",
|
|
63
|
-
vike: "^0.4.
|
|
64
|
-
"vike-react": "^0.4.
|
|
63
|
+
vike: "^0.4.179",
|
|
64
|
+
"vike-react": "^0.4.17",
|
|
65
65
|
vite: "^5.3.3",
|
|
66
66
|
"vite-plugin-compiled-react": "^1.1.3"
|
|
67
67
|
},
|
package/dist/index.js
CHANGED
|
@@ -215,6 +215,7 @@ Please report this issue to https://github.com/batijs/bati`
|
|
|
215
215
|
);
|
|
216
216
|
if (fileContent !== null) {
|
|
217
217
|
await safeWriteFile(target, fileContent);
|
|
218
|
+
targets.add(target);
|
|
218
219
|
}
|
|
219
220
|
});
|
|
220
221
|
} else {
|
|
@@ -1613,7 +1614,7 @@ var import_which_pm_runs = __toESM(require_which_pm_runs(), 1);
|
|
|
1613
1614
|
// package.json
|
|
1614
1615
|
var package_default = {
|
|
1615
1616
|
name: "@batijs/cli",
|
|
1616
|
-
version: "0.0.
|
|
1617
|
+
version: "0.0.221",
|
|
1617
1618
|
type: "module",
|
|
1618
1619
|
scripts: {
|
|
1619
1620
|
"check-types": "tsc --noEmit",
|
|
@@ -1636,7 +1637,7 @@ var package_default = {
|
|
|
1636
1637
|
colorette: "^2.0.20",
|
|
1637
1638
|
esbuild: "^0.23.0",
|
|
1638
1639
|
execa: "^9.3.0",
|
|
1639
|
-
rimraf: "^5.0.
|
|
1640
|
+
rimraf: "^5.0.8",
|
|
1640
1641
|
sift: "^17.1.3",
|
|
1641
1642
|
tsup: "^8.1.0",
|
|
1642
1643
|
typescript: "^5.5.3",
|
|
@@ -1690,7 +1691,8 @@ var rulesMessages = {
|
|
|
1690
1691
|
[RulesMessage.ERROR_CLOUDFLARE_R_COMPAT_SERVER]: error(
|
|
1691
1692
|
`${inverse(bold("Cloudflare"))} is only compatible with ${inverse(bold("Hono"))} or ${inverse(bold("HatTip"))}.
|
|
1692
1693
|
Choose one of them, or simply remove selected Server`
|
|
1693
|
-
)
|
|
1694
|
+
),
|
|
1695
|
+
[RulesMessage.INFO_DRIZZLE_STACKBLITZ]: null
|
|
1694
1696
|
};
|
|
1695
1697
|
|
|
1696
1698
|
// index.ts
|
|
@@ -1828,9 +1830,9 @@ async function checkArguments(args) {
|
|
|
1828
1830
|
}
|
|
1829
1831
|
function checkRules(flags) {
|
|
1830
1832
|
const potentialRulesMessages = execRules(flags, rulesMessages);
|
|
1831
|
-
const infos = potentialRulesMessages.filter((m) => m
|
|
1832
|
-
const warnings = potentialRulesMessages.filter((m) => m
|
|
1833
|
-
const errors = potentialRulesMessages.filter((m) => m
|
|
1833
|
+
const infos = potentialRulesMessages.filter((m) => m?.type === "info");
|
|
1834
|
+
const warnings = potentialRulesMessages.filter((m) => m?.type === "warning");
|
|
1835
|
+
const errors = potentialRulesMessages.filter((m) => m?.type === "error");
|
|
1834
1836
|
if (infos.length > 0) {
|
|
1835
1837
|
infos.forEach((m) => {
|
|
1836
1838
|
console.info(blueBright(`\u2139 ${m.value}.`));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.221",
|
|
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",
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
"colorette": "^2.0.20",
|
|
16
16
|
"esbuild": "^0.23.0",
|
|
17
17
|
"execa": "^9.3.0",
|
|
18
|
-
"rimraf": "^5.0.
|
|
18
|
+
"rimraf": "^5.0.8",
|
|
19
19
|
"sift": "^17.1.3",
|
|
20
20
|
"tsup": "^8.1.0",
|
|
21
21
|
"typescript": "^5.5.3",
|
|
22
22
|
"unplugin-purge-polyfills": "^0.0.4",
|
|
23
23
|
"vite": "^5.3.3",
|
|
24
24
|
"which-pm-runs": "^1.1.0",
|
|
25
|
-
"@batijs/build": "0.0.
|
|
26
|
-
"@batijs/compile": "0.0.
|
|
25
|
+
"@batijs/build": "0.0.221",
|
|
26
|
+
"@batijs/compile": "0.0.221"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@batijs/
|
|
30
|
-
"@batijs/
|
|
29
|
+
"@batijs/core": "0.0.221",
|
|
30
|
+
"@batijs/features": "0.0.221"
|
|
31
31
|
},
|
|
32
32
|
"bin": "./dist/index.js",
|
|
33
33
|
"exports": {
|