@batijs/cli 0.0.631 → 0.0.632
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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2622,7 +2622,7 @@ function kebabCase(str, joiner) {
|
|
|
2622
2622
|
//#endregion
|
|
2623
2623
|
//#region package.json
|
|
2624
2624
|
var name = "@batijs/cli";
|
|
2625
|
-
var version = "0.0.
|
|
2625
|
+
var version = "0.0.632";
|
|
2626
2626
|
var description = "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want";
|
|
2627
2627
|
//#endregion
|
|
2628
2628
|
//#region rules.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.632",
|
|
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,8 +20,8 @@
|
|
|
20
20
|
"typescript": "^6.0.3",
|
|
21
21
|
"unplugin-purge-polyfills": "^0.1.0",
|
|
22
22
|
"vite": "^8.0.14",
|
|
23
|
-
"@batijs/build": "0.0.
|
|
24
|
-
"@batijs/compile": "0.0.
|
|
23
|
+
"@batijs/build": "0.0.632",
|
|
24
|
+
"@batijs/compile": "0.0.632"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@batijs/core": "",
|