vercel 23.1.3-canary.50 → 23.1.3-canary.51
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 +107 -107
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -217482,7 +217482,7 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
|
|
217482
217482
|
// to the outputs that they are returning instead.
|
217483
217483
|
for (const file in lambdaFiles) {
|
217484
217484
|
if (shouldIgnorePath(file, ignoreFilter, false)) {
|
217485
|
-
delete
|
217485
|
+
delete lambdaFiles[file];
|
217486
217486
|
}
|
217487
217487
|
}
|
217488
217488
|
const entry = path_1.join(workPath, '.output', 'server', 'pages', entrypoint);
|
@@ -217601,12 +217601,12 @@ exports.updateRoutesManifest = updateRoutesManifest;
|
|
217601
217601
|
/***/ }),
|
217602
217602
|
|
217603
217603
|
/***/ 1868:
|
217604
|
-
/***/ ((__unused_webpack_module, exports,
|
217604
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_926448__) => {
|
217605
217605
|
|
217606
217606
|
"use strict";
|
217607
217607
|
|
217608
217608
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217609
|
-
const _1 =
|
217609
|
+
const _1 = __nested_webpack_require_926448__(2855);
|
217610
217610
|
function debug(message, ...additional) {
|
217611
217611
|
if (_1.getPlatformEnv('BUILDER_DEBUG')) {
|
217612
217612
|
console.log(message, ...additional);
|
@@ -217618,7 +217618,7 @@ exports.default = debug;
|
|
217618
217618
|
/***/ }),
|
217619
217619
|
|
217620
217620
|
/***/ 4246:
|
217621
|
-
/***/ (function(__unused_webpack_module, exports,
|
217621
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_926833__) {
|
217622
217622
|
|
217623
217623
|
"use strict";
|
217624
217624
|
|
@@ -217627,11 +217627,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217627
217627
|
};
|
217628
217628
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217629
217629
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
217630
|
-
const minimatch_1 = __importDefault(
|
217631
|
-
const semver_1 =
|
217632
|
-
const path_1 =
|
217633
|
-
const frameworks_1 = __importDefault(
|
217634
|
-
const _1 =
|
217630
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_926833__(9566));
|
217631
|
+
const semver_1 = __nested_webpack_require_926833__(2879);
|
217632
|
+
const path_1 = __nested_webpack_require_926833__(5622);
|
217633
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_926833__(8438));
|
217634
|
+
const _1 = __nested_webpack_require_926833__(2855);
|
217635
217635
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
217636
217636
|
// We need to sort the file paths by alphabet to make
|
217637
217637
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -218690,7 +218690,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
218690
218690
|
/***/ }),
|
218691
218691
|
|
218692
218692
|
/***/ 2397:
|
218693
|
-
/***/ (function(__unused_webpack_module, exports,
|
218693
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_966217__) {
|
218694
218694
|
|
218695
218695
|
"use strict";
|
218696
218696
|
|
@@ -218698,8 +218698,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218698
218698
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218699
218699
|
};
|
218700
218700
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218701
|
-
const assert_1 = __importDefault(
|
218702
|
-
const into_stream_1 = __importDefault(
|
218701
|
+
const assert_1 = __importDefault(__nested_webpack_require_966217__(2357));
|
218702
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_966217__(6130));
|
218703
218703
|
class FileBlob {
|
218704
218704
|
constructor({ mode = 0o100644, contentType, data }) {
|
218705
218705
|
assert_1.default(typeof mode === 'number');
|
@@ -218731,7 +218731,7 @@ exports.default = FileBlob;
|
|
218731
218731
|
/***/ }),
|
218732
218732
|
|
218733
218733
|
/***/ 9331:
|
218734
|
-
/***/ (function(__unused_webpack_module, exports,
|
218734
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_967669__) {
|
218735
218735
|
|
218736
218736
|
"use strict";
|
218737
218737
|
|
@@ -218739,11 +218739,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218739
218739
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218740
218740
|
};
|
218741
218741
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218742
|
-
const assert_1 = __importDefault(
|
218743
|
-
const fs_extra_1 = __importDefault(
|
218744
|
-
const multistream_1 = __importDefault(
|
218745
|
-
const path_1 = __importDefault(
|
218746
|
-
const async_sema_1 = __importDefault(
|
218742
|
+
const assert_1 = __importDefault(__nested_webpack_require_967669__(2357));
|
218743
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_967669__(5392));
|
218744
|
+
const multistream_1 = __importDefault(__nested_webpack_require_967669__(8179));
|
218745
|
+
const path_1 = __importDefault(__nested_webpack_require_967669__(5622));
|
218746
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_967669__(5758));
|
218747
218747
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
218748
218748
|
class FileFsRef {
|
218749
218749
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -218809,7 +218809,7 @@ exports.default = FileFsRef;
|
|
218809
218809
|
/***/ }),
|
218810
218810
|
|
218811
218811
|
/***/ 5187:
|
218812
|
-
/***/ (function(__unused_webpack_module, exports,
|
218812
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_970473__) {
|
218813
218813
|
|
218814
218814
|
"use strict";
|
218815
218815
|
|
@@ -218817,11 +218817,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218817
218817
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218818
218818
|
};
|
218819
218819
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218820
|
-
const assert_1 = __importDefault(
|
218821
|
-
const node_fetch_1 = __importDefault(
|
218822
|
-
const multistream_1 = __importDefault(
|
218823
|
-
const async_retry_1 = __importDefault(
|
218824
|
-
const async_sema_1 = __importDefault(
|
218820
|
+
const assert_1 = __importDefault(__nested_webpack_require_970473__(2357));
|
218821
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_970473__(2197));
|
218822
|
+
const multistream_1 = __importDefault(__nested_webpack_require_970473__(8179));
|
218823
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_970473__(3691));
|
218824
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_970473__(5758));
|
218825
218825
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
218826
218826
|
class BailableError extends Error {
|
218827
218827
|
constructor(...args) {
|
@@ -218902,7 +218902,7 @@ exports.default = FileRef;
|
|
218902
218902
|
/***/ }),
|
218903
218903
|
|
218904
218904
|
/***/ 1611:
|
218905
|
-
/***/ (function(__unused_webpack_module, exports,
|
218905
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_973874__) {
|
218906
218906
|
|
218907
218907
|
"use strict";
|
218908
218908
|
|
@@ -218911,10 +218911,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218911
218911
|
};
|
218912
218912
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218913
218913
|
exports.isSymbolicLink = void 0;
|
218914
|
-
const path_1 = __importDefault(
|
218915
|
-
const debug_1 = __importDefault(
|
218916
|
-
const file_fs_ref_1 = __importDefault(
|
218917
|
-
const fs_extra_1 =
|
218914
|
+
const path_1 = __importDefault(__nested_webpack_require_973874__(5622));
|
218915
|
+
const debug_1 = __importDefault(__nested_webpack_require_973874__(1868));
|
218916
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_973874__(9331));
|
218917
|
+
const fs_extra_1 = __nested_webpack_require_973874__(5392);
|
218918
218918
|
const S_IFMT = 61440; /* 0170000 type of file */
|
218919
218919
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
218920
218920
|
function isSymbolicLink(mode) {
|
@@ -218976,14 +218976,14 @@ exports.default = download;
|
|
218976
218976
|
/***/ }),
|
218977
218977
|
|
218978
218978
|
/***/ 3838:
|
218979
|
-
/***/ ((__unused_webpack_module, exports,
|
218979
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_976699__) => {
|
218980
218980
|
|
218981
218981
|
"use strict";
|
218982
218982
|
|
218983
218983
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218984
|
-
const path_1 =
|
218985
|
-
const os_1 =
|
218986
|
-
const fs_extra_1 =
|
218984
|
+
const path_1 = __nested_webpack_require_976699__(5622);
|
218985
|
+
const os_1 = __nested_webpack_require_976699__(2087);
|
218986
|
+
const fs_extra_1 = __nested_webpack_require_976699__(5392);
|
218987
218987
|
async function getWritableDirectory() {
|
218988
218988
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
218989
218989
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -218996,7 +218996,7 @@ exports.default = getWritableDirectory;
|
|
218996
218996
|
/***/ }),
|
218997
218997
|
|
218998
218998
|
/***/ 4240:
|
218999
|
-
/***/ (function(__unused_webpack_module, exports,
|
218999
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_977279__) {
|
219000
219000
|
|
219001
219001
|
"use strict";
|
219002
219002
|
|
@@ -219004,13 +219004,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219004
219004
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219005
219005
|
};
|
219006
219006
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219007
|
-
const path_1 = __importDefault(
|
219008
|
-
const assert_1 = __importDefault(
|
219009
|
-
const glob_1 = __importDefault(
|
219010
|
-
const util_1 =
|
219011
|
-
const fs_extra_1 =
|
219012
|
-
const normalize_path_1 =
|
219013
|
-
const file_fs_ref_1 = __importDefault(
|
219007
|
+
const path_1 = __importDefault(__nested_webpack_require_977279__(5622));
|
219008
|
+
const assert_1 = __importDefault(__nested_webpack_require_977279__(2357));
|
219009
|
+
const glob_1 = __importDefault(__nested_webpack_require_977279__(1104));
|
219010
|
+
const util_1 = __nested_webpack_require_977279__(1669);
|
219011
|
+
const fs_extra_1 = __nested_webpack_require_977279__(5392);
|
219012
|
+
const normalize_path_1 = __nested_webpack_require_977279__(6261);
|
219013
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_977279__(9331));
|
219014
219014
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
219015
219015
|
async function glob(pattern, opts, mountpoint) {
|
219016
219016
|
let options;
|
@@ -219056,7 +219056,7 @@ exports.default = glob;
|
|
219056
219056
|
/***/ }),
|
219057
219057
|
|
219058
219058
|
/***/ 7903:
|
219059
|
-
/***/ (function(__unused_webpack_module, exports,
|
219059
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979475__) {
|
219060
219060
|
|
219061
219061
|
"use strict";
|
219062
219062
|
|
@@ -219065,9 +219065,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219065
219065
|
};
|
219066
219066
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219067
219067
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
219068
|
-
const semver_1 =
|
219069
|
-
const errors_1 =
|
219070
|
-
const debug_1 = __importDefault(
|
219068
|
+
const semver_1 = __nested_webpack_require_979475__(2879);
|
219069
|
+
const errors_1 = __nested_webpack_require_979475__(3983);
|
219070
|
+
const debug_1 = __importDefault(__nested_webpack_require_979475__(1868));
|
219071
219071
|
const allOptions = [
|
219072
219072
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
219073
219073
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -219161,7 +219161,7 @@ exports.normalizePath = normalizePath;
|
|
219161
219161
|
/***/ }),
|
219162
219162
|
|
219163
219163
|
/***/ 7792:
|
219164
|
-
/***/ (function(__unused_webpack_module, exports,
|
219164
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983343__) {
|
219165
219165
|
|
219166
219166
|
"use strict";
|
219167
219167
|
|
@@ -219170,9 +219170,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219170
219170
|
};
|
219171
219171
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219172
219172
|
exports.readConfigFile = void 0;
|
219173
|
-
const js_yaml_1 = __importDefault(
|
219174
|
-
const toml_1 = __importDefault(
|
219175
|
-
const fs_extra_1 =
|
219173
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_983343__(6540));
|
219174
|
+
const toml_1 = __importDefault(__nested_webpack_require_983343__(9434));
|
219175
|
+
const fs_extra_1 = __nested_webpack_require_983343__(5392);
|
219176
219176
|
async function readFileOrNull(file) {
|
219177
219177
|
try {
|
219178
219178
|
const data = await fs_extra_1.readFile(file);
|
@@ -219227,7 +219227,7 @@ exports.default = rename;
|
|
219227
219227
|
/***/ }),
|
219228
219228
|
|
219229
219229
|
/***/ 1442:
|
219230
|
-
/***/ (function(__unused_webpack_module, exports,
|
219230
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_985136__) {
|
219231
219231
|
|
219232
219232
|
"use strict";
|
219233
219233
|
|
@@ -219236,14 +219236,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219236
219236
|
};
|
219237
219237
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219238
219238
|
exports.installDependencies = exports.getScriptName = exports.runPipInstall = exports.runBundleInstall = exports.runPackageJsonScript = exports.runNpmInstall = exports.walkParentDirs = exports.scanParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
|
219239
|
-
const assert_1 = __importDefault(
|
219240
|
-
const fs_extra_1 = __importDefault(
|
219241
|
-
const path_1 = __importDefault(
|
219242
|
-
const debug_1 = __importDefault(
|
219243
|
-
const cross_spawn_1 = __importDefault(
|
219244
|
-
const util_1 =
|
219245
|
-
const errors_1 =
|
219246
|
-
const node_version_1 =
|
219239
|
+
const assert_1 = __importDefault(__nested_webpack_require_985136__(2357));
|
219240
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_985136__(5392));
|
219241
|
+
const path_1 = __importDefault(__nested_webpack_require_985136__(5622));
|
219242
|
+
const debug_1 = __importDefault(__nested_webpack_require_985136__(1868));
|
219243
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_985136__(7618));
|
219244
|
+
const util_1 = __nested_webpack_require_985136__(1669);
|
219245
|
+
const errors_1 = __nested_webpack_require_985136__(3983);
|
219246
|
+
const node_version_1 = __nested_webpack_require_985136__(7903);
|
219247
219247
|
function spawnAsync(command, args, opts = {}) {
|
219248
219248
|
return new Promise((resolve, reject) => {
|
219249
219249
|
const stderrLogs = [];
|
@@ -219554,7 +219554,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
219554
219554
|
/***/ }),
|
219555
219555
|
|
219556
219556
|
/***/ 2560:
|
219557
|
-
/***/ (function(__unused_webpack_module, exports,
|
219557
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_999126__) {
|
219558
219558
|
|
219559
219559
|
"use strict";
|
219560
219560
|
|
@@ -219562,7 +219562,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219562
219562
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219563
219563
|
};
|
219564
219564
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219565
|
-
const end_of_stream_1 = __importDefault(
|
219565
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_999126__(687));
|
219566
219566
|
function streamToBuffer(stream) {
|
219567
219567
|
return new Promise((resolve, reject) => {
|
219568
219568
|
const buffers = [];
|
@@ -219591,7 +219591,7 @@ exports.default = streamToBuffer;
|
|
219591
219591
|
/***/ }),
|
219592
219592
|
|
219593
219593
|
/***/ 1148:
|
219594
|
-
/***/ (function(__unused_webpack_module, exports,
|
219594
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1000194__) {
|
219595
219595
|
|
219596
219596
|
"use strict";
|
219597
219597
|
|
@@ -219599,9 +219599,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219599
219599
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219600
219600
|
};
|
219601
219601
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219602
|
-
const path_1 = __importDefault(
|
219603
|
-
const fs_extra_1 = __importDefault(
|
219604
|
-
const ignore_1 = __importDefault(
|
219602
|
+
const path_1 = __importDefault(__nested_webpack_require_1000194__(5622));
|
219603
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1000194__(5392));
|
219604
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1000194__(3556));
|
219605
219605
|
function isCodedError(error) {
|
219606
219606
|
return (error !== null &&
|
219607
219607
|
error !== undefined &&
|
@@ -219658,7 +219658,7 @@ exports.default = default_1;
|
|
219658
219658
|
/***/ }),
|
219659
219659
|
|
219660
219660
|
/***/ 2855:
|
219661
|
-
/***/ (function(__unused_webpack_module, exports,
|
219661
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1002576__) {
|
219662
219662
|
|
219663
219663
|
"use strict";
|
219664
219664
|
|
@@ -219689,29 +219689,29 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219689
219689
|
};
|
219690
219690
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219691
219691
|
exports.getInputHash = exports.getPlatformEnv = exports.isStaticRuntime = exports.isOfficialRuntime = exports.updateRoutesManifest = exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = 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.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
219692
|
-
const crypto_1 =
|
219693
|
-
const file_blob_1 = __importDefault(
|
219692
|
+
const crypto_1 = __nested_webpack_require_1002576__(6417);
|
219693
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1002576__(2397));
|
219694
219694
|
exports.FileBlob = file_blob_1.default;
|
219695
|
-
const file_fs_ref_1 = __importDefault(
|
219695
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1002576__(9331));
|
219696
219696
|
exports.FileFsRef = file_fs_ref_1.default;
|
219697
|
-
const file_ref_1 = __importDefault(
|
219697
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1002576__(5187));
|
219698
219698
|
exports.FileRef = file_ref_1.default;
|
219699
|
-
const lambda_1 =
|
219699
|
+
const lambda_1 = __nested_webpack_require_1002576__(6721);
|
219700
219700
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
219701
219701
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
219702
219702
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
219703
|
-
const prerender_1 =
|
219703
|
+
const prerender_1 = __nested_webpack_require_1002576__(2850);
|
219704
219704
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
219705
|
-
const download_1 = __importStar(
|
219705
|
+
const download_1 = __importStar(__nested_webpack_require_1002576__(1611));
|
219706
219706
|
exports.download = download_1.default;
|
219707
219707
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
219708
|
-
const get_writable_directory_1 = __importDefault(
|
219708
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1002576__(3838));
|
219709
219709
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
219710
|
-
const glob_1 = __importDefault(
|
219710
|
+
const glob_1 = __importDefault(__nested_webpack_require_1002576__(4240));
|
219711
219711
|
exports.glob = glob_1.default;
|
219712
|
-
const rename_1 = __importDefault(
|
219712
|
+
const rename_1 = __importDefault(__nested_webpack_require_1002576__(6718));
|
219713
219713
|
exports.rename = rename_1.default;
|
219714
|
-
const run_user_scripts_1 =
|
219714
|
+
const run_user_scripts_1 = __nested_webpack_require_1002576__(1442);
|
219715
219715
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
219716
219716
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
219717
219717
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -219728,38 +219728,38 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
219728
219728
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
219729
219729
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
219730
219730
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
219731
|
-
const node_version_1 =
|
219731
|
+
const node_version_1 = __nested_webpack_require_1002576__(7903);
|
219732
219732
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
219733
219733
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
219734
|
-
const errors_1 =
|
219735
|
-
const stream_to_buffer_1 = __importDefault(
|
219734
|
+
const errors_1 = __nested_webpack_require_1002576__(3983);
|
219735
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1002576__(2560));
|
219736
219736
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
219737
|
-
const should_serve_1 = __importDefault(
|
219737
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1002576__(2564));
|
219738
219738
|
exports.shouldServe = should_serve_1.default;
|
219739
|
-
const debug_1 = __importDefault(
|
219739
|
+
const debug_1 = __importDefault(__nested_webpack_require_1002576__(1868));
|
219740
219740
|
exports.debug = debug_1.default;
|
219741
|
-
const get_ignore_filter_1 = __importDefault(
|
219741
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1002576__(1148));
|
219742
219742
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
219743
|
-
var detect_builders_1 =
|
219743
|
+
var detect_builders_1 = __nested_webpack_require_1002576__(4246);
|
219744
219744
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
219745
219745
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
219746
219746
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
219747
219747
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
219748
|
-
var detect_framework_1 =
|
219748
|
+
var detect_framework_1 = __nested_webpack_require_1002576__(5224);
|
219749
219749
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
219750
|
-
var filesystem_1 =
|
219750
|
+
var filesystem_1 = __nested_webpack_require_1002576__(461);
|
219751
219751
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
219752
|
-
var read_config_file_1 =
|
219752
|
+
var read_config_file_1 = __nested_webpack_require_1002576__(7792);
|
219753
219753
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
219754
|
-
var normalize_path_1 =
|
219754
|
+
var normalize_path_1 = __nested_webpack_require_1002576__(6261);
|
219755
219755
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
219756
|
-
var convert_runtime_to_plugin_1 =
|
219756
|
+
var convert_runtime_to_plugin_1 = __nested_webpack_require_1002576__(7276);
|
219757
219757
|
Object.defineProperty(exports, "convertRuntimeToPlugin", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.convertRuntimeToPlugin; } }));
|
219758
219758
|
Object.defineProperty(exports, "updateFunctionsManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateFunctionsManifest; } }));
|
219759
219759
|
Object.defineProperty(exports, "updateRoutesManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateRoutesManifest; } }));
|
219760
|
-
__exportStar(
|
219761
|
-
__exportStar(
|
219762
|
-
__exportStar(
|
219760
|
+
__exportStar(__nested_webpack_require_1002576__(2416), exports);
|
219761
|
+
__exportStar(__nested_webpack_require_1002576__(5748), exports);
|
219762
|
+
__exportStar(__nested_webpack_require_1002576__(3983), exports);
|
219763
219763
|
/**
|
219764
219764
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
219765
219765
|
*/
|
@@ -219812,7 +219812,7 @@ exports.getInputHash = getInputHash;
|
|
219812
219812
|
/***/ }),
|
219813
219813
|
|
219814
219814
|
/***/ 6721:
|
219815
|
-
/***/ (function(__unused_webpack_module, exports,
|
219815
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1013554__) {
|
219816
219816
|
|
219817
219817
|
"use strict";
|
219818
219818
|
|
@@ -219821,13 +219821,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219821
219821
|
};
|
219822
219822
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219823
219823
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = exports.FILES_SYMBOL = void 0;
|
219824
|
-
const assert_1 = __importDefault(
|
219825
|
-
const async_sema_1 = __importDefault(
|
219826
|
-
const yazl_1 =
|
219827
|
-
const minimatch_1 = __importDefault(
|
219828
|
-
const fs_extra_1 =
|
219829
|
-
const download_1 =
|
219830
|
-
const stream_to_buffer_1 = __importDefault(
|
219824
|
+
const assert_1 = __importDefault(__nested_webpack_require_1013554__(2357));
|
219825
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1013554__(5758));
|
219826
|
+
const yazl_1 = __nested_webpack_require_1013554__(1223);
|
219827
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1013554__(9566));
|
219828
|
+
const fs_extra_1 = __nested_webpack_require_1013554__(5392);
|
219829
|
+
const download_1 = __nested_webpack_require_1013554__(1611);
|
219830
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1013554__(2560));
|
219831
219831
|
exports.FILES_SYMBOL = Symbol('files');
|
219832
219832
|
class Lambda {
|
219833
219833
|
constructor({ zipBuffer, handler, runtime, maxDuration, memory, environment, allowQuery, regions, }) {
|
@@ -220056,12 +220056,12 @@ exports.buildsSchema = {
|
|
220056
220056
|
/***/ }),
|
220057
220057
|
|
220058
220058
|
/***/ 2564:
|
220059
|
-
/***/ ((__unused_webpack_module, exports,
|
220059
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1022064__) => {
|
220060
220060
|
|
220061
220061
|
"use strict";
|
220062
220062
|
|
220063
220063
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
220064
|
-
const path_1 =
|
220064
|
+
const path_1 = __nested_webpack_require_1022064__(5622);
|
220065
220065
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
220066
220066
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
220067
220067
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -220298,7 +220298,7 @@ module.exports = __webpack_require__(78761);
|
|
220298
220298
|
/******/ var __webpack_module_cache__ = {};
|
220299
220299
|
/******/
|
220300
220300
|
/******/ // The require function
|
220301
|
-
/******/ function
|
220301
|
+
/******/ function __nested_webpack_require_1121799__(moduleId) {
|
220302
220302
|
/******/ // Check if module is in cache
|
220303
220303
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
220304
220304
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -220313,7 +220313,7 @@ module.exports = __webpack_require__(78761);
|
|
220313
220313
|
/******/ // Execute the module function
|
220314
220314
|
/******/ var threw = true;
|
220315
220315
|
/******/ try {
|
220316
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
220316
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1121799__);
|
220317
220317
|
/******/ threw = false;
|
220318
220318
|
/******/ } finally {
|
220319
220319
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -220326,11 +220326,11 @@ module.exports = __webpack_require__(78761);
|
|
220326
220326
|
/************************************************************************/
|
220327
220327
|
/******/ /* webpack/runtime/compat */
|
220328
220328
|
/******/
|
220329
|
-
/******/
|
220329
|
+
/******/ __nested_webpack_require_1121799__.ab = __dirname + "/";/************************************************************************/
|
220330
220330
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
220331
220331
|
/******/ // startup
|
220332
220332
|
/******/ // Load entry module and return exports
|
220333
|
-
/******/ return
|
220333
|
+
/******/ return __nested_webpack_require_1121799__(2855);
|
220334
220334
|
/******/ })()
|
220335
220335
|
;
|
220336
220336
|
|
@@ -271091,7 +271091,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
271091
271091
|
/***/ ((module) => {
|
271092
271092
|
|
271093
271093
|
"use strict";
|
271094
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.
|
271094
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.51\",\"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.12.3-canary.30\",\"@vercel/go\":\"1.2.4-canary.4\",\"@vercel/node\":\"1.12.2-canary.7\",\"@vercel/python\":\"2.1.2-canary.1\",\"@vercel/ruby\":\"1.2.8-canary.6\",\"update-notifier\":\"4.1.0\",\"vercel-plugin-middleware\":\"0.0.0-canary.7\",\"vercel-plugin-node\":\"1.12.2-canary.22\"},\"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/frameworks\":\"0.5.1-canary.16\",\"@vercel/ncc\":\"0.24.0\",\"@vercel/nft\":\"0.17.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.2.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\":\"9227471acaa7102c0e37b338c6ebcc05cbc95486\"}");
|
271095
271095
|
|
271096
271096
|
/***/ }),
|
271097
271097
|
|
@@ -271107,7 +271107,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
271107
271107
|
/***/ ((module) => {
|
271108
271108
|
|
271109
271109
|
"use strict";
|
271110
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.
|
271110
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.31\",\"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.12.3-canary.30\",\"@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\":\"9227471acaa7102c0e37b338c6ebcc05cbc95486\"}");
|
271111
271111
|
|
271112
271112
|
/***/ }),
|
271113
271113
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "23.1.3-canary.
|
3
|
+
"version": "23.1.3-canary.51",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -43,14 +43,14 @@
|
|
43
43
|
"node": ">= 12"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@vercel/build-utils": "2.12.3-canary.
|
46
|
+
"@vercel/build-utils": "2.12.3-canary.30",
|
47
47
|
"@vercel/go": "1.2.4-canary.4",
|
48
48
|
"@vercel/node": "1.12.2-canary.7",
|
49
49
|
"@vercel/python": "2.1.2-canary.1",
|
50
50
|
"@vercel/ruby": "1.2.8-canary.6",
|
51
51
|
"update-notifier": "4.1.0",
|
52
52
|
"vercel-plugin-middleware": "0.0.0-canary.7",
|
53
|
-
"vercel-plugin-node": "1.12.2-canary.
|
53
|
+
"vercel-plugin-node": "1.12.2-canary.22"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
56
|
"@next/env": "11.1.2",
|
@@ -184,5 +184,5 @@
|
|
184
184
|
"<rootDir>/test/**/*.test.ts"
|
185
185
|
]
|
186
186
|
},
|
187
|
-
"gitHead": "
|
187
|
+
"gitHead": "9227471acaa7102c0e37b338c6ebcc05cbc95486"
|
188
188
|
}
|