@batijs/cli 0.0.206 → 0.0.207
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/index.js +4 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1559,7 +1559,7 @@ var import_which_pm_runs = __toESM(require_which_pm_runs(), 1);
|
|
|
1559
1559
|
// package.json
|
|
1560
1560
|
var package_default = {
|
|
1561
1561
|
name: "@batijs/cli",
|
|
1562
|
-
version: "0.0.
|
|
1562
|
+
version: "0.0.207",
|
|
1563
1563
|
type: "module",
|
|
1564
1564
|
scripts: {
|
|
1565
1565
|
"check-types": "tsc --noEmit",
|
|
@@ -1628,6 +1628,9 @@ var rulesMessages = {
|
|
|
1628
1628
|
[RulesMessage.INFO_HATTIP]: info(`${inverse(bold("HatTip"))} is an experimental project`),
|
|
1629
1629
|
[RulesMessage.ERROR_DRIZZLE_R_SERVER]: error(
|
|
1630
1630
|
`A ${inverse(bold("Server"))} is required when using ${inverse(bold("Drizzle"))}.`
|
|
1631
|
+
),
|
|
1632
|
+
[RulesMessage.ERROR_DATA_R_SERVER]: error(
|
|
1633
|
+
`A ${inverse(bold("Server"))} is required when using ${inverse(bold("Data fetching"))}.`
|
|
1631
1634
|
)
|
|
1632
1635
|
};
|
|
1633
1636
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.207",
|
|
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",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"typescript": "^5.4.5",
|
|
22
22
|
"vite": "^5.3.1",
|
|
23
23
|
"which-pm-runs": "^1.1.0",
|
|
24
|
-
"@batijs/build": "0.0.
|
|
25
|
-
"@batijs/compile": "0.0.
|
|
24
|
+
"@batijs/build": "0.0.207",
|
|
25
|
+
"@batijs/compile": "0.0.207"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@batijs/core": "0.0.
|
|
29
|
-
"@batijs/features": "0.0.
|
|
28
|
+
"@batijs/core": "0.0.207",
|
|
29
|
+
"@batijs/features": "0.0.207"
|
|
30
30
|
},
|
|
31
31
|
"bin": "./dist/index.js",
|
|
32
32
|
"exports": {
|