@vercel/build-utils 2.12.3-canary.31 → 2.12.3-canary.32

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.
@@ -166,7 +166,7 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
166
166
  const json = JSON.stringify({
167
167
  version: 1,
168
168
  files: tracedFiles.map(file => ({
169
- input: normalize_path_1.normalizePath(path_1.relative(nft, file.absolutePath)),
169
+ input: normalize_path_1.normalizePath(path_1.relative(path_1.dirname(nft), file.absolutePath)),
170
170
  output: normalize_path_1.normalizePath(file.relativePath),
171
171
  })),
172
172
  });
package/dist/index.js CHANGED
@@ -32913,7 +32913,7 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
32913
32913
  const json = JSON.stringify({
32914
32914
  version: 1,
32915
32915
  files: tracedFiles.map(file => ({
32916
- input: normalize_path_1.normalizePath(path_1.relative(nft, file.absolutePath)),
32916
+ input: normalize_path_1.normalizePath(path_1.relative(path_1.dirname(nft), file.absolutePath)),
32917
32917
  output: normalize_path_1.normalizePath(file.relativePath),
32918
32918
  })),
32919
32919
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "2.12.3-canary.31",
3
+ "version": "2.12.3-canary.32",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -49,5 +49,5 @@
49
49
  "typescript": "4.3.4",
50
50
  "yazl": "2.4.3"
51
51
  },
52
- "gitHead": "6f4a1b527ba01973490e1fb2e4c48ccb2841cd86"
52
+ "gitHead": "ba7bf2e4a60bc4c9fd35ad33a11d94f1dae2ac81"
53
53
  }