@batijs/build 0.0.108 → 0.0.110

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 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -110,7 +110,7 @@ Please report this issue to https://github.com/magne4000/bati`
110
110
  transformAndWriteQ.add(async () => {
111
111
  const code = await readFile(p, { encoding: "utf-8" });
112
112
  const fileContent = await transformAndFormat(code, meta, {
113
- filepath: p
113
+ filepath: path.relative(source, p)
114
114
  });
115
115
  if (fileContent) {
116
116
  await safeWriteFile(target, fileContent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/build",
3
- "version": "0.0.108",
3
+ "version": "0.0.110",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -10,10 +10,10 @@
10
10
  "devDependencies": {
11
11
  "@types/node": "^16.18.40",
12
12
  "tsup": "^7.2.0",
13
- "@batijs/tsup": "0.0.108"
13
+ "@batijs/compile": "0.0.110"
14
14
  },
15
15
  "dependencies": {
16
- "@batijs/core": "0.0.108"
16
+ "@batijs/core": "0.0.110"
17
17
  },
18
18
  "main": "./dist/index.js",
19
19
  "module": "./dist/index.js",