vercel 28.19.0 → 28.20.0
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/index.js +3 -7
- package/package.json +5 -5
package/dist/index.js
CHANGED
@@ -192199,7 +192199,7 @@ async function main(client) {
|
|
192199
192199
|
}
|
192200
192200
|
output.debug(`Loaded environment variables from "${envPath}"`);
|
192201
192201
|
}
|
192202
|
-
// For Vercel
|
192202
|
+
// For Vercel Speed Insights support
|
192203
192203
|
if (project.settings.analyticsId) {
|
192204
192204
|
envToUnset.add('VERCEL_ANALYTICS_ID');
|
192205
192205
|
process.env.VERCEL_ANALYTICS_ID = project.settings.analyticsId;
|
@@ -202399,10 +202399,6 @@ async function createGitMeta(directory, output, project) {
|
|
202399
202399
|
if (!remoteUrl) {
|
202400
202400
|
remoteUrl = await getOriginUrl((0, path_1.join)(directory, '.git/config'), output);
|
202401
202401
|
}
|
202402
|
-
// If we can't get the repo URL, then don't return any metadata
|
202403
|
-
if (!remoteUrl) {
|
202404
|
-
return;
|
202405
|
-
}
|
202406
202402
|
const [commitResult, dirtyResult] = await Promise.allSettled([
|
202407
202403
|
getLastCommit(directory),
|
202408
202404
|
isDirty(directory),
|
@@ -202418,7 +202414,7 @@ async function createGitMeta(directory, output, project) {
|
|
202418
202414
|
const dirty = dirtyResult.value;
|
202419
202415
|
const commit = commitResult.value;
|
202420
202416
|
return {
|
202421
|
-
remoteUrl,
|
202417
|
+
remoteUrl: remoteUrl || undefined,
|
202422
202418
|
commitAuthorName: commit.author.name,
|
202423
202419
|
commitMessage: commit.subject,
|
202424
202420
|
commitRef: commit.branch,
|
@@ -215144,7 +215140,7 @@ module.exports = JSON.parse("[[[0,44],\"disallowed_STD3_valid\"],[[45,46],\"vali
|
|
215144
215140
|
/***/ ((module) => {
|
215145
215141
|
|
215146
215142
|
"use strict";
|
215147
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"12.4.
|
215143
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"12.4.11\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"Apache-2.0\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-e2e\":\"pnpm test tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test\":\"jest --env node --verbose --runInBand --bail\",\"test-unit\":\"pnpm test tests/unit.*test.*\"},\"engines\":{\"node\":\">= 14\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.5\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.4.1\",\"@types/minimatch\":\"3.0.5\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"14.18.33\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"@types/tar-fs\":\"1.16.1\",\"typescript\":\"4.3.4\"},\"dependencies\":{\"@vercel/build-utils\":\"6.7.1\",\"@vercel/routing-utils\":\"2.2.0\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"minimatch\":\"5.0.1\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.7\",\"querystring\":\"^0.2.0\",\"sleep-promise\":\"8.0.1\",\"tar-fs\":\"1.16.3\"}}");
|
215148
215144
|
|
215149
215145
|
/***/ }),
|
215150
215146
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "28.
|
3
|
+
"version": "28.20.0",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -36,12 +36,12 @@
|
|
36
36
|
"@vercel/go": "2.5.0",
|
37
37
|
"@vercel/hydrogen": "0.0.63",
|
38
38
|
"@vercel/next": "3.7.5",
|
39
|
-
"@vercel/node": "2.
|
39
|
+
"@vercel/node": "2.12.0",
|
40
40
|
"@vercel/python": "3.1.59",
|
41
41
|
"@vercel/redwood": "1.1.14",
|
42
42
|
"@vercel/remix-builder": "1.8.5",
|
43
43
|
"@vercel/ruby": "1.3.75",
|
44
|
-
"@vercel/static-build": "1.3.
|
44
|
+
"@vercel/static-build": "1.3.25"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@alex_neo/jest-expect-message": "1.0.5",
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"@vercel-internals/constants": "*",
|
88
88
|
"@vercel-internals/get-package-json": "*",
|
89
89
|
"@vercel-internals/types": "*",
|
90
|
-
"@vercel/client": "12.4.
|
90
|
+
"@vercel/client": "12.4.11",
|
91
91
|
"@vercel/error-utils": "1.0.10",
|
92
92
|
"@vercel/frameworks": "1.3.4",
|
93
93
|
"@vercel/fs-detectors": "3.8.11",
|
@@ -170,5 +170,5 @@
|
|
170
170
|
"xdg-app-paths": "5.1.0",
|
171
171
|
"yauzl-promise": "2.1.3"
|
172
172
|
},
|
173
|
-
"gitHead": "
|
173
|
+
"gitHead": "7082da84511740ea0304b5f93b0073bbb3f3a9ed"
|
174
174
|
}
|