vercel 28.10.3 → 28.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +114 -112
- package/package.json +15 -15
package/dist/index.js
CHANGED
@@ -191235,7 +191235,9 @@ function cloneEnv(...envs) {
|
|
191235
191235
|
// however we lose this proxied value when we destructure and
|
191236
191236
|
// thus we must explicitly copy it, but we must also remove the
|
191237
191237
|
// `Path` property since we can't have both a `PATH` and `Path`
|
191238
|
-
obj.
|
191238
|
+
if (obj.Path !== undefined) {
|
191239
|
+
obj.PATH = obj.Path;
|
191240
|
+
}
|
191239
191241
|
delete obj.Path;
|
191240
191242
|
}
|
191241
191243
|
return obj;
|
@@ -191247,12 +191249,12 @@ exports.cloneEnv = cloneEnv;
|
|
191247
191249
|
/***/ }),
|
191248
191250
|
|
191249
191251
|
/***/ 1868:
|
191250
|
-
/***/ ((__unused_webpack_module, exports,
|
191252
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_834688__) => {
|
191251
191253
|
|
191252
191254
|
"use strict";
|
191253
191255
|
|
191254
191256
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191255
|
-
const get_platform_env_1 =
|
191257
|
+
const get_platform_env_1 = __nested_webpack_require_834688__(4678);
|
191256
191258
|
function debug(message, ...additional) {
|
191257
191259
|
if (get_platform_env_1.getPlatformEnv('BUILDER_DEBUG')) {
|
191258
191260
|
console.log(message, ...additional);
|
@@ -191388,7 +191390,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
191388
191390
|
/***/ }),
|
191389
191391
|
|
191390
191392
|
/***/ 2397:
|
191391
|
-
/***/ (function(__unused_webpack_module, exports,
|
191393
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_839081__) {
|
191392
191394
|
|
191393
191395
|
"use strict";
|
191394
191396
|
|
@@ -191396,8 +191398,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191396
191398
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
191397
191399
|
};
|
191398
191400
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191399
|
-
const assert_1 = __importDefault(
|
191400
|
-
const into_stream_1 = __importDefault(
|
191401
|
+
const assert_1 = __importDefault(__nested_webpack_require_839081__(2357));
|
191402
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_839081__(6130));
|
191401
191403
|
class FileBlob {
|
191402
191404
|
constructor({ mode = 0o100644, contentType, data }) {
|
191403
191405
|
assert_1.default(typeof mode === 'number');
|
@@ -191432,7 +191434,7 @@ exports.default = FileBlob;
|
|
191432
191434
|
/***/ }),
|
191433
191435
|
|
191434
191436
|
/***/ 9331:
|
191435
|
-
/***/ (function(__unused_webpack_module, exports,
|
191437
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_840599__) {
|
191436
191438
|
|
191437
191439
|
"use strict";
|
191438
191440
|
|
@@ -191440,11 +191442,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191440
191442
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
191441
191443
|
};
|
191442
191444
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191443
|
-
const assert_1 = __importDefault(
|
191444
|
-
const fs_extra_1 = __importDefault(
|
191445
|
-
const multistream_1 = __importDefault(
|
191446
|
-
const path_1 = __importDefault(
|
191447
|
-
const async_sema_1 = __importDefault(
|
191445
|
+
const assert_1 = __importDefault(__nested_webpack_require_840599__(2357));
|
191446
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_840599__(5392));
|
191447
|
+
const multistream_1 = __importDefault(__nested_webpack_require_840599__(8179));
|
191448
|
+
const path_1 = __importDefault(__nested_webpack_require_840599__(5622));
|
191449
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_840599__(5758));
|
191448
191450
|
const DEFAULT_SEMA = 20;
|
191449
191451
|
const semaToPreventEMFILE = new async_sema_1.default(parseInt(process.env.VERCEL_INTERNAL_FILE_FS_REF_SEMA || String(DEFAULT_SEMA), 10) || DEFAULT_SEMA);
|
191450
191452
|
class FileFsRef {
|
@@ -191511,7 +191513,7 @@ exports.default = FileFsRef;
|
|
191511
191513
|
/***/ }),
|
191512
191514
|
|
191513
191515
|
/***/ 5187:
|
191514
|
-
/***/ (function(__unused_webpack_module, exports,
|
191516
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_843524__) {
|
191515
191517
|
|
191516
191518
|
"use strict";
|
191517
191519
|
|
@@ -191519,11 +191521,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191519
191521
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
191520
191522
|
};
|
191521
191523
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191522
|
-
const assert_1 = __importDefault(
|
191523
|
-
const node_fetch_1 = __importDefault(
|
191524
|
-
const multistream_1 = __importDefault(
|
191525
|
-
const async_retry_1 = __importDefault(
|
191526
|
-
const async_sema_1 = __importDefault(
|
191524
|
+
const assert_1 = __importDefault(__nested_webpack_require_843524__(2357));
|
191525
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_843524__(2197));
|
191526
|
+
const multistream_1 = __importDefault(__nested_webpack_require_843524__(8179));
|
191527
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_843524__(3691));
|
191528
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_843524__(5758));
|
191527
191529
|
const DEFAULT_SEMA = 5;
|
191528
191530
|
const semaToDownloadFromS3 = new async_sema_1.default(parseInt(process.env.VERCEL_INTERNAL_FILE_REF_SEMA || String(DEFAULT_SEMA), 10) || DEFAULT_SEMA);
|
191529
191531
|
class BailableError extends Error {
|
@@ -191605,7 +191607,7 @@ exports.default = FileRef;
|
|
191605
191607
|
/***/ }),
|
191606
191608
|
|
191607
191609
|
/***/ 1611:
|
191608
|
-
/***/ (function(__unused_webpack_module, exports,
|
191610
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_847043__) {
|
191609
191611
|
|
191610
191612
|
"use strict";
|
191611
191613
|
|
@@ -191614,11 +191616,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191614
191616
|
};
|
191615
191617
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191616
191618
|
exports.downloadFile = exports.isSymbolicLink = void 0;
|
191617
|
-
const path_1 = __importDefault(
|
191618
|
-
const debug_1 = __importDefault(
|
191619
|
-
const file_fs_ref_1 = __importDefault(
|
191620
|
-
const fs_extra_1 =
|
191621
|
-
const stream_to_buffer_1 = __importDefault(
|
191619
|
+
const path_1 = __importDefault(__nested_webpack_require_847043__(5622));
|
191620
|
+
const debug_1 = __importDefault(__nested_webpack_require_847043__(1868));
|
191621
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_847043__(9331));
|
191622
|
+
const fs_extra_1 = __nested_webpack_require_847043__(5392);
|
191623
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_847043__(2560));
|
191622
191624
|
const S_IFMT = 61440; /* 0170000 type of file */
|
191623
191625
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
191624
191626
|
function isSymbolicLink(mode) {
|
@@ -191709,14 +191711,14 @@ exports.default = download;
|
|
191709
191711
|
/***/ }),
|
191710
191712
|
|
191711
191713
|
/***/ 3838:
|
191712
|
-
/***/ ((__unused_webpack_module, exports,
|
191714
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_851478__) => {
|
191713
191715
|
|
191714
191716
|
"use strict";
|
191715
191717
|
|
191716
191718
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191717
|
-
const path_1 =
|
191718
|
-
const os_1 =
|
191719
|
-
const fs_extra_1 =
|
191719
|
+
const path_1 = __nested_webpack_require_851478__(5622);
|
191720
|
+
const os_1 = __nested_webpack_require_851478__(2087);
|
191721
|
+
const fs_extra_1 = __nested_webpack_require_851478__(5392);
|
191720
191722
|
async function getWritableDirectory() {
|
191721
191723
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
191722
191724
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -191729,7 +191731,7 @@ exports.default = getWritableDirectory;
|
|
191729
191731
|
/***/ }),
|
191730
191732
|
|
191731
191733
|
/***/ 4240:
|
191732
|
-
/***/ (function(__unused_webpack_module, exports,
|
191734
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_852058__) {
|
191733
191735
|
|
191734
191736
|
"use strict";
|
191735
191737
|
|
@@ -191737,13 +191739,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191737
191739
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
191738
191740
|
};
|
191739
191741
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191740
|
-
const path_1 = __importDefault(
|
191741
|
-
const assert_1 = __importDefault(
|
191742
|
-
const glob_1 = __importDefault(
|
191743
|
-
const util_1 =
|
191744
|
-
const fs_extra_1 =
|
191745
|
-
const normalize_path_1 =
|
191746
|
-
const file_fs_ref_1 = __importDefault(
|
191742
|
+
const path_1 = __importDefault(__nested_webpack_require_852058__(5622));
|
191743
|
+
const assert_1 = __importDefault(__nested_webpack_require_852058__(2357));
|
191744
|
+
const glob_1 = __importDefault(__nested_webpack_require_852058__(1104));
|
191745
|
+
const util_1 = __nested_webpack_require_852058__(1669);
|
191746
|
+
const fs_extra_1 = __nested_webpack_require_852058__(5392);
|
191747
|
+
const normalize_path_1 = __nested_webpack_require_852058__(6261);
|
191748
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_852058__(9331));
|
191747
191749
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
191748
191750
|
async function glob(pattern, opts, mountpoint) {
|
191749
191751
|
let options;
|
@@ -191790,7 +191792,7 @@ exports.default = glob;
|
|
191790
191792
|
/***/ }),
|
191791
191793
|
|
191792
191794
|
/***/ 7903:
|
191793
|
-
/***/ (function(__unused_webpack_module, exports,
|
191795
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_854279__) {
|
191794
191796
|
|
191795
191797
|
"use strict";
|
191796
191798
|
|
@@ -191799,9 +191801,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191799
191801
|
};
|
191800
191802
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191801
191803
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
191802
|
-
const semver_1 =
|
191803
|
-
const errors_1 =
|
191804
|
-
const debug_1 = __importDefault(
|
191804
|
+
const semver_1 = __nested_webpack_require_854279__(2879);
|
191805
|
+
const errors_1 = __nested_webpack_require_854279__(3983);
|
191806
|
+
const debug_1 = __importDefault(__nested_webpack_require_854279__(1868));
|
191805
191807
|
function getOptions() {
|
191806
191808
|
const options = [
|
191807
191809
|
{ major: 18, range: '18.x', runtime: 'nodejs18.x' },
|
@@ -191904,7 +191906,7 @@ exports.normalizePath = normalizePath;
|
|
191904
191906
|
/***/ }),
|
191905
191907
|
|
191906
191908
|
/***/ 7792:
|
191907
|
-
/***/ (function(__unused_webpack_module, exports,
|
191909
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_858331__) {
|
191908
191910
|
|
191909
191911
|
"use strict";
|
191910
191912
|
|
@@ -191913,9 +191915,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191913
191915
|
};
|
191914
191916
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191915
191917
|
exports.readConfigFile = void 0;
|
191916
|
-
const js_yaml_1 = __importDefault(
|
191917
|
-
const toml_1 = __importDefault(
|
191918
|
-
const fs_extra_1 =
|
191918
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_858331__(6540));
|
191919
|
+
const toml_1 = __importDefault(__nested_webpack_require_858331__(9434));
|
191920
|
+
const fs_extra_1 = __nested_webpack_require_858331__(5392);
|
191919
191921
|
async function readFileOrNull(file) {
|
191920
191922
|
try {
|
191921
191923
|
const data = await fs_extra_1.readFile(file);
|
@@ -191970,7 +191972,7 @@ exports.default = rename;
|
|
191970
191972
|
/***/ }),
|
191971
191973
|
|
191972
191974
|
/***/ 1442:
|
191973
|
-
/***/ (function(__unused_webpack_module, exports,
|
191975
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_860124__) {
|
191974
191976
|
|
191975
191977
|
"use strict";
|
191976
191978
|
|
@@ -191979,18 +191981,18 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191979
191981
|
};
|
191980
191982
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191981
191983
|
exports.installDependencies = exports.getScriptName = exports.runPipInstall = exports.runBundleInstall = exports.runPackageJsonScript = exports.runCustomInstallCommand = exports.getEnvForPackageManager = exports.runNpmInstall = exports.walkParentDirs = exports.scanParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
|
191982
|
-
const assert_1 = __importDefault(
|
191983
|
-
const fs_extra_1 = __importDefault(
|
191984
|
-
const path_1 = __importDefault(
|
191985
|
-
const async_sema_1 = __importDefault(
|
191986
|
-
const cross_spawn_1 = __importDefault(
|
191987
|
-
const semver_1 =
|
191988
|
-
const util_1 =
|
191989
|
-
const debug_1 = __importDefault(
|
191990
|
-
const errors_1 =
|
191991
|
-
const node_version_1 =
|
191992
|
-
const read_config_file_1 =
|
191993
|
-
const clone_env_1 =
|
191984
|
+
const assert_1 = __importDefault(__nested_webpack_require_860124__(2357));
|
191985
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_860124__(5392));
|
191986
|
+
const path_1 = __importDefault(__nested_webpack_require_860124__(5622));
|
191987
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_860124__(5758));
|
191988
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_860124__(7618));
|
191989
|
+
const semver_1 = __nested_webpack_require_860124__(2879);
|
191990
|
+
const util_1 = __nested_webpack_require_860124__(1669);
|
191991
|
+
const debug_1 = __importDefault(__nested_webpack_require_860124__(1868));
|
191992
|
+
const errors_1 = __nested_webpack_require_860124__(3983);
|
191993
|
+
const node_version_1 = __nested_webpack_require_860124__(7903);
|
191994
|
+
const read_config_file_1 = __nested_webpack_require_860124__(7792);
|
191995
|
+
const clone_env_1 = __nested_webpack_require_860124__(6548);
|
191994
191996
|
// Only allow one `runNpmInstall()` invocation to run concurrently
|
191995
191997
|
const runNpmInstallSema = new async_sema_1.default(1);
|
191996
191998
|
function spawnAsync(command, args, opts = {}) {
|
@@ -192461,7 +192463,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
192461
192463
|
/***/ }),
|
192462
192464
|
|
192463
192465
|
/***/ 2560:
|
192464
|
-
/***/ (function(__unused_webpack_module, exports,
|
192466
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_880458__) {
|
192465
192467
|
|
192466
192468
|
"use strict";
|
192467
192469
|
|
@@ -192469,7 +192471,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
192469
192471
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
192470
192472
|
};
|
192471
192473
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
192472
|
-
const end_of_stream_1 = __importDefault(
|
192474
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_880458__(687));
|
192473
192475
|
function streamToBuffer(stream) {
|
192474
192476
|
return new Promise((resolve, reject) => {
|
192475
192477
|
const buffers = [];
|
@@ -192498,7 +192500,7 @@ exports.default = streamToBuffer;
|
|
192498
192500
|
/***/ }),
|
192499
192501
|
|
192500
192502
|
/***/ 1148:
|
192501
|
-
/***/ (function(__unused_webpack_module, exports,
|
192503
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_881526__) {
|
192502
192504
|
|
192503
192505
|
"use strict";
|
192504
192506
|
|
@@ -192506,9 +192508,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
192506
192508
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
192507
192509
|
};
|
192508
192510
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
192509
|
-
const path_1 = __importDefault(
|
192510
|
-
const fs_extra_1 = __importDefault(
|
192511
|
-
const ignore_1 = __importDefault(
|
192511
|
+
const path_1 = __importDefault(__nested_webpack_require_881526__(5622));
|
192512
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_881526__(5392));
|
192513
|
+
const ignore_1 = __importDefault(__nested_webpack_require_881526__(3556));
|
192512
192514
|
function isCodedError(error) {
|
192513
192515
|
return (error !== null &&
|
192514
192516
|
error !== undefined &&
|
@@ -192565,13 +192567,13 @@ exports.default = default_1;
|
|
192565
192567
|
/***/ }),
|
192566
192568
|
|
192567
192569
|
/***/ 4678:
|
192568
|
-
/***/ ((__unused_webpack_module, exports,
|
192570
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_883900__) => {
|
192569
192571
|
|
192570
192572
|
"use strict";
|
192571
192573
|
|
192572
192574
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
192573
192575
|
exports.getPlatformEnv = void 0;
|
192574
|
-
const errors_1 =
|
192576
|
+
const errors_1 = __nested_webpack_require_883900__(3983);
|
192575
192577
|
/**
|
192576
192578
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
192577
192579
|
* Throws an error if *both* env vars are defined.
|
@@ -192635,7 +192637,7 @@ exports.getPrefixedEnvVars = getPrefixedEnvVars;
|
|
192635
192637
|
/***/ }),
|
192636
192638
|
|
192637
192639
|
/***/ 2855:
|
192638
|
-
/***/ (function(__unused_webpack_module, exports,
|
192640
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_886159__) {
|
192639
192641
|
|
192640
192642
|
"use strict";
|
192641
192643
|
|
@@ -192666,31 +192668,31 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
192666
192668
|
};
|
192667
192669
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
192668
192670
|
exports.normalizePath = exports.readConfigFile = exports.EdgeFunction = exports.cloneEnv = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.streamToBuffer = exports.getPrefixedEnvVars = exports.getPlatformEnv = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.getEnvForPackageManager = exports.runCustomInstallCommand = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.downloadFile = exports.download = exports.Prerender = exports.createLambda = exports.NodejsLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
192669
|
-
const file_blob_1 = __importDefault(
|
192671
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_886159__(2397));
|
192670
192672
|
exports.FileBlob = file_blob_1.default;
|
192671
|
-
const file_fs_ref_1 = __importDefault(
|
192673
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_886159__(9331));
|
192672
192674
|
exports.FileFsRef = file_fs_ref_1.default;
|
192673
|
-
const file_ref_1 = __importDefault(
|
192675
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_886159__(5187));
|
192674
192676
|
exports.FileRef = file_ref_1.default;
|
192675
|
-
const lambda_1 =
|
192677
|
+
const lambda_1 = __nested_webpack_require_886159__(6721);
|
192676
192678
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
192677
192679
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
192678
192680
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
192679
|
-
const nodejs_lambda_1 =
|
192681
|
+
const nodejs_lambda_1 = __nested_webpack_require_886159__(7049);
|
192680
192682
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
192681
|
-
const prerender_1 =
|
192683
|
+
const prerender_1 = __nested_webpack_require_886159__(2850);
|
192682
192684
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
192683
|
-
const download_1 = __importStar(
|
192685
|
+
const download_1 = __importStar(__nested_webpack_require_886159__(1611));
|
192684
192686
|
exports.download = download_1.default;
|
192685
192687
|
Object.defineProperty(exports, "downloadFile", ({ enumerable: true, get: function () { return download_1.downloadFile; } }));
|
192686
192688
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
192687
|
-
const get_writable_directory_1 = __importDefault(
|
192689
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_886159__(3838));
|
192688
192690
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
192689
|
-
const glob_1 = __importDefault(
|
192691
|
+
const glob_1 = __importDefault(__nested_webpack_require_886159__(4240));
|
192690
192692
|
exports.glob = glob_1.default;
|
192691
|
-
const rename_1 = __importDefault(
|
192693
|
+
const rename_1 = __importDefault(__nested_webpack_require_886159__(6718));
|
192692
192694
|
exports.rename = rename_1.default;
|
192693
|
-
const run_user_scripts_1 =
|
192695
|
+
const run_user_scripts_1 = __nested_webpack_require_886159__(1442);
|
192694
192696
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
192695
192697
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
192696
192698
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -192709,37 +192711,37 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
192709
192711
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
192710
192712
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
192711
192713
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
192712
|
-
const node_version_1 =
|
192714
|
+
const node_version_1 = __nested_webpack_require_886159__(7903);
|
192713
192715
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
192714
192716
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
192715
|
-
const stream_to_buffer_1 = __importDefault(
|
192717
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_886159__(2560));
|
192716
192718
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
192717
|
-
const debug_1 = __importDefault(
|
192719
|
+
const debug_1 = __importDefault(__nested_webpack_require_886159__(1868));
|
192718
192720
|
exports.debug = debug_1.default;
|
192719
|
-
const get_ignore_filter_1 = __importDefault(
|
192721
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_886159__(1148));
|
192720
192722
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
192721
|
-
const get_platform_env_1 =
|
192723
|
+
const get_platform_env_1 = __nested_webpack_require_886159__(4678);
|
192722
192724
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
192723
|
-
const get_prefixed_env_vars_1 =
|
192725
|
+
const get_prefixed_env_vars_1 = __nested_webpack_require_886159__(6838);
|
192724
192726
|
Object.defineProperty(exports, "getPrefixedEnvVars", ({ enumerable: true, get: function () { return get_prefixed_env_vars_1.getPrefixedEnvVars; } }));
|
192725
|
-
const clone_env_1 =
|
192727
|
+
const clone_env_1 = __nested_webpack_require_886159__(6548);
|
192726
192728
|
Object.defineProperty(exports, "cloneEnv", ({ enumerable: true, get: function () { return clone_env_1.cloneEnv; } }));
|
192727
|
-
var edge_function_1 =
|
192729
|
+
var edge_function_1 = __nested_webpack_require_886159__(8038);
|
192728
192730
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
192729
|
-
var read_config_file_1 =
|
192731
|
+
var read_config_file_1 = __nested_webpack_require_886159__(7792);
|
192730
192732
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
192731
|
-
var normalize_path_1 =
|
192733
|
+
var normalize_path_1 = __nested_webpack_require_886159__(6261);
|
192732
192734
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
192733
|
-
__exportStar(
|
192734
|
-
__exportStar(
|
192735
|
-
__exportStar(
|
192736
|
-
__exportStar(
|
192735
|
+
__exportStar(__nested_webpack_require_886159__(2564), exports);
|
192736
|
+
__exportStar(__nested_webpack_require_886159__(2416), exports);
|
192737
|
+
__exportStar(__nested_webpack_require_886159__(5748), exports);
|
192738
|
+
__exportStar(__nested_webpack_require_886159__(3983), exports);
|
192737
192739
|
|
192738
192740
|
|
192739
192741
|
/***/ }),
|
192740
192742
|
|
192741
192743
|
/***/ 6721:
|
192742
|
-
/***/ (function(__unused_webpack_module, exports,
|
192744
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_894977__) {
|
192743
192745
|
|
192744
192746
|
"use strict";
|
192745
192747
|
|
@@ -192748,13 +192750,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
192748
192750
|
};
|
192749
192751
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
192750
192752
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
192751
|
-
const assert_1 = __importDefault(
|
192752
|
-
const async_sema_1 = __importDefault(
|
192753
|
-
const yazl_1 =
|
192754
|
-
const minimatch_1 = __importDefault(
|
192755
|
-
const fs_extra_1 =
|
192756
|
-
const download_1 =
|
192757
|
-
const stream_to_buffer_1 = __importDefault(
|
192753
|
+
const assert_1 = __importDefault(__nested_webpack_require_894977__(2357));
|
192754
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_894977__(5758));
|
192755
|
+
const yazl_1 = __nested_webpack_require_894977__(1223);
|
192756
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_894977__(9566));
|
192757
|
+
const fs_extra_1 = __nested_webpack_require_894977__(5392);
|
192758
|
+
const download_1 = __nested_webpack_require_894977__(1611);
|
192759
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_894977__(2560));
|
192758
192760
|
class Lambda {
|
192759
192761
|
constructor(opts) {
|
192760
192762
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, supportsWrapper, experimentalResponseStreaming, operationType, } = opts;
|
@@ -192882,13 +192884,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
192882
192884
|
/***/ }),
|
192883
192885
|
|
192884
192886
|
/***/ 7049:
|
192885
|
-
/***/ ((__unused_webpack_module, exports,
|
192887
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_900826__) => {
|
192886
192888
|
|
192887
192889
|
"use strict";
|
192888
192890
|
|
192889
192891
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
192890
192892
|
exports.NodejsLambda = void 0;
|
192891
|
-
const lambda_1 =
|
192893
|
+
const lambda_1 = __nested_webpack_require_900826__(6721);
|
192892
192894
|
class NodejsLambda extends lambda_1.Lambda {
|
192893
192895
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
192894
192896
|
super(opts);
|
@@ -193043,13 +193045,13 @@ exports.buildsSchema = {
|
|
193043
193045
|
/***/ }),
|
193044
193046
|
|
193045
193047
|
/***/ 2564:
|
193046
|
-
/***/ ((__unused_webpack_module, exports,
|
193048
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_906158__) => {
|
193047
193049
|
|
193048
193050
|
"use strict";
|
193049
193051
|
|
193050
193052
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
193051
193053
|
exports.shouldServe = void 0;
|
193052
|
-
const path_1 =
|
193054
|
+
const path_1 = __nested_webpack_require_906158__(5622);
|
193053
193055
|
const shouldServe = ({ entrypoint, files, requestPath, }) => {
|
193054
193056
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
193055
193057
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -193294,7 +193296,7 @@ module.exports = __webpack_require__(78761);
|
|
193294
193296
|
/******/ var __webpack_module_cache__ = {};
|
193295
193297
|
/******/
|
193296
193298
|
/******/ // The require function
|
193297
|
-
/******/ function
|
193299
|
+
/******/ function __nested_webpack_require_1283523__(moduleId) {
|
193298
193300
|
/******/ // Check if module is in cache
|
193299
193301
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
193300
193302
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -193309,7 +193311,7 @@ module.exports = __webpack_require__(78761);
|
|
193309
193311
|
/******/ // Execute the module function
|
193310
193312
|
/******/ var threw = true;
|
193311
193313
|
/******/ try {
|
193312
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
193314
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1283523__);
|
193313
193315
|
/******/ threw = false;
|
193314
193316
|
/******/ } finally {
|
193315
193317
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -193322,11 +193324,11 @@ module.exports = __webpack_require__(78761);
|
|
193322
193324
|
/************************************************************************/
|
193323
193325
|
/******/ /* webpack/runtime/compat */
|
193324
193326
|
/******/
|
193325
|
-
/******/
|
193327
|
+
/******/ __nested_webpack_require_1283523__.ab = __dirname + "/";/************************************************************************/
|
193326
193328
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
193327
193329
|
/******/ // startup
|
193328
193330
|
/******/ // Load entry module and return exports
|
193329
|
-
/******/ return
|
193331
|
+
/******/ return __nested_webpack_require_1283523__(2855);
|
193330
193332
|
/******/ })()
|
193331
193333
|
;
|
193332
193334
|
|
@@ -213026,7 +213028,7 @@ exports.frameworks = [
|
|
213026
213028
|
demo: 'https://nextjs-template.vercel.app',
|
213027
213029
|
logo: 'https://api-frameworks.vercel.sh/framework-logos/next.svg',
|
213028
213030
|
darkModeLogo: 'https://api-frameworks.vercel.sh/framework-logos/next-dark.svg',
|
213029
|
-
screenshot: 'https://assets.vercel.com/image/upload/
|
213031
|
+
screenshot: 'https://assets.vercel.com/image/upload/v1673027027/front/import/nextjs.png',
|
213030
213032
|
tagline: 'Next.js makes you productive with React instantly — whether you want to build static or dynamic sites.',
|
213031
213033
|
description: 'A Next.js app and a Serverless Function API.',
|
213032
213034
|
website: 'https://nextjs.org',
|
@@ -242739,8 +242741,8 @@ exports.default = readConfig;
|
|
242739
242741
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
242740
242742
|
exports.SENTRY_DSN = exports.GA_TRACKING_ID = void 0;
|
242741
242743
|
// This file is auto-generated
|
242742
|
-
exports.GA_TRACKING_ID =
|
242743
|
-
exports.SENTRY_DSN =
|
242744
|
+
exports.GA_TRACKING_ID = undefined;
|
242745
|
+
exports.SENTRY_DSN = undefined;
|
242744
242746
|
|
242745
242747
|
|
242746
242748
|
/***/ }),
|
@@ -255276,7 +255278,7 @@ module.exports = JSON.parse("{\"application/1d-interleaved-parityfec\":{\"source
|
|
255276
255278
|
/***/ ((module) => {
|
255277
255279
|
|
255278
255280
|
"use strict";
|
255279
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"28.
|
255281
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"28.11.0\",\"preferGlobal\":true,\"license\":\"Apache-2.0\",\"description\":\"The command-line interface for Vercel\",\"homepage\":\"https://vercel.com\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/cli\"},\"scripts\":{\"preinstall\":\"node ./scripts/preinstall.js\",\"test\":\"jest --env node --verbose --bail\",\"test-unit\":\"yarn test test/unit/\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"yarn test test/dev/\",\"coverage\":\"codecov\",\"build\":\"ts-node ./scripts/build.ts\",\"dev\":\"ts-node ./src/index.ts\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 14\"},\"dependencies\":{\"@vercel/build-utils\":\"5.7.4\",\"@vercel/go\":\"2.2.23\",\"@vercel/hydrogen\":\"0.0.37\",\"@vercel/next\":\"3.3.8\",\"@vercel/node\":\"2.8.5\",\"@vercel/python\":\"3.1.33\",\"@vercel/redwood\":\"1.0.44\",\"@vercel/remix\":\"1.1.6\",\"@vercel/ruby\":\"1.3.49\",\"@vercel/static-build\":\"1.1.0\",\"update-notifier\":\"5.1.0\"},\"devDependencies\":{\"@alex_neo/jest-expect-message\":\"1.0.5\",\"@next/env\":\"11.1.2\",\"@sentry/node\":\"5.5.0\",\"@sindresorhus/slugify\":\"0.11.0\",\"@swc/core\":\"1.2.218\",\"@tootallnate/once\":\"1.1.2\",\"@types/async-retry\":\"1.2.1\",\"@types/bytes\":\"3.0.0\",\"@types/chance\":\"1.1.3\",\"@types/debug\":\"0.0.31\",\"@types/dotenv\":\"6.1.1\",\"@types/escape-html\":\"0.0.20\",\"@types/express\":\"4.17.13\",\"@types/fs-extra\":\"9.0.13\",\"@types/glob\":\"7.1.1\",\"@types/http-proxy\":\"1.16.2\",\"@types/ini\":\"1.3.31\",\"@types/inquirer\":\"7.3.1\",\"@types/jest\":\"27.4.1\",\"@types/jest-expect-message\":\"1.0.3\",\"@types/load-json-file\":\"2.0.7\",\"@types/mime-types\":\"2.1.0\",\"@types/minimatch\":\"3.0.3\",\"@types/mri\":\"1.1.0\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"14.18.33\",\"@types/node-fetch\":\"2.5.10\",\"@types/npm-package-arg\":\"6.1.0\",\"@types/pluralize\":\"0.0.29\",\"@types/psl\":\"1.1.0\",\"@types/semver\":\"6.0.1\",\"@types/tar-fs\":\"1.16.1\",\"@types/text-table\":\"0.2.0\",\"@types/title\":\"3.4.1\",\"@types/universal-analytics\":\"0.4.2\",\"@types/update-notifier\":\"5.1.0\",\"@types/which\":\"1.3.2\",\"@types/write-json-file\":\"2.2.1\",\"@types/yauzl-promise\":\"2.1.0\",\"@vercel/client\":\"12.2.25\",\"@vercel/error-utils\":\"1.0.3\",\"@vercel/frameworks\":\"1.1.18\",\"@vercel/fs-detectors\":\"3.6.1\",\"@vercel/fun\":\"1.0.4\",\"@vercel/ncc\":\"0.24.0\",\"@zeit/source-map-support\":\"0.6.2\",\"ajv\":\"6.12.2\",\"alpha-sort\":\"2.0.1\",\"ansi-escapes\":\"4.3.2\",\"ansi-regex\":\"5.0.1\",\"arg\":\"5.0.0\",\"async-listen\":\"1.2.0\",\"async-retry\":\"1.1.3\",\"async-sema\":\"2.1.4\",\"ava\":\"2.2.0\",\"boxen\":\"4.2.0\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"date-fns\":\"1.29.0\",\"debug\":\"3.1.0\",\"dot\":\"1.1.3\",\"dotenv\":\"4.0.0\",\"email-validator\":\"1.1.1\",\"epipebomb\":\"1.0.0\",\"escape-html\":\"1.0.3\",\"esm\":\"3.1.4\",\"execa\":\"3.2.0\",\"express\":\"4.17.1\",\"fast-deep-equal\":\"3.1.3\",\"fs-extra\":\"10.0.0\",\"get-port\":\"5.1.1\",\"git-last-commit\":\"1.0.1\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"ini\":\"3.0.0\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.1.0\",\"is-url\":\"1.2.2\",\"jaro-winkler\":\"0.2.8\",\"json5\":\"2.2.1\",\"jsonlines\":\"0.1.1\",\"line-async-iterator\":\"3.0.0\",\"load-json-file\":\"3.0.0\",\"mime-types\":\"2.1.24\",\"minimatch\":\"3.0.4\",\"mri\":\"1.1.5\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.7\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.4.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"promisepipe\":\"3.0.0\",\"psl\":\"1.1.31\",\"qr-image\":\"3.2.0\",\"raw-body\":\"2.4.1\",\"rimraf\":\"3.0.2\",\"semver\":\"5.5.0\",\"serve-handler\":\"6.1.1\",\"strip-ansi\":\"6.0.1\",\"stripe\":\"5.1.0\",\"supports-hyperlinks\":\"2.2.0\",\"tar-fs\":\"1.16.3\",\"test-listen\":\"1.1.0\",\"text-table\":\"0.2.0\",\"title\":\"3.4.1\",\"tmp-promise\":\"1.0.3\",\"tree-kill\":\"1.2.2\",\"ts-node\":\"10.9.1\",\"typescript\":\"4.7.4\",\"universal-analytics\":\"0.4.20\",\"utility-types\":\"2.1.0\",\"write-json-file\":\"2.2.0\",\"xdg-app-paths\":\"5.1.0\",\"yauzl-promise\":\"2.1.3\"},\"jest\":{\"preset\":\"ts-jest\",\"globals\":{\"ts-jest\":{\"diagnostics\":false,\"isolatedModules\":true}},\"setupFilesAfterEnv\":[\"@alex_neo/jest-expect-message\"],\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]}}");
|
255280
255282
|
|
255281
255283
|
/***/ }),
|
255282
255284
|
|
@@ -255284,7 +255286,7 @@ module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"28.10.3\",\"pref
|
|
255284
255286
|
/***/ ((module) => {
|
255285
255287
|
|
255286
255288
|
"use strict";
|
255287
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"12.2.
|
255289
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"12.2.25\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"yarn test tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test\":\"jest --env node --verbose --runInBand --bail\",\"test-unit\":\"yarn test tests/unit.*test.*\"},\"engines\":{\"node\":\">= 14\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.4.1\",\"@types/minimatch\":\"3.0.5\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"14.18.33\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"@types/tar-fs\":\"1.16.1\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"5.7.4\",\"@vercel/routing-utils\":\"2.1.3\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"minimatch\":\"5.0.1\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.7\",\"querystring\":\"^0.2.0\",\"sleep-promise\":\"8.0.1\",\"tar-fs\":\"1.16.3\"}}");
|
255288
255290
|
|
255289
255291
|
/***/ }),
|
255290
255292
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "28.
|
3
|
+
"version": "28.11.0",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -41,16 +41,16 @@
|
|
41
41
|
"node": ">= 14"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@vercel/build-utils": "5.7.
|
45
|
-
"@vercel/go": "2.2.
|
46
|
-
"@vercel/hydrogen": "0.0.
|
47
|
-
"@vercel/next": "3.3.
|
48
|
-
"@vercel/node": "2.8.
|
49
|
-
"@vercel/python": "3.1.
|
50
|
-
"@vercel/redwood": "1.0.
|
51
|
-
"@vercel/remix": "1.1.
|
52
|
-
"@vercel/ruby": "1.3.
|
53
|
-
"@vercel/static-build": "1.0
|
44
|
+
"@vercel/build-utils": "5.7.4",
|
45
|
+
"@vercel/go": "2.2.23",
|
46
|
+
"@vercel/hydrogen": "0.0.37",
|
47
|
+
"@vercel/next": "3.3.8",
|
48
|
+
"@vercel/node": "2.8.5",
|
49
|
+
"@vercel/python": "3.1.33",
|
50
|
+
"@vercel/redwood": "1.0.44",
|
51
|
+
"@vercel/remix": "1.1.6",
|
52
|
+
"@vercel/ruby": "1.3.49",
|
53
|
+
"@vercel/static-build": "1.1.0",
|
54
54
|
"update-notifier": "5.1.0"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
@@ -93,10 +93,10 @@
|
|
93
93
|
"@types/which": "1.3.2",
|
94
94
|
"@types/write-json-file": "2.2.1",
|
95
95
|
"@types/yauzl-promise": "2.1.0",
|
96
|
-
"@vercel/client": "12.2.
|
96
|
+
"@vercel/client": "12.2.25",
|
97
97
|
"@vercel/error-utils": "1.0.3",
|
98
|
-
"@vercel/frameworks": "1.1.
|
99
|
-
"@vercel/fs-detectors": "3.6.
|
98
|
+
"@vercel/frameworks": "1.1.18",
|
99
|
+
"@vercel/fs-detectors": "3.6.1",
|
100
100
|
"@vercel/fun": "1.0.4",
|
101
101
|
"@vercel/ncc": "0.24.0",
|
102
102
|
"@zeit/source-map-support": "0.6.2",
|
@@ -193,5 +193,5 @@
|
|
193
193
|
"<rootDir>/test/**/*.test.ts"
|
194
194
|
]
|
195
195
|
},
|
196
|
-
"gitHead": "
|
196
|
+
"gitHead": "721cd3afcbff994fa96704b4eb79e5f6da7ab73c"
|
197
197
|
}
|