vercel 23.1.3-canary.52 → 23.1.3-canary.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +107 -107
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -217562,7 +217562,7 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
|
|
217562
217562
|
const json = JSON.stringify({
|
217563
217563
|
version: 1,
|
217564
217564
|
files: tracedFiles.map(file => ({
|
217565
|
-
input: normalize_path_1.normalizePath(path_1.relative(nft, file.absolutePath)),
|
217565
|
+
input: normalize_path_1.normalizePath(path_1.relative(path_1.dirname(nft), file.absolutePath)),
|
217566
217566
|
output: normalize_path_1.normalizePath(file.relativePath),
|
217567
217567
|
})),
|
217568
217568
|
});
|
@@ -217656,12 +217656,12 @@ exports.updateRoutesManifest = updateRoutesManifest;
|
|
217656
217656
|
/***/ }),
|
217657
217657
|
|
217658
217658
|
/***/ 1868:
|
217659
|
-
/***/ ((__unused_webpack_module, exports,
|
217659
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_929712__) => {
|
217660
217660
|
|
217661
217661
|
"use strict";
|
217662
217662
|
|
217663
217663
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217664
|
-
const _1 =
|
217664
|
+
const _1 = __nested_webpack_require_929712__(2855);
|
217665
217665
|
function debug(message, ...additional) {
|
217666
217666
|
if (_1.getPlatformEnv('BUILDER_DEBUG')) {
|
217667
217667
|
console.log(message, ...additional);
|
@@ -217673,7 +217673,7 @@ exports.default = debug;
|
|
217673
217673
|
/***/ }),
|
217674
217674
|
|
217675
217675
|
/***/ 4246:
|
217676
|
-
/***/ (function(__unused_webpack_module, exports,
|
217676
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_930097__) {
|
217677
217677
|
|
217678
217678
|
"use strict";
|
217679
217679
|
|
@@ -217682,11 +217682,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217682
217682
|
};
|
217683
217683
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217684
217684
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
217685
|
-
const minimatch_1 = __importDefault(
|
217686
|
-
const semver_1 =
|
217687
|
-
const path_1 =
|
217688
|
-
const frameworks_1 = __importDefault(
|
217689
|
-
const _1 =
|
217685
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_930097__(9566));
|
217686
|
+
const semver_1 = __nested_webpack_require_930097__(2879);
|
217687
|
+
const path_1 = __nested_webpack_require_930097__(5622);
|
217688
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_930097__(8438));
|
217689
|
+
const _1 = __nested_webpack_require_930097__(2855);
|
217690
217690
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
217691
217691
|
// We need to sort the file paths by alphabet to make
|
217692
217692
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -218745,7 +218745,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
218745
218745
|
/***/ }),
|
218746
218746
|
|
218747
218747
|
/***/ 2397:
|
218748
|
-
/***/ (function(__unused_webpack_module, exports,
|
218748
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_969481__) {
|
218749
218749
|
|
218750
218750
|
"use strict";
|
218751
218751
|
|
@@ -218753,8 +218753,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218753
218753
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218754
218754
|
};
|
218755
218755
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218756
|
-
const assert_1 = __importDefault(
|
218757
|
-
const into_stream_1 = __importDefault(
|
218756
|
+
const assert_1 = __importDefault(__nested_webpack_require_969481__(2357));
|
218757
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_969481__(6130));
|
218758
218758
|
class FileBlob {
|
218759
218759
|
constructor({ mode = 0o100644, contentType, data }) {
|
218760
218760
|
assert_1.default(typeof mode === 'number');
|
@@ -218786,7 +218786,7 @@ exports.default = FileBlob;
|
|
218786
218786
|
/***/ }),
|
218787
218787
|
|
218788
218788
|
/***/ 9331:
|
218789
|
-
/***/ (function(__unused_webpack_module, exports,
|
218789
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_970933__) {
|
218790
218790
|
|
218791
218791
|
"use strict";
|
218792
218792
|
|
@@ -218794,11 +218794,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218794
218794
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218795
218795
|
};
|
218796
218796
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218797
|
-
const assert_1 = __importDefault(
|
218798
|
-
const fs_extra_1 = __importDefault(
|
218799
|
-
const multistream_1 = __importDefault(
|
218800
|
-
const path_1 = __importDefault(
|
218801
|
-
const async_sema_1 = __importDefault(
|
218797
|
+
const assert_1 = __importDefault(__nested_webpack_require_970933__(2357));
|
218798
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_970933__(5392));
|
218799
|
+
const multistream_1 = __importDefault(__nested_webpack_require_970933__(8179));
|
218800
|
+
const path_1 = __importDefault(__nested_webpack_require_970933__(5622));
|
218801
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_970933__(5758));
|
218802
218802
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
218803
218803
|
class FileFsRef {
|
218804
218804
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -218864,7 +218864,7 @@ exports.default = FileFsRef;
|
|
218864
218864
|
/***/ }),
|
218865
218865
|
|
218866
218866
|
/***/ 5187:
|
218867
|
-
/***/ (function(__unused_webpack_module, exports,
|
218867
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_973737__) {
|
218868
218868
|
|
218869
218869
|
"use strict";
|
218870
218870
|
|
@@ -218872,11 +218872,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218872
218872
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218873
218873
|
};
|
218874
218874
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218875
|
-
const assert_1 = __importDefault(
|
218876
|
-
const node_fetch_1 = __importDefault(
|
218877
|
-
const multistream_1 = __importDefault(
|
218878
|
-
const async_retry_1 = __importDefault(
|
218879
|
-
const async_sema_1 = __importDefault(
|
218875
|
+
const assert_1 = __importDefault(__nested_webpack_require_973737__(2357));
|
218876
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_973737__(2197));
|
218877
|
+
const multistream_1 = __importDefault(__nested_webpack_require_973737__(8179));
|
218878
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_973737__(3691));
|
218879
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_973737__(5758));
|
218880
218880
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
218881
218881
|
class BailableError extends Error {
|
218882
218882
|
constructor(...args) {
|
@@ -218957,7 +218957,7 @@ exports.default = FileRef;
|
|
218957
218957
|
/***/ }),
|
218958
218958
|
|
218959
218959
|
/***/ 1611:
|
218960
|
-
/***/ (function(__unused_webpack_module, exports,
|
218960
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_977138__) {
|
218961
218961
|
|
218962
218962
|
"use strict";
|
218963
218963
|
|
@@ -218966,10 +218966,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218966
218966
|
};
|
218967
218967
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218968
218968
|
exports.isSymbolicLink = void 0;
|
218969
|
-
const path_1 = __importDefault(
|
218970
|
-
const debug_1 = __importDefault(
|
218971
|
-
const file_fs_ref_1 = __importDefault(
|
218972
|
-
const fs_extra_1 =
|
218969
|
+
const path_1 = __importDefault(__nested_webpack_require_977138__(5622));
|
218970
|
+
const debug_1 = __importDefault(__nested_webpack_require_977138__(1868));
|
218971
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_977138__(9331));
|
218972
|
+
const fs_extra_1 = __nested_webpack_require_977138__(5392);
|
218973
218973
|
const S_IFMT = 61440; /* 0170000 type of file */
|
218974
218974
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
218975
218975
|
function isSymbolicLink(mode) {
|
@@ -219031,14 +219031,14 @@ exports.default = download;
|
|
219031
219031
|
/***/ }),
|
219032
219032
|
|
219033
219033
|
/***/ 3838:
|
219034
|
-
/***/ ((__unused_webpack_module, exports,
|
219034
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_979963__) => {
|
219035
219035
|
|
219036
219036
|
"use strict";
|
219037
219037
|
|
219038
219038
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219039
|
-
const path_1 =
|
219040
|
-
const os_1 =
|
219041
|
-
const fs_extra_1 =
|
219039
|
+
const path_1 = __nested_webpack_require_979963__(5622);
|
219040
|
+
const os_1 = __nested_webpack_require_979963__(2087);
|
219041
|
+
const fs_extra_1 = __nested_webpack_require_979963__(5392);
|
219042
219042
|
async function getWritableDirectory() {
|
219043
219043
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
219044
219044
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -219051,7 +219051,7 @@ exports.default = getWritableDirectory;
|
|
219051
219051
|
/***/ }),
|
219052
219052
|
|
219053
219053
|
/***/ 4240:
|
219054
|
-
/***/ (function(__unused_webpack_module, exports,
|
219054
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_980543__) {
|
219055
219055
|
|
219056
219056
|
"use strict";
|
219057
219057
|
|
@@ -219059,13 +219059,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219059
219059
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219060
219060
|
};
|
219061
219061
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219062
|
-
const path_1 = __importDefault(
|
219063
|
-
const assert_1 = __importDefault(
|
219064
|
-
const glob_1 = __importDefault(
|
219065
|
-
const util_1 =
|
219066
|
-
const fs_extra_1 =
|
219067
|
-
const normalize_path_1 =
|
219068
|
-
const file_fs_ref_1 = __importDefault(
|
219062
|
+
const path_1 = __importDefault(__nested_webpack_require_980543__(5622));
|
219063
|
+
const assert_1 = __importDefault(__nested_webpack_require_980543__(2357));
|
219064
|
+
const glob_1 = __importDefault(__nested_webpack_require_980543__(1104));
|
219065
|
+
const util_1 = __nested_webpack_require_980543__(1669);
|
219066
|
+
const fs_extra_1 = __nested_webpack_require_980543__(5392);
|
219067
|
+
const normalize_path_1 = __nested_webpack_require_980543__(6261);
|
219068
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_980543__(9331));
|
219069
219069
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
219070
219070
|
async function glob(pattern, opts, mountpoint) {
|
219071
219071
|
let options;
|
@@ -219111,7 +219111,7 @@ exports.default = glob;
|
|
219111
219111
|
/***/ }),
|
219112
219112
|
|
219113
219113
|
/***/ 7903:
|
219114
|
-
/***/ (function(__unused_webpack_module, exports,
|
219114
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_982739__) {
|
219115
219115
|
|
219116
219116
|
"use strict";
|
219117
219117
|
|
@@ -219120,9 +219120,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219120
219120
|
};
|
219121
219121
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219122
219122
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
219123
|
-
const semver_1 =
|
219124
|
-
const errors_1 =
|
219125
|
-
const debug_1 = __importDefault(
|
219123
|
+
const semver_1 = __nested_webpack_require_982739__(2879);
|
219124
|
+
const errors_1 = __nested_webpack_require_982739__(3983);
|
219125
|
+
const debug_1 = __importDefault(__nested_webpack_require_982739__(1868));
|
219126
219126
|
const allOptions = [
|
219127
219127
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
219128
219128
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -219216,7 +219216,7 @@ exports.normalizePath = normalizePath;
|
|
219216
219216
|
/***/ }),
|
219217
219217
|
|
219218
219218
|
/***/ 7792:
|
219219
|
-
/***/ (function(__unused_webpack_module, exports,
|
219219
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_986607__) {
|
219220
219220
|
|
219221
219221
|
"use strict";
|
219222
219222
|
|
@@ -219225,9 +219225,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219225
219225
|
};
|
219226
219226
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219227
219227
|
exports.readConfigFile = void 0;
|
219228
|
-
const js_yaml_1 = __importDefault(
|
219229
|
-
const toml_1 = __importDefault(
|
219230
|
-
const fs_extra_1 =
|
219228
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_986607__(6540));
|
219229
|
+
const toml_1 = __importDefault(__nested_webpack_require_986607__(9434));
|
219230
|
+
const fs_extra_1 = __nested_webpack_require_986607__(5392);
|
219231
219231
|
async function readFileOrNull(file) {
|
219232
219232
|
try {
|
219233
219233
|
const data = await fs_extra_1.readFile(file);
|
@@ -219282,7 +219282,7 @@ exports.default = rename;
|
|
219282
219282
|
/***/ }),
|
219283
219283
|
|
219284
219284
|
/***/ 1442:
|
219285
|
-
/***/ (function(__unused_webpack_module, exports,
|
219285
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_988400__) {
|
219286
219286
|
|
219287
219287
|
"use strict";
|
219288
219288
|
|
@@ -219291,14 +219291,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219291
219291
|
};
|
219292
219292
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219293
219293
|
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;
|
219294
|
-
const assert_1 = __importDefault(
|
219295
|
-
const fs_extra_1 = __importDefault(
|
219296
|
-
const path_1 = __importDefault(
|
219297
|
-
const debug_1 = __importDefault(
|
219298
|
-
const cross_spawn_1 = __importDefault(
|
219299
|
-
const util_1 =
|
219300
|
-
const errors_1 =
|
219301
|
-
const node_version_1 =
|
219294
|
+
const assert_1 = __importDefault(__nested_webpack_require_988400__(2357));
|
219295
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_988400__(5392));
|
219296
|
+
const path_1 = __importDefault(__nested_webpack_require_988400__(5622));
|
219297
|
+
const debug_1 = __importDefault(__nested_webpack_require_988400__(1868));
|
219298
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_988400__(7618));
|
219299
|
+
const util_1 = __nested_webpack_require_988400__(1669);
|
219300
|
+
const errors_1 = __nested_webpack_require_988400__(3983);
|
219301
|
+
const node_version_1 = __nested_webpack_require_988400__(7903);
|
219302
219302
|
function spawnAsync(command, args, opts = {}) {
|
219303
219303
|
return new Promise((resolve, reject) => {
|
219304
219304
|
const stderrLogs = [];
|
@@ -219609,7 +219609,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
219609
219609
|
/***/ }),
|
219610
219610
|
|
219611
219611
|
/***/ 2560:
|
219612
|
-
/***/ (function(__unused_webpack_module, exports,
|
219612
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1002390__) {
|
219613
219613
|
|
219614
219614
|
"use strict";
|
219615
219615
|
|
@@ -219617,7 +219617,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219617
219617
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219618
219618
|
};
|
219619
219619
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219620
|
-
const end_of_stream_1 = __importDefault(
|
219620
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1002390__(687));
|
219621
219621
|
function streamToBuffer(stream) {
|
219622
219622
|
return new Promise((resolve, reject) => {
|
219623
219623
|
const buffers = [];
|
@@ -219646,7 +219646,7 @@ exports.default = streamToBuffer;
|
|
219646
219646
|
/***/ }),
|
219647
219647
|
|
219648
219648
|
/***/ 1148:
|
219649
|
-
/***/ (function(__unused_webpack_module, exports,
|
219649
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1003458__) {
|
219650
219650
|
|
219651
219651
|
"use strict";
|
219652
219652
|
|
@@ -219654,9 +219654,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219654
219654
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219655
219655
|
};
|
219656
219656
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219657
|
-
const path_1 = __importDefault(
|
219658
|
-
const fs_extra_1 = __importDefault(
|
219659
|
-
const ignore_1 = __importDefault(
|
219657
|
+
const path_1 = __importDefault(__nested_webpack_require_1003458__(5622));
|
219658
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1003458__(5392));
|
219659
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1003458__(3556));
|
219660
219660
|
function isCodedError(error) {
|
219661
219661
|
return (error !== null &&
|
219662
219662
|
error !== undefined &&
|
@@ -219713,7 +219713,7 @@ exports.default = default_1;
|
|
219713
219713
|
/***/ }),
|
219714
219714
|
|
219715
219715
|
/***/ 2855:
|
219716
|
-
/***/ (function(__unused_webpack_module, exports,
|
219716
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1005840__) {
|
219717
219717
|
|
219718
219718
|
"use strict";
|
219719
219719
|
|
@@ -219744,29 +219744,29 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219744
219744
|
};
|
219745
219745
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219746
219746
|
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;
|
219747
|
-
const crypto_1 =
|
219748
|
-
const file_blob_1 = __importDefault(
|
219747
|
+
const crypto_1 = __nested_webpack_require_1005840__(6417);
|
219748
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1005840__(2397));
|
219749
219749
|
exports.FileBlob = file_blob_1.default;
|
219750
|
-
const file_fs_ref_1 = __importDefault(
|
219750
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1005840__(9331));
|
219751
219751
|
exports.FileFsRef = file_fs_ref_1.default;
|
219752
|
-
const file_ref_1 = __importDefault(
|
219752
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1005840__(5187));
|
219753
219753
|
exports.FileRef = file_ref_1.default;
|
219754
|
-
const lambda_1 =
|
219754
|
+
const lambda_1 = __nested_webpack_require_1005840__(6721);
|
219755
219755
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
219756
219756
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
219757
219757
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
219758
|
-
const prerender_1 =
|
219758
|
+
const prerender_1 = __nested_webpack_require_1005840__(2850);
|
219759
219759
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
219760
|
-
const download_1 = __importStar(
|
219760
|
+
const download_1 = __importStar(__nested_webpack_require_1005840__(1611));
|
219761
219761
|
exports.download = download_1.default;
|
219762
219762
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
219763
|
-
const get_writable_directory_1 = __importDefault(
|
219763
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1005840__(3838));
|
219764
219764
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
219765
|
-
const glob_1 = __importDefault(
|
219765
|
+
const glob_1 = __importDefault(__nested_webpack_require_1005840__(4240));
|
219766
219766
|
exports.glob = glob_1.default;
|
219767
|
-
const rename_1 = __importDefault(
|
219767
|
+
const rename_1 = __importDefault(__nested_webpack_require_1005840__(6718));
|
219768
219768
|
exports.rename = rename_1.default;
|
219769
|
-
const run_user_scripts_1 =
|
219769
|
+
const run_user_scripts_1 = __nested_webpack_require_1005840__(1442);
|
219770
219770
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
219771
219771
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
219772
219772
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -219783,38 +219783,38 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
219783
219783
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
219784
219784
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
219785
219785
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
219786
|
-
const node_version_1 =
|
219786
|
+
const node_version_1 = __nested_webpack_require_1005840__(7903);
|
219787
219787
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
219788
219788
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
219789
|
-
const errors_1 =
|
219790
|
-
const stream_to_buffer_1 = __importDefault(
|
219789
|
+
const errors_1 = __nested_webpack_require_1005840__(3983);
|
219790
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1005840__(2560));
|
219791
219791
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
219792
|
-
const should_serve_1 = __importDefault(
|
219792
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1005840__(2564));
|
219793
219793
|
exports.shouldServe = should_serve_1.default;
|
219794
|
-
const debug_1 = __importDefault(
|
219794
|
+
const debug_1 = __importDefault(__nested_webpack_require_1005840__(1868));
|
219795
219795
|
exports.debug = debug_1.default;
|
219796
|
-
const get_ignore_filter_1 = __importDefault(
|
219796
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1005840__(1148));
|
219797
219797
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
219798
|
-
var detect_builders_1 =
|
219798
|
+
var detect_builders_1 = __nested_webpack_require_1005840__(4246);
|
219799
219799
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
219800
219800
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
219801
219801
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
219802
219802
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
219803
|
-
var detect_framework_1 =
|
219803
|
+
var detect_framework_1 = __nested_webpack_require_1005840__(5224);
|
219804
219804
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
219805
|
-
var filesystem_1 =
|
219805
|
+
var filesystem_1 = __nested_webpack_require_1005840__(461);
|
219806
219806
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
219807
|
-
var read_config_file_1 =
|
219807
|
+
var read_config_file_1 = __nested_webpack_require_1005840__(7792);
|
219808
219808
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
219809
|
-
var normalize_path_1 =
|
219809
|
+
var normalize_path_1 = __nested_webpack_require_1005840__(6261);
|
219810
219810
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
219811
|
-
var convert_runtime_to_plugin_1 =
|
219811
|
+
var convert_runtime_to_plugin_1 = __nested_webpack_require_1005840__(7276);
|
219812
219812
|
Object.defineProperty(exports, "convertRuntimeToPlugin", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.convertRuntimeToPlugin; } }));
|
219813
219813
|
Object.defineProperty(exports, "updateFunctionsManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateFunctionsManifest; } }));
|
219814
219814
|
Object.defineProperty(exports, "updateRoutesManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateRoutesManifest; } }));
|
219815
|
-
__exportStar(
|
219816
|
-
__exportStar(
|
219817
|
-
__exportStar(
|
219815
|
+
__exportStar(__nested_webpack_require_1005840__(2416), exports);
|
219816
|
+
__exportStar(__nested_webpack_require_1005840__(5748), exports);
|
219817
|
+
__exportStar(__nested_webpack_require_1005840__(3983), exports);
|
219818
219818
|
/**
|
219819
219819
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
219820
219820
|
*/
|
@@ -219867,7 +219867,7 @@ exports.getInputHash = getInputHash;
|
|
219867
219867
|
/***/ }),
|
219868
219868
|
|
219869
219869
|
/***/ 6721:
|
219870
|
-
/***/ (function(__unused_webpack_module, exports,
|
219870
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1016818__) {
|
219871
219871
|
|
219872
219872
|
"use strict";
|
219873
219873
|
|
@@ -219876,13 +219876,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219876
219876
|
};
|
219877
219877
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219878
219878
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = exports.FILES_SYMBOL = void 0;
|
219879
|
-
const assert_1 = __importDefault(
|
219880
|
-
const async_sema_1 = __importDefault(
|
219881
|
-
const yazl_1 =
|
219882
|
-
const minimatch_1 = __importDefault(
|
219883
|
-
const fs_extra_1 =
|
219884
|
-
const download_1 =
|
219885
|
-
const stream_to_buffer_1 = __importDefault(
|
219879
|
+
const assert_1 = __importDefault(__nested_webpack_require_1016818__(2357));
|
219880
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1016818__(5758));
|
219881
|
+
const yazl_1 = __nested_webpack_require_1016818__(1223);
|
219882
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1016818__(9566));
|
219883
|
+
const fs_extra_1 = __nested_webpack_require_1016818__(5392);
|
219884
|
+
const download_1 = __nested_webpack_require_1016818__(1611);
|
219885
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1016818__(2560));
|
219886
219886
|
exports.FILES_SYMBOL = Symbol('files');
|
219887
219887
|
class Lambda {
|
219888
219888
|
constructor({ zipBuffer, handler, runtime, maxDuration, memory, environment, allowQuery, regions, }) {
|
@@ -220111,12 +220111,12 @@ exports.buildsSchema = {
|
|
220111
220111
|
/***/ }),
|
220112
220112
|
|
220113
220113
|
/***/ 2564:
|
220114
|
-
/***/ ((__unused_webpack_module, exports,
|
220114
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1025328__) => {
|
220115
220115
|
|
220116
220116
|
"use strict";
|
220117
220117
|
|
220118
220118
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
220119
|
-
const path_1 =
|
220119
|
+
const path_1 = __nested_webpack_require_1025328__(5622);
|
220120
220120
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
220121
220121
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
220122
220122
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -220353,7 +220353,7 @@ module.exports = __webpack_require__(78761);
|
|
220353
220353
|
/******/ var __webpack_module_cache__ = {};
|
220354
220354
|
/******/
|
220355
220355
|
/******/ // The require function
|
220356
|
-
/******/ function
|
220356
|
+
/******/ function __nested_webpack_require_1125063__(moduleId) {
|
220357
220357
|
/******/ // Check if module is in cache
|
220358
220358
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
220359
220359
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -220368,7 +220368,7 @@ module.exports = __webpack_require__(78761);
|
|
220368
220368
|
/******/ // Execute the module function
|
220369
220369
|
/******/ var threw = true;
|
220370
220370
|
/******/ try {
|
220371
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
220371
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1125063__);
|
220372
220372
|
/******/ threw = false;
|
220373
220373
|
/******/ } finally {
|
220374
220374
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -220381,11 +220381,11 @@ module.exports = __webpack_require__(78761);
|
|
220381
220381
|
/************************************************************************/
|
220382
220382
|
/******/ /* webpack/runtime/compat */
|
220383
220383
|
/******/
|
220384
|
-
/******/
|
220384
|
+
/******/ __nested_webpack_require_1125063__.ab = __dirname + "/";/************************************************************************/
|
220385
220385
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
220386
220386
|
/******/ // startup
|
220387
220387
|
/******/ // Load entry module and return exports
|
220388
|
-
/******/ return
|
220388
|
+
/******/ return __nested_webpack_require_1125063__(2855);
|
220389
220389
|
/******/ })()
|
220390
220390
|
;
|
220391
220391
|
|
@@ -271146,7 +271146,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
271146
271146
|
/***/ ((module) => {
|
271147
271147
|
|
271148
271148
|
"use strict";
|
271149
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.
|
271149
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.53\",\"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.32\",\"@vercel/go\":\"1.2.4-canary.4\",\"@vercel/node\":\"1.12.2-canary.7\",\"@vercel/python\":\"2.1.2-canary.1\",\"@vercel/ruby\":\"1.2.8-canary.6\",\"update-notifier\":\"4.1.0\",\"vercel-plugin-middleware\":\"0.0.0-canary.7\",\"vercel-plugin-node\":\"1.12.2-canary.24\"},\"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\":\"ba7bf2e4a60bc4c9fd35ad33a11d94f1dae2ac81\"}");
|
271150
271150
|
|
271151
271151
|
/***/ }),
|
271152
271152
|
|
@@ -271162,7 +271162,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
271162
271162
|
/***/ ((module) => {
|
271163
271163
|
|
271164
271164
|
"use strict";
|
271165
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.
|
271165
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.33\",\"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.32\",\"@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\":\"ba7bf2e4a60bc4c9fd35ad33a11d94f1dae2ac81\"}");
|
271166
271166
|
|
271167
271167
|
/***/ }),
|
271168
271168
|
|
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.53",
|
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.32",
|
47
47
|
"@vercel/go": "1.2.4-canary.4",
|
48
48
|
"@vercel/node": "1.12.2-canary.7",
|
49
49
|
"@vercel/python": "2.1.2-canary.1",
|
50
50
|
"@vercel/ruby": "1.2.8-canary.6",
|
51
51
|
"update-notifier": "4.1.0",
|
52
52
|
"vercel-plugin-middleware": "0.0.0-canary.7",
|
53
|
-
"vercel-plugin-node": "1.12.2-canary.
|
53
|
+
"vercel-plugin-node": "1.12.2-canary.24"
|
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": "ba7bf2e4a60bc4c9fd35ad33a11d94f1dae2ac81"
|
188
188
|
}
|