@vercel/client 17.2.52 → 17.2.54

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.
package/dist/deploy.js CHANGED
@@ -62,7 +62,7 @@ async function* postDeployment(files, clientOptions, deploymentOptions) {
62
62
  let deployment = void 0;
63
63
  try {
64
64
  deployment = await response.json();
65
- } catch (error) {
65
+ } catch (_error) {
66
66
  throw new Error("Invalid JSON response");
67
67
  }
68
68
  if (clientOptions.debug) {
@@ -95,7 +95,7 @@ async function parseVercelConfig(filePath) {
95
95
  const maybeRead = async function(path, default_) {
96
96
  try {
97
97
  return await (0, import_fs_extra.readFile)(path, "utf8");
98
- } catch (err) {
98
+ } catch (_err) {
99
99
  return default_;
100
100
  }
101
101
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/client",
3
- "version": "17.2.52",
3
+ "version": "17.2.54",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "homepage": "https://vercel.com",
@@ -42,9 +42,9 @@
42
42
  "querystring": "^0.2.0",
43
43
  "sleep-promise": "8.0.1",
44
44
  "tar-fs": "1.16.3",
45
- "@vercel/build-utils": "13.6.2",
46
- "@vercel/error-utils": "2.0.3",
47
- "@vercel/routing-utils": "6.0.2"
45
+ "@vercel/routing-utils": "6.0.2",
46
+ "@vercel/build-utils": "13.7.0",
47
+ "@vercel/error-utils": "2.0.3"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "node ../../utils/build.mjs",