@batijs/build 0.0.249 → 0.0.251

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -299,6 +299,9 @@ Please report this issue to https://github.com/vikejs/bati`
299
299
  if (report.content) {
300
300
  await safeWriteFile(op.destination, report.content.trimStart());
301
301
  }
302
+ if (report.context?.flags.has("include-if-imported")) {
303
+ filesContainingIncludeIfImported.add(op.destinationAbsolute);
304
+ }
302
305
  previousOp = {
303
306
  ...op,
304
307
  ...report
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/build",
3
- "version": "0.0.249",
3
+ "version": "0.0.251",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -10,10 +10,10 @@
10
10
  "devDependencies": {
11
11
  "@types/node": "^18.19.14",
12
12
  "tsup": "^8.2.4",
13
- "@batijs/compile": "0.0.249"
13
+ "@batijs/compile": "0.0.251"
14
14
  },
15
15
  "dependencies": {
16
- "@batijs/core": "0.0.249"
16
+ "@batijs/core": "0.0.251"
17
17
  },
18
18
  "main": "./dist/index.js",
19
19
  "module": "./dist/index.js",