vercel 24.1.0 → 24.1.1-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +110 -110
- package/package.json +8 -9
package/dist/index.js
CHANGED
@@ -195690,7 +195690,7 @@ function getMissingBuildScriptError() {
|
|
195690
195690
|
return {
|
195691
195691
|
code: 'missing_build_script',
|
195692
195692
|
message: 'Your `package.json` file is missing a `build` property inside the `scripts` property.' +
|
195693
|
-
'\nLearn More: https://vercel.
|
195693
|
+
'\nLearn More: https://vercel.link/missing-build-script',
|
195694
195694
|
};
|
195695
195695
|
}
|
195696
195696
|
function validateFunctions({ functions = {} }) {
|
@@ -196149,7 +196149,7 @@ function sortFilesBySegmentCount(fileA, fileB) {
|
|
196149
196149
|
/***/ }),
|
196150
196150
|
|
196151
196151
|
/***/ 1182:
|
196152
|
-
/***/ (function(__unused_webpack_module, exports,
|
196152
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_950228__) {
|
196153
196153
|
|
196154
196154
|
"use strict";
|
196155
196155
|
|
@@ -196158,8 +196158,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196158
196158
|
};
|
196159
196159
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196160
196160
|
exports.detectFileSystemAPI = void 0;
|
196161
|
-
const semver_1 = __importDefault(
|
196162
|
-
const _1 =
|
196161
|
+
const semver_1 = __importDefault(__nested_webpack_require_950228__(2879));
|
196162
|
+
const _1 = __nested_webpack_require_950228__(2855);
|
196163
196163
|
const enableFileSystemApiFrameworks = new Set(['solidstart']);
|
196164
196164
|
/**
|
196165
196165
|
* If the Deployment can be built with the new File System API,
|
@@ -196585,7 +196585,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
196585
196585
|
/***/ }),
|
196586
196586
|
|
196587
196587
|
/***/ 2397:
|
196588
|
-
/***/ (function(__unused_webpack_module, exports,
|
196588
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_965889__) {
|
196589
196589
|
|
196590
196590
|
"use strict";
|
196591
196591
|
|
@@ -196593,8 +196593,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196593
196593
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196594
196594
|
};
|
196595
196595
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196596
|
-
const assert_1 = __importDefault(
|
196597
|
-
const into_stream_1 = __importDefault(
|
196596
|
+
const assert_1 = __importDefault(__nested_webpack_require_965889__(2357));
|
196597
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_965889__(6130));
|
196598
196598
|
class FileBlob {
|
196599
196599
|
constructor({ mode = 0o100644, contentType, data }) {
|
196600
196600
|
assert_1.default(typeof mode === 'number');
|
@@ -196629,7 +196629,7 @@ exports.default = FileBlob;
|
|
196629
196629
|
/***/ }),
|
196630
196630
|
|
196631
196631
|
/***/ 9331:
|
196632
|
-
/***/ (function(__unused_webpack_module, exports,
|
196632
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_967407__) {
|
196633
196633
|
|
196634
196634
|
"use strict";
|
196635
196635
|
|
@@ -196637,11 +196637,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196637
196637
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196638
196638
|
};
|
196639
196639
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196640
|
-
const assert_1 = __importDefault(
|
196641
|
-
const fs_extra_1 = __importDefault(
|
196642
|
-
const multistream_1 = __importDefault(
|
196643
|
-
const path_1 = __importDefault(
|
196644
|
-
const async_sema_1 = __importDefault(
|
196640
|
+
const assert_1 = __importDefault(__nested_webpack_require_967407__(2357));
|
196641
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_967407__(5392));
|
196642
|
+
const multistream_1 = __importDefault(__nested_webpack_require_967407__(8179));
|
196643
|
+
const path_1 = __importDefault(__nested_webpack_require_967407__(5622));
|
196644
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_967407__(5758));
|
196645
196645
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
196646
196646
|
class FileFsRef {
|
196647
196647
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -196707,7 +196707,7 @@ exports.default = FileFsRef;
|
|
196707
196707
|
/***/ }),
|
196708
196708
|
|
196709
196709
|
/***/ 5187:
|
196710
|
-
/***/ (function(__unused_webpack_module, exports,
|
196710
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_970211__) {
|
196711
196711
|
|
196712
196712
|
"use strict";
|
196713
196713
|
|
@@ -196715,11 +196715,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196715
196715
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196716
196716
|
};
|
196717
196717
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196718
|
-
const assert_1 = __importDefault(
|
196719
|
-
const node_fetch_1 = __importDefault(
|
196720
|
-
const multistream_1 = __importDefault(
|
196721
|
-
const async_retry_1 = __importDefault(
|
196722
|
-
const async_sema_1 = __importDefault(
|
196718
|
+
const assert_1 = __importDefault(__nested_webpack_require_970211__(2357));
|
196719
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_970211__(2197));
|
196720
|
+
const multistream_1 = __importDefault(__nested_webpack_require_970211__(8179));
|
196721
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_970211__(3691));
|
196722
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_970211__(5758));
|
196723
196723
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
196724
196724
|
class BailableError extends Error {
|
196725
196725
|
constructor(...args) {
|
@@ -196800,7 +196800,7 @@ exports.default = FileRef;
|
|
196800
196800
|
/***/ }),
|
196801
196801
|
|
196802
196802
|
/***/ 1611:
|
196803
|
-
/***/ (function(__unused_webpack_module, exports,
|
196803
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_973612__) {
|
196804
196804
|
|
196805
196805
|
"use strict";
|
196806
196806
|
|
@@ -196809,11 +196809,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196809
196809
|
};
|
196810
196810
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196811
196811
|
exports.isSymbolicLink = void 0;
|
196812
|
-
const path_1 = __importDefault(
|
196813
|
-
const debug_1 = __importDefault(
|
196814
|
-
const file_fs_ref_1 = __importDefault(
|
196815
|
-
const fs_extra_1 =
|
196816
|
-
const stream_to_buffer_1 = __importDefault(
|
196812
|
+
const path_1 = __importDefault(__nested_webpack_require_973612__(5622));
|
196813
|
+
const debug_1 = __importDefault(__nested_webpack_require_973612__(1868));
|
196814
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_973612__(9331));
|
196815
|
+
const fs_extra_1 = __nested_webpack_require_973612__(5392);
|
196816
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_973612__(2560));
|
196817
196817
|
const S_IFMT = 61440; /* 0170000 type of file */
|
196818
196818
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
196819
196819
|
function isSymbolicLink(mode) {
|
@@ -196886,14 +196886,14 @@ exports.default = download;
|
|
196886
196886
|
/***/ }),
|
196887
196887
|
|
196888
196888
|
/***/ 3838:
|
196889
|
-
/***/ ((__unused_webpack_module, exports,
|
196889
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_977061__) => {
|
196890
196890
|
|
196891
196891
|
"use strict";
|
196892
196892
|
|
196893
196893
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196894
|
-
const path_1 =
|
196895
|
-
const os_1 =
|
196896
|
-
const fs_extra_1 =
|
196894
|
+
const path_1 = __nested_webpack_require_977061__(5622);
|
196895
|
+
const os_1 = __nested_webpack_require_977061__(2087);
|
196896
|
+
const fs_extra_1 = __nested_webpack_require_977061__(5392);
|
196897
196897
|
async function getWritableDirectory() {
|
196898
196898
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
196899
196899
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -196906,7 +196906,7 @@ exports.default = getWritableDirectory;
|
|
196906
196906
|
/***/ }),
|
196907
196907
|
|
196908
196908
|
/***/ 4240:
|
196909
|
-
/***/ (function(__unused_webpack_module, exports,
|
196909
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_977641__) {
|
196910
196910
|
|
196911
196911
|
"use strict";
|
196912
196912
|
|
@@ -196914,13 +196914,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196914
196914
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196915
196915
|
};
|
196916
196916
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196917
|
-
const path_1 = __importDefault(
|
196918
|
-
const assert_1 = __importDefault(
|
196919
|
-
const glob_1 = __importDefault(
|
196920
|
-
const util_1 =
|
196921
|
-
const fs_extra_1 =
|
196922
|
-
const normalize_path_1 =
|
196923
|
-
const file_fs_ref_1 = __importDefault(
|
196917
|
+
const path_1 = __importDefault(__nested_webpack_require_977641__(5622));
|
196918
|
+
const assert_1 = __importDefault(__nested_webpack_require_977641__(2357));
|
196919
|
+
const glob_1 = __importDefault(__nested_webpack_require_977641__(1104));
|
196920
|
+
const util_1 = __nested_webpack_require_977641__(1669);
|
196921
|
+
const fs_extra_1 = __nested_webpack_require_977641__(5392);
|
196922
|
+
const normalize_path_1 = __nested_webpack_require_977641__(6261);
|
196923
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_977641__(9331));
|
196924
196924
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
196925
196925
|
async function glob(pattern, opts, mountpoint) {
|
196926
196926
|
let options;
|
@@ -196966,7 +196966,7 @@ exports.default = glob;
|
|
196966
196966
|
/***/ }),
|
196967
196967
|
|
196968
196968
|
/***/ 7903:
|
196969
|
-
/***/ (function(__unused_webpack_module, exports,
|
196969
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979837__) {
|
196970
196970
|
|
196971
196971
|
"use strict";
|
196972
196972
|
|
@@ -196975,9 +196975,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196975
196975
|
};
|
196976
196976
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196977
196977
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
196978
|
-
const semver_1 =
|
196979
|
-
const errors_1 =
|
196980
|
-
const debug_1 = __importDefault(
|
196978
|
+
const semver_1 = __nested_webpack_require_979837__(2879);
|
196979
|
+
const errors_1 = __nested_webpack_require_979837__(3983);
|
196980
|
+
const debug_1 = __importDefault(__nested_webpack_require_979837__(1868));
|
196981
196981
|
const allOptions = [
|
196982
196982
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
196983
196983
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -197071,7 +197071,7 @@ exports.normalizePath = normalizePath;
|
|
197071
197071
|
/***/ }),
|
197072
197072
|
|
197073
197073
|
/***/ 7792:
|
197074
|
-
/***/ (function(__unused_webpack_module, exports,
|
197074
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983705__) {
|
197075
197075
|
|
197076
197076
|
"use strict";
|
197077
197077
|
|
@@ -197080,9 +197080,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197080
197080
|
};
|
197081
197081
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197082
197082
|
exports.readConfigFile = void 0;
|
197083
|
-
const js_yaml_1 = __importDefault(
|
197084
|
-
const toml_1 = __importDefault(
|
197085
|
-
const fs_extra_1 =
|
197083
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_983705__(6540));
|
197084
|
+
const toml_1 = __importDefault(__nested_webpack_require_983705__(9434));
|
197085
|
+
const fs_extra_1 = __nested_webpack_require_983705__(5392);
|
197086
197086
|
async function readFileOrNull(file) {
|
197087
197087
|
try {
|
197088
197088
|
const data = await fs_extra_1.readFile(file);
|
@@ -197137,7 +197137,7 @@ exports.default = rename;
|
|
197137
197137
|
/***/ }),
|
197138
197138
|
|
197139
197139
|
/***/ 1442:
|
197140
|
-
/***/ (function(__unused_webpack_module, exports,
|
197140
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_985498__) {
|
197141
197141
|
|
197142
197142
|
"use strict";
|
197143
197143
|
|
@@ -197146,15 +197146,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197146
197146
|
};
|
197147
197147
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197148
197148
|
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;
|
197149
|
-
const assert_1 = __importDefault(
|
197150
|
-
const fs_extra_1 = __importDefault(
|
197151
|
-
const path_1 = __importDefault(
|
197152
|
-
const debug_1 = __importDefault(
|
197153
|
-
const cross_spawn_1 = __importDefault(
|
197154
|
-
const util_1 =
|
197155
|
-
const errors_1 =
|
197156
|
-
const node_version_1 =
|
197157
|
-
const read_config_file_1 =
|
197149
|
+
const assert_1 = __importDefault(__nested_webpack_require_985498__(2357));
|
197150
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_985498__(5392));
|
197151
|
+
const path_1 = __importDefault(__nested_webpack_require_985498__(5622));
|
197152
|
+
const debug_1 = __importDefault(__nested_webpack_require_985498__(1868));
|
197153
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_985498__(7618));
|
197154
|
+
const util_1 = __nested_webpack_require_985498__(1669);
|
197155
|
+
const errors_1 = __nested_webpack_require_985498__(3983);
|
197156
|
+
const node_version_1 = __nested_webpack_require_985498__(7903);
|
197157
|
+
const read_config_file_1 = __nested_webpack_require_985498__(7792);
|
197158
197158
|
function spawnAsync(command, args, opts = {}) {
|
197159
197159
|
return new Promise((resolve, reject) => {
|
197160
197160
|
const stderrLogs = [];
|
@@ -197515,7 +197515,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
197515
197515
|
/***/ }),
|
197516
197516
|
|
197517
197517
|
/***/ 2560:
|
197518
|
-
/***/ (function(__unused_webpack_module, exports,
|
197518
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1001287__) {
|
197519
197519
|
|
197520
197520
|
"use strict";
|
197521
197521
|
|
@@ -197523,7 +197523,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197523
197523
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197524
197524
|
};
|
197525
197525
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197526
|
-
const end_of_stream_1 = __importDefault(
|
197526
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1001287__(687));
|
197527
197527
|
function streamToBuffer(stream) {
|
197528
197528
|
return new Promise((resolve, reject) => {
|
197529
197529
|
const buffers = [];
|
@@ -197552,7 +197552,7 @@ exports.default = streamToBuffer;
|
|
197552
197552
|
/***/ }),
|
197553
197553
|
|
197554
197554
|
/***/ 1148:
|
197555
|
-
/***/ (function(__unused_webpack_module, exports,
|
197555
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1002355__) {
|
197556
197556
|
|
197557
197557
|
"use strict";
|
197558
197558
|
|
@@ -197560,9 +197560,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197560
197560
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197561
197561
|
};
|
197562
197562
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197563
|
-
const path_1 = __importDefault(
|
197564
|
-
const fs_extra_1 = __importDefault(
|
197565
|
-
const ignore_1 = __importDefault(
|
197563
|
+
const path_1 = __importDefault(__nested_webpack_require_1002355__(5622));
|
197564
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1002355__(5392));
|
197565
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1002355__(3556));
|
197566
197566
|
function isCodedError(error) {
|
197567
197567
|
return (error !== null &&
|
197568
197568
|
error !== undefined &&
|
@@ -197619,13 +197619,13 @@ exports.default = default_1;
|
|
197619
197619
|
/***/ }),
|
197620
197620
|
|
197621
197621
|
/***/ 4678:
|
197622
|
-
/***/ ((__unused_webpack_module, exports,
|
197622
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1004729__) => {
|
197623
197623
|
|
197624
197624
|
"use strict";
|
197625
197625
|
|
197626
197626
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197627
197627
|
exports.getPlatformEnv = void 0;
|
197628
|
-
const errors_1 =
|
197628
|
+
const errors_1 = __nested_webpack_require_1004729__(3983);
|
197629
197629
|
/**
|
197630
197630
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
197631
197631
|
* Throws an error if *both* env vars are defined.
|
@@ -197653,7 +197653,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
197653
197653
|
/***/ }),
|
197654
197654
|
|
197655
197655
|
/***/ 2855:
|
197656
|
-
/***/ (function(__unused_webpack_module, exports,
|
197656
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1005766__) {
|
197657
197657
|
|
197658
197658
|
"use strict";
|
197659
197659
|
|
@@ -197684,30 +197684,30 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197684
197684
|
};
|
197685
197685
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197686
197686
|
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;
|
197687
|
-
const file_blob_1 = __importDefault(
|
197687
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1005766__(2397));
|
197688
197688
|
exports.FileBlob = file_blob_1.default;
|
197689
|
-
const file_fs_ref_1 = __importDefault(
|
197689
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1005766__(9331));
|
197690
197690
|
exports.FileFsRef = file_fs_ref_1.default;
|
197691
|
-
const file_ref_1 = __importDefault(
|
197691
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1005766__(5187));
|
197692
197692
|
exports.FileRef = file_ref_1.default;
|
197693
|
-
const lambda_1 =
|
197693
|
+
const lambda_1 = __nested_webpack_require_1005766__(6721);
|
197694
197694
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
197695
197695
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
197696
197696
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
197697
|
-
const nodejs_lambda_1 =
|
197697
|
+
const nodejs_lambda_1 = __nested_webpack_require_1005766__(7049);
|
197698
197698
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
197699
|
-
const prerender_1 =
|
197699
|
+
const prerender_1 = __nested_webpack_require_1005766__(2850);
|
197700
197700
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
197701
|
-
const download_1 = __importStar(
|
197701
|
+
const download_1 = __importStar(__nested_webpack_require_1005766__(1611));
|
197702
197702
|
exports.download = download_1.default;
|
197703
197703
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
197704
|
-
const get_writable_directory_1 = __importDefault(
|
197704
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1005766__(3838));
|
197705
197705
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197706
|
-
const glob_1 = __importDefault(
|
197706
|
+
const glob_1 = __importDefault(__nested_webpack_require_1005766__(4240));
|
197707
197707
|
exports.glob = glob_1.default;
|
197708
|
-
const rename_1 = __importDefault(
|
197708
|
+
const rename_1 = __importDefault(__nested_webpack_require_1005766__(6718));
|
197709
197709
|
exports.rename = rename_1.default;
|
197710
|
-
const run_user_scripts_1 =
|
197710
|
+
const run_user_scripts_1 = __nested_webpack_require_1005766__(1442);
|
197711
197711
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
197712
197712
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
197713
197713
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -197726,39 +197726,39 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
197726
197726
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
197727
197727
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
197728
197728
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
197729
|
-
const node_version_1 =
|
197729
|
+
const node_version_1 = __nested_webpack_require_1005766__(7903);
|
197730
197730
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
197731
197731
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197732
|
-
const stream_to_buffer_1 = __importDefault(
|
197732
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1005766__(2560));
|
197733
197733
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197734
|
-
const should_serve_1 = __importDefault(
|
197734
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1005766__(2564));
|
197735
197735
|
exports.shouldServe = should_serve_1.default;
|
197736
|
-
const debug_1 = __importDefault(
|
197736
|
+
const debug_1 = __importDefault(__nested_webpack_require_1005766__(1868));
|
197737
197737
|
exports.debug = debug_1.default;
|
197738
|
-
const get_ignore_filter_1 = __importDefault(
|
197738
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1005766__(1148));
|
197739
197739
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
197740
|
-
const get_platform_env_1 =
|
197740
|
+
const get_platform_env_1 = __nested_webpack_require_1005766__(4678);
|
197741
197741
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
197742
|
-
var edge_function_1 =
|
197742
|
+
var edge_function_1 = __nested_webpack_require_1005766__(8038);
|
197743
197743
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
197744
|
-
var detect_builders_1 =
|
197744
|
+
var detect_builders_1 = __nested_webpack_require_1005766__(4246);
|
197745
197745
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
197746
197746
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
197747
197747
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
197748
197748
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
197749
|
-
var detect_file_system_api_1 =
|
197749
|
+
var detect_file_system_api_1 = __nested_webpack_require_1005766__(1182);
|
197750
197750
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
197751
|
-
var detect_framework_1 =
|
197751
|
+
var detect_framework_1 = __nested_webpack_require_1005766__(5224);
|
197752
197752
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
197753
|
-
var filesystem_1 =
|
197753
|
+
var filesystem_1 = __nested_webpack_require_1005766__(461);
|
197754
197754
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
197755
|
-
var read_config_file_1 =
|
197755
|
+
var read_config_file_1 = __nested_webpack_require_1005766__(7792);
|
197756
197756
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197757
|
-
var normalize_path_1 =
|
197757
|
+
var normalize_path_1 = __nested_webpack_require_1005766__(6261);
|
197758
197758
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197759
|
-
__exportStar(
|
197760
|
-
__exportStar(
|
197761
|
-
__exportStar(
|
197759
|
+
__exportStar(__nested_webpack_require_1005766__(2416), exports);
|
197760
|
+
__exportStar(__nested_webpack_require_1005766__(5748), exports);
|
197761
|
+
__exportStar(__nested_webpack_require_1005766__(3983), exports);
|
197762
197762
|
/**
|
197763
197763
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
197764
197764
|
*/
|
@@ -197781,7 +197781,7 @@ exports.isStaticRuntime = isStaticRuntime;
|
|
197781
197781
|
/***/ }),
|
197782
197782
|
|
197783
197783
|
/***/ 6721:
|
197784
|
-
/***/ (function(__unused_webpack_module, exports,
|
197784
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1016137__) {
|
197785
197785
|
|
197786
197786
|
"use strict";
|
197787
197787
|
|
@@ -197790,13 +197790,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197790
197790
|
};
|
197791
197791
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197792
197792
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
197793
|
-
const assert_1 = __importDefault(
|
197794
|
-
const async_sema_1 = __importDefault(
|
197795
|
-
const yazl_1 =
|
197796
|
-
const minimatch_1 = __importDefault(
|
197797
|
-
const fs_extra_1 =
|
197798
|
-
const download_1 =
|
197799
|
-
const stream_to_buffer_1 = __importDefault(
|
197793
|
+
const assert_1 = __importDefault(__nested_webpack_require_1016137__(2357));
|
197794
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1016137__(5758));
|
197795
|
+
const yazl_1 = __nested_webpack_require_1016137__(1223);
|
197796
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1016137__(9566));
|
197797
|
+
const fs_extra_1 = __nested_webpack_require_1016137__(5392);
|
197798
|
+
const download_1 = __nested_webpack_require_1016137__(1611);
|
197799
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1016137__(2560));
|
197800
197800
|
class Lambda {
|
197801
197801
|
constructor(opts) {
|
197802
197802
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
@@ -197918,13 +197918,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
197918
197918
|
/***/ }),
|
197919
197919
|
|
197920
197920
|
/***/ 7049:
|
197921
|
-
/***/ ((__unused_webpack_module, exports,
|
197921
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1021641__) => {
|
197922
197922
|
|
197923
197923
|
"use strict";
|
197924
197924
|
|
197925
197925
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197926
197926
|
exports.NodejsLambda = void 0;
|
197927
|
-
const lambda_1 =
|
197927
|
+
const lambda_1 = __nested_webpack_require_1021641__(6721);
|
197928
197928
|
class NodejsLambda extends lambda_1.Lambda {
|
197929
197929
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
197930
197930
|
super(opts);
|
@@ -198061,12 +198061,12 @@ exports.buildsSchema = {
|
|
198061
198061
|
/***/ }),
|
198062
198062
|
|
198063
198063
|
/***/ 2564:
|
198064
|
-
/***/ ((__unused_webpack_module, exports,
|
198064
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1025986__) => {
|
198065
198065
|
|
198066
198066
|
"use strict";
|
198067
198067
|
|
198068
198068
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198069
|
-
const path_1 =
|
198069
|
+
const path_1 = __nested_webpack_require_1025986__(5622);
|
198070
198070
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
198071
198071
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198072
198072
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -198295,7 +198295,7 @@ module.exports = __webpack_require__(78761);
|
|
198295
198295
|
/******/ var __webpack_module_cache__ = {};
|
198296
198296
|
/******/
|
198297
198297
|
/******/ // The require function
|
198298
|
-
/******/ function
|
198298
|
+
/******/ function __nested_webpack_require_1125625__(moduleId) {
|
198299
198299
|
/******/ // Check if module is in cache
|
198300
198300
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198301
198301
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198310,7 +198310,7 @@ module.exports = __webpack_require__(78761);
|
|
198310
198310
|
/******/ // Execute the module function
|
198311
198311
|
/******/ var threw = true;
|
198312
198312
|
/******/ try {
|
198313
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198313
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1125625__);
|
198314
198314
|
/******/ threw = false;
|
198315
198315
|
/******/ } finally {
|
198316
198316
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198323,11 +198323,11 @@ module.exports = __webpack_require__(78761);
|
|
198323
198323
|
/************************************************************************/
|
198324
198324
|
/******/ /* webpack/runtime/compat */
|
198325
198325
|
/******/
|
198326
|
-
/******/
|
198326
|
+
/******/ __nested_webpack_require_1125625__.ab = __dirname + "/";/************************************************************************/
|
198327
198327
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198328
198328
|
/******/ // startup
|
198329
198329
|
/******/ // Load entry module and return exports
|
198330
|
-
/******/ return
|
198330
|
+
/******/ return __nested_webpack_require_1125625__(2855);
|
198331
198331
|
/******/ })()
|
198332
198332
|
;
|
198333
198333
|
|
@@ -224281,7 +224281,7 @@ async function set(client, opts, args) {
|
|
224281
224281
|
return 1;
|
224282
224282
|
}
|
224283
224283
|
if (args.length === 0) {
|
224284
|
-
output.error(`To ship to production, optionally configure your domains (${link_1.default('https://vercel.
|
224284
|
+
output.error(`To ship to production, optionally configure your domains (${link_1.default('https://vercel.link/domain-configuration')}) and run ${pkg_name_1.getCommandName(`--prod`)}.`);
|
224285
224285
|
return 1;
|
224286
224286
|
}
|
224287
224287
|
// For `vercel alias set <argument>`
|
@@ -244648,7 +244648,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
244648
244648
|
/***/ ((module) => {
|
244649
244649
|
|
244650
244650
|
"use strict";
|
244651
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.1.0\",\"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.15.
|
244651
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.1.1-canary.0\",\"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.15.2-canary.0\",\"@vercel/go\":\"1.3.3-canary.0\",\"@vercel/node\":\"1.14.2-canary.0\",\"@vercel/python\":\"2.2.3-canary.0\",\"@vercel/ruby\":\"1.3.3-canary.0\",\"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.4.2-canary.0\",\"@vercel/fetch-retry\":\"5.0.3\",\"@vercel/frameworks\":\"0.7.1\",\"@vercel/ncc\":\"0.24.0\",\"@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-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\":\"e7f524defba3bbf2db750dea3235e6699584c424\"}");
|
244652
244652
|
|
244653
244653
|
/***/ }),
|
244654
244654
|
|
@@ -244664,7 +244664,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
244664
244664
|
/***/ ((module) => {
|
244665
244665
|
|
244666
244666
|
"use strict";
|
244667
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.4.
|
244667
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.4.2-canary.0\",\"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/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\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.15.2-canary.0\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"minimatch\":\"5.0.1\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"querystring\":\"^0.2.0\",\"sleep-promise\":\"8.0.1\"},\"gitHead\":\"e7f524defba3bbf2db750dea3235e6699584c424\"}");
|
244668
244668
|
|
244669
244669
|
/***/ }),
|
244670
244670
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "24.1.0",
|
3
|
+
"version": "24.1.1-canary.0",
|
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.15.
|
47
|
-
"@vercel/go": "1.3.
|
48
|
-
"@vercel/node": "1.14.
|
49
|
-
"@vercel/python": "2.2.
|
50
|
-
"@vercel/ruby": "1.3.
|
46
|
+
"@vercel/build-utils": "2.15.2-canary.0",
|
47
|
+
"@vercel/go": "1.3.3-canary.0",
|
48
|
+
"@vercel/node": "1.14.2-canary.0",
|
49
|
+
"@vercel/python": "2.2.3-canary.0",
|
50
|
+
"@vercel/ruby": "1.3.3-canary.0",
|
51
51
|
"update-notifier": "4.1.0"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
@@ -88,11 +88,10 @@
|
|
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.4.
|
91
|
+
"@vercel/client": "10.4.2-canary.0",
|
92
92
|
"@vercel/fetch-retry": "5.0.3",
|
93
93
|
"@vercel/frameworks": "0.7.1",
|
94
94
|
"@vercel/ncc": "0.24.0",
|
95
|
-
"@vercel/nft": "0.17.5",
|
96
95
|
"@zeit/fun": "0.11.2",
|
97
96
|
"@zeit/source-map-support": "0.6.2",
|
98
97
|
"ajv": "6.12.2",
|
@@ -183,5 +182,5 @@
|
|
183
182
|
"<rootDir>/test/**/*.test.ts"
|
184
183
|
]
|
185
184
|
},
|
186
|
-
"gitHead": "
|
185
|
+
"gitHead": "e7f524defba3bbf2db750dea3235e6699584c424"
|
187
186
|
}
|