vercel 24.0.1-canary.2 → 24.0.1-canary.5
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 +163 -114
- package/package.json +9 -9
package/dist/index.js
CHANGED
@@ -196600,6 +196600,31 @@ class DetectorFilesystem {
|
|
196600
196600
|
exports.DetectorFilesystem = DetectorFilesystem;
|
196601
196601
|
|
196602
196602
|
|
196603
|
+
/***/ }),
|
196604
|
+
|
196605
|
+
/***/ 8038:
|
196606
|
+
/***/ ((__unused_webpack_module, exports) => {
|
196607
|
+
|
196608
|
+
"use strict";
|
196609
|
+
|
196610
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196611
|
+
exports.EdgeFunction = void 0;
|
196612
|
+
/**
|
196613
|
+
* An Edge Functions output
|
196614
|
+
*/
|
196615
|
+
class EdgeFunction {
|
196616
|
+
constructor(params) {
|
196617
|
+
this.type = 'EdgeFunction';
|
196618
|
+
this.name = params.name;
|
196619
|
+
this.deploymentTarget = params.deploymentTarget;
|
196620
|
+
this.entrypoint = params.entrypoint;
|
196621
|
+
this.files = params.files;
|
196622
|
+
this.envVarsInUse = params.envVarsInUse;
|
196623
|
+
}
|
196624
|
+
}
|
196625
|
+
exports.EdgeFunction = EdgeFunction;
|
196626
|
+
|
196627
|
+
|
196603
196628
|
/***/ }),
|
196604
196629
|
|
196605
196630
|
/***/ 3983:
|
@@ -196697,7 +196722,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
196697
196722
|
/***/ }),
|
196698
196723
|
|
196699
196724
|
/***/ 2397:
|
196700
|
-
/***/ (function(__unused_webpack_module, exports,
|
196725
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_965014__) {
|
196701
196726
|
|
196702
196727
|
"use strict";
|
196703
196728
|
|
@@ -196705,8 +196730,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196705
196730
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196706
196731
|
};
|
196707
196732
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196708
|
-
const assert_1 = __importDefault(
|
196709
|
-
const into_stream_1 = __importDefault(
|
196733
|
+
const assert_1 = __importDefault(__nested_webpack_require_965014__(2357));
|
196734
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_965014__(6130));
|
196710
196735
|
class FileBlob {
|
196711
196736
|
constructor({ mode = 0o100644, contentType, data }) {
|
196712
196737
|
assert_1.default(typeof mode === 'number');
|
@@ -196738,7 +196763,7 @@ exports.default = FileBlob;
|
|
196738
196763
|
/***/ }),
|
196739
196764
|
|
196740
196765
|
/***/ 9331:
|
196741
|
-
/***/ (function(__unused_webpack_module, exports,
|
196766
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_966466__) {
|
196742
196767
|
|
196743
196768
|
"use strict";
|
196744
196769
|
|
@@ -196746,11 +196771,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196746
196771
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196747
196772
|
};
|
196748
196773
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196749
|
-
const assert_1 = __importDefault(
|
196750
|
-
const fs_extra_1 = __importDefault(
|
196751
|
-
const multistream_1 = __importDefault(
|
196752
|
-
const path_1 = __importDefault(
|
196753
|
-
const async_sema_1 = __importDefault(
|
196774
|
+
const assert_1 = __importDefault(__nested_webpack_require_966466__(2357));
|
196775
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_966466__(5392));
|
196776
|
+
const multistream_1 = __importDefault(__nested_webpack_require_966466__(8179));
|
196777
|
+
const path_1 = __importDefault(__nested_webpack_require_966466__(5622));
|
196778
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_966466__(5758));
|
196754
196779
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
196755
196780
|
class FileFsRef {
|
196756
196781
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -196816,7 +196841,7 @@ exports.default = FileFsRef;
|
|
196816
196841
|
/***/ }),
|
196817
196842
|
|
196818
196843
|
/***/ 5187:
|
196819
|
-
/***/ (function(__unused_webpack_module, exports,
|
196844
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_969270__) {
|
196820
196845
|
|
196821
196846
|
"use strict";
|
196822
196847
|
|
@@ -196824,11 +196849,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196824
196849
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196825
196850
|
};
|
196826
196851
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196827
|
-
const assert_1 = __importDefault(
|
196828
|
-
const node_fetch_1 = __importDefault(
|
196829
|
-
const multistream_1 = __importDefault(
|
196830
|
-
const async_retry_1 = __importDefault(
|
196831
|
-
const async_sema_1 = __importDefault(
|
196852
|
+
const assert_1 = __importDefault(__nested_webpack_require_969270__(2357));
|
196853
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_969270__(2197));
|
196854
|
+
const multistream_1 = __importDefault(__nested_webpack_require_969270__(8179));
|
196855
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_969270__(3691));
|
196856
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_969270__(5758));
|
196832
196857
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
196833
196858
|
class BailableError extends Error {
|
196834
196859
|
constructor(...args) {
|
@@ -196909,7 +196934,7 @@ exports.default = FileRef;
|
|
196909
196934
|
/***/ }),
|
196910
196935
|
|
196911
196936
|
/***/ 1611:
|
196912
|
-
/***/ (function(__unused_webpack_module, exports,
|
196937
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_972671__) {
|
196913
196938
|
|
196914
196939
|
"use strict";
|
196915
196940
|
|
@@ -196918,10 +196943,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196918
196943
|
};
|
196919
196944
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196920
196945
|
exports.isSymbolicLink = void 0;
|
196921
|
-
const path_1 = __importDefault(
|
196922
|
-
const debug_1 = __importDefault(
|
196923
|
-
const file_fs_ref_1 = __importDefault(
|
196924
|
-
const fs_extra_1 =
|
196946
|
+
const path_1 = __importDefault(__nested_webpack_require_972671__(5622));
|
196947
|
+
const debug_1 = __importDefault(__nested_webpack_require_972671__(1868));
|
196948
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_972671__(9331));
|
196949
|
+
const fs_extra_1 = __nested_webpack_require_972671__(5392);
|
196925
196950
|
const S_IFMT = 61440; /* 0170000 type of file */
|
196926
196951
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
196927
196952
|
function isSymbolicLink(mode) {
|
@@ -196983,14 +197008,14 @@ exports.default = download;
|
|
196983
197008
|
/***/ }),
|
196984
197009
|
|
196985
197010
|
/***/ 3838:
|
196986
|
-
/***/ ((__unused_webpack_module, exports,
|
197011
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_975496__) => {
|
196987
197012
|
|
196988
197013
|
"use strict";
|
196989
197014
|
|
196990
197015
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196991
|
-
const path_1 =
|
196992
|
-
const os_1 =
|
196993
|
-
const fs_extra_1 =
|
197016
|
+
const path_1 = __nested_webpack_require_975496__(5622);
|
197017
|
+
const os_1 = __nested_webpack_require_975496__(2087);
|
197018
|
+
const fs_extra_1 = __nested_webpack_require_975496__(5392);
|
196994
197019
|
async function getWritableDirectory() {
|
196995
197020
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
196996
197021
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -197003,7 +197028,7 @@ exports.default = getWritableDirectory;
|
|
197003
197028
|
/***/ }),
|
197004
197029
|
|
197005
197030
|
/***/ 4240:
|
197006
|
-
/***/ (function(__unused_webpack_module, exports,
|
197031
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_976076__) {
|
197007
197032
|
|
197008
197033
|
"use strict";
|
197009
197034
|
|
@@ -197011,13 +197036,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197011
197036
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197012
197037
|
};
|
197013
197038
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197014
|
-
const path_1 = __importDefault(
|
197015
|
-
const assert_1 = __importDefault(
|
197016
|
-
const glob_1 = __importDefault(
|
197017
|
-
const util_1 =
|
197018
|
-
const fs_extra_1 =
|
197019
|
-
const normalize_path_1 =
|
197020
|
-
const file_fs_ref_1 = __importDefault(
|
197039
|
+
const path_1 = __importDefault(__nested_webpack_require_976076__(5622));
|
197040
|
+
const assert_1 = __importDefault(__nested_webpack_require_976076__(2357));
|
197041
|
+
const glob_1 = __importDefault(__nested_webpack_require_976076__(1104));
|
197042
|
+
const util_1 = __nested_webpack_require_976076__(1669);
|
197043
|
+
const fs_extra_1 = __nested_webpack_require_976076__(5392);
|
197044
|
+
const normalize_path_1 = __nested_webpack_require_976076__(6261);
|
197045
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_976076__(9331));
|
197021
197046
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
197022
197047
|
async function glob(pattern, opts, mountpoint) {
|
197023
197048
|
let options;
|
@@ -197063,7 +197088,7 @@ exports.default = glob;
|
|
197063
197088
|
/***/ }),
|
197064
197089
|
|
197065
197090
|
/***/ 7903:
|
197066
|
-
/***/ (function(__unused_webpack_module, exports,
|
197091
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_978272__) {
|
197067
197092
|
|
197068
197093
|
"use strict";
|
197069
197094
|
|
@@ -197072,9 +197097,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197072
197097
|
};
|
197073
197098
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197074
197099
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
197075
|
-
const semver_1 =
|
197076
|
-
const errors_1 =
|
197077
|
-
const debug_1 = __importDefault(
|
197100
|
+
const semver_1 = __nested_webpack_require_978272__(2879);
|
197101
|
+
const errors_1 = __nested_webpack_require_978272__(3983);
|
197102
|
+
const debug_1 = __importDefault(__nested_webpack_require_978272__(1868));
|
197078
197103
|
const allOptions = [
|
197079
197104
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
197080
197105
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -197168,7 +197193,7 @@ exports.normalizePath = normalizePath;
|
|
197168
197193
|
/***/ }),
|
197169
197194
|
|
197170
197195
|
/***/ 7792:
|
197171
|
-
/***/ (function(__unused_webpack_module, exports,
|
197196
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_982140__) {
|
197172
197197
|
|
197173
197198
|
"use strict";
|
197174
197199
|
|
@@ -197177,9 +197202,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197177
197202
|
};
|
197178
197203
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197179
197204
|
exports.readConfigFile = void 0;
|
197180
|
-
const js_yaml_1 = __importDefault(
|
197181
|
-
const toml_1 = __importDefault(
|
197182
|
-
const fs_extra_1 =
|
197205
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_982140__(6540));
|
197206
|
+
const toml_1 = __importDefault(__nested_webpack_require_982140__(9434));
|
197207
|
+
const fs_extra_1 = __nested_webpack_require_982140__(5392);
|
197183
197208
|
async function readFileOrNull(file) {
|
197184
197209
|
try {
|
197185
197210
|
const data = await fs_extra_1.readFile(file);
|
@@ -197234,7 +197259,7 @@ exports.default = rename;
|
|
197234
197259
|
/***/ }),
|
197235
197260
|
|
197236
197261
|
/***/ 1442:
|
197237
|
-
/***/ (function(__unused_webpack_module, exports,
|
197262
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983933__) {
|
197238
197263
|
|
197239
197264
|
"use strict";
|
197240
197265
|
|
@@ -197243,14 +197268,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197243
197268
|
};
|
197244
197269
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197245
197270
|
exports.installDependencies = exports.getScriptName = exports.runPipInstall = exports.runBundleInstall = exports.runPackageJsonScript = exports.runCustomInstallCommand = exports.getEnvForPackageManager = exports.runNpmInstall = exports.walkParentDirs = exports.scanParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
|
197246
|
-
const assert_1 = __importDefault(
|
197247
|
-
const fs_extra_1 = __importDefault(
|
197248
|
-
const path_1 = __importDefault(
|
197249
|
-
const debug_1 = __importDefault(
|
197250
|
-
const cross_spawn_1 = __importDefault(
|
197251
|
-
const util_1 =
|
197252
|
-
const errors_1 =
|
197253
|
-
const node_version_1 =
|
197271
|
+
const assert_1 = __importDefault(__nested_webpack_require_983933__(2357));
|
197272
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_983933__(5392));
|
197273
|
+
const path_1 = __importDefault(__nested_webpack_require_983933__(5622));
|
197274
|
+
const debug_1 = __importDefault(__nested_webpack_require_983933__(1868));
|
197275
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_983933__(7618));
|
197276
|
+
const util_1 = __nested_webpack_require_983933__(1669);
|
197277
|
+
const errors_1 = __nested_webpack_require_983933__(3983);
|
197278
|
+
const node_version_1 = __nested_webpack_require_983933__(7903);
|
197279
|
+
const read_config_file_1 = __nested_webpack_require_983933__(7792);
|
197254
197280
|
function spawnAsync(command, args, opts = {}) {
|
197255
197281
|
return new Promise((resolve, reject) => {
|
197256
197282
|
const stderrLogs = [];
|
@@ -197403,7 +197429,7 @@ async function scanParentDirs(destPath, readPackageJson = false) {
|
|
197403
197429
|
packageJson = JSON.parse(await fs_extra_1.default.readFile(packageJsonPath, 'utf8'));
|
197404
197430
|
}
|
197405
197431
|
// eslint-disable-next-line no-await-in-loop
|
197406
|
-
const [packageLockJson, hasYarnLock] = await Promise.all([
|
197432
|
+
const [packageLockJson, hasYarnLock, pnpmLockYaml] = await Promise.all([
|
197407
197433
|
fs_extra_1.default
|
197408
197434
|
.readJson(path_1.default.join(currentDestPath, 'package-lock.json'))
|
197409
197435
|
.catch(error => {
|
@@ -197414,15 +197440,21 @@ async function scanParentDirs(destPath, readPackageJson = false) {
|
|
197414
197440
|
throw error;
|
197415
197441
|
}),
|
197416
197442
|
fs_extra_1.default.pathExists(path_1.default.join(currentDestPath, 'yarn.lock')),
|
197443
|
+
read_config_file_1.readConfigFile(path_1.default.join(currentDestPath, 'pnpm-lock.yaml')),
|
197417
197444
|
]);
|
197418
|
-
if (packageLockJson && !hasYarnLock) {
|
197445
|
+
if (packageLockJson && !hasYarnLock && !pnpmLockYaml) {
|
197419
197446
|
cliType = 'npm';
|
197420
197447
|
lockfileVersion = packageLockJson.lockfileVersion;
|
197421
197448
|
}
|
197449
|
+
if (!packageLockJson && !hasYarnLock && pnpmLockYaml) {
|
197450
|
+
cliType = 'pnpm';
|
197451
|
+
// just ensure that it is read as a number and not a string
|
197452
|
+
lockfileVersion = Number(pnpmLockYaml.lockfileVersion);
|
197453
|
+
}
|
197422
197454
|
// Only stop iterating if a lockfile was found, because it's possible
|
197423
197455
|
// that the lockfile is in a higher path than where the `package.json`
|
197424
197456
|
// file was found.
|
197425
|
-
if (packageLockJson || hasYarnLock) {
|
197457
|
+
if (packageLockJson || hasYarnLock || pnpmLockYaml) {
|
197426
197458
|
break;
|
197427
197459
|
}
|
197428
197460
|
}
|
@@ -197473,6 +197505,14 @@ async function runNpmInstall(destPath, args = [], spawnOpts, meta, nodeVersion)
|
|
197473
197505
|
.filter(a => a !== '--prefer-offline')
|
197474
197506
|
.concat(['install', '--no-audit', '--unsafe-perm']);
|
197475
197507
|
}
|
197508
|
+
else if (cliType === 'pnpm') {
|
197509
|
+
// PNPM's install command is similar to NPM's but without the audit nonsense
|
197510
|
+
// @see options https://pnpm.io/cli/install
|
197511
|
+
opts.prettyCommand = 'pnpm install';
|
197512
|
+
commandArgs = args
|
197513
|
+
.filter(a => a !== '--prefer-offline')
|
197514
|
+
.concat(['install', '--unsafe-perm']);
|
197515
|
+
}
|
197476
197516
|
else {
|
197477
197517
|
opts.prettyCommand = 'yarn install';
|
197478
197518
|
commandArgs = ['install', ...args];
|
@@ -197544,6 +197584,9 @@ async function runPackageJsonScript(destPath, scriptNames, spawnOpts) {
|
|
197544
197584
|
if (cliType === 'npm') {
|
197545
197585
|
opts.prettyCommand = `npm run ${scriptName}`;
|
197546
197586
|
}
|
197587
|
+
else if (cliType === 'pnpm') {
|
197588
|
+
opts.prettyCommand = `pnpm run ${scriptName}`;
|
197589
|
+
}
|
197547
197590
|
else {
|
197548
197591
|
opts.prettyCommand = `yarn run ${scriptName}`;
|
197549
197592
|
}
|
@@ -197594,7 +197637,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
197594
197637
|
/***/ }),
|
197595
197638
|
|
197596
197639
|
/***/ 2560:
|
197597
|
-
/***/ (function(__unused_webpack_module, exports,
|
197640
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_999722__) {
|
197598
197641
|
|
197599
197642
|
"use strict";
|
197600
197643
|
|
@@ -197602,7 +197645,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197602
197645
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197603
197646
|
};
|
197604
197647
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197605
|
-
const end_of_stream_1 = __importDefault(
|
197648
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_999722__(687));
|
197606
197649
|
function streamToBuffer(stream) {
|
197607
197650
|
return new Promise((resolve, reject) => {
|
197608
197651
|
const buffers = [];
|
@@ -197631,7 +197674,7 @@ exports.default = streamToBuffer;
|
|
197631
197674
|
/***/ }),
|
197632
197675
|
|
197633
197676
|
/***/ 1148:
|
197634
|
-
/***/ (function(__unused_webpack_module, exports,
|
197677
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1000790__) {
|
197635
197678
|
|
197636
197679
|
"use strict";
|
197637
197680
|
|
@@ -197639,9 +197682,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197639
197682
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197640
197683
|
};
|
197641
197684
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197642
|
-
const path_1 = __importDefault(
|
197643
|
-
const fs_extra_1 = __importDefault(
|
197644
|
-
const ignore_1 = __importDefault(
|
197685
|
+
const path_1 = __importDefault(__nested_webpack_require_1000790__(5622));
|
197686
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1000790__(5392));
|
197687
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1000790__(3556));
|
197645
197688
|
function isCodedError(error) {
|
197646
197689
|
return (error !== null &&
|
197647
197690
|
error !== undefined &&
|
@@ -197698,13 +197741,13 @@ exports.default = default_1;
|
|
197698
197741
|
/***/ }),
|
197699
197742
|
|
197700
197743
|
/***/ 4678:
|
197701
|
-
/***/ ((__unused_webpack_module, exports,
|
197744
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1003164__) => {
|
197702
197745
|
|
197703
197746
|
"use strict";
|
197704
197747
|
|
197705
197748
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197706
197749
|
exports.getPlatformEnv = void 0;
|
197707
|
-
const errors_1 =
|
197750
|
+
const errors_1 = __nested_webpack_require_1003164__(3983);
|
197708
197751
|
/**
|
197709
197752
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
197710
197753
|
* Throws an error if *both* env vars are defined.
|
@@ -197732,7 +197775,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
197732
197775
|
/***/ }),
|
197733
197776
|
|
197734
197777
|
/***/ 2855:
|
197735
|
-
/***/ (function(__unused_webpack_module, exports,
|
197778
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1004201__) {
|
197736
197779
|
|
197737
197780
|
"use strict";
|
197738
197781
|
|
@@ -197762,31 +197805,31 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197762
197805
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197763
197806
|
};
|
197764
197807
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197765
|
-
exports.isStaticRuntime = exports.isOfficialRuntime = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = exports.getPlatformEnv = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.getEnvForPackageManager = exports.runCustomInstallCommand = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.download = exports.Prerender = exports.createLambda = exports.NodejsLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
197766
|
-
const file_blob_1 = __importDefault(
|
197808
|
+
exports.isStaticRuntime = exports.isOfficialRuntime = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.EdgeFunction = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = exports.getPlatformEnv = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.getEnvForPackageManager = exports.runCustomInstallCommand = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.download = exports.Prerender = exports.createLambda = exports.NodejsLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
197809
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1004201__(2397));
|
197767
197810
|
exports.FileBlob = file_blob_1.default;
|
197768
|
-
const file_fs_ref_1 = __importDefault(
|
197811
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1004201__(9331));
|
197769
197812
|
exports.FileFsRef = file_fs_ref_1.default;
|
197770
|
-
const file_ref_1 = __importDefault(
|
197813
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1004201__(5187));
|
197771
197814
|
exports.FileRef = file_ref_1.default;
|
197772
|
-
const lambda_1 =
|
197815
|
+
const lambda_1 = __nested_webpack_require_1004201__(6721);
|
197773
197816
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
197774
197817
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
197775
197818
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
197776
|
-
const nodejs_lambda_1 =
|
197819
|
+
const nodejs_lambda_1 = __nested_webpack_require_1004201__(7049);
|
197777
197820
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
197778
|
-
const prerender_1 =
|
197821
|
+
const prerender_1 = __nested_webpack_require_1004201__(2850);
|
197779
197822
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
197780
|
-
const download_1 = __importStar(
|
197823
|
+
const download_1 = __importStar(__nested_webpack_require_1004201__(1611));
|
197781
197824
|
exports.download = download_1.default;
|
197782
197825
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
197783
|
-
const get_writable_directory_1 = __importDefault(
|
197826
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1004201__(3838));
|
197784
197827
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197785
|
-
const glob_1 = __importDefault(
|
197828
|
+
const glob_1 = __importDefault(__nested_webpack_require_1004201__(4240));
|
197786
197829
|
exports.glob = glob_1.default;
|
197787
|
-
const rename_1 = __importDefault(
|
197830
|
+
const rename_1 = __importDefault(__nested_webpack_require_1004201__(6718));
|
197788
197831
|
exports.rename = rename_1.default;
|
197789
|
-
const run_user_scripts_1 =
|
197832
|
+
const run_user_scripts_1 = __nested_webpack_require_1004201__(1442);
|
197790
197833
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
197791
197834
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
197792
197835
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -197805,37 +197848,39 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
197805
197848
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
197806
197849
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
197807
197850
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
197808
|
-
const node_version_1 =
|
197851
|
+
const node_version_1 = __nested_webpack_require_1004201__(7903);
|
197809
197852
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
197810
197853
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197811
|
-
const stream_to_buffer_1 = __importDefault(
|
197854
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1004201__(2560));
|
197812
197855
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197813
|
-
const should_serve_1 = __importDefault(
|
197856
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1004201__(2564));
|
197814
197857
|
exports.shouldServe = should_serve_1.default;
|
197815
|
-
const debug_1 = __importDefault(
|
197858
|
+
const debug_1 = __importDefault(__nested_webpack_require_1004201__(1868));
|
197816
197859
|
exports.debug = debug_1.default;
|
197817
|
-
const get_ignore_filter_1 = __importDefault(
|
197860
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1004201__(1148));
|
197818
197861
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
197819
|
-
const get_platform_env_1 =
|
197862
|
+
const get_platform_env_1 = __nested_webpack_require_1004201__(4678);
|
197820
197863
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
197821
|
-
var
|
197864
|
+
var edge_function_1 = __nested_webpack_require_1004201__(8038);
|
197865
|
+
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
197866
|
+
var detect_builders_1 = __nested_webpack_require_1004201__(4246);
|
197822
197867
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
197823
197868
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
197824
197869
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
197825
197870
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
197826
|
-
var detect_file_system_api_1 =
|
197871
|
+
var detect_file_system_api_1 = __nested_webpack_require_1004201__(1182);
|
197827
197872
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
197828
|
-
var detect_framework_1 =
|
197873
|
+
var detect_framework_1 = __nested_webpack_require_1004201__(5224);
|
197829
197874
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
197830
|
-
var filesystem_1 =
|
197875
|
+
var filesystem_1 = __nested_webpack_require_1004201__(461);
|
197831
197876
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
197832
|
-
var read_config_file_1 =
|
197877
|
+
var read_config_file_1 = __nested_webpack_require_1004201__(7792);
|
197833
197878
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197834
|
-
var normalize_path_1 =
|
197879
|
+
var normalize_path_1 = __nested_webpack_require_1004201__(6261);
|
197835
197880
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197836
|
-
__exportStar(
|
197837
|
-
__exportStar(
|
197838
|
-
__exportStar(
|
197881
|
+
__exportStar(__nested_webpack_require_1004201__(2416), exports);
|
197882
|
+
__exportStar(__nested_webpack_require_1004201__(5748), exports);
|
197883
|
+
__exportStar(__nested_webpack_require_1004201__(3983), exports);
|
197839
197884
|
/**
|
197840
197885
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
197841
197886
|
*/
|
@@ -197858,7 +197903,7 @@ exports.isStaticRuntime = isStaticRuntime;
|
|
197858
197903
|
/***/ }),
|
197859
197904
|
|
197860
197905
|
/***/ 6721:
|
197861
|
-
/***/ (function(__unused_webpack_module, exports,
|
197906
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1014572__) {
|
197862
197907
|
|
197863
197908
|
"use strict";
|
197864
197909
|
|
@@ -197867,16 +197912,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197867
197912
|
};
|
197868
197913
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197869
197914
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
197870
|
-
const assert_1 = __importDefault(
|
197871
|
-
const async_sema_1 = __importDefault(
|
197872
|
-
const yazl_1 =
|
197873
|
-
const minimatch_1 = __importDefault(
|
197874
|
-
const fs_extra_1 =
|
197875
|
-
const download_1 =
|
197876
|
-
const stream_to_buffer_1 = __importDefault(
|
197915
|
+
const assert_1 = __importDefault(__nested_webpack_require_1014572__(2357));
|
197916
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1014572__(5758));
|
197917
|
+
const yazl_1 = __nested_webpack_require_1014572__(1223);
|
197918
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1014572__(9566));
|
197919
|
+
const fs_extra_1 = __nested_webpack_require_1014572__(5392);
|
197920
|
+
const download_1 = __nested_webpack_require_1014572__(1611);
|
197921
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1014572__(2560));
|
197877
197922
|
class Lambda {
|
197878
197923
|
constructor(opts) {
|
197879
|
-
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, } = opts;
|
197924
|
+
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
197880
197925
|
if ('files' in opts) {
|
197881
197926
|
assert_1.default(typeof opts.files === 'object', '"files" must be an object');
|
197882
197927
|
}
|
@@ -197896,6 +197941,9 @@ class Lambda {
|
|
197896
197941
|
assert_1.default(Array.isArray(allowQuery), '"allowQuery" is not an Array');
|
197897
197942
|
assert_1.default(allowQuery.every(q => typeof q === 'string'), '"allowQuery" is not a string Array');
|
197898
197943
|
}
|
197944
|
+
if (supportsMultiPayloads !== undefined) {
|
197945
|
+
assert_1.default(typeof supportsMultiPayloads === 'boolean', '"supportsMultiPayloads" is not a boolean');
|
197946
|
+
}
|
197899
197947
|
if (regions !== undefined) {
|
197900
197948
|
assert_1.default(Array.isArray(regions), '"regions" is not an Array');
|
197901
197949
|
assert_1.default(regions.every(r => typeof r === 'string'), '"regions" is not a string Array');
|
@@ -197910,6 +197958,7 @@ class Lambda {
|
|
197910
197958
|
this.allowQuery = allowQuery;
|
197911
197959
|
this.regions = regions;
|
197912
197960
|
this.zipBuffer = 'zipBuffer' in opts ? opts.zipBuffer : undefined;
|
197961
|
+
this.supportsMultiPayloads = supportsMultiPayloads;
|
197913
197962
|
}
|
197914
197963
|
async createZip() {
|
197915
197964
|
let { zipBuffer } = this;
|
@@ -197991,13 +198040,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
197991
198040
|
/***/ }),
|
197992
198041
|
|
197993
198042
|
/***/ 7049:
|
197994
|
-
/***/ ((__unused_webpack_module, exports,
|
198043
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1020076__) => {
|
197995
198044
|
|
197996
198045
|
"use strict";
|
197997
198046
|
|
197998
198047
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197999
198048
|
exports.NodejsLambda = void 0;
|
198000
|
-
const lambda_1 =
|
198049
|
+
const lambda_1 = __nested_webpack_require_1020076__(6721);
|
198001
198050
|
class NodejsLambda extends lambda_1.Lambda {
|
198002
198051
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
198003
198052
|
super(opts);
|
@@ -198134,12 +198183,12 @@ exports.buildsSchema = {
|
|
198134
198183
|
/***/ }),
|
198135
198184
|
|
198136
198185
|
/***/ 2564:
|
198137
|
-
/***/ ((__unused_webpack_module, exports,
|
198186
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1024421__) => {
|
198138
198187
|
|
198139
198188
|
"use strict";
|
198140
198189
|
|
198141
198190
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198142
|
-
const path_1 =
|
198191
|
+
const path_1 = __nested_webpack_require_1024421__(5622);
|
198143
198192
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
198144
198193
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198145
198194
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -198368,7 +198417,7 @@ module.exports = __webpack_require__(78761);
|
|
198368
198417
|
/******/ var __webpack_module_cache__ = {};
|
198369
198418
|
/******/
|
198370
198419
|
/******/ // The require function
|
198371
|
-
/******/ function
|
198420
|
+
/******/ function __nested_webpack_require_1124060__(moduleId) {
|
198372
198421
|
/******/ // Check if module is in cache
|
198373
198422
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198374
198423
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198383,7 +198432,7 @@ module.exports = __webpack_require__(78761);
|
|
198383
198432
|
/******/ // Execute the module function
|
198384
198433
|
/******/ var threw = true;
|
198385
198434
|
/******/ try {
|
198386
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198435
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1124060__);
|
198387
198436
|
/******/ threw = false;
|
198388
198437
|
/******/ } finally {
|
198389
198438
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198396,11 +198445,11 @@ module.exports = __webpack_require__(78761);
|
|
198396
198445
|
/************************************************************************/
|
198397
198446
|
/******/ /* webpack/runtime/compat */
|
198398
198447
|
/******/
|
198399
|
-
/******/
|
198448
|
+
/******/ __nested_webpack_require_1124060__.ab = __dirname + "/";/************************************************************************/
|
198400
198449
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198401
198450
|
/******/ // startup
|
198402
198451
|
/******/ // Load entry module and return exports
|
198403
|
-
/******/ return
|
198452
|
+
/******/ return __nested_webpack_require_1124060__(2855);
|
198404
198453
|
/******/ })()
|
198405
198454
|
;
|
198406
198455
|
|
@@ -222299,9 +222348,8 @@ exports.routesSchema = {
|
|
222299
222348
|
},
|
222300
222349
|
},
|
222301
222350
|
},
|
222302
|
-
middleware: {
|
222303
|
-
|
222304
|
-
},
|
222351
|
+
middleware: { type: 'number' },
|
222352
|
+
middlewarePath: { type: 'string' },
|
222305
222353
|
has: exports.hasSchema,
|
222306
222354
|
missing: exports.hasSchema,
|
222307
222355
|
},
|
@@ -238151,11 +238199,12 @@ async function getConfig(output, configFile) {
|
|
238151
238199
|
if (localConfig instanceof errors_ts_1.CantParseJSONFile) {
|
238152
238200
|
return localConfig;
|
238153
238201
|
}
|
238154
|
-
if (localConfig
|
238155
|
-
|
238156
|
-
config[client_1.fileNameSymbol] = configFile;
|
238157
|
-
return config;
|
238202
|
+
if (localConfig === null) {
|
238203
|
+
return new errors_ts_1.CantFindConfig([humanize_path_1.default(localFilePath)]);
|
238158
238204
|
}
|
238205
|
+
config = localConfig;
|
238206
|
+
config[client_1.fileNameSymbol] = configFile;
|
238207
|
+
return config;
|
238159
238208
|
}
|
238160
238209
|
// Then try with `vercel.json` or `now.json` in the same directory
|
238161
238210
|
const vercelFilePath = path_1.default.resolve(localPath, 'vercel.json');
|
@@ -243437,7 +243486,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
243437
243486
|
/***/ ((module) => {
|
243438
243487
|
|
243439
243488
|
"use strict";
|
243440
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.0.1-canary.
|
243489
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.0.1-canary.5\",\"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\",\"test-unit\":\"jest --coverage --verbose\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"ava test/dev/integration.js --serial --fail-fast --verbose\",\"prepublishOnly\":\"yarn build\",\"coverage\":\"codecov\",\"build\":\"node -r ts-eager/register ./scripts/build.ts\",\"build-dev\":\"node -r ts-eager/register ./scripts/build.ts --dev\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"compileEnhancements\":false,\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 12\"},\"dependencies\":{\"@vercel/build-utils\":\"2.14.1-canary.4\",\"@vercel/go\":\"1.3.1-canary.4\",\"@vercel/node\":\"1.13.1-canary.5\",\"@vercel/python\":\"2.2.1-canary.4\",\"@vercel/ruby\":\"1.3.1-canary.4\",\"update-notifier\":\"4.1.0\"},\"devDependencies\":{\"@next/env\":\"11.1.2\",\"@sentry/node\":\"5.5.0\",\"@sindresorhus/slugify\":\"0.11.0\",\"@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/inquirer\":\"7.3.1\",\"@types/jest\":\"27.0.1\",\"@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/progress\":\"2.0.3\",\"@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\",\"@vercel/client\":\"10.3.1-canary.4\",\"@vercel/fetch-retry\":\"5.0.3\",\"@vercel/frameworks\":\"0.6.1-canary.3\",\"@vercel/ncc\":\"0.24.0\",\"@vercel/nft\":\"0.17.5\",\"@zeit/fun\":\"0.11.2\",\"@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\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"clipboardy\":\"2.1.0\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"credit-card\":\"3.0.1\",\"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\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.0.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.1\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.4.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"progress\":\"2.0.3\",\"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-eager\":\"2.0.2\",\"ts-node\":\"8.3.0\",\"typescript\":\"4.3.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\"},\"jest\":{\"preset\":\"ts-jest\",\"globals\":{\"ts-jest\":{\"diagnostics\":false,\"isolatedModules\":true}},\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]},\"gitHead\":\"a24fd64bce88d5025c52ac7dfbdc3c0f457de077\"}");
|
243441
243490
|
|
243442
243491
|
/***/ }),
|
243443
243492
|
|
@@ -243453,7 +243502,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
243453
243502
|
/***/ ((module) => {
|
243454
243503
|
|
243455
243504
|
"use strict";
|
243456
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.3.1-canary.
|
243505
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.3.1-canary.4\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"jest --verbose --runInBand --bail tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test-unit\":\"jest --verbose --runInBand --bail tests/unit.*test.*\"},\"engines\":{\"node\":\">= 12\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.0.1\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.14.1-canary.4\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"querystring\":\"^0.2.0\",\"recursive-readdir\":\"2.2.2\",\"sleep-promise\":\"8.0.1\"},\"gitHead\":\"a24fd64bce88d5025c52ac7dfbdc3c0f457de077\"}");
|
243457
243506
|
|
243458
243507
|
/***/ }),
|
243459
243508
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "24.0.1-canary.
|
3
|
+
"version": "24.0.1-canary.5",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -43,11 +43,11 @@
|
|
43
43
|
"node": ">= 12"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@vercel/build-utils": "2.14.1-canary.
|
47
|
-
"@vercel/go": "1.3.1-canary.
|
48
|
-
"@vercel/node": "1.13.1-canary.
|
49
|
-
"@vercel/python": "2.2.1-canary.
|
50
|
-
"@vercel/ruby": "1.3.1-canary.
|
46
|
+
"@vercel/build-utils": "2.14.1-canary.4",
|
47
|
+
"@vercel/go": "1.3.1-canary.4",
|
48
|
+
"@vercel/node": "1.13.1-canary.5",
|
49
|
+
"@vercel/python": "2.2.1-canary.4",
|
50
|
+
"@vercel/ruby": "1.3.1-canary.4",
|
51
51
|
"update-notifier": "4.1.0"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
@@ -88,9 +88,9 @@
|
|
88
88
|
"@types/update-notifier": "5.1.0",
|
89
89
|
"@types/which": "1.3.2",
|
90
90
|
"@types/write-json-file": "2.2.1",
|
91
|
-
"@vercel/client": "10.3.1-canary.
|
91
|
+
"@vercel/client": "10.3.1-canary.4",
|
92
92
|
"@vercel/fetch-retry": "5.0.3",
|
93
|
-
"@vercel/frameworks": "0.6.1-canary.
|
93
|
+
"@vercel/frameworks": "0.6.1-canary.3",
|
94
94
|
"@vercel/ncc": "0.24.0",
|
95
95
|
"@vercel/nft": "0.17.5",
|
96
96
|
"@zeit/fun": "0.11.2",
|
@@ -184,5 +184,5 @@
|
|
184
184
|
"<rootDir>/test/**/*.test.ts"
|
185
185
|
]
|
186
186
|
},
|
187
|
-
"gitHead": "
|
187
|
+
"gitHead": "a24fd64bce88d5025c52ac7dfbdc3c0f457de077"
|
188
188
|
}
|