vercel 23.1.3-canary.58 → 23.1.3-canary.59
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 +111 -108
- package/package.json +5 -5
package/dist/index.js
CHANGED
@@ -217475,6 +217475,8 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
|
|
217475
217475
|
await fs_extra_1.default.ensureDir(traceDir);
|
217476
217476
|
let newPathsRuntime = new Set();
|
217477
217477
|
let linkersRuntime = [];
|
217478
|
+
const entryDir = path_1.join('.output', 'server', 'pages');
|
217479
|
+
const entryRoot = path_1.join(workPath, entryDir);
|
217478
217480
|
for (const entrypoint of Object.keys(entrypoints)) {
|
217479
217481
|
const { output } = await buildRuntime({
|
217480
217482
|
files: sourceFilesPreBuild,
|
@@ -217523,7 +217525,6 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
|
|
217523
217525
|
throw new Error(`Could not find a handler file. Please ensure that \`files\` for the returned \`Lambda\` contains an \`FileFsRef\` named "${handlerFileBase}" with a valid \`fsPath\`.`);
|
217524
217526
|
}
|
217525
217527
|
const handlerExtName = path_1.extname(handlerFile.fsPath);
|
217526
|
-
const entryRoot = path_1.join(workPath, '.output', 'server', 'pages');
|
217527
217528
|
const entryBase = path_1.basename(entrypoint).replace(ext, handlerExtName);
|
217528
217529
|
const entryPath = path_1.join(path_1.dirname(entrypoint), entryBase);
|
217529
217530
|
const entry = path_1.join(entryRoot, entryPath);
|
@@ -217625,7 +217626,9 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
|
|
217625
217626
|
version: 1,
|
217626
217627
|
files: tracedFiles.map(file => ({
|
217627
217628
|
input: normalize_path_1.normalizePath(path_1.relative(path_1.dirname(nft), file.absolutePath)),
|
217628
|
-
|
217629
|
+
// We'd like to place all the dependency files right next
|
217630
|
+
// to the final launcher file inside of the Lambda.
|
217631
|
+
output: normalize_path_1.normalizePath(path_1.join(entryDir, 'api', file.relativePath)),
|
217629
217632
|
})),
|
217630
217633
|
});
|
217631
217634
|
await fs_extra_1.default.ensureDir(path_1.dirname(nft));
|
@@ -217759,12 +217762,12 @@ exports.updateRoutesManifest = updateRoutesManifest;
|
|
217759
217762
|
/***/ }),
|
217760
217763
|
|
217761
217764
|
/***/ 1868:
|
217762
|
-
/***/ ((__unused_webpack_module, exports,
|
217765
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_936676__) => {
|
217763
217766
|
|
217764
217767
|
"use strict";
|
217765
217768
|
|
217766
217769
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217767
|
-
const _1 =
|
217770
|
+
const _1 = __nested_webpack_require_936676__(2855);
|
217768
217771
|
function debug(message, ...additional) {
|
217769
217772
|
if (_1.getPlatformEnv('BUILDER_DEBUG')) {
|
217770
217773
|
console.log(message, ...additional);
|
@@ -217776,7 +217779,7 @@ exports.default = debug;
|
|
217776
217779
|
/***/ }),
|
217777
217780
|
|
217778
217781
|
/***/ 4246:
|
217779
|
-
/***/ (function(__unused_webpack_module, exports,
|
217782
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_937061__) {
|
217780
217783
|
|
217781
217784
|
"use strict";
|
217782
217785
|
|
@@ -217785,11 +217788,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217785
217788
|
};
|
217786
217789
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217787
217790
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
217788
|
-
const minimatch_1 = __importDefault(
|
217789
|
-
const semver_1 =
|
217790
|
-
const path_1 =
|
217791
|
-
const frameworks_1 = __importDefault(
|
217792
|
-
const _1 =
|
217791
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_937061__(9566));
|
217792
|
+
const semver_1 = __nested_webpack_require_937061__(2879);
|
217793
|
+
const path_1 = __nested_webpack_require_937061__(5622);
|
217794
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_937061__(8438));
|
217795
|
+
const _1 = __nested_webpack_require_937061__(2855);
|
217793
217796
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
217794
217797
|
// We need to sort the file paths by alphabet to make
|
217795
217798
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -218848,7 +218851,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
218848
218851
|
/***/ }),
|
218849
218852
|
|
218850
218853
|
/***/ 2397:
|
218851
|
-
/***/ (function(__unused_webpack_module, exports,
|
218854
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_976445__) {
|
218852
218855
|
|
218853
218856
|
"use strict";
|
218854
218857
|
|
@@ -218856,8 +218859,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218856
218859
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218857
218860
|
};
|
218858
218861
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218859
|
-
const assert_1 = __importDefault(
|
218860
|
-
const into_stream_1 = __importDefault(
|
218862
|
+
const assert_1 = __importDefault(__nested_webpack_require_976445__(2357));
|
218863
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_976445__(6130));
|
218861
218864
|
class FileBlob {
|
218862
218865
|
constructor({ mode = 0o100644, contentType, data }) {
|
218863
218866
|
assert_1.default(typeof mode === 'number');
|
@@ -218889,7 +218892,7 @@ exports.default = FileBlob;
|
|
218889
218892
|
/***/ }),
|
218890
218893
|
|
218891
218894
|
/***/ 9331:
|
218892
|
-
/***/ (function(__unused_webpack_module, exports,
|
218895
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_977897__) {
|
218893
218896
|
|
218894
218897
|
"use strict";
|
218895
218898
|
|
@@ -218897,11 +218900,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218897
218900
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218898
218901
|
};
|
218899
218902
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218900
|
-
const assert_1 = __importDefault(
|
218901
|
-
const fs_extra_1 = __importDefault(
|
218902
|
-
const multistream_1 = __importDefault(
|
218903
|
-
const path_1 = __importDefault(
|
218904
|
-
const async_sema_1 = __importDefault(
|
218903
|
+
const assert_1 = __importDefault(__nested_webpack_require_977897__(2357));
|
218904
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_977897__(5392));
|
218905
|
+
const multistream_1 = __importDefault(__nested_webpack_require_977897__(8179));
|
218906
|
+
const path_1 = __importDefault(__nested_webpack_require_977897__(5622));
|
218907
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_977897__(5758));
|
218905
218908
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
218906
218909
|
class FileFsRef {
|
218907
218910
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -218967,7 +218970,7 @@ exports.default = FileFsRef;
|
|
218967
218970
|
/***/ }),
|
218968
218971
|
|
218969
218972
|
/***/ 5187:
|
218970
|
-
/***/ (function(__unused_webpack_module, exports,
|
218973
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_980701__) {
|
218971
218974
|
|
218972
218975
|
"use strict";
|
218973
218976
|
|
@@ -218975,11 +218978,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218975
218978
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218976
218979
|
};
|
218977
218980
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218978
|
-
const assert_1 = __importDefault(
|
218979
|
-
const node_fetch_1 = __importDefault(
|
218980
|
-
const multistream_1 = __importDefault(
|
218981
|
-
const async_retry_1 = __importDefault(
|
218982
|
-
const async_sema_1 = __importDefault(
|
218981
|
+
const assert_1 = __importDefault(__nested_webpack_require_980701__(2357));
|
218982
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_980701__(2197));
|
218983
|
+
const multistream_1 = __importDefault(__nested_webpack_require_980701__(8179));
|
218984
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_980701__(3691));
|
218985
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_980701__(5758));
|
218983
218986
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
218984
218987
|
class BailableError extends Error {
|
218985
218988
|
constructor(...args) {
|
@@ -219060,7 +219063,7 @@ exports.default = FileRef;
|
|
219060
219063
|
/***/ }),
|
219061
219064
|
|
219062
219065
|
/***/ 1611:
|
219063
|
-
/***/ (function(__unused_webpack_module, exports,
|
219066
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_984102__) {
|
219064
219067
|
|
219065
219068
|
"use strict";
|
219066
219069
|
|
@@ -219069,10 +219072,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219069
219072
|
};
|
219070
219073
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219071
219074
|
exports.isSymbolicLink = void 0;
|
219072
|
-
const path_1 = __importDefault(
|
219073
|
-
const debug_1 = __importDefault(
|
219074
|
-
const file_fs_ref_1 = __importDefault(
|
219075
|
-
const fs_extra_1 =
|
219075
|
+
const path_1 = __importDefault(__nested_webpack_require_984102__(5622));
|
219076
|
+
const debug_1 = __importDefault(__nested_webpack_require_984102__(1868));
|
219077
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_984102__(9331));
|
219078
|
+
const fs_extra_1 = __nested_webpack_require_984102__(5392);
|
219076
219079
|
const S_IFMT = 61440; /* 0170000 type of file */
|
219077
219080
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
219078
219081
|
function isSymbolicLink(mode) {
|
@@ -219134,14 +219137,14 @@ exports.default = download;
|
|
219134
219137
|
/***/ }),
|
219135
219138
|
|
219136
219139
|
/***/ 3838:
|
219137
|
-
/***/ ((__unused_webpack_module, exports,
|
219140
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_986927__) => {
|
219138
219141
|
|
219139
219142
|
"use strict";
|
219140
219143
|
|
219141
219144
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219142
|
-
const path_1 =
|
219143
|
-
const os_1 =
|
219144
|
-
const fs_extra_1 =
|
219145
|
+
const path_1 = __nested_webpack_require_986927__(5622);
|
219146
|
+
const os_1 = __nested_webpack_require_986927__(2087);
|
219147
|
+
const fs_extra_1 = __nested_webpack_require_986927__(5392);
|
219145
219148
|
async function getWritableDirectory() {
|
219146
219149
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
219147
219150
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -219154,7 +219157,7 @@ exports.default = getWritableDirectory;
|
|
219154
219157
|
/***/ }),
|
219155
219158
|
|
219156
219159
|
/***/ 4240:
|
219157
|
-
/***/ (function(__unused_webpack_module, exports,
|
219160
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_987507__) {
|
219158
219161
|
|
219159
219162
|
"use strict";
|
219160
219163
|
|
@@ -219162,13 +219165,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219162
219165
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219163
219166
|
};
|
219164
219167
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219165
|
-
const path_1 = __importDefault(
|
219166
|
-
const assert_1 = __importDefault(
|
219167
|
-
const glob_1 = __importDefault(
|
219168
|
-
const util_1 =
|
219169
|
-
const fs_extra_1 =
|
219170
|
-
const normalize_path_1 =
|
219171
|
-
const file_fs_ref_1 = __importDefault(
|
219168
|
+
const path_1 = __importDefault(__nested_webpack_require_987507__(5622));
|
219169
|
+
const assert_1 = __importDefault(__nested_webpack_require_987507__(2357));
|
219170
|
+
const glob_1 = __importDefault(__nested_webpack_require_987507__(1104));
|
219171
|
+
const util_1 = __nested_webpack_require_987507__(1669);
|
219172
|
+
const fs_extra_1 = __nested_webpack_require_987507__(5392);
|
219173
|
+
const normalize_path_1 = __nested_webpack_require_987507__(6261);
|
219174
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_987507__(9331));
|
219172
219175
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
219173
219176
|
async function glob(pattern, opts, mountpoint) {
|
219174
219177
|
let options;
|
@@ -219214,7 +219217,7 @@ exports.default = glob;
|
|
219214
219217
|
/***/ }),
|
219215
219218
|
|
219216
219219
|
/***/ 7903:
|
219217
|
-
/***/ (function(__unused_webpack_module, exports,
|
219220
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_989703__) {
|
219218
219221
|
|
219219
219222
|
"use strict";
|
219220
219223
|
|
@@ -219223,9 +219226,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219223
219226
|
};
|
219224
219227
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219225
219228
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
219226
|
-
const semver_1 =
|
219227
|
-
const errors_1 =
|
219228
|
-
const debug_1 = __importDefault(
|
219229
|
+
const semver_1 = __nested_webpack_require_989703__(2879);
|
219230
|
+
const errors_1 = __nested_webpack_require_989703__(3983);
|
219231
|
+
const debug_1 = __importDefault(__nested_webpack_require_989703__(1868));
|
219229
219232
|
const allOptions = [
|
219230
219233
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
219231
219234
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -219319,7 +219322,7 @@ exports.normalizePath = normalizePath;
|
|
219319
219322
|
/***/ }),
|
219320
219323
|
|
219321
219324
|
/***/ 7792:
|
219322
|
-
/***/ (function(__unused_webpack_module, exports,
|
219325
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_993571__) {
|
219323
219326
|
|
219324
219327
|
"use strict";
|
219325
219328
|
|
@@ -219328,9 +219331,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219328
219331
|
};
|
219329
219332
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219330
219333
|
exports.readConfigFile = void 0;
|
219331
|
-
const js_yaml_1 = __importDefault(
|
219332
|
-
const toml_1 = __importDefault(
|
219333
|
-
const fs_extra_1 =
|
219334
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_993571__(6540));
|
219335
|
+
const toml_1 = __importDefault(__nested_webpack_require_993571__(9434));
|
219336
|
+
const fs_extra_1 = __nested_webpack_require_993571__(5392);
|
219334
219337
|
async function readFileOrNull(file) {
|
219335
219338
|
try {
|
219336
219339
|
const data = await fs_extra_1.readFile(file);
|
@@ -219385,7 +219388,7 @@ exports.default = rename;
|
|
219385
219388
|
/***/ }),
|
219386
219389
|
|
219387
219390
|
/***/ 1442:
|
219388
|
-
/***/ (function(__unused_webpack_module, exports,
|
219391
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_995364__) {
|
219389
219392
|
|
219390
219393
|
"use strict";
|
219391
219394
|
|
@@ -219394,14 +219397,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219394
219397
|
};
|
219395
219398
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219396
219399
|
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;
|
219397
|
-
const assert_1 = __importDefault(
|
219398
|
-
const fs_extra_1 = __importDefault(
|
219399
|
-
const path_1 = __importDefault(
|
219400
|
-
const debug_1 = __importDefault(
|
219401
|
-
const cross_spawn_1 = __importDefault(
|
219402
|
-
const util_1 =
|
219403
|
-
const errors_1 =
|
219404
|
-
const node_version_1 =
|
219400
|
+
const assert_1 = __importDefault(__nested_webpack_require_995364__(2357));
|
219401
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_995364__(5392));
|
219402
|
+
const path_1 = __importDefault(__nested_webpack_require_995364__(5622));
|
219403
|
+
const debug_1 = __importDefault(__nested_webpack_require_995364__(1868));
|
219404
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_995364__(7618));
|
219405
|
+
const util_1 = __nested_webpack_require_995364__(1669);
|
219406
|
+
const errors_1 = __nested_webpack_require_995364__(3983);
|
219407
|
+
const node_version_1 = __nested_webpack_require_995364__(7903);
|
219405
219408
|
function spawnAsync(command, args, opts = {}) {
|
219406
219409
|
return new Promise((resolve, reject) => {
|
219407
219410
|
const stderrLogs = [];
|
@@ -219712,7 +219715,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
219712
219715
|
/***/ }),
|
219713
219716
|
|
219714
219717
|
/***/ 2560:
|
219715
|
-
/***/ (function(__unused_webpack_module, exports,
|
219718
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1009354__) {
|
219716
219719
|
|
219717
219720
|
"use strict";
|
219718
219721
|
|
@@ -219720,7 +219723,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219720
219723
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219721
219724
|
};
|
219722
219725
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219723
|
-
const end_of_stream_1 = __importDefault(
|
219726
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1009354__(687));
|
219724
219727
|
function streamToBuffer(stream) {
|
219725
219728
|
return new Promise((resolve, reject) => {
|
219726
219729
|
const buffers = [];
|
@@ -219749,7 +219752,7 @@ exports.default = streamToBuffer;
|
|
219749
219752
|
/***/ }),
|
219750
219753
|
|
219751
219754
|
/***/ 1148:
|
219752
|
-
/***/ (function(__unused_webpack_module, exports,
|
219755
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1010422__) {
|
219753
219756
|
|
219754
219757
|
"use strict";
|
219755
219758
|
|
@@ -219757,9 +219760,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219757
219760
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219758
219761
|
};
|
219759
219762
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219760
|
-
const path_1 = __importDefault(
|
219761
|
-
const fs_extra_1 = __importDefault(
|
219762
|
-
const ignore_1 = __importDefault(
|
219763
|
+
const path_1 = __importDefault(__nested_webpack_require_1010422__(5622));
|
219764
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1010422__(5392));
|
219765
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1010422__(3556));
|
219763
219766
|
function isCodedError(error) {
|
219764
219767
|
return (error !== null &&
|
219765
219768
|
error !== undefined &&
|
@@ -219816,7 +219819,7 @@ exports.default = default_1;
|
|
219816
219819
|
/***/ }),
|
219817
219820
|
|
219818
219821
|
/***/ 2855:
|
219819
|
-
/***/ (function(__unused_webpack_module, exports,
|
219822
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1012804__) {
|
219820
219823
|
|
219821
219824
|
"use strict";
|
219822
219825
|
|
@@ -219847,29 +219850,29 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219847
219850
|
};
|
219848
219851
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219849
219852
|
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;
|
219850
|
-
const crypto_1 =
|
219851
|
-
const file_blob_1 = __importDefault(
|
219853
|
+
const crypto_1 = __nested_webpack_require_1012804__(6417);
|
219854
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1012804__(2397));
|
219852
219855
|
exports.FileBlob = file_blob_1.default;
|
219853
|
-
const file_fs_ref_1 = __importDefault(
|
219856
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1012804__(9331));
|
219854
219857
|
exports.FileFsRef = file_fs_ref_1.default;
|
219855
|
-
const file_ref_1 = __importDefault(
|
219858
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1012804__(5187));
|
219856
219859
|
exports.FileRef = file_ref_1.default;
|
219857
|
-
const lambda_1 =
|
219860
|
+
const lambda_1 = __nested_webpack_require_1012804__(6721);
|
219858
219861
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
219859
219862
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
219860
219863
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
219861
|
-
const prerender_1 =
|
219864
|
+
const prerender_1 = __nested_webpack_require_1012804__(2850);
|
219862
219865
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
219863
|
-
const download_1 = __importStar(
|
219866
|
+
const download_1 = __importStar(__nested_webpack_require_1012804__(1611));
|
219864
219867
|
exports.download = download_1.default;
|
219865
219868
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
219866
|
-
const get_writable_directory_1 = __importDefault(
|
219869
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1012804__(3838));
|
219867
219870
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
219868
|
-
const glob_1 = __importDefault(
|
219871
|
+
const glob_1 = __importDefault(__nested_webpack_require_1012804__(4240));
|
219869
219872
|
exports.glob = glob_1.default;
|
219870
|
-
const rename_1 = __importDefault(
|
219873
|
+
const rename_1 = __importDefault(__nested_webpack_require_1012804__(6718));
|
219871
219874
|
exports.rename = rename_1.default;
|
219872
|
-
const run_user_scripts_1 =
|
219875
|
+
const run_user_scripts_1 = __nested_webpack_require_1012804__(1442);
|
219873
219876
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
219874
219877
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
219875
219878
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -219886,38 +219889,38 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
219886
219889
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
219887
219890
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
219888
219891
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
219889
|
-
const node_version_1 =
|
219892
|
+
const node_version_1 = __nested_webpack_require_1012804__(7903);
|
219890
219893
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
219891
219894
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
219892
|
-
const errors_1 =
|
219893
|
-
const stream_to_buffer_1 = __importDefault(
|
219895
|
+
const errors_1 = __nested_webpack_require_1012804__(3983);
|
219896
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1012804__(2560));
|
219894
219897
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
219895
|
-
const should_serve_1 = __importDefault(
|
219898
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1012804__(2564));
|
219896
219899
|
exports.shouldServe = should_serve_1.default;
|
219897
|
-
const debug_1 = __importDefault(
|
219900
|
+
const debug_1 = __importDefault(__nested_webpack_require_1012804__(1868));
|
219898
219901
|
exports.debug = debug_1.default;
|
219899
|
-
const get_ignore_filter_1 = __importDefault(
|
219902
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1012804__(1148));
|
219900
219903
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
219901
|
-
var detect_builders_1 =
|
219904
|
+
var detect_builders_1 = __nested_webpack_require_1012804__(4246);
|
219902
219905
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
219903
219906
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
219904
219907
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
219905
219908
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
219906
|
-
var detect_framework_1 =
|
219909
|
+
var detect_framework_1 = __nested_webpack_require_1012804__(5224);
|
219907
219910
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
219908
|
-
var filesystem_1 =
|
219911
|
+
var filesystem_1 = __nested_webpack_require_1012804__(461);
|
219909
219912
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
219910
|
-
var read_config_file_1 =
|
219913
|
+
var read_config_file_1 = __nested_webpack_require_1012804__(7792);
|
219911
219914
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
219912
|
-
var normalize_path_1 =
|
219915
|
+
var normalize_path_1 = __nested_webpack_require_1012804__(6261);
|
219913
219916
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
219914
|
-
var convert_runtime_to_plugin_1 =
|
219917
|
+
var convert_runtime_to_plugin_1 = __nested_webpack_require_1012804__(7276);
|
219915
219918
|
Object.defineProperty(exports, "convertRuntimeToPlugin", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.convertRuntimeToPlugin; } }));
|
219916
219919
|
Object.defineProperty(exports, "updateFunctionsManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateFunctionsManifest; } }));
|
219917
219920
|
Object.defineProperty(exports, "updateRoutesManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateRoutesManifest; } }));
|
219918
|
-
__exportStar(
|
219919
|
-
__exportStar(
|
219920
|
-
__exportStar(
|
219921
|
+
__exportStar(__nested_webpack_require_1012804__(2416), exports);
|
219922
|
+
__exportStar(__nested_webpack_require_1012804__(5748), exports);
|
219923
|
+
__exportStar(__nested_webpack_require_1012804__(3983), exports);
|
219921
219924
|
/**
|
219922
219925
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
219923
219926
|
*/
|
@@ -219970,7 +219973,7 @@ exports.getInputHash = getInputHash;
|
|
219970
219973
|
/***/ }),
|
219971
219974
|
|
219972
219975
|
/***/ 6721:
|
219973
|
-
/***/ (function(__unused_webpack_module, exports,
|
219976
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1023782__) {
|
219974
219977
|
|
219975
219978
|
"use strict";
|
219976
219979
|
|
@@ -219979,13 +219982,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219979
219982
|
};
|
219980
219983
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219981
219984
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = exports.FILES_SYMBOL = void 0;
|
219982
|
-
const assert_1 = __importDefault(
|
219983
|
-
const async_sema_1 = __importDefault(
|
219984
|
-
const yazl_1 =
|
219985
|
-
const minimatch_1 = __importDefault(
|
219986
|
-
const fs_extra_1 =
|
219987
|
-
const download_1 =
|
219988
|
-
const stream_to_buffer_1 = __importDefault(
|
219985
|
+
const assert_1 = __importDefault(__nested_webpack_require_1023782__(2357));
|
219986
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1023782__(5758));
|
219987
|
+
const yazl_1 = __nested_webpack_require_1023782__(1223);
|
219988
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1023782__(9566));
|
219989
|
+
const fs_extra_1 = __nested_webpack_require_1023782__(5392);
|
219990
|
+
const download_1 = __nested_webpack_require_1023782__(1611);
|
219991
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1023782__(2560));
|
219989
219992
|
exports.FILES_SYMBOL = Symbol('files');
|
219990
219993
|
class Lambda {
|
219991
219994
|
constructor({ zipBuffer, handler, runtime, maxDuration, memory, environment, allowQuery, regions, }) {
|
@@ -220214,12 +220217,12 @@ exports.buildsSchema = {
|
|
220214
220217
|
/***/ }),
|
220215
220218
|
|
220216
220219
|
/***/ 2564:
|
220217
|
-
/***/ ((__unused_webpack_module, exports,
|
220220
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1032292__) => {
|
220218
220221
|
|
220219
220222
|
"use strict";
|
220220
220223
|
|
220221
220224
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
220222
|
-
const path_1 =
|
220225
|
+
const path_1 = __nested_webpack_require_1032292__(5622);
|
220223
220226
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
220224
220227
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
220225
220228
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -220456,7 +220459,7 @@ module.exports = __webpack_require__(78761);
|
|
220456
220459
|
/******/ var __webpack_module_cache__ = {};
|
220457
220460
|
/******/
|
220458
220461
|
/******/ // The require function
|
220459
|
-
/******/ function
|
220462
|
+
/******/ function __nested_webpack_require_1132027__(moduleId) {
|
220460
220463
|
/******/ // Check if module is in cache
|
220461
220464
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
220462
220465
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -220471,7 +220474,7 @@ module.exports = __webpack_require__(78761);
|
|
220471
220474
|
/******/ // Execute the module function
|
220472
220475
|
/******/ var threw = true;
|
220473
220476
|
/******/ try {
|
220474
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
220477
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1132027__);
|
220475
220478
|
/******/ threw = false;
|
220476
220479
|
/******/ } finally {
|
220477
220480
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -220484,11 +220487,11 @@ module.exports = __webpack_require__(78761);
|
|
220484
220487
|
/************************************************************************/
|
220485
220488
|
/******/ /* webpack/runtime/compat */
|
220486
220489
|
/******/
|
220487
|
-
/******/
|
220490
|
+
/******/ __nested_webpack_require_1132027__.ab = __dirname + "/";/************************************************************************/
|
220488
220491
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
220489
220492
|
/******/ // startup
|
220490
220493
|
/******/ // Load entry module and return exports
|
220491
|
-
/******/ return
|
220494
|
+
/******/ return __nested_webpack_require_1132027__(2855);
|
220492
220495
|
/******/ })()
|
220493
220496
|
;
|
220494
220497
|
|
@@ -271320,7 +271323,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
271320
271323
|
/***/ ((module) => {
|
271321
271324
|
|
271322
271325
|
"use strict";
|
271323
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.
|
271326
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.59\",\"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.36\",\"@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.10-canary.0\",\"update-notifier\":\"4.1.0\",\"vercel-plugin-middleware\":\"0.0.0-canary.12\",\"vercel-plugin-node\":\"1.12.2-canary.28\"},\"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\":\"1c3701628d88e82f6e0535ecdba2c5e91ce61976\"}");
|
271324
271327
|
|
271325
271328
|
/***/ }),
|
271326
271329
|
|
@@ -271336,7 +271339,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
271336
271339
|
/***/ ((module) => {
|
271337
271340
|
|
271338
271341
|
"use strict";
|
271339
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.
|
271342
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.37\",\"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.36\",\"@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\":\"1c3701628d88e82f6e0535ecdba2c5e91ce61976\"}");
|
271340
271343
|
|
271341
271344
|
/***/ }),
|
271342
271345
|
|
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.59",
|
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.36",
|
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.10-canary.0",
|
51
51
|
"update-notifier": "4.1.0",
|
52
|
-
"vercel-plugin-middleware": "0.0.0-canary.
|
53
|
-
"vercel-plugin-node": "1.12.2-canary.
|
52
|
+
"vercel-plugin-middleware": "0.0.0-canary.12",
|
53
|
+
"vercel-plugin-node": "1.12.2-canary.28"
|
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": "1c3701628d88e82f6e0535ecdba2c5e91ce61976"
|
188
188
|
}
|