vercel 28.4.0 → 28.4.2
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 +164 -126
- package/package.json +14 -14
package/dist/index.js
CHANGED
@@ -189441,6 +189441,7 @@ class EdgeFunction {
|
|
189441
189441
|
this.files = params.files;
|
189442
189442
|
this.envVarsInUse = params.envVarsInUse;
|
189443
189443
|
this.assets = params.assets;
|
189444
|
+
this.regions = params.regions;
|
189444
189445
|
}
|
189445
189446
|
}
|
189446
189447
|
exports.EdgeFunction = EdgeFunction;
|
@@ -189543,7 +189544,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
189543
189544
|
/***/ }),
|
189544
189545
|
|
189545
189546
|
/***/ 2397:
|
189546
|
-
/***/ (function(__unused_webpack_module, exports,
|
189547
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_839006__) {
|
189547
189548
|
|
189548
189549
|
"use strict";
|
189549
189550
|
|
@@ -189551,8 +189552,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
189551
189552
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
189552
189553
|
};
|
189553
189554
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
189554
|
-
const assert_1 = __importDefault(
|
189555
|
-
const into_stream_1 = __importDefault(
|
189555
|
+
const assert_1 = __importDefault(__nested_webpack_require_839006__(2357));
|
189556
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_839006__(6130));
|
189556
189557
|
class FileBlob {
|
189557
189558
|
constructor({ mode = 0o100644, contentType, data }) {
|
189558
189559
|
assert_1.default(typeof mode === 'number');
|
@@ -189587,7 +189588,7 @@ exports.default = FileBlob;
|
|
189587
189588
|
/***/ }),
|
189588
189589
|
|
189589
189590
|
/***/ 9331:
|
189590
|
-
/***/ (function(__unused_webpack_module, exports,
|
189591
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_840524__) {
|
189591
189592
|
|
189592
189593
|
"use strict";
|
189593
189594
|
|
@@ -189595,11 +189596,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
189595
189596
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
189596
189597
|
};
|
189597
189598
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
189598
|
-
const assert_1 = __importDefault(
|
189599
|
-
const fs_extra_1 = __importDefault(
|
189600
|
-
const multistream_1 = __importDefault(
|
189601
|
-
const path_1 = __importDefault(
|
189602
|
-
const async_sema_1 = __importDefault(
|
189599
|
+
const assert_1 = __importDefault(__nested_webpack_require_840524__(2357));
|
189600
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_840524__(5392));
|
189601
|
+
const multistream_1 = __importDefault(__nested_webpack_require_840524__(8179));
|
189602
|
+
const path_1 = __importDefault(__nested_webpack_require_840524__(5622));
|
189603
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_840524__(5758));
|
189603
189604
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
189604
189605
|
class FileFsRef {
|
189605
189606
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -189665,7 +189666,7 @@ exports.default = FileFsRef;
|
|
189665
189666
|
/***/ }),
|
189666
189667
|
|
189667
189668
|
/***/ 5187:
|
189668
|
-
/***/ (function(__unused_webpack_module, exports,
|
189669
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_843328__) {
|
189669
189670
|
|
189670
189671
|
"use strict";
|
189671
189672
|
|
@@ -189673,11 +189674,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
189673
189674
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
189674
189675
|
};
|
189675
189676
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
189676
|
-
const assert_1 = __importDefault(
|
189677
|
-
const node_fetch_1 = __importDefault(
|
189678
|
-
const multistream_1 = __importDefault(
|
189679
|
-
const async_retry_1 = __importDefault(
|
189680
|
-
const async_sema_1 = __importDefault(
|
189677
|
+
const assert_1 = __importDefault(__nested_webpack_require_843328__(2357));
|
189678
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_843328__(2197));
|
189679
|
+
const multistream_1 = __importDefault(__nested_webpack_require_843328__(8179));
|
189680
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_843328__(3691));
|
189681
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_843328__(5758));
|
189681
189682
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
189682
189683
|
class BailableError extends Error {
|
189683
189684
|
constructor(...args) {
|
@@ -189758,7 +189759,7 @@ exports.default = FileRef;
|
|
189758
189759
|
/***/ }),
|
189759
189760
|
|
189760
189761
|
/***/ 1611:
|
189761
|
-
/***/ (function(__unused_webpack_module, exports,
|
189762
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_846729__) {
|
189762
189763
|
|
189763
189764
|
"use strict";
|
189764
189765
|
|
@@ -189767,11 +189768,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
189767
189768
|
};
|
189768
189769
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
189769
189770
|
exports.downloadFile = exports.isSymbolicLink = void 0;
|
189770
|
-
const path_1 = __importDefault(
|
189771
|
-
const debug_1 = __importDefault(
|
189772
|
-
const file_fs_ref_1 = __importDefault(
|
189773
|
-
const fs_extra_1 =
|
189774
|
-
const stream_to_buffer_1 = __importDefault(
|
189771
|
+
const path_1 = __importDefault(__nested_webpack_require_846729__(5622));
|
189772
|
+
const debug_1 = __importDefault(__nested_webpack_require_846729__(1868));
|
189773
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_846729__(9331));
|
189774
|
+
const fs_extra_1 = __nested_webpack_require_846729__(5392);
|
189775
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_846729__(2560));
|
189775
189776
|
const S_IFMT = 61440; /* 0170000 type of file */
|
189776
189777
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
189777
189778
|
function isSymbolicLink(mode) {
|
@@ -189862,14 +189863,14 @@ exports.default = download;
|
|
189862
189863
|
/***/ }),
|
189863
189864
|
|
189864
189865
|
/***/ 3838:
|
189865
|
-
/***/ ((__unused_webpack_module, exports,
|
189866
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_851164__) => {
|
189866
189867
|
|
189867
189868
|
"use strict";
|
189868
189869
|
|
189869
189870
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
189870
|
-
const path_1 =
|
189871
|
-
const os_1 =
|
189872
|
-
const fs_extra_1 =
|
189871
|
+
const path_1 = __nested_webpack_require_851164__(5622);
|
189872
|
+
const os_1 = __nested_webpack_require_851164__(2087);
|
189873
|
+
const fs_extra_1 = __nested_webpack_require_851164__(5392);
|
189873
189874
|
async function getWritableDirectory() {
|
189874
189875
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
189875
189876
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -189882,7 +189883,7 @@ exports.default = getWritableDirectory;
|
|
189882
189883
|
/***/ }),
|
189883
189884
|
|
189884
189885
|
/***/ 4240:
|
189885
|
-
/***/ (function(__unused_webpack_module, exports,
|
189886
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_851744__) {
|
189886
189887
|
|
189887
189888
|
"use strict";
|
189888
189889
|
|
@@ -189890,13 +189891,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
189890
189891
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
189891
189892
|
};
|
189892
189893
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
189893
|
-
const path_1 = __importDefault(
|
189894
|
-
const assert_1 = __importDefault(
|
189895
|
-
const glob_1 = __importDefault(
|
189896
|
-
const util_1 =
|
189897
|
-
const fs_extra_1 =
|
189898
|
-
const normalize_path_1 =
|
189899
|
-
const file_fs_ref_1 = __importDefault(
|
189894
|
+
const path_1 = __importDefault(__nested_webpack_require_851744__(5622));
|
189895
|
+
const assert_1 = __importDefault(__nested_webpack_require_851744__(2357));
|
189896
|
+
const glob_1 = __importDefault(__nested_webpack_require_851744__(1104));
|
189897
|
+
const util_1 = __nested_webpack_require_851744__(1669);
|
189898
|
+
const fs_extra_1 = __nested_webpack_require_851744__(5392);
|
189899
|
+
const normalize_path_1 = __nested_webpack_require_851744__(6261);
|
189900
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_851744__(9331));
|
189900
189901
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
189901
189902
|
async function glob(pattern, opts, mountpoint) {
|
189902
189903
|
let options;
|
@@ -189943,7 +189944,7 @@ exports.default = glob;
|
|
189943
189944
|
/***/ }),
|
189944
189945
|
|
189945
189946
|
/***/ 7903:
|
189946
|
-
/***/ (function(__unused_webpack_module, exports,
|
189947
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_853965__) {
|
189947
189948
|
|
189948
189949
|
"use strict";
|
189949
189950
|
|
@@ -189952,9 +189953,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
189952
189953
|
};
|
189953
189954
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
189954
189955
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
189955
|
-
const semver_1 =
|
189956
|
-
const errors_1 =
|
189957
|
-
const debug_1 = __importDefault(
|
189956
|
+
const semver_1 = __nested_webpack_require_853965__(2879);
|
189957
|
+
const errors_1 = __nested_webpack_require_853965__(3983);
|
189958
|
+
const debug_1 = __importDefault(__nested_webpack_require_853965__(1868));
|
189958
189959
|
const allOptions = [
|
189959
189960
|
{ major: 16, range: '16.x', runtime: 'nodejs16.x' },
|
189960
189961
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
@@ -190053,7 +190054,7 @@ exports.normalizePath = normalizePath;
|
|
190053
190054
|
/***/ }),
|
190054
190055
|
|
190055
190056
|
/***/ 7792:
|
190056
|
-
/***/ (function(__unused_webpack_module, exports,
|
190057
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_857819__) {
|
190057
190058
|
|
190058
190059
|
"use strict";
|
190059
190060
|
|
@@ -190062,9 +190063,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
190062
190063
|
};
|
190063
190064
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
190064
190065
|
exports.readConfigFile = void 0;
|
190065
|
-
const js_yaml_1 = __importDefault(
|
190066
|
-
const toml_1 = __importDefault(
|
190067
|
-
const fs_extra_1 =
|
190066
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_857819__(6540));
|
190067
|
+
const toml_1 = __importDefault(__nested_webpack_require_857819__(9434));
|
190068
|
+
const fs_extra_1 = __nested_webpack_require_857819__(5392);
|
190068
190069
|
async function readFileOrNull(file) {
|
190069
190070
|
try {
|
190070
190071
|
const data = await fs_extra_1.readFile(file);
|
@@ -190119,7 +190120,7 @@ exports.default = rename;
|
|
190119
190120
|
/***/ }),
|
190120
190121
|
|
190121
190122
|
/***/ 1442:
|
190122
|
-
/***/ (function(__unused_webpack_module, exports,
|
190123
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_859612__) {
|
190123
190124
|
|
190124
190125
|
"use strict";
|
190125
190126
|
|
@@ -190128,18 +190129,18 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
190128
190129
|
};
|
190129
190130
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
190130
190131
|
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;
|
190131
|
-
const assert_1 = __importDefault(
|
190132
|
-
const fs_extra_1 = __importDefault(
|
190133
|
-
const path_1 = __importDefault(
|
190134
|
-
const async_sema_1 = __importDefault(
|
190135
|
-
const cross_spawn_1 = __importDefault(
|
190136
|
-
const semver_1 =
|
190137
|
-
const util_1 =
|
190138
|
-
const debug_1 = __importDefault(
|
190139
|
-
const errors_1 =
|
190140
|
-
const node_version_1 =
|
190141
|
-
const read_config_file_1 =
|
190142
|
-
const clone_env_1 =
|
190132
|
+
const assert_1 = __importDefault(__nested_webpack_require_859612__(2357));
|
190133
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_859612__(5392));
|
190134
|
+
const path_1 = __importDefault(__nested_webpack_require_859612__(5622));
|
190135
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_859612__(5758));
|
190136
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_859612__(7618));
|
190137
|
+
const semver_1 = __nested_webpack_require_859612__(2879);
|
190138
|
+
const util_1 = __nested_webpack_require_859612__(1669);
|
190139
|
+
const debug_1 = __importDefault(__nested_webpack_require_859612__(1868));
|
190140
|
+
const errors_1 = __nested_webpack_require_859612__(3983);
|
190141
|
+
const node_version_1 = __nested_webpack_require_859612__(7903);
|
190142
|
+
const read_config_file_1 = __nested_webpack_require_859612__(7792);
|
190143
|
+
const clone_env_1 = __nested_webpack_require_859612__(6548);
|
190143
190144
|
// Only allow one `runNpmInstall()` invocation to run concurrently
|
190144
190145
|
const runNpmInstallSema = new async_sema_1.default(1);
|
190145
190146
|
function spawnAsync(command, args, opts = {}) {
|
@@ -190611,7 +190612,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
190611
190612
|
/***/ }),
|
190612
190613
|
|
190613
190614
|
/***/ 2560:
|
190614
|
-
/***/ (function(__unused_webpack_module, exports,
|
190615
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_879968__) {
|
190615
190616
|
|
190616
190617
|
"use strict";
|
190617
190618
|
|
@@ -190619,7 +190620,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
190619
190620
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
190620
190621
|
};
|
190621
190622
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
190622
|
-
const end_of_stream_1 = __importDefault(
|
190623
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_879968__(687));
|
190623
190624
|
function streamToBuffer(stream) {
|
190624
190625
|
return new Promise((resolve, reject) => {
|
190625
190626
|
const buffers = [];
|
@@ -190648,7 +190649,7 @@ exports.default = streamToBuffer;
|
|
190648
190649
|
/***/ }),
|
190649
190650
|
|
190650
190651
|
/***/ 1148:
|
190651
|
-
/***/ (function(__unused_webpack_module, exports,
|
190652
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_881036__) {
|
190652
190653
|
|
190653
190654
|
"use strict";
|
190654
190655
|
|
@@ -190656,9 +190657,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
190656
190657
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
190657
190658
|
};
|
190658
190659
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
190659
|
-
const path_1 = __importDefault(
|
190660
|
-
const fs_extra_1 = __importDefault(
|
190661
|
-
const ignore_1 = __importDefault(
|
190660
|
+
const path_1 = __importDefault(__nested_webpack_require_881036__(5622));
|
190661
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_881036__(5392));
|
190662
|
+
const ignore_1 = __importDefault(__nested_webpack_require_881036__(3556));
|
190662
190663
|
function isCodedError(error) {
|
190663
190664
|
return (error !== null &&
|
190664
190665
|
error !== undefined &&
|
@@ -190715,13 +190716,13 @@ exports.default = default_1;
|
|
190715
190716
|
/***/ }),
|
190716
190717
|
|
190717
190718
|
/***/ 4678:
|
190718
|
-
/***/ ((__unused_webpack_module, exports,
|
190719
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_883410__) => {
|
190719
190720
|
|
190720
190721
|
"use strict";
|
190721
190722
|
|
190722
190723
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
190723
190724
|
exports.getPlatformEnv = void 0;
|
190724
|
-
const errors_1 =
|
190725
|
+
const errors_1 = __nested_webpack_require_883410__(3983);
|
190725
190726
|
/**
|
190726
190727
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
190727
190728
|
* Throws an error if *both* env vars are defined.
|
@@ -190785,7 +190786,7 @@ exports.getPrefixedEnvVars = getPrefixedEnvVars;
|
|
190785
190786
|
/***/ }),
|
190786
190787
|
|
190787
190788
|
/***/ 2855:
|
190788
|
-
/***/ (function(__unused_webpack_module, exports,
|
190789
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_885669__) {
|
190789
190790
|
|
190790
190791
|
"use strict";
|
190791
190792
|
|
@@ -190816,31 +190817,31 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
190816
190817
|
};
|
190817
190818
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
190818
190819
|
exports.normalizePath = exports.readConfigFile = exports.EdgeFunction = exports.cloneEnv = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.streamToBuffer = exports.getPrefixedEnvVars = 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.downloadFile = exports.download = exports.Prerender = exports.createLambda = exports.NodejsLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
190819
|
-
const file_blob_1 = __importDefault(
|
190820
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_885669__(2397));
|
190820
190821
|
exports.FileBlob = file_blob_1.default;
|
190821
|
-
const file_fs_ref_1 = __importDefault(
|
190822
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_885669__(9331));
|
190822
190823
|
exports.FileFsRef = file_fs_ref_1.default;
|
190823
|
-
const file_ref_1 = __importDefault(
|
190824
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_885669__(5187));
|
190824
190825
|
exports.FileRef = file_ref_1.default;
|
190825
|
-
const lambda_1 =
|
190826
|
+
const lambda_1 = __nested_webpack_require_885669__(6721);
|
190826
190827
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
190827
190828
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
190828
190829
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
190829
|
-
const nodejs_lambda_1 =
|
190830
|
+
const nodejs_lambda_1 = __nested_webpack_require_885669__(7049);
|
190830
190831
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
190831
|
-
const prerender_1 =
|
190832
|
+
const prerender_1 = __nested_webpack_require_885669__(2850);
|
190832
190833
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
190833
|
-
const download_1 = __importStar(
|
190834
|
+
const download_1 = __importStar(__nested_webpack_require_885669__(1611));
|
190834
190835
|
exports.download = download_1.default;
|
190835
190836
|
Object.defineProperty(exports, "downloadFile", ({ enumerable: true, get: function () { return download_1.downloadFile; } }));
|
190836
190837
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
190837
|
-
const get_writable_directory_1 = __importDefault(
|
190838
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_885669__(3838));
|
190838
190839
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
190839
|
-
const glob_1 = __importDefault(
|
190840
|
+
const glob_1 = __importDefault(__nested_webpack_require_885669__(4240));
|
190840
190841
|
exports.glob = glob_1.default;
|
190841
|
-
const rename_1 = __importDefault(
|
190842
|
+
const rename_1 = __importDefault(__nested_webpack_require_885669__(6718));
|
190842
190843
|
exports.rename = rename_1.default;
|
190843
|
-
const run_user_scripts_1 =
|
190844
|
+
const run_user_scripts_1 = __nested_webpack_require_885669__(1442);
|
190844
190845
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
190845
190846
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
190846
190847
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -190859,37 +190860,37 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
190859
190860
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
190860
190861
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
190861
190862
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
190862
|
-
const node_version_1 =
|
190863
|
+
const node_version_1 = __nested_webpack_require_885669__(7903);
|
190863
190864
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
190864
190865
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
190865
|
-
const stream_to_buffer_1 = __importDefault(
|
190866
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_885669__(2560));
|
190866
190867
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
190867
|
-
const debug_1 = __importDefault(
|
190868
|
+
const debug_1 = __importDefault(__nested_webpack_require_885669__(1868));
|
190868
190869
|
exports.debug = debug_1.default;
|
190869
|
-
const get_ignore_filter_1 = __importDefault(
|
190870
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_885669__(1148));
|
190870
190871
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
190871
|
-
const get_platform_env_1 =
|
190872
|
+
const get_platform_env_1 = __nested_webpack_require_885669__(4678);
|
190872
190873
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
190873
|
-
const get_prefixed_env_vars_1 =
|
190874
|
+
const get_prefixed_env_vars_1 = __nested_webpack_require_885669__(6838);
|
190874
190875
|
Object.defineProperty(exports, "getPrefixedEnvVars", ({ enumerable: true, get: function () { return get_prefixed_env_vars_1.getPrefixedEnvVars; } }));
|
190875
|
-
const clone_env_1 =
|
190876
|
+
const clone_env_1 = __nested_webpack_require_885669__(6548);
|
190876
190877
|
Object.defineProperty(exports, "cloneEnv", ({ enumerable: true, get: function () { return clone_env_1.cloneEnv; } }));
|
190877
|
-
var edge_function_1 =
|
190878
|
+
var edge_function_1 = __nested_webpack_require_885669__(8038);
|
190878
190879
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
190879
|
-
var read_config_file_1 =
|
190880
|
+
var read_config_file_1 = __nested_webpack_require_885669__(7792);
|
190880
190881
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
190881
|
-
var normalize_path_1 =
|
190882
|
+
var normalize_path_1 = __nested_webpack_require_885669__(6261);
|
190882
190883
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
190883
|
-
__exportStar(
|
190884
|
-
__exportStar(
|
190885
|
-
__exportStar(
|
190886
|
-
__exportStar(
|
190884
|
+
__exportStar(__nested_webpack_require_885669__(2564), exports);
|
190885
|
+
__exportStar(__nested_webpack_require_885669__(2416), exports);
|
190886
|
+
__exportStar(__nested_webpack_require_885669__(5748), exports);
|
190887
|
+
__exportStar(__nested_webpack_require_885669__(3983), exports);
|
190887
190888
|
|
190888
190889
|
|
190889
190890
|
/***/ }),
|
190890
190891
|
|
190891
190892
|
/***/ 6721:
|
190892
|
-
/***/ (function(__unused_webpack_module, exports,
|
190893
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_894487__) {
|
190893
190894
|
|
190894
190895
|
"use strict";
|
190895
190896
|
|
@@ -190898,13 +190899,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
190898
190899
|
};
|
190899
190900
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
190900
190901
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
190901
|
-
const assert_1 = __importDefault(
|
190902
|
-
const async_sema_1 = __importDefault(
|
190903
|
-
const yazl_1 =
|
190904
|
-
const minimatch_1 = __importDefault(
|
190905
|
-
const fs_extra_1 =
|
190906
|
-
const download_1 =
|
190907
|
-
const stream_to_buffer_1 = __importDefault(
|
190902
|
+
const assert_1 = __importDefault(__nested_webpack_require_894487__(2357));
|
190903
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_894487__(5758));
|
190904
|
+
const yazl_1 = __nested_webpack_require_894487__(1223);
|
190905
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_894487__(9566));
|
190906
|
+
const fs_extra_1 = __nested_webpack_require_894487__(5392);
|
190907
|
+
const download_1 = __nested_webpack_require_894487__(1611);
|
190908
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_894487__(2560));
|
190908
190909
|
class Lambda {
|
190909
190910
|
constructor(opts) {
|
190910
190911
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, supportsWrapper, } = opts;
|
@@ -191030,13 +191031,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
191030
191031
|
/***/ }),
|
191031
191032
|
|
191032
191033
|
/***/ 7049:
|
191033
|
-
/***/ ((__unused_webpack_module, exports,
|
191034
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_900170__) => {
|
191034
191035
|
|
191035
191036
|
"use strict";
|
191036
191037
|
|
191037
191038
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191038
191039
|
exports.NodejsLambda = void 0;
|
191039
|
-
const lambda_1 =
|
191040
|
+
const lambda_1 = __nested_webpack_require_900170__(6721);
|
191040
191041
|
class NodejsLambda extends lambda_1.Lambda {
|
191041
191042
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
191042
191043
|
super(opts);
|
@@ -191173,13 +191174,13 @@ exports.buildsSchema = {
|
|
191173
191174
|
/***/ }),
|
191174
191175
|
|
191175
191176
|
/***/ 2564:
|
191176
|
-
/***/ ((__unused_webpack_module, exports,
|
191177
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_904515__) => {
|
191177
191178
|
|
191178
191179
|
"use strict";
|
191179
191180
|
|
191180
191181
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191181
191182
|
exports.shouldServe = void 0;
|
191182
|
-
const path_1 =
|
191183
|
+
const path_1 = __nested_webpack_require_904515__(5622);
|
191183
191184
|
const shouldServe = ({ entrypoint, files, requestPath, }) => {
|
191184
191185
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
191185
191186
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -191424,7 +191425,7 @@ module.exports = __webpack_require__(78761);
|
|
191424
191425
|
/******/ var __webpack_module_cache__ = {};
|
191425
191426
|
/******/
|
191426
191427
|
/******/ // The require function
|
191427
|
-
/******/ function
|
191428
|
+
/******/ function __nested_webpack_require_1281880__(moduleId) {
|
191428
191429
|
/******/ // Check if module is in cache
|
191429
191430
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
191430
191431
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -191439,7 +191440,7 @@ module.exports = __webpack_require__(78761);
|
|
191439
191440
|
/******/ // Execute the module function
|
191440
191441
|
/******/ var threw = true;
|
191441
191442
|
/******/ try {
|
191442
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
191443
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1281880__);
|
191443
191444
|
/******/ threw = false;
|
191444
191445
|
/******/ } finally {
|
191445
191446
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -191452,11 +191453,11 @@ module.exports = __webpack_require__(78761);
|
|
191452
191453
|
/************************************************************************/
|
191453
191454
|
/******/ /* webpack/runtime/compat */
|
191454
191455
|
/******/
|
191455
|
-
/******/
|
191456
|
+
/******/ __nested_webpack_require_1281880__.ab = __dirname + "/";/************************************************************************/
|
191456
191457
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
191457
191458
|
/******/ // startup
|
191458
191459
|
/******/ // Load entry module and return exports
|
191459
|
-
/******/ return
|
191460
|
+
/******/ return __nested_webpack_require_1281880__(2855);
|
191460
191461
|
/******/ })()
|
191461
191462
|
;
|
191462
191463
|
|
@@ -216527,25 +216528,25 @@ class DetectorFilesystem {
|
|
216527
216528
|
if (!p) {
|
216528
216529
|
p = this._readdir(dirPath);
|
216529
216530
|
this.readdirCache.set(dirPath, p);
|
216530
|
-
|
216531
|
-
|
216532
|
-
|
216533
|
-
|
216534
|
-
|
216535
|
-
|
216536
|
-
|
216537
|
-
|
216538
|
-
|
216531
|
+
}
|
216532
|
+
const directoryContent = await p;
|
216533
|
+
const directoryFiles = new Set();
|
216534
|
+
for (const file of directoryContent) {
|
216535
|
+
if (file.type === 'file') {
|
216536
|
+
// we know this file exists, mark it as so on the filesystem
|
216537
|
+
this.fileCache.set(file.path, Promise.resolve(true));
|
216538
|
+
this.pathCache.set(file.path, Promise.resolve(true));
|
216539
|
+
directoryFiles.add(file.name);
|
216539
216540
|
}
|
216540
|
-
|
216541
|
-
|
216542
|
-
|
216543
|
-
|
216544
|
-
|
216545
|
-
|
216546
|
-
|
216547
|
-
|
216548
|
-
|
216541
|
+
}
|
216542
|
+
if (options?.potentialFiles) {
|
216543
|
+
// calculate the set of paths that truly do not exist
|
216544
|
+
const filesThatDoNotExist = options.potentialFiles.filter(path => !directoryFiles.has(path));
|
216545
|
+
for (const filePath of filesThatDoNotExist) {
|
216546
|
+
const fullFilePath = dirPath === '/' ? filePath : path_1.posix.join(dirPath, filePath);
|
216547
|
+
// we know this file does not exist, mark it as so on the filesystem
|
216548
|
+
this.fileCache.set(fullFilePath, Promise.resolve(false));
|
216549
|
+
this.pathCache.set(fullFilePath, Promise.resolve(false));
|
216549
216550
|
}
|
216550
216551
|
}
|
216551
216552
|
return p;
|
@@ -216863,6 +216864,9 @@ async function getWorkspacePackagePaths({ fs, workspace, }) {
|
|
216863
216864
|
case 'nx':
|
216864
216865
|
results = await getNxWorkspacePackagePaths({ fs: workspaceFs });
|
216865
216866
|
break;
|
216867
|
+
case 'rush':
|
216868
|
+
results = await getRushWorkspacePackagePaths({ fs: workspaceFs });
|
216869
|
+
break;
|
216866
216870
|
default:
|
216867
216871
|
throw new Error(`Unknown workspace implementation: ${type}`);
|
216868
216872
|
}
|
@@ -216909,6 +216913,19 @@ async function getPnpmWorkspacePackagePaths({ fs, }) {
|
|
216909
216913
|
const { packages = [] } = js_yaml_1.default.load(pnpmWorkspaceAsBuffer.toString());
|
216910
216914
|
return getPackagePaths(packages, fs);
|
216911
216915
|
}
|
216916
|
+
async function getRushWorkspacePackagePaths({ fs, }) {
|
216917
|
+
const rushWorkspaceAsBuffer = await fs.readFile('rush.json');
|
216918
|
+
const { projects = [] } = JSON.parse(rushWorkspaceAsBuffer.toString());
|
216919
|
+
if (Array.isArray(projects)) {
|
216920
|
+
const packages = projects
|
216921
|
+
.filter(proj => proj.projectFolder)
|
216922
|
+
.map(project => project.projectFolder);
|
216923
|
+
return getPackagePaths(packages, fs);
|
216924
|
+
}
|
216925
|
+
else {
|
216926
|
+
return [];
|
216927
|
+
}
|
216928
|
+
}
|
216912
216929
|
//# sourceMappingURL=get-workspace-package-paths.js.map
|
216913
216930
|
|
216914
216931
|
/***/ }),
|
@@ -217030,6 +217047,17 @@ exports.workspaceManagers = [
|
|
217030
217047
|
],
|
217031
217048
|
},
|
217032
217049
|
},
|
217050
|
+
{
|
217051
|
+
name: 'rush',
|
217052
|
+
slug: 'rush',
|
217053
|
+
detectors: {
|
217054
|
+
every: [
|
217055
|
+
{
|
217056
|
+
path: 'rush.json',
|
217057
|
+
},
|
217058
|
+
],
|
217059
|
+
},
|
217060
|
+
},
|
217033
217061
|
{
|
217034
217062
|
name: 'default',
|
217035
217063
|
slug: 'yarn',
|
@@ -237188,7 +237216,10 @@ function getLastCommit(directory) {
|
|
237188
237216
|
}
|
237189
237217
|
function isDirty(directory, output) {
|
237190
237218
|
return new Promise(resolve => {
|
237191
|
-
|
237219
|
+
// note: we specify the `--no-optional-locks` git flag so that `git status`
|
237220
|
+
// does not perform any "optional" operations such as optimizing the index
|
237221
|
+
// in the background: https://git-scm.com/docs/git-status#_background_refresh
|
237222
|
+
(0, child_process_1.exec)('git --no-optional-locks status -s', { cwd: directory }, function (err, stdout, stderr) {
|
237192
237223
|
let debugMessage = `Failed to determine if Git repo has been modified:`;
|
237193
237224
|
if (err || stderr) {
|
237194
237225
|
if (err)
|
@@ -248282,6 +248313,13 @@ const path_1 = __webpack_require__(85622);
|
|
248282
248313
|
// Write the project configuration to `.vercel/project.json`
|
248283
248314
|
// that is needed for `vercel build` and `vercel dev` commands
|
248284
248315
|
async function writeProjectSettings(cwd, project, org) {
|
248316
|
+
let analyticsId;
|
248317
|
+
if (project.analytics?.id &&
|
248318
|
+
(!project.analytics.disabledAt ||
|
248319
|
+
(project.analytics.enabledAt &&
|
248320
|
+
project.analytics.enabledAt > project.analytics.disabledAt))) {
|
248321
|
+
analyticsId = project.analytics.id;
|
248322
|
+
}
|
248285
248323
|
const projectLinkAndSettings = {
|
248286
248324
|
projectId: project.id,
|
248287
248325
|
orgId: org.id,
|
@@ -248295,7 +248333,7 @@ async function writeProjectSettings(cwd, project, org) {
|
|
248295
248333
|
rootDirectory: project.rootDirectory,
|
248296
248334
|
directoryListing: project.directoryListing,
|
248297
248335
|
nodeVersion: project.nodeVersion,
|
248298
|
-
analyticsId
|
248336
|
+
analyticsId,
|
248299
248337
|
},
|
248300
248338
|
};
|
248301
248339
|
const path = (0, path_1.join)(cwd, link_1.VERCEL_DIR, link_1.VERCEL_DIR_PROJECT);
|
@@ -249310,7 +249348,7 @@ module.exports = JSON.parse("{\"application/1d-interleaved-parityfec\":{\"source
|
|
249310
249348
|
/***/ ((module) => {
|
249311
249349
|
|
249312
249350
|
"use strict";
|
249313
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"28.4.
|
249351
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"28.4.2\",\"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.0\",\"@vercel/go\":\"2.2.8\",\"@vercel/hydrogen\":\"0.0.21\",\"@vercel/next\":\"3.1.29\",\"@vercel/node\":\"2.5.18\",\"@vercel/python\":\"3.1.17\",\"@vercel/redwood\":\"1.0.26\",\"@vercel/remix\":\"1.0.27\",\"@vercel/ruby\":\"1.3.34\",\"@vercel/static-build\":\"1.0.26\",\"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.7\",\"@vercel/frameworks\":\"1.1.6\",\"@vercel/fs-detectors\":\"3.4.0\",\"@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\"]}}");
|
249314
249352
|
|
249315
249353
|
/***/ }),
|
249316
249354
|
|
@@ -249318,7 +249356,7 @@ module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"28.4.0\",\"prefe
|
|
249318
249356
|
/***/ ((module) => {
|
249319
249357
|
|
249320
249358
|
"use strict";
|
249321
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"12.2.
|
249359
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"12.2.7\",\"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\":\"yarn 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\":\"yarn test tests/unit.*test.*\"},\"engines\":{\"node\":\">= 14\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.4.1\",\"@types/minimatch\":\"3.0.5\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"@types/tar-fs\":\"1.16.1\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"5.5.0\",\"@vercel/routing-utils\":\"2.0.2\",\"@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\"}}");
|
249322
249360
|
|
249323
249361
|
/***/ }),
|
249324
249362
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "28.4.
|
3
|
+
"version": "28.4.2",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -41,16 +41,16 @@
|
|
41
41
|
"node": ">= 14"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@vercel/build-utils": "5.
|
45
|
-
"@vercel/go": "2.2.
|
46
|
-
"@vercel/hydrogen": "0.0.
|
47
|
-
"@vercel/next": "3.1.
|
48
|
-
"@vercel/node": "2.5.
|
49
|
-
"@vercel/python": "3.1.
|
50
|
-
"@vercel/redwood": "1.0.
|
51
|
-
"@vercel/remix": "1.0.
|
52
|
-
"@vercel/ruby": "1.3.
|
53
|
-
"@vercel/static-build": "1.0.
|
44
|
+
"@vercel/build-utils": "5.5.0",
|
45
|
+
"@vercel/go": "2.2.8",
|
46
|
+
"@vercel/hydrogen": "0.0.21",
|
47
|
+
"@vercel/next": "3.1.29",
|
48
|
+
"@vercel/node": "2.5.18",
|
49
|
+
"@vercel/python": "3.1.17",
|
50
|
+
"@vercel/redwood": "1.0.26",
|
51
|
+
"@vercel/remix": "1.0.27",
|
52
|
+
"@vercel/ruby": "1.3.34",
|
53
|
+
"@vercel/static-build": "1.0.26",
|
54
54
|
"update-notifier": "5.1.0"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
@@ -95,9 +95,9 @@
|
|
95
95
|
"@types/which": "1.3.2",
|
96
96
|
"@types/write-json-file": "2.2.1",
|
97
97
|
"@types/yauzl-promise": "2.1.0",
|
98
|
-
"@vercel/client": "12.2.
|
98
|
+
"@vercel/client": "12.2.7",
|
99
99
|
"@vercel/frameworks": "1.1.6",
|
100
|
-
"@vercel/fs-detectors": "3.
|
100
|
+
"@vercel/fs-detectors": "3.4.0",
|
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": "a825bc95409aa1403e062e45afebe194c8197061"
|
197
197
|
}
|