vercel 44.2.10 → 44.2.11

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
@@ -108950,6 +108950,7 @@ ${dirtyResult.reason}`
108950
108950
  return {
108951
108951
  remoteUrl: remoteUrl || void 0,
108952
108952
  commitAuthorName: commit.author.name,
108953
+ commitAuthorEmail: commit.author.email,
108953
108954
  commitMessage: commit.subject,
108954
108955
  commitRef: commit.branch,
108955
108956
  commitSha: commit.hash,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "44.2.10",
3
+ "version": "44.2.11",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -162,9 +162,9 @@
162
162
  "write-json-file": "2.2.0",
163
163
  "xdg-app-paths": "5.1.0",
164
164
  "yauzl-promise": "2.1.3",
165
- "@vercel-internals/get-package-json": "1.0.0",
166
165
  "@vercel-internals/constants": "1.0.4",
167
- "@vercel-internals/types": "3.0.6"
166
+ "@vercel-internals/types": "3.0.6",
167
+ "@vercel-internals/get-package-json": "1.0.0"
168
168
  },
169
169
  "scripts": {
170
170
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",