vercel 28.4.7 → 28.4.8
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 +51 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -216721,6 +216721,7 @@ exports.monorepoManagers = [
|
|
216721
216721
|
{
|
216722
216722
|
name: 'Turborepo',
|
216723
216723
|
slug: 'turbo',
|
216724
|
+
logo: 'https://api-frameworks.vercel.sh/monorepo-logos/turborepo.svg',
|
216724
216725
|
detectors: {
|
216725
216726
|
some: [
|
216726
216727
|
{
|
@@ -216732,10 +216733,26 @@ exports.monorepoManagers = [
|
|
216732
216733
|
},
|
216733
216734
|
],
|
216734
216735
|
},
|
216736
|
+
settings: {
|
216737
|
+
buildCommand: {
|
216738
|
+
placeholder: 'Turborepo default',
|
216739
|
+
value: null,
|
216740
|
+
},
|
216741
|
+
outputDirectory: {
|
216742
|
+
value: null,
|
216743
|
+
},
|
216744
|
+
installCommand: {
|
216745
|
+
value: null,
|
216746
|
+
},
|
216747
|
+
devCommand: {
|
216748
|
+
value: null,
|
216749
|
+
},
|
216750
|
+
},
|
216735
216751
|
},
|
216736
216752
|
{
|
216737
216753
|
name: 'Nx',
|
216738
216754
|
slug: 'nx',
|
216755
|
+
logo: 'https://api-frameworks.vercel.sh/monorepo-logos/nx.svg',
|
216739
216756
|
detectors: {
|
216740
216757
|
every: [
|
216741
216758
|
{
|
@@ -216743,10 +216760,26 @@ exports.monorepoManagers = [
|
|
216743
216760
|
},
|
216744
216761
|
],
|
216745
216762
|
},
|
216763
|
+
settings: {
|
216764
|
+
buildCommand: {
|
216765
|
+
placeholder: 'Nx default',
|
216766
|
+
value: null,
|
216767
|
+
},
|
216768
|
+
outputDirectory: {
|
216769
|
+
placeholder: 'Nx default',
|
216770
|
+
},
|
216771
|
+
installCommand: {
|
216772
|
+
value: null,
|
216773
|
+
},
|
216774
|
+
devCommand: {
|
216775
|
+
value: null,
|
216776
|
+
},
|
216777
|
+
},
|
216746
216778
|
},
|
216747
216779
|
{
|
216748
216780
|
name: 'Rush',
|
216749
216781
|
slug: 'rush',
|
216782
|
+
logo: 'https://api-frameworks.vercel.sh/monorepo-logos/rush.svg',
|
216750
216783
|
detectors: {
|
216751
216784
|
every: [
|
216752
216785
|
{
|
@@ -216754,6 +216787,21 @@ exports.monorepoManagers = [
|
|
216754
216787
|
},
|
216755
216788
|
],
|
216756
216789
|
},
|
216790
|
+
settings: {
|
216791
|
+
buildCommand: {
|
216792
|
+
placeholder: 'Rush default',
|
216793
|
+
value: null,
|
216794
|
+
},
|
216795
|
+
outputDirectory: {
|
216796
|
+
placeholder: 'Rush default',
|
216797
|
+
},
|
216798
|
+
installCommand: {
|
216799
|
+
placeholder: 'Rush default',
|
216800
|
+
},
|
216801
|
+
devCommand: {
|
216802
|
+
value: null,
|
216803
|
+
},
|
216804
|
+
},
|
216757
216805
|
},
|
216758
216806
|
];
|
216759
216807
|
exports.default = exports.monorepoManagers;
|
@@ -238531,8 +238579,8 @@ exports.default = readConfig;
|
|
238531
238579
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
238532
238580
|
exports.SENTRY_DSN = exports.GA_TRACKING_ID = void 0;
|
238533
238581
|
// This file is auto-generated
|
238534
|
-
exports.GA_TRACKING_ID =
|
238535
|
-
exports.SENTRY_DSN =
|
238582
|
+
exports.GA_TRACKING_ID = undefined;
|
238583
|
+
exports.SENTRY_DSN = undefined;
|
238536
238584
|
|
238537
238585
|
|
238538
238586
|
/***/ }),
|
@@ -250827,7 +250875,7 @@ module.exports = JSON.parse("{\"application/1d-interleaved-parityfec\":{\"source
|
|
250827
250875
|
/***/ ((module) => {
|
250828
250876
|
|
250829
250877
|
"use strict";
|
250830
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"28.4.
|
250878
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"28.4.8\",\"preferGlobal\":true,\"license\":\"Apache-2.0\",\"description\":\"The command-line interface for Vercel\",\"homepage\":\"https://vercel.com\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/cli\"},\"scripts\":{\"preinstall\":\"node ./scripts/preinstall.js\",\"test\":\"jest --env node --verbose --runInBand --bail --forceExit\",\"test-unit\":\"yarn test test/unit/\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"yarn test test/dev/\",\"coverage\":\"codecov\",\"build\":\"ts-node ./scripts/build.ts\",\"dev\":\"ts-node ./src/index.ts\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 14\"},\"dependencies\":{\"@vercel/build-utils\":\"5.5.4\",\"@vercel/go\":\"2.2.12\",\"@vercel/hydrogen\":\"0.0.25\",\"@vercel/next\":\"3.2.3\",\"@vercel/node\":\"2.5.22\",\"@vercel/python\":\"3.1.21\",\"@vercel/redwood\":\"1.0.30\",\"@vercel/remix\":\"1.0.31\",\"@vercel/ruby\":\"1.3.38\",\"@vercel/static-build\":\"1.0.30\",\"update-notifier\":\"5.1.0\"},\"devDependencies\":{\"@alex_neo/jest-expect-message\":\"1.0.5\",\"@next/env\":\"11.1.2\",\"@sentry/node\":\"5.5.0\",\"@sindresorhus/slugify\":\"0.11.0\",\"@swc/core\":\"1.2.218\",\"@tootallnate/once\":\"1.1.2\",\"@types/ansi-escapes\":\"3.0.0\",\"@types/ansi-regex\":\"4.0.0\",\"@types/async-retry\":\"1.2.1\",\"@types/bytes\":\"3.0.0\",\"@types/chance\":\"1.1.3\",\"@types/debug\":\"0.0.31\",\"@types/dotenv\":\"6.1.1\",\"@types/escape-html\":\"0.0.20\",\"@types/express\":\"4.17.13\",\"@types/fs-extra\":\"9.0.13\",\"@types/glob\":\"7.1.1\",\"@types/http-proxy\":\"1.16.2\",\"@types/ini\":\"1.3.31\",\"@types/inquirer\":\"7.3.1\",\"@types/jest\":\"27.4.1\",\"@types/jest-expect-message\":\"1.0.3\",\"@types/load-json-file\":\"2.0.7\",\"@types/mime-types\":\"2.1.0\",\"@types/minimatch\":\"3.0.3\",\"@types/mri\":\"1.1.0\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"11.11.0\",\"@types/node-fetch\":\"2.5.10\",\"@types/npm-package-arg\":\"6.1.0\",\"@types/pluralize\":\"0.0.29\",\"@types/psl\":\"1.1.0\",\"@types/semver\":\"6.0.1\",\"@types/tar-fs\":\"1.16.1\",\"@types/text-table\":\"0.2.0\",\"@types/title\":\"3.4.1\",\"@types/universal-analytics\":\"0.4.2\",\"@types/update-notifier\":\"5.1.0\",\"@types/which\":\"1.3.2\",\"@types/write-json-file\":\"2.2.1\",\"@types/yauzl-promise\":\"2.1.0\",\"@vercel/client\":\"12.2.12\",\"@vercel/frameworks\":\"1.1.6\",\"@vercel/fs-detectors\":\"3.4.2\",\"@vercel/fun\":\"1.0.4\",\"@vercel/ncc\":\"0.24.0\",\"@zeit/source-map-support\":\"0.6.2\",\"ajv\":\"6.12.2\",\"alpha-sort\":\"2.0.1\",\"ansi-escapes\":\"3.0.0\",\"ansi-regex\":\"3.0.0\",\"arg\":\"5.0.0\",\"async-listen\":\"1.2.0\",\"async-retry\":\"1.1.3\",\"async-sema\":\"2.1.4\",\"ava\":\"2.2.0\",\"boxen\":\"4.2.0\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"date-fns\":\"1.29.0\",\"debug\":\"3.1.0\",\"dot\":\"1.1.3\",\"dotenv\":\"4.0.0\",\"email-prompt\":\"0.3.2\",\"email-validator\":\"1.1.1\",\"epipebomb\":\"1.0.0\",\"escape-html\":\"1.0.3\",\"esm\":\"3.1.4\",\"execa\":\"3.2.0\",\"express\":\"4.17.1\",\"fast-deep-equal\":\"3.1.3\",\"fs-extra\":\"10.0.0\",\"get-port\":\"5.1.1\",\"git-last-commit\":\"1.0.1\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"ini\":\"3.0.0\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.1.0\",\"is-url\":\"1.2.2\",\"jaro-winkler\":\"0.2.8\",\"jsonlines\":\"0.1.1\",\"load-json-file\":\"3.0.0\",\"mime-types\":\"2.1.24\",\"minimatch\":\"3.0.4\",\"mri\":\"1.1.5\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.7\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.4.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"promisepipe\":\"3.0.0\",\"psl\":\"1.1.31\",\"qr-image\":\"3.2.0\",\"raw-body\":\"2.4.1\",\"rimraf\":\"3.0.2\",\"semver\":\"5.5.0\",\"serve-handler\":\"6.1.1\",\"strip-ansi\":\"5.2.0\",\"stripe\":\"5.1.0\",\"tar-fs\":\"1.16.3\",\"test-listen\":\"1.1.0\",\"text-table\":\"0.2.0\",\"title\":\"3.4.1\",\"tmp-promise\":\"1.0.3\",\"tree-kill\":\"1.2.2\",\"ts-node\":\"10.9.1\",\"typescript\":\"4.7.4\",\"universal-analytics\":\"0.4.20\",\"utility-types\":\"2.1.0\",\"which\":\"2.0.2\",\"write-json-file\":\"2.2.0\",\"xdg-app-paths\":\"5.1.0\",\"yauzl-promise\":\"2.1.3\"},\"jest\":{\"preset\":\"ts-jest\",\"globals\":{\"ts-jest\":{\"diagnostics\":false,\"isolatedModules\":true}},\"setupFilesAfterEnv\":[\"@alex_neo/jest-expect-message\"],\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]}}");
|
250831
250879
|
|
250832
250880
|
/***/ }),
|
250833
250881
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "28.4.
|
3
|
+
"version": "28.4.8",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"@types/yauzl-promise": "2.1.0",
|
98
98
|
"@vercel/client": "12.2.12",
|
99
99
|
"@vercel/frameworks": "1.1.6",
|
100
|
-
"@vercel/fs-detectors": "3.4.
|
100
|
+
"@vercel/fs-detectors": "3.4.2",
|
101
101
|
"@vercel/fun": "1.0.4",
|
102
102
|
"@vercel/ncc": "0.24.0",
|
103
103
|
"@zeit/source-map-support": "0.6.2",
|
@@ -193,5 +193,5 @@
|
|
193
193
|
"<rootDir>/test/**/*.test.ts"
|
194
194
|
]
|
195
195
|
},
|
196
|
-
"gitHead": "
|
196
|
+
"gitHead": "cfb7946f4be33ac10c049983cec575a9b336cea1"
|
197
197
|
}
|