@batijs/build 0.0.220 → 0.0.221

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 +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -185,6 +185,7 @@ Please report this issue to https://github.com/batijs/bati`
185
185
  );
186
186
  if (fileContent !== null) {
187
187
  await safeWriteFile(target, fileContent);
188
+ targets.add(target);
188
189
  }
189
190
  });
190
191
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/build",
3
- "version": "0.0.220",
3
+ "version": "0.0.221",
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.1.0",
13
- "@batijs/compile": "0.0.220"
13
+ "@batijs/compile": "0.0.221"
14
14
  },
15
15
  "dependencies": {
16
- "@batijs/core": "0.0.220"
16
+ "@batijs/core": "0.0.221"
17
17
  },
18
18
  "main": "./dist/index.js",
19
19
  "module": "./dist/index.js",