vercel 23.1.3-canary.66 → 23.1.3-canary.67
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 +112 -108
- package/package.json +6 -6
package/dist/index.js
CHANGED
@@ -217476,8 +217476,12 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
|
|
217476
217476
|
const locationPrefix = path_1.relative(entry, outputPath);
|
217477
217477
|
let handlerContent = await fs_extra_1.default.readFile(fsPath, encoding);
|
217478
217478
|
const importPaths = [
|
217479
|
-
// This is the full entrypoint path, like `./api/test.py
|
217480
|
-
|
217479
|
+
// This is the full entrypoint path, like `./api/test.py`. In our tests
|
217480
|
+
// Python didn't support importing from a parent directory without using different
|
217481
|
+
// code in the launcher that registers it as a location for modules and then changing
|
217482
|
+
// the importing syntax, but continuing to import it like before seems to work. If
|
217483
|
+
// other languages need this, we should consider excluding Python explicitly.
|
217484
|
+
// `./${entrypoint}`,
|
217481
217485
|
// This is the entrypoint path without extension, like `api/test`
|
217482
217486
|
entrypoint.slice(0, -ext.length),
|
217483
217487
|
];
|
@@ -217628,12 +217632,12 @@ exports.updateRoutesManifest = updateRoutesManifest;
|
|
217628
217632
|
/***/ }),
|
217629
217633
|
|
217630
217634
|
/***/ 1868:
|
217631
|
-
/***/ ((__unused_webpack_module, exports,
|
217635
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_930171__) => {
|
217632
217636
|
|
217633
217637
|
"use strict";
|
217634
217638
|
|
217635
217639
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217636
|
-
const _1 =
|
217640
|
+
const _1 = __nested_webpack_require_930171__(2855);
|
217637
217641
|
function debug(message, ...additional) {
|
217638
217642
|
if (_1.getPlatformEnv('BUILDER_DEBUG')) {
|
217639
217643
|
console.log(message, ...additional);
|
@@ -217645,7 +217649,7 @@ exports.default = debug;
|
|
217645
217649
|
/***/ }),
|
217646
217650
|
|
217647
217651
|
/***/ 4246:
|
217648
|
-
/***/ (function(__unused_webpack_module, exports,
|
217652
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_930556__) {
|
217649
217653
|
|
217650
217654
|
"use strict";
|
217651
217655
|
|
@@ -217654,11 +217658,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217654
217658
|
};
|
217655
217659
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217656
217660
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
217657
|
-
const minimatch_1 = __importDefault(
|
217658
|
-
const semver_1 =
|
217659
|
-
const path_1 =
|
217660
|
-
const frameworks_1 = __importDefault(
|
217661
|
-
const _1 =
|
217661
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_930556__(9566));
|
217662
|
+
const semver_1 = __nested_webpack_require_930556__(2879);
|
217663
|
+
const path_1 = __nested_webpack_require_930556__(5622);
|
217664
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_930556__(8438));
|
217665
|
+
const _1 = __nested_webpack_require_930556__(2855);
|
217662
217666
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
217663
217667
|
// We need to sort the file paths by alphabet to make
|
217664
217668
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -218717,7 +218721,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
218717
218721
|
/***/ }),
|
218718
218722
|
|
218719
218723
|
/***/ 2397:
|
218720
|
-
/***/ (function(__unused_webpack_module, exports,
|
218724
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_969940__) {
|
218721
218725
|
|
218722
218726
|
"use strict";
|
218723
218727
|
|
@@ -218725,8 +218729,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218725
218729
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218726
218730
|
};
|
218727
218731
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218728
|
-
const assert_1 = __importDefault(
|
218729
|
-
const into_stream_1 = __importDefault(
|
218732
|
+
const assert_1 = __importDefault(__nested_webpack_require_969940__(2357));
|
218733
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_969940__(6130));
|
218730
218734
|
class FileBlob {
|
218731
218735
|
constructor({ mode = 0o100644, contentType, data }) {
|
218732
218736
|
assert_1.default(typeof mode === 'number');
|
@@ -218758,7 +218762,7 @@ exports.default = FileBlob;
|
|
218758
218762
|
/***/ }),
|
218759
218763
|
|
218760
218764
|
/***/ 9331:
|
218761
|
-
/***/ (function(__unused_webpack_module, exports,
|
218765
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_971392__) {
|
218762
218766
|
|
218763
218767
|
"use strict";
|
218764
218768
|
|
@@ -218766,11 +218770,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218766
218770
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218767
218771
|
};
|
218768
218772
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218769
|
-
const assert_1 = __importDefault(
|
218770
|
-
const fs_extra_1 = __importDefault(
|
218771
|
-
const multistream_1 = __importDefault(
|
218772
|
-
const path_1 = __importDefault(
|
218773
|
-
const async_sema_1 = __importDefault(
|
218773
|
+
const assert_1 = __importDefault(__nested_webpack_require_971392__(2357));
|
218774
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_971392__(5392));
|
218775
|
+
const multistream_1 = __importDefault(__nested_webpack_require_971392__(8179));
|
218776
|
+
const path_1 = __importDefault(__nested_webpack_require_971392__(5622));
|
218777
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_971392__(5758));
|
218774
218778
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
218775
218779
|
class FileFsRef {
|
218776
218780
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -218836,7 +218840,7 @@ exports.default = FileFsRef;
|
|
218836
218840
|
/***/ }),
|
218837
218841
|
|
218838
218842
|
/***/ 5187:
|
218839
|
-
/***/ (function(__unused_webpack_module, exports,
|
218843
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_974196__) {
|
218840
218844
|
|
218841
218845
|
"use strict";
|
218842
218846
|
|
@@ -218844,11 +218848,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218844
218848
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218845
218849
|
};
|
218846
218850
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218847
|
-
const assert_1 = __importDefault(
|
218848
|
-
const node_fetch_1 = __importDefault(
|
218849
|
-
const multistream_1 = __importDefault(
|
218850
|
-
const async_retry_1 = __importDefault(
|
218851
|
-
const async_sema_1 = __importDefault(
|
218851
|
+
const assert_1 = __importDefault(__nested_webpack_require_974196__(2357));
|
218852
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_974196__(2197));
|
218853
|
+
const multistream_1 = __importDefault(__nested_webpack_require_974196__(8179));
|
218854
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_974196__(3691));
|
218855
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_974196__(5758));
|
218852
218856
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
218853
218857
|
class BailableError extends Error {
|
218854
218858
|
constructor(...args) {
|
@@ -218929,7 +218933,7 @@ exports.default = FileRef;
|
|
218929
218933
|
/***/ }),
|
218930
218934
|
|
218931
218935
|
/***/ 1611:
|
218932
|
-
/***/ (function(__unused_webpack_module, exports,
|
218936
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_977597__) {
|
218933
218937
|
|
218934
218938
|
"use strict";
|
218935
218939
|
|
@@ -218938,10 +218942,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218938
218942
|
};
|
218939
218943
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218940
218944
|
exports.isSymbolicLink = void 0;
|
218941
|
-
const path_1 = __importDefault(
|
218942
|
-
const debug_1 = __importDefault(
|
218943
|
-
const file_fs_ref_1 = __importDefault(
|
218944
|
-
const fs_extra_1 =
|
218945
|
+
const path_1 = __importDefault(__nested_webpack_require_977597__(5622));
|
218946
|
+
const debug_1 = __importDefault(__nested_webpack_require_977597__(1868));
|
218947
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_977597__(9331));
|
218948
|
+
const fs_extra_1 = __nested_webpack_require_977597__(5392);
|
218945
218949
|
const S_IFMT = 61440; /* 0170000 type of file */
|
218946
218950
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
218947
218951
|
function isSymbolicLink(mode) {
|
@@ -219003,14 +219007,14 @@ exports.default = download;
|
|
219003
219007
|
/***/ }),
|
219004
219008
|
|
219005
219009
|
/***/ 3838:
|
219006
|
-
/***/ ((__unused_webpack_module, exports,
|
219010
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_980422__) => {
|
219007
219011
|
|
219008
219012
|
"use strict";
|
219009
219013
|
|
219010
219014
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219011
|
-
const path_1 =
|
219012
|
-
const os_1 =
|
219013
|
-
const fs_extra_1 =
|
219015
|
+
const path_1 = __nested_webpack_require_980422__(5622);
|
219016
|
+
const os_1 = __nested_webpack_require_980422__(2087);
|
219017
|
+
const fs_extra_1 = __nested_webpack_require_980422__(5392);
|
219014
219018
|
async function getWritableDirectory() {
|
219015
219019
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
219016
219020
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -219023,7 +219027,7 @@ exports.default = getWritableDirectory;
|
|
219023
219027
|
/***/ }),
|
219024
219028
|
|
219025
219029
|
/***/ 4240:
|
219026
|
-
/***/ (function(__unused_webpack_module, exports,
|
219030
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_981002__) {
|
219027
219031
|
|
219028
219032
|
"use strict";
|
219029
219033
|
|
@@ -219031,13 +219035,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219031
219035
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219032
219036
|
};
|
219033
219037
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219034
|
-
const path_1 = __importDefault(
|
219035
|
-
const assert_1 = __importDefault(
|
219036
|
-
const glob_1 = __importDefault(
|
219037
|
-
const util_1 =
|
219038
|
-
const fs_extra_1 =
|
219039
|
-
const normalize_path_1 =
|
219040
|
-
const file_fs_ref_1 = __importDefault(
|
219038
|
+
const path_1 = __importDefault(__nested_webpack_require_981002__(5622));
|
219039
|
+
const assert_1 = __importDefault(__nested_webpack_require_981002__(2357));
|
219040
|
+
const glob_1 = __importDefault(__nested_webpack_require_981002__(1104));
|
219041
|
+
const util_1 = __nested_webpack_require_981002__(1669);
|
219042
|
+
const fs_extra_1 = __nested_webpack_require_981002__(5392);
|
219043
|
+
const normalize_path_1 = __nested_webpack_require_981002__(6261);
|
219044
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_981002__(9331));
|
219041
219045
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
219042
219046
|
async function glob(pattern, opts, mountpoint) {
|
219043
219047
|
let options;
|
@@ -219083,7 +219087,7 @@ exports.default = glob;
|
|
219083
219087
|
/***/ }),
|
219084
219088
|
|
219085
219089
|
/***/ 7903:
|
219086
|
-
/***/ (function(__unused_webpack_module, exports,
|
219090
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983198__) {
|
219087
219091
|
|
219088
219092
|
"use strict";
|
219089
219093
|
|
@@ -219092,9 +219096,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219092
219096
|
};
|
219093
219097
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219094
219098
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
219095
|
-
const semver_1 =
|
219096
|
-
const errors_1 =
|
219097
|
-
const debug_1 = __importDefault(
|
219099
|
+
const semver_1 = __nested_webpack_require_983198__(2879);
|
219100
|
+
const errors_1 = __nested_webpack_require_983198__(3983);
|
219101
|
+
const debug_1 = __importDefault(__nested_webpack_require_983198__(1868));
|
219098
219102
|
const allOptions = [
|
219099
219103
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
219100
219104
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -219188,7 +219192,7 @@ exports.normalizePath = normalizePath;
|
|
219188
219192
|
/***/ }),
|
219189
219193
|
|
219190
219194
|
/***/ 7792:
|
219191
|
-
/***/ (function(__unused_webpack_module, exports,
|
219195
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_987066__) {
|
219192
219196
|
|
219193
219197
|
"use strict";
|
219194
219198
|
|
@@ -219197,9 +219201,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219197
219201
|
};
|
219198
219202
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219199
219203
|
exports.readConfigFile = void 0;
|
219200
|
-
const js_yaml_1 = __importDefault(
|
219201
|
-
const toml_1 = __importDefault(
|
219202
|
-
const fs_extra_1 =
|
219204
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_987066__(6540));
|
219205
|
+
const toml_1 = __importDefault(__nested_webpack_require_987066__(9434));
|
219206
|
+
const fs_extra_1 = __nested_webpack_require_987066__(5392);
|
219203
219207
|
async function readFileOrNull(file) {
|
219204
219208
|
try {
|
219205
219209
|
const data = await fs_extra_1.readFile(file);
|
@@ -219254,7 +219258,7 @@ exports.default = rename;
|
|
219254
219258
|
/***/ }),
|
219255
219259
|
|
219256
219260
|
/***/ 1442:
|
219257
|
-
/***/ (function(__unused_webpack_module, exports,
|
219261
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_988859__) {
|
219258
219262
|
|
219259
219263
|
"use strict";
|
219260
219264
|
|
@@ -219263,14 +219267,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219263
219267
|
};
|
219264
219268
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219265
219269
|
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;
|
219266
|
-
const assert_1 = __importDefault(
|
219267
|
-
const fs_extra_1 = __importDefault(
|
219268
|
-
const path_1 = __importDefault(
|
219269
|
-
const debug_1 = __importDefault(
|
219270
|
-
const cross_spawn_1 = __importDefault(
|
219271
|
-
const util_1 =
|
219272
|
-
const errors_1 =
|
219273
|
-
const node_version_1 =
|
219270
|
+
const assert_1 = __importDefault(__nested_webpack_require_988859__(2357));
|
219271
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_988859__(5392));
|
219272
|
+
const path_1 = __importDefault(__nested_webpack_require_988859__(5622));
|
219273
|
+
const debug_1 = __importDefault(__nested_webpack_require_988859__(1868));
|
219274
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_988859__(7618));
|
219275
|
+
const util_1 = __nested_webpack_require_988859__(1669);
|
219276
|
+
const errors_1 = __nested_webpack_require_988859__(3983);
|
219277
|
+
const node_version_1 = __nested_webpack_require_988859__(7903);
|
219274
219278
|
function spawnAsync(command, args, opts = {}) {
|
219275
219279
|
return new Promise((resolve, reject) => {
|
219276
219280
|
const stderrLogs = [];
|
@@ -219581,7 +219585,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
219581
219585
|
/***/ }),
|
219582
219586
|
|
219583
219587
|
/***/ 2560:
|
219584
|
-
/***/ (function(__unused_webpack_module, exports,
|
219588
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1002849__) {
|
219585
219589
|
|
219586
219590
|
"use strict";
|
219587
219591
|
|
@@ -219589,7 +219593,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219589
219593
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219590
219594
|
};
|
219591
219595
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219592
|
-
const end_of_stream_1 = __importDefault(
|
219596
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1002849__(687));
|
219593
219597
|
function streamToBuffer(stream) {
|
219594
219598
|
return new Promise((resolve, reject) => {
|
219595
219599
|
const buffers = [];
|
@@ -219618,7 +219622,7 @@ exports.default = streamToBuffer;
|
|
219618
219622
|
/***/ }),
|
219619
219623
|
|
219620
219624
|
/***/ 1148:
|
219621
|
-
/***/ (function(__unused_webpack_module, exports,
|
219625
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1003917__) {
|
219622
219626
|
|
219623
219627
|
"use strict";
|
219624
219628
|
|
@@ -219626,9 +219630,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219626
219630
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219627
219631
|
};
|
219628
219632
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219629
|
-
const path_1 = __importDefault(
|
219630
|
-
const fs_extra_1 = __importDefault(
|
219631
|
-
const ignore_1 = __importDefault(
|
219633
|
+
const path_1 = __importDefault(__nested_webpack_require_1003917__(5622));
|
219634
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1003917__(5392));
|
219635
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1003917__(3556));
|
219632
219636
|
function isCodedError(error) {
|
219633
219637
|
return (error !== null &&
|
219634
219638
|
error !== undefined &&
|
@@ -219685,7 +219689,7 @@ exports.default = default_1;
|
|
219685
219689
|
/***/ }),
|
219686
219690
|
|
219687
219691
|
/***/ 2855:
|
219688
|
-
/***/ (function(__unused_webpack_module, exports,
|
219692
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1006299__) {
|
219689
219693
|
|
219690
219694
|
"use strict";
|
219691
219695
|
|
@@ -219716,29 +219720,29 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219716
219720
|
};
|
219717
219721
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219718
219722
|
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;
|
219719
|
-
const crypto_1 =
|
219720
|
-
const file_blob_1 = __importDefault(
|
219723
|
+
const crypto_1 = __nested_webpack_require_1006299__(6417);
|
219724
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1006299__(2397));
|
219721
219725
|
exports.FileBlob = file_blob_1.default;
|
219722
|
-
const file_fs_ref_1 = __importDefault(
|
219726
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1006299__(9331));
|
219723
219727
|
exports.FileFsRef = file_fs_ref_1.default;
|
219724
|
-
const file_ref_1 = __importDefault(
|
219728
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1006299__(5187));
|
219725
219729
|
exports.FileRef = file_ref_1.default;
|
219726
|
-
const lambda_1 =
|
219730
|
+
const lambda_1 = __nested_webpack_require_1006299__(6721);
|
219727
219731
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
219728
219732
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
219729
219733
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
219730
|
-
const prerender_1 =
|
219734
|
+
const prerender_1 = __nested_webpack_require_1006299__(2850);
|
219731
219735
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
219732
|
-
const download_1 = __importStar(
|
219736
|
+
const download_1 = __importStar(__nested_webpack_require_1006299__(1611));
|
219733
219737
|
exports.download = download_1.default;
|
219734
219738
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
219735
|
-
const get_writable_directory_1 = __importDefault(
|
219739
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1006299__(3838));
|
219736
219740
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
219737
|
-
const glob_1 = __importDefault(
|
219741
|
+
const glob_1 = __importDefault(__nested_webpack_require_1006299__(4240));
|
219738
219742
|
exports.glob = glob_1.default;
|
219739
|
-
const rename_1 = __importDefault(
|
219743
|
+
const rename_1 = __importDefault(__nested_webpack_require_1006299__(6718));
|
219740
219744
|
exports.rename = rename_1.default;
|
219741
|
-
const run_user_scripts_1 =
|
219745
|
+
const run_user_scripts_1 = __nested_webpack_require_1006299__(1442);
|
219742
219746
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
219743
219747
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
219744
219748
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -219755,38 +219759,38 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
219755
219759
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
219756
219760
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
219757
219761
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
219758
|
-
const node_version_1 =
|
219762
|
+
const node_version_1 = __nested_webpack_require_1006299__(7903);
|
219759
219763
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
219760
219764
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
219761
|
-
const errors_1 =
|
219762
|
-
const stream_to_buffer_1 = __importDefault(
|
219765
|
+
const errors_1 = __nested_webpack_require_1006299__(3983);
|
219766
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1006299__(2560));
|
219763
219767
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
219764
|
-
const should_serve_1 = __importDefault(
|
219768
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1006299__(2564));
|
219765
219769
|
exports.shouldServe = should_serve_1.default;
|
219766
|
-
const debug_1 = __importDefault(
|
219770
|
+
const debug_1 = __importDefault(__nested_webpack_require_1006299__(1868));
|
219767
219771
|
exports.debug = debug_1.default;
|
219768
|
-
const get_ignore_filter_1 = __importDefault(
|
219772
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1006299__(1148));
|
219769
219773
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
219770
|
-
var detect_builders_1 =
|
219774
|
+
var detect_builders_1 = __nested_webpack_require_1006299__(4246);
|
219771
219775
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
219772
219776
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
219773
219777
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
219774
219778
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
219775
|
-
var detect_framework_1 =
|
219779
|
+
var detect_framework_1 = __nested_webpack_require_1006299__(5224);
|
219776
219780
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
219777
|
-
var filesystem_1 =
|
219781
|
+
var filesystem_1 = __nested_webpack_require_1006299__(461);
|
219778
219782
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
219779
|
-
var read_config_file_1 =
|
219783
|
+
var read_config_file_1 = __nested_webpack_require_1006299__(7792);
|
219780
219784
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
219781
|
-
var normalize_path_1 =
|
219785
|
+
var normalize_path_1 = __nested_webpack_require_1006299__(6261);
|
219782
219786
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
219783
|
-
var convert_runtime_to_plugin_1 =
|
219787
|
+
var convert_runtime_to_plugin_1 = __nested_webpack_require_1006299__(7276);
|
219784
219788
|
Object.defineProperty(exports, "convertRuntimeToPlugin", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.convertRuntimeToPlugin; } }));
|
219785
219789
|
Object.defineProperty(exports, "updateFunctionsManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateFunctionsManifest; } }));
|
219786
219790
|
Object.defineProperty(exports, "updateRoutesManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateRoutesManifest; } }));
|
219787
|
-
__exportStar(
|
219788
|
-
__exportStar(
|
219789
|
-
__exportStar(
|
219791
|
+
__exportStar(__nested_webpack_require_1006299__(2416), exports);
|
219792
|
+
__exportStar(__nested_webpack_require_1006299__(5748), exports);
|
219793
|
+
__exportStar(__nested_webpack_require_1006299__(3983), exports);
|
219790
219794
|
/**
|
219791
219795
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
219792
219796
|
*/
|
@@ -219839,7 +219843,7 @@ exports.getInputHash = getInputHash;
|
|
219839
219843
|
/***/ }),
|
219840
219844
|
|
219841
219845
|
/***/ 6721:
|
219842
|
-
/***/ (function(__unused_webpack_module, exports,
|
219846
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1017277__) {
|
219843
219847
|
|
219844
219848
|
"use strict";
|
219845
219849
|
|
@@ -219848,13 +219852,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219848
219852
|
};
|
219849
219853
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219850
219854
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = exports.FILES_SYMBOL = void 0;
|
219851
|
-
const assert_1 = __importDefault(
|
219852
|
-
const async_sema_1 = __importDefault(
|
219853
|
-
const yazl_1 =
|
219854
|
-
const minimatch_1 = __importDefault(
|
219855
|
-
const fs_extra_1 =
|
219856
|
-
const download_1 =
|
219857
|
-
const stream_to_buffer_1 = __importDefault(
|
219855
|
+
const assert_1 = __importDefault(__nested_webpack_require_1017277__(2357));
|
219856
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1017277__(5758));
|
219857
|
+
const yazl_1 = __nested_webpack_require_1017277__(1223);
|
219858
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1017277__(9566));
|
219859
|
+
const fs_extra_1 = __nested_webpack_require_1017277__(5392);
|
219860
|
+
const download_1 = __nested_webpack_require_1017277__(1611);
|
219861
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1017277__(2560));
|
219858
219862
|
exports.FILES_SYMBOL = Symbol('files');
|
219859
219863
|
class Lambda {
|
219860
219864
|
constructor({ zipBuffer, handler, runtime, maxDuration, memory, environment, allowQuery, regions, }) {
|
@@ -220083,12 +220087,12 @@ exports.buildsSchema = {
|
|
220083
220087
|
/***/ }),
|
220084
220088
|
|
220085
220089
|
/***/ 2564:
|
220086
|
-
/***/ ((__unused_webpack_module, exports,
|
220090
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1025787__) => {
|
220087
220091
|
|
220088
220092
|
"use strict";
|
220089
220093
|
|
220090
220094
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
220091
|
-
const path_1 =
|
220095
|
+
const path_1 = __nested_webpack_require_1025787__(5622);
|
220092
220096
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
220093
220097
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
220094
220098
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -220325,7 +220329,7 @@ module.exports = __webpack_require__(78761);
|
|
220325
220329
|
/******/ var __webpack_module_cache__ = {};
|
220326
220330
|
/******/
|
220327
220331
|
/******/ // The require function
|
220328
|
-
/******/ function
|
220332
|
+
/******/ function __nested_webpack_require_1125522__(moduleId) {
|
220329
220333
|
/******/ // Check if module is in cache
|
220330
220334
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
220331
220335
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -220340,7 +220344,7 @@ module.exports = __webpack_require__(78761);
|
|
220340
220344
|
/******/ // Execute the module function
|
220341
220345
|
/******/ var threw = true;
|
220342
220346
|
/******/ try {
|
220343
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
220347
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1125522__);
|
220344
220348
|
/******/ threw = false;
|
220345
220349
|
/******/ } finally {
|
220346
220350
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -220353,11 +220357,11 @@ module.exports = __webpack_require__(78761);
|
|
220353
220357
|
/************************************************************************/
|
220354
220358
|
/******/ /* webpack/runtime/compat */
|
220355
220359
|
/******/
|
220356
|
-
/******/
|
220360
|
+
/******/ __nested_webpack_require_1125522__.ab = __dirname + "/";/************************************************************************/
|
220357
220361
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
220358
220362
|
/******/ // startup
|
220359
220363
|
/******/ // Load entry module and return exports
|
220360
|
-
/******/ return
|
220364
|
+
/******/ return __nested_webpack_require_1125522__(2855);
|
220361
220365
|
/******/ })()
|
220362
220366
|
;
|
220363
220367
|
|
@@ -271067,7 +271071,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
271067
271071
|
/***/ ((module) => {
|
271068
271072
|
|
271069
271073
|
"use strict";
|
271070
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.
|
271074
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.67\",\"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.42\",\"@vercel/go\":\"1.2.4-canary.4\",\"@vercel/node\":\"1.12.2-canary.7\",\"@vercel/python\":\"2.1.2-canary.2\",\"@vercel/ruby\":\"1.2.10-canary.0\",\"update-notifier\":\"4.1.0\",\"vercel-plugin-middleware\":\"0.0.0-canary.19\",\"vercel-plugin-node\":\"1.12.2-canary.34\"},\"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.17\",\"@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\":\"d3ef240f6e01fff3d11d0499c9aaf892968748e3\"}");
|
271071
271075
|
|
271072
271076
|
/***/ }),
|
271073
271077
|
|
@@ -271083,7 +271087,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
271083
271087
|
/***/ ((module) => {
|
271084
271088
|
|
271085
271089
|
"use strict";
|
271086
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.
|
271090
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.45\",\"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.42\",\"@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\":\"d3ef240f6e01fff3d11d0499c9aaf892968748e3\"}");
|
271087
271091
|
|
271088
271092
|
/***/ }),
|
271089
271093
|
|
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.67",
|
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.42",
|
47
47
|
"@vercel/go": "1.2.4-canary.4",
|
48
48
|
"@vercel/node": "1.12.2-canary.7",
|
49
|
-
"@vercel/python": "2.1.2-canary.
|
49
|
+
"@vercel/python": "2.1.2-canary.2",
|
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.19",
|
53
|
+
"vercel-plugin-node": "1.12.2-canary.34"
|
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": "d3ef240f6e01fff3d11d0499c9aaf892968748e3"
|
188
188
|
}
|