@vercel/backends 0.0.39 → 0.0.41

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.mjs +2 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -482,7 +482,7 @@ async function doTypeCheck$1(args, tscPath) {
482
482
  const resolveTscPath$1 = (args) => {
483
483
  try {
484
484
  return require_$1.resolve("typescript/bin/tsc", { paths: [args.workPath] });
485
- } catch (e) {
485
+ } catch (_e) {
486
486
  return null;
487
487
  }
488
488
  };
@@ -1219,7 +1219,7 @@ async function doTypeCheck(args, tscPath) {
1219
1219
  const resolveTscPath = (args) => {
1220
1220
  try {
1221
1221
  return require_.resolve("typescript/bin/tsc", { paths: [args.workPath] });
1222
- } catch (e) {
1222
+ } catch (_e) {
1223
1223
  return null;
1224
1224
  }
1225
1225
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/backends",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.mjs",
6
6
  "homepage": "https://vercel.com/docs",
@@ -34,7 +34,7 @@
34
34
  "srvx": "0.8.9",
35
35
  "tsx": "4.21.0",
36
36
  "zod": "3.22.4",
37
- "@vercel/build-utils": "13.6.1"
37
+ "@vercel/build-utils": "13.6.3"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "typescript": "^4.0.0 || ^5.0.0"