@batijs/build 0.0.515 → 0.0.518
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 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -168,6 +168,7 @@ async function transformFileAfterExec(filepath, fileContent) {
|
|
|
168
168
|
case ".toml":
|
|
169
169
|
return fileContent;
|
|
170
170
|
case ".json":
|
|
171
|
+
case ".jsonc":
|
|
171
172
|
if (typeof fileContent === "string") return fileContent;
|
|
172
173
|
return JSON.stringify(fileContent, null, 2);
|
|
173
174
|
case ".yml":
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/build",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.518",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [],
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"repository": "https://github.com/vikejs/bati",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@types/node": "^20.19.
|
|
11
|
+
"@types/node": "^20.19.25",
|
|
12
12
|
"tsup": "^8.5.1",
|
|
13
|
-
"@batijs/
|
|
14
|
-
"@batijs/
|
|
13
|
+
"@batijs/compile": "0.0.518",
|
|
14
|
+
"@batijs/features": "0.0.518"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@batijs/core": "0.0.
|
|
17
|
+
"@batijs/core": "0.0.518"
|
|
18
18
|
},
|
|
19
19
|
"main": "./dist/index.js",
|
|
20
20
|
"module": "./dist/index.js",
|