@batijs/cli 0.0.241 → 0.0.242
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 +3 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1591,7 +1591,7 @@ var createDefaultQueryTester = function(query, options) {
|
|
|
1591
1591
|
// package.json
|
|
1592
1592
|
var package_default = {
|
|
1593
1593
|
name: "@batijs/cli",
|
|
1594
|
-
version: "0.0.
|
|
1594
|
+
version: "0.0.242",
|
|
1595
1595
|
type: "module",
|
|
1596
1596
|
scripts: {
|
|
1597
1597
|
"check-types": "tsc --noEmit",
|
|
@@ -1953,7 +1953,8 @@ async function run() {
|
|
|
1953
1953
|
}
|
|
1954
1954
|
const hooksMap = await retrieveHooks(hooks);
|
|
1955
1955
|
const meta = {
|
|
1956
|
-
BATI: new Set(flags)
|
|
1956
|
+
BATI: new Set(flags),
|
|
1957
|
+
BATI_TEST: process.env.NODE_ENV === "test"
|
|
1957
1958
|
};
|
|
1958
1959
|
await main(
|
|
1959
1960
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.242",
|
|
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.5.4",
|
|
21
21
|
"unplugin-purge-polyfills": "^0.0.4",
|
|
22
22
|
"vite": "^5.4.0",
|
|
23
|
-
"@batijs/
|
|
24
|
-
"@batijs/
|
|
23
|
+
"@batijs/compile": "0.0.242",
|
|
24
|
+
"@batijs/build": "0.0.242"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@batijs/
|
|
28
|
-
"@batijs/
|
|
27
|
+
"@batijs/core": "0.0.242",
|
|
28
|
+
"@batijs/features": "0.0.242"
|
|
29
29
|
},
|
|
30
30
|
"bin": "./dist/index.js",
|
|
31
31
|
"exports": {
|