vercel 24.1.1-canary.3 → 24.1.1-canary.6
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 +269 -294
- package/package.json +9 -9
package/dist/index.js
CHANGED
@@ -189145,6 +189145,7 @@ exports.frameworks = [
|
|
189145
189145
|
slug: 'nextjs',
|
189146
189146
|
demo: 'https://nextjs-template.vercel.app',
|
189147
189147
|
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/next.svg',
|
189148
|
+
darkModeLogo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/next-dark.svg',
|
189148
189149
|
screenshot: 'https://assets.vercel.com/image/upload/v1647366075/front/import/nextjs.png',
|
189149
189150
|
tagline: 'Next.js makes you productive with React instantly — whether you want to build static or dynamic sites.',
|
189150
189151
|
description: 'A Next.js app and a Serverless Function API.',
|
@@ -191106,7 +191107,7 @@ exports.default = def;
|
|
191106
191107
|
/***/ }),
|
191107
191108
|
|
191108
191109
|
/***/ 3734:
|
191109
|
-
/***/ (function(__unused_webpack_module, exports,
|
191110
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_808100__) {
|
191110
191111
|
|
191111
191112
|
"use strict";
|
191112
191113
|
|
@@ -191115,9 +191116,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191115
191116
|
};
|
191116
191117
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191117
191118
|
exports.readConfigFile = void 0;
|
191118
|
-
const js_yaml_1 = __importDefault(
|
191119
|
-
const toml_1 = __importDefault(
|
191120
|
-
const fs_1 =
|
191119
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_808100__(641));
|
191120
|
+
const toml_1 = __importDefault(__nested_webpack_require_808100__(9434));
|
191121
|
+
const fs_1 = __nested_webpack_require_808100__(5747);
|
191121
191122
|
const { readFile } = fs_1.promises;
|
191122
191123
|
async function readFileOrNull(file) {
|
191123
191124
|
try {
|
@@ -191166,13 +191167,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
191166
191167
|
/***/ }),
|
191167
191168
|
|
191168
191169
|
/***/ 641:
|
191169
|
-
/***/ ((module, __unused_webpack_exports,
|
191170
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_809706__) => {
|
191170
191171
|
|
191171
191172
|
"use strict";
|
191172
191173
|
|
191173
191174
|
|
191174
191175
|
|
191175
|
-
var yaml =
|
191176
|
+
var yaml = __nested_webpack_require_809706__(9633);
|
191176
191177
|
|
191177
191178
|
|
191178
191179
|
module.exports = yaml;
|
@@ -191181,14 +191182,14 @@ module.exports = yaml;
|
|
191181
191182
|
/***/ }),
|
191182
191183
|
|
191183
191184
|
/***/ 9633:
|
191184
|
-
/***/ ((module, __unused_webpack_exports,
|
191185
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_809880__) => {
|
191185
191186
|
|
191186
191187
|
"use strict";
|
191187
191188
|
|
191188
191189
|
|
191189
191190
|
|
191190
|
-
var loader =
|
191191
|
-
var dumper =
|
191191
|
+
var loader = __nested_webpack_require_809880__(4349);
|
191192
|
+
var dumper = __nested_webpack_require_809880__(8047);
|
191192
191193
|
|
191193
191194
|
|
191194
191195
|
function deprecated(name) {
|
@@ -191198,25 +191199,25 @@ function deprecated(name) {
|
|
191198
191199
|
}
|
191199
191200
|
|
191200
191201
|
|
191201
|
-
module.exports.Type =
|
191202
|
-
module.exports.Schema =
|
191203
|
-
module.exports.FAILSAFE_SCHEMA =
|
191204
|
-
module.exports.JSON_SCHEMA =
|
191205
|
-
module.exports.CORE_SCHEMA =
|
191206
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
191207
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
191202
|
+
module.exports.Type = __nested_webpack_require_809880__(6876);
|
191203
|
+
module.exports.Schema = __nested_webpack_require_809880__(6105);
|
191204
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_809880__(8441);
|
191205
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_809880__(1486);
|
191206
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_809880__(1112);
|
191207
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_809880__(596);
|
191208
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_809880__(9647);
|
191208
191209
|
module.exports.load = loader.load;
|
191209
191210
|
module.exports.loadAll = loader.loadAll;
|
191210
191211
|
module.exports.safeLoad = loader.safeLoad;
|
191211
191212
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
191212
191213
|
module.exports.dump = dumper.dump;
|
191213
191214
|
module.exports.safeDump = dumper.safeDump;
|
191214
|
-
module.exports.YAMLException =
|
191215
|
+
module.exports.YAMLException = __nested_webpack_require_809880__(3237);
|
191215
191216
|
|
191216
191217
|
// Deprecated schema names from JS-YAML 2.0.x
|
191217
|
-
module.exports.MINIMAL_SCHEMA =
|
191218
|
-
module.exports.SAFE_SCHEMA =
|
191219
|
-
module.exports.DEFAULT_SCHEMA =
|
191218
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_809880__(8441);
|
191219
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_809880__(596);
|
191220
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_809880__(9647);
|
191220
191221
|
|
191221
191222
|
// Deprecated functions from JS-YAML 1.x.x
|
191222
191223
|
module.exports.scan = deprecated('scan');
|
@@ -191295,17 +191296,17 @@ module.exports.extend = extend;
|
|
191295
191296
|
/***/ }),
|
191296
191297
|
|
191297
191298
|
/***/ 8047:
|
191298
|
-
/***/ ((module, __unused_webpack_exports,
|
191299
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_812698__) => {
|
191299
191300
|
|
191300
191301
|
"use strict";
|
191301
191302
|
|
191302
191303
|
|
191303
191304
|
/*eslint-disable no-use-before-define*/
|
191304
191305
|
|
191305
|
-
var common =
|
191306
|
-
var YAMLException =
|
191307
|
-
var DEFAULT_FULL_SCHEMA =
|
191308
|
-
var DEFAULT_SAFE_SCHEMA =
|
191306
|
+
var common = __nested_webpack_require_812698__(903);
|
191307
|
+
var YAMLException = __nested_webpack_require_812698__(3237);
|
191308
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_812698__(9647);
|
191309
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_812698__(596);
|
191309
191310
|
|
191310
191311
|
var _toString = Object.prototype.toString;
|
191311
191312
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -192181,18 +192182,18 @@ module.exports = YAMLException;
|
|
192181
192182
|
/***/ }),
|
192182
192183
|
|
192183
192184
|
/***/ 4349:
|
192184
|
-
/***/ ((module, __unused_webpack_exports,
|
192185
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_840402__) => {
|
192185
192186
|
|
192186
192187
|
"use strict";
|
192187
192188
|
|
192188
192189
|
|
192189
192190
|
/*eslint-disable max-len,no-use-before-define*/
|
192190
192191
|
|
192191
|
-
var common =
|
192192
|
-
var YAMLException =
|
192193
|
-
var Mark =
|
192194
|
-
var DEFAULT_SAFE_SCHEMA =
|
192195
|
-
var DEFAULT_FULL_SCHEMA =
|
192192
|
+
var common = __nested_webpack_require_840402__(903);
|
192193
|
+
var YAMLException = __nested_webpack_require_840402__(3237);
|
192194
|
+
var Mark = __nested_webpack_require_840402__(4926);
|
192195
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_840402__(596);
|
192196
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_840402__(9647);
|
192196
192197
|
|
192197
192198
|
|
192198
192199
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -193814,13 +193815,13 @@ module.exports.safeLoad = safeLoad;
|
|
193814
193815
|
/***/ }),
|
193815
193816
|
|
193816
193817
|
/***/ 4926:
|
193817
|
-
/***/ ((module, __unused_webpack_exports,
|
193818
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_884269__) => {
|
193818
193819
|
|
193819
193820
|
"use strict";
|
193820
193821
|
|
193821
193822
|
|
193822
193823
|
|
193823
|
-
var common =
|
193824
|
+
var common = __nested_webpack_require_884269__(903);
|
193824
193825
|
|
193825
193826
|
|
193826
193827
|
function Mark(name, buffer, position, line, column) {
|
@@ -193898,16 +193899,16 @@ module.exports = Mark;
|
|
193898
193899
|
/***/ }),
|
193899
193900
|
|
193900
193901
|
/***/ 6105:
|
193901
|
-
/***/ ((module, __unused_webpack_exports,
|
193902
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_885931__) => {
|
193902
193903
|
|
193903
193904
|
"use strict";
|
193904
193905
|
|
193905
193906
|
|
193906
193907
|
/*eslint-disable max-len*/
|
193907
193908
|
|
193908
|
-
var common =
|
193909
|
-
var YAMLException =
|
193910
|
-
var Type =
|
193909
|
+
var common = __nested_webpack_require_885931__(903);
|
193910
|
+
var YAMLException = __nested_webpack_require_885931__(3237);
|
193911
|
+
var Type = __nested_webpack_require_885931__(6876);
|
193911
193912
|
|
193912
193913
|
|
193913
193914
|
function compileList(schema, name, result) {
|
@@ -194014,7 +194015,7 @@ module.exports = Schema;
|
|
194014
194015
|
/***/ }),
|
194015
194016
|
|
194016
194017
|
/***/ 1112:
|
194017
|
-
/***/ ((module, __unused_webpack_exports,
|
194018
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_888795__) => {
|
194018
194019
|
|
194019
194020
|
"use strict";
|
194020
194021
|
// Standard YAML's Core schema.
|
@@ -194027,12 +194028,12 @@ module.exports = Schema;
|
|
194027
194028
|
|
194028
194029
|
|
194029
194030
|
|
194030
|
-
var Schema =
|
194031
|
+
var Schema = __nested_webpack_require_888795__(6105);
|
194031
194032
|
|
194032
194033
|
|
194033
194034
|
module.exports = new Schema({
|
194034
194035
|
include: [
|
194035
|
-
|
194036
|
+
__nested_webpack_require_888795__(1486)
|
194036
194037
|
]
|
194037
194038
|
});
|
194038
194039
|
|
@@ -194040,7 +194041,7 @@ module.exports = new Schema({
|
|
194040
194041
|
/***/ }),
|
194041
194042
|
|
194042
194043
|
/***/ 9647:
|
194043
|
-
/***/ ((module, __unused_webpack_exports,
|
194044
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_889265__) => {
|
194044
194045
|
|
194045
194046
|
"use strict";
|
194046
194047
|
// JS-YAML's default schema for `load` function.
|
@@ -194055,17 +194056,17 @@ module.exports = new Schema({
|
|
194055
194056
|
|
194056
194057
|
|
194057
194058
|
|
194058
|
-
var Schema =
|
194059
|
+
var Schema = __nested_webpack_require_889265__(6105);
|
194059
194060
|
|
194060
194061
|
|
194061
194062
|
module.exports = Schema.DEFAULT = new Schema({
|
194062
194063
|
include: [
|
194063
|
-
|
194064
|
+
__nested_webpack_require_889265__(596)
|
194064
194065
|
],
|
194065
194066
|
explicit: [
|
194066
|
-
|
194067
|
-
|
194068
|
-
|
194067
|
+
__nested_webpack_require_889265__(5836),
|
194068
|
+
__nested_webpack_require_889265__(6841),
|
194069
|
+
__nested_webpack_require_889265__(8750)
|
194069
194070
|
]
|
194070
194071
|
});
|
194071
194072
|
|
@@ -194073,7 +194074,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194073
194074
|
/***/ }),
|
194074
194075
|
|
194075
194076
|
/***/ 596:
|
194076
|
-
/***/ ((module, __unused_webpack_exports,
|
194077
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_889959__) => {
|
194077
194078
|
|
194078
194079
|
"use strict";
|
194079
194080
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -194086,22 +194087,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194086
194087
|
|
194087
194088
|
|
194088
194089
|
|
194089
|
-
var Schema =
|
194090
|
+
var Schema = __nested_webpack_require_889959__(6105);
|
194090
194091
|
|
194091
194092
|
|
194092
194093
|
module.exports = new Schema({
|
194093
194094
|
include: [
|
194094
|
-
|
194095
|
+
__nested_webpack_require_889959__(1112)
|
194095
194096
|
],
|
194096
194097
|
implicit: [
|
194097
|
-
|
194098
|
-
|
194098
|
+
__nested_webpack_require_889959__(7028),
|
194099
|
+
__nested_webpack_require_889959__(7841)
|
194099
194100
|
],
|
194100
194101
|
explicit: [
|
194101
|
-
|
194102
|
-
|
194103
|
-
|
194104
|
-
|
194102
|
+
__nested_webpack_require_889959__(8675),
|
194103
|
+
__nested_webpack_require_889959__(3498),
|
194104
|
+
__nested_webpack_require_889959__(679),
|
194105
|
+
__nested_webpack_require_889959__(7205)
|
194105
194106
|
]
|
194106
194107
|
});
|
194107
194108
|
|
@@ -194109,7 +194110,7 @@ module.exports = new Schema({
|
|
194109
194110
|
/***/ }),
|
194110
194111
|
|
194111
194112
|
/***/ 8441:
|
194112
|
-
/***/ ((module, __unused_webpack_exports,
|
194113
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_890671__) => {
|
194113
194114
|
|
194114
194115
|
"use strict";
|
194115
194116
|
// Standard YAML's Failsafe schema.
|
@@ -194119,14 +194120,14 @@ module.exports = new Schema({
|
|
194119
194120
|
|
194120
194121
|
|
194121
194122
|
|
194122
|
-
var Schema =
|
194123
|
+
var Schema = __nested_webpack_require_890671__(6105);
|
194123
194124
|
|
194124
194125
|
|
194125
194126
|
module.exports = new Schema({
|
194126
194127
|
explicit: [
|
194127
|
-
|
194128
|
-
|
194129
|
-
|
194128
|
+
__nested_webpack_require_890671__(5348),
|
194129
|
+
__nested_webpack_require_890671__(7330),
|
194130
|
+
__nested_webpack_require_890671__(293)
|
194130
194131
|
]
|
194131
194132
|
});
|
194132
194133
|
|
@@ -194134,7 +194135,7 @@ module.exports = new Schema({
|
|
194134
194135
|
/***/ }),
|
194135
194136
|
|
194136
194137
|
/***/ 1486:
|
194137
|
-
/***/ ((module, __unused_webpack_exports,
|
194138
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_891057__) => {
|
194138
194139
|
|
194139
194140
|
"use strict";
|
194140
194141
|
// Standard YAML's JSON schema.
|
@@ -194148,18 +194149,18 @@ module.exports = new Schema({
|
|
194148
194149
|
|
194149
194150
|
|
194150
194151
|
|
194151
|
-
var Schema =
|
194152
|
+
var Schema = __nested_webpack_require_891057__(6105);
|
194152
194153
|
|
194153
194154
|
|
194154
194155
|
module.exports = new Schema({
|
194155
194156
|
include: [
|
194156
|
-
|
194157
|
+
__nested_webpack_require_891057__(8441)
|
194157
194158
|
],
|
194158
194159
|
implicit: [
|
194159
|
-
|
194160
|
-
|
194161
|
-
|
194162
|
-
|
194160
|
+
__nested_webpack_require_891057__(9074),
|
194161
|
+
__nested_webpack_require_891057__(4308),
|
194162
|
+
__nested_webpack_require_891057__(1167),
|
194163
|
+
__nested_webpack_require_891057__(7862)
|
194163
194164
|
]
|
194164
194165
|
});
|
194165
194166
|
|
@@ -194167,12 +194168,12 @@ module.exports = new Schema({
|
|
194167
194168
|
/***/ }),
|
194168
194169
|
|
194169
194170
|
/***/ 6876:
|
194170
|
-
/***/ ((module, __unused_webpack_exports,
|
194171
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_891755__) => {
|
194171
194172
|
|
194172
194173
|
"use strict";
|
194173
194174
|
|
194174
194175
|
|
194175
|
-
var YAMLException =
|
194176
|
+
var YAMLException = __nested_webpack_require_891755__(3237);
|
194176
194177
|
|
194177
194178
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
194178
194179
|
'kind',
|
@@ -194236,7 +194237,7 @@ module.exports = Type;
|
|
194236
194237
|
/***/ }),
|
194237
194238
|
|
194238
194239
|
/***/ 8675:
|
194239
|
-
/***/ ((module, __unused_webpack_exports,
|
194240
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_893439__) => {
|
194240
194241
|
|
194241
194242
|
"use strict";
|
194242
194243
|
|
@@ -194251,7 +194252,7 @@ try {
|
|
194251
194252
|
NodeBuffer = _require('buffer').Buffer;
|
194252
194253
|
} catch (__) {}
|
194253
194254
|
|
194254
|
-
var Type =
|
194255
|
+
var Type = __nested_webpack_require_893439__(6876);
|
194255
194256
|
|
194256
194257
|
|
194257
194258
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -194382,12 +194383,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
194382
194383
|
/***/ }),
|
194383
194384
|
|
194384
194385
|
/***/ 4308:
|
194385
|
-
/***/ ((module, __unused_webpack_exports,
|
194386
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896831__) => {
|
194386
194387
|
|
194387
194388
|
"use strict";
|
194388
194389
|
|
194389
194390
|
|
194390
|
-
var Type =
|
194391
|
+
var Type = __nested_webpack_require_896831__(6876);
|
194391
194392
|
|
194392
194393
|
function resolveYamlBoolean(data) {
|
194393
194394
|
if (data === null) return false;
|
@@ -194425,13 +194426,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
194425
194426
|
/***/ }),
|
194426
194427
|
|
194427
194428
|
/***/ 7862:
|
194428
|
-
/***/ ((module, __unused_webpack_exports,
|
194429
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_897904__) => {
|
194429
194430
|
|
194430
194431
|
"use strict";
|
194431
194432
|
|
194432
194433
|
|
194433
|
-
var common =
|
194434
|
-
var Type =
|
194434
|
+
var common = __nested_webpack_require_897904__(903);
|
194435
|
+
var Type = __nested_webpack_require_897904__(6876);
|
194435
194436
|
|
194436
194437
|
var YAML_FLOAT_PATTERN = new RegExp(
|
194437
194438
|
// 2.5e4, 2.5 and integers
|
@@ -194549,13 +194550,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
194549
194550
|
/***/ }),
|
194550
194551
|
|
194551
194552
|
/***/ 1167:
|
194552
|
-
/***/ ((module, __unused_webpack_exports,
|
194553
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900850__) => {
|
194553
194554
|
|
194554
194555
|
"use strict";
|
194555
194556
|
|
194556
194557
|
|
194557
|
-
var common =
|
194558
|
-
var Type =
|
194558
|
+
var common = __nested_webpack_require_900850__(903);
|
194559
|
+
var Type = __nested_webpack_require_900850__(6876);
|
194559
194560
|
|
194560
194561
|
function isHexCode(c) {
|
194561
194562
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -194730,7 +194731,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
194730
194731
|
/***/ }),
|
194731
194732
|
|
194732
194733
|
/***/ 8750:
|
194733
|
-
/***/ ((module, __unused_webpack_exports,
|
194734
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_905022__) => {
|
194734
194735
|
|
194735
194736
|
"use strict";
|
194736
194737
|
|
@@ -194753,7 +194754,7 @@ try {
|
|
194753
194754
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
194754
194755
|
}
|
194755
194756
|
|
194756
|
-
var Type =
|
194757
|
+
var Type = __nested_webpack_require_905022__(6876);
|
194757
194758
|
|
194758
194759
|
function resolveJavascriptFunction(data) {
|
194759
194760
|
if (data === null) return false;
|
@@ -194830,12 +194831,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
194830
194831
|
/***/ }),
|
194831
194832
|
|
194832
194833
|
/***/ 6841:
|
194833
|
-
/***/ ((module, __unused_webpack_exports,
|
194834
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_907919__) => {
|
194834
194835
|
|
194835
194836
|
"use strict";
|
194836
194837
|
|
194837
194838
|
|
194838
|
-
var Type =
|
194839
|
+
var Type = __nested_webpack_require_907919__(6876);
|
194839
194840
|
|
194840
194841
|
function resolveJavascriptRegExp(data) {
|
194841
194842
|
if (data === null) return false;
|
@@ -194898,12 +194899,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
194898
194899
|
/***/ }),
|
194899
194900
|
|
194900
194901
|
/***/ 5836:
|
194901
|
-
/***/ ((module, __unused_webpack_exports,
|
194902
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_909590__) => {
|
194902
194903
|
|
194903
194904
|
"use strict";
|
194904
194905
|
|
194905
194906
|
|
194906
|
-
var Type =
|
194907
|
+
var Type = __nested_webpack_require_909590__(6876);
|
194907
194908
|
|
194908
194909
|
function resolveJavascriptUndefined() {
|
194909
194910
|
return true;
|
@@ -194934,12 +194935,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
194934
194935
|
/***/ }),
|
194935
194936
|
|
194936
194937
|
/***/ 293:
|
194937
|
-
/***/ ((module, __unused_webpack_exports,
|
194938
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910261__) => {
|
194938
194939
|
|
194939
194940
|
"use strict";
|
194940
194941
|
|
194941
194942
|
|
194942
|
-
var Type =
|
194943
|
+
var Type = __nested_webpack_require_910261__(6876);
|
194943
194944
|
|
194944
194945
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
194945
194946
|
kind: 'mapping',
|
@@ -194950,12 +194951,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
194950
194951
|
/***/ }),
|
194951
194952
|
|
194952
194953
|
/***/ 7841:
|
194953
|
-
/***/ ((module, __unused_webpack_exports,
|
194954
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910553__) => {
|
194954
194955
|
|
194955
194956
|
"use strict";
|
194956
194957
|
|
194957
194958
|
|
194958
|
-
var Type =
|
194959
|
+
var Type = __nested_webpack_require_910553__(6876);
|
194959
194960
|
|
194960
194961
|
function resolveYamlMerge(data) {
|
194961
194962
|
return data === '<<' || data === null;
|
@@ -194970,12 +194971,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
194970
194971
|
/***/ }),
|
194971
194972
|
|
194972
194973
|
/***/ 9074:
|
194973
|
-
/***/ ((module, __unused_webpack_exports,
|
194974
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910885__) => {
|
194974
194975
|
|
194975
194976
|
"use strict";
|
194976
194977
|
|
194977
194978
|
|
194978
|
-
var Type =
|
194979
|
+
var Type = __nested_webpack_require_910885__(6876);
|
194979
194980
|
|
194980
194981
|
function resolveYamlNull(data) {
|
194981
194982
|
if (data === null) return true;
|
@@ -195012,12 +195013,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
195012
195013
|
/***/ }),
|
195013
195014
|
|
195014
195015
|
/***/ 3498:
|
195015
|
-
/***/ ((module, __unused_webpack_exports,
|
195016
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_911748__) => {
|
195016
195017
|
|
195017
195018
|
"use strict";
|
195018
195019
|
|
195019
195020
|
|
195020
|
-
var Type =
|
195021
|
+
var Type = __nested_webpack_require_911748__(6876);
|
195021
195022
|
|
195022
195023
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195023
195024
|
var _toString = Object.prototype.toString;
|
@@ -195064,12 +195065,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
195064
195065
|
/***/ }),
|
195065
195066
|
|
195066
195067
|
/***/ 679:
|
195067
|
-
/***/ ((module, __unused_webpack_exports,
|
195068
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_912872__) => {
|
195068
195069
|
|
195069
195070
|
"use strict";
|
195070
195071
|
|
195071
195072
|
|
195072
|
-
var Type =
|
195073
|
+
var Type = __nested_webpack_require_912872__(6876);
|
195073
195074
|
|
195074
195075
|
var _toString = Object.prototype.toString;
|
195075
195076
|
|
@@ -195125,12 +195126,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
195125
195126
|
/***/ }),
|
195126
195127
|
|
195127
195128
|
/***/ 7330:
|
195128
|
-
/***/ ((module, __unused_webpack_exports,
|
195129
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_914058__) => {
|
195129
195130
|
|
195130
195131
|
"use strict";
|
195131
195132
|
|
195132
195133
|
|
195133
|
-
var Type =
|
195134
|
+
var Type = __nested_webpack_require_914058__(6876);
|
195134
195135
|
|
195135
195136
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
195136
195137
|
kind: 'sequence',
|
@@ -195141,12 +195142,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
195141
195142
|
/***/ }),
|
195142
195143
|
|
195143
195144
|
/***/ 7205:
|
195144
|
-
/***/ ((module, __unused_webpack_exports,
|
195145
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_914351__) => {
|
195145
195146
|
|
195146
195147
|
"use strict";
|
195147
195148
|
|
195148
195149
|
|
195149
|
-
var Type =
|
195150
|
+
var Type = __nested_webpack_require_914351__(6876);
|
195150
195151
|
|
195151
195152
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195152
195153
|
|
@@ -195178,12 +195179,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
195178
195179
|
/***/ }),
|
195179
195180
|
|
195180
195181
|
/***/ 5348:
|
195181
|
-
/***/ ((module, __unused_webpack_exports,
|
195182
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_915000__) => {
|
195182
195183
|
|
195183
195184
|
"use strict";
|
195184
195185
|
|
195185
195186
|
|
195186
|
-
var Type =
|
195187
|
+
var Type = __nested_webpack_require_915000__(6876);
|
195187
195188
|
|
195188
195189
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
195189
195190
|
kind: 'scalar',
|
@@ -195194,12 +195195,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
195194
195195
|
/***/ }),
|
195195
195196
|
|
195196
195197
|
/***/ 7028:
|
195197
|
-
/***/ ((module, __unused_webpack_exports,
|
195198
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_915291__) => {
|
195198
195199
|
|
195199
195200
|
"use strict";
|
195200
195201
|
|
195201
195202
|
|
195202
|
-
var Type =
|
195203
|
+
var Type = __nested_webpack_require_915291__(6876);
|
195203
195204
|
|
195204
195205
|
var YAML_DATE_REGEXP = new RegExp(
|
195205
195206
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -195290,12 +195291,12 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
195290
195291
|
/***/ }),
|
195291
195292
|
|
195292
195293
|
/***/ 1868:
|
195293
|
-
/***/ ((__unused_webpack_module, exports,
|
195294
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_917964__) => {
|
195294
195295
|
|
195295
195296
|
"use strict";
|
195296
195297
|
|
195297
195298
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195298
|
-
const get_platform_env_1 =
|
195299
|
+
const get_platform_env_1 = __nested_webpack_require_917964__(4678);
|
195299
195300
|
function debug(message, ...additional) {
|
195300
195301
|
if (get_platform_env_1.getPlatformEnv('BUILDER_DEBUG')) {
|
195301
195302
|
console.log(message, ...additional);
|
@@ -195307,7 +195308,7 @@ exports.default = debug;
|
|
195307
195308
|
/***/ }),
|
195308
195309
|
|
195309
195310
|
/***/ 4246:
|
195310
|
-
/***/ (function(__unused_webpack_module, exports,
|
195311
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_918381__) {
|
195311
195312
|
|
195312
195313
|
"use strict";
|
195313
195314
|
|
@@ -195316,11 +195317,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
195316
195317
|
};
|
195317
195318
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195318
195319
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
195319
|
-
const minimatch_1 = __importDefault(
|
195320
|
-
const semver_1 =
|
195321
|
-
const path_1 =
|
195322
|
-
const frameworks_1 = __importDefault(
|
195323
|
-
const _1 =
|
195320
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_918381__(9566));
|
195321
|
+
const semver_1 = __nested_webpack_require_918381__(2879);
|
195322
|
+
const path_1 = __nested_webpack_require_918381__(5622);
|
195323
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_918381__(8438));
|
195324
|
+
const _1 = __nested_webpack_require_918381__(2855);
|
195324
195325
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
195325
195326
|
// We need to sort the file paths by alphabet to make
|
195326
195327
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -196149,7 +196150,7 @@ function sortFilesBySegmentCount(fileA, fileB) {
|
|
196149
196150
|
/***/ }),
|
196150
196151
|
|
196151
196152
|
/***/ 1182:
|
196152
|
-
/***/ (function(__unused_webpack_module, exports,
|
196153
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_950346__) {
|
196153
196154
|
|
196154
196155
|
"use strict";
|
196155
196156
|
|
@@ -196158,8 +196159,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196158
196159
|
};
|
196159
196160
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196160
196161
|
exports.detectFileSystemAPI = void 0;
|
196161
|
-
const semver_1 = __importDefault(
|
196162
|
-
const _1 =
|
196162
|
+
const semver_1 = __importDefault(__nested_webpack_require_950346__(2879));
|
196163
|
+
const _1 = __nested_webpack_require_950346__(2855);
|
196163
196164
|
const enableFileSystemApiFrameworks = new Set(['solidstart']);
|
196164
196165
|
/**
|
196165
196166
|
* If the Deployment can be built with the new File System API,
|
@@ -196585,7 +196586,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
196585
196586
|
/***/ }),
|
196586
196587
|
|
196587
196588
|
/***/ 2397:
|
196588
|
-
/***/ (function(__unused_webpack_module, exports,
|
196589
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_966007__) {
|
196589
196590
|
|
196590
196591
|
"use strict";
|
196591
196592
|
|
@@ -196593,8 +196594,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196593
196594
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196594
196595
|
};
|
196595
196596
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196596
|
-
const assert_1 = __importDefault(
|
196597
|
-
const into_stream_1 = __importDefault(
|
196597
|
+
const assert_1 = __importDefault(__nested_webpack_require_966007__(2357));
|
196598
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_966007__(6130));
|
196598
196599
|
class FileBlob {
|
196599
196600
|
constructor({ mode = 0o100644, contentType, data }) {
|
196600
196601
|
assert_1.default(typeof mode === 'number');
|
@@ -196629,7 +196630,7 @@ exports.default = FileBlob;
|
|
196629
196630
|
/***/ }),
|
196630
196631
|
|
196631
196632
|
/***/ 9331:
|
196632
|
-
/***/ (function(__unused_webpack_module, exports,
|
196633
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_967525__) {
|
196633
196634
|
|
196634
196635
|
"use strict";
|
196635
196636
|
|
@@ -196637,11 +196638,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196637
196638
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196638
196639
|
};
|
196639
196640
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196640
|
-
const assert_1 = __importDefault(
|
196641
|
-
const fs_extra_1 = __importDefault(
|
196642
|
-
const multistream_1 = __importDefault(
|
196643
|
-
const path_1 = __importDefault(
|
196644
|
-
const async_sema_1 = __importDefault(
|
196641
|
+
const assert_1 = __importDefault(__nested_webpack_require_967525__(2357));
|
196642
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_967525__(5392));
|
196643
|
+
const multistream_1 = __importDefault(__nested_webpack_require_967525__(8179));
|
196644
|
+
const path_1 = __importDefault(__nested_webpack_require_967525__(5622));
|
196645
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_967525__(5758));
|
196645
196646
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
196646
196647
|
class FileFsRef {
|
196647
196648
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -196707,7 +196708,7 @@ exports.default = FileFsRef;
|
|
196707
196708
|
/***/ }),
|
196708
196709
|
|
196709
196710
|
/***/ 5187:
|
196710
|
-
/***/ (function(__unused_webpack_module, exports,
|
196711
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_970329__) {
|
196711
196712
|
|
196712
196713
|
"use strict";
|
196713
196714
|
|
@@ -196715,11 +196716,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196715
196716
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196716
196717
|
};
|
196717
196718
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196718
|
-
const assert_1 = __importDefault(
|
196719
|
-
const node_fetch_1 = __importDefault(
|
196720
|
-
const multistream_1 = __importDefault(
|
196721
|
-
const async_retry_1 = __importDefault(
|
196722
|
-
const async_sema_1 = __importDefault(
|
196719
|
+
const assert_1 = __importDefault(__nested_webpack_require_970329__(2357));
|
196720
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_970329__(2197));
|
196721
|
+
const multistream_1 = __importDefault(__nested_webpack_require_970329__(8179));
|
196722
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_970329__(3691));
|
196723
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_970329__(5758));
|
196723
196724
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
196724
196725
|
class BailableError extends Error {
|
196725
196726
|
constructor(...args) {
|
@@ -196800,7 +196801,7 @@ exports.default = FileRef;
|
|
196800
196801
|
/***/ }),
|
196801
196802
|
|
196802
196803
|
/***/ 1611:
|
196803
|
-
/***/ (function(__unused_webpack_module, exports,
|
196804
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_973730__) {
|
196804
196805
|
|
196805
196806
|
"use strict";
|
196806
196807
|
|
@@ -196809,11 +196810,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196809
196810
|
};
|
196810
196811
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196811
196812
|
exports.isSymbolicLink = void 0;
|
196812
|
-
const path_1 = __importDefault(
|
196813
|
-
const debug_1 = __importDefault(
|
196814
|
-
const file_fs_ref_1 = __importDefault(
|
196815
|
-
const fs_extra_1 =
|
196816
|
-
const stream_to_buffer_1 = __importDefault(
|
196813
|
+
const path_1 = __importDefault(__nested_webpack_require_973730__(5622));
|
196814
|
+
const debug_1 = __importDefault(__nested_webpack_require_973730__(1868));
|
196815
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_973730__(9331));
|
196816
|
+
const fs_extra_1 = __nested_webpack_require_973730__(5392);
|
196817
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_973730__(2560));
|
196817
196818
|
const S_IFMT = 61440; /* 0170000 type of file */
|
196818
196819
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
196819
196820
|
function isSymbolicLink(mode) {
|
@@ -196886,14 +196887,14 @@ exports.default = download;
|
|
196886
196887
|
/***/ }),
|
196887
196888
|
|
196888
196889
|
/***/ 3838:
|
196889
|
-
/***/ ((__unused_webpack_module, exports,
|
196890
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_977179__) => {
|
196890
196891
|
|
196891
196892
|
"use strict";
|
196892
196893
|
|
196893
196894
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196894
|
-
const path_1 =
|
196895
|
-
const os_1 =
|
196896
|
-
const fs_extra_1 =
|
196895
|
+
const path_1 = __nested_webpack_require_977179__(5622);
|
196896
|
+
const os_1 = __nested_webpack_require_977179__(2087);
|
196897
|
+
const fs_extra_1 = __nested_webpack_require_977179__(5392);
|
196897
196898
|
async function getWritableDirectory() {
|
196898
196899
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
196899
196900
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -196906,7 +196907,7 @@ exports.default = getWritableDirectory;
|
|
196906
196907
|
/***/ }),
|
196907
196908
|
|
196908
196909
|
/***/ 4240:
|
196909
|
-
/***/ (function(__unused_webpack_module, exports,
|
196910
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_977759__) {
|
196910
196911
|
|
196911
196912
|
"use strict";
|
196912
196913
|
|
@@ -196914,13 +196915,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196914
196915
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196915
196916
|
};
|
196916
196917
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196917
|
-
const path_1 = __importDefault(
|
196918
|
-
const assert_1 = __importDefault(
|
196919
|
-
const glob_1 = __importDefault(
|
196920
|
-
const util_1 =
|
196921
|
-
const fs_extra_1 =
|
196922
|
-
const normalize_path_1 =
|
196923
|
-
const file_fs_ref_1 = __importDefault(
|
196918
|
+
const path_1 = __importDefault(__nested_webpack_require_977759__(5622));
|
196919
|
+
const assert_1 = __importDefault(__nested_webpack_require_977759__(2357));
|
196920
|
+
const glob_1 = __importDefault(__nested_webpack_require_977759__(1104));
|
196921
|
+
const util_1 = __nested_webpack_require_977759__(1669);
|
196922
|
+
const fs_extra_1 = __nested_webpack_require_977759__(5392);
|
196923
|
+
const normalize_path_1 = __nested_webpack_require_977759__(6261);
|
196924
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_977759__(9331));
|
196924
196925
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
196925
196926
|
async function glob(pattern, opts, mountpoint) {
|
196926
196927
|
let options;
|
@@ -196966,7 +196967,7 @@ exports.default = glob;
|
|
196966
196967
|
/***/ }),
|
196967
196968
|
|
196968
196969
|
/***/ 7903:
|
196969
|
-
/***/ (function(__unused_webpack_module, exports,
|
196970
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979955__) {
|
196970
196971
|
|
196971
196972
|
"use strict";
|
196972
196973
|
|
@@ -196975,9 +196976,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196975
196976
|
};
|
196976
196977
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196977
196978
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
196978
|
-
const semver_1 =
|
196979
|
-
const errors_1 =
|
196980
|
-
const debug_1 = __importDefault(
|
196979
|
+
const semver_1 = __nested_webpack_require_979955__(2879);
|
196980
|
+
const errors_1 = __nested_webpack_require_979955__(3983);
|
196981
|
+
const debug_1 = __importDefault(__nested_webpack_require_979955__(1868));
|
196981
196982
|
const allOptions = [
|
196982
196983
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
196983
196984
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -197071,7 +197072,7 @@ exports.normalizePath = normalizePath;
|
|
197071
197072
|
/***/ }),
|
197072
197073
|
|
197073
197074
|
/***/ 7792:
|
197074
|
-
/***/ (function(__unused_webpack_module, exports,
|
197075
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983823__) {
|
197075
197076
|
|
197076
197077
|
"use strict";
|
197077
197078
|
|
@@ -197080,9 +197081,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197080
197081
|
};
|
197081
197082
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197082
197083
|
exports.readConfigFile = void 0;
|
197083
|
-
const js_yaml_1 = __importDefault(
|
197084
|
-
const toml_1 = __importDefault(
|
197085
|
-
const fs_extra_1 =
|
197084
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_983823__(6540));
|
197085
|
+
const toml_1 = __importDefault(__nested_webpack_require_983823__(9434));
|
197086
|
+
const fs_extra_1 = __nested_webpack_require_983823__(5392);
|
197086
197087
|
async function readFileOrNull(file) {
|
197087
197088
|
try {
|
197088
197089
|
const data = await fs_extra_1.readFile(file);
|
@@ -197137,7 +197138,7 @@ exports.default = rename;
|
|
197137
197138
|
/***/ }),
|
197138
197139
|
|
197139
197140
|
/***/ 1442:
|
197140
|
-
/***/ (function(__unused_webpack_module, exports,
|
197141
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_985616__) {
|
197141
197142
|
|
197142
197143
|
"use strict";
|
197143
197144
|
|
@@ -197146,16 +197147,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197146
197147
|
};
|
197147
197148
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197148
197149
|
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;
|
197149
|
-
const assert_1 = __importDefault(
|
197150
|
-
const fs_extra_1 = __importDefault(
|
197151
|
-
const path_1 = __importDefault(
|
197152
|
-
const async_sema_1 = __importDefault(
|
197153
|
-
const cross_spawn_1 = __importDefault(
|
197154
|
-
const util_1 =
|
197155
|
-
const debug_1 = __importDefault(
|
197156
|
-
const errors_1 =
|
197157
|
-
const node_version_1 =
|
197158
|
-
const read_config_file_1 =
|
197150
|
+
const assert_1 = __importDefault(__nested_webpack_require_985616__(2357));
|
197151
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_985616__(5392));
|
197152
|
+
const path_1 = __importDefault(__nested_webpack_require_985616__(5622));
|
197153
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_985616__(5758));
|
197154
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_985616__(7618));
|
197155
|
+
const util_1 = __nested_webpack_require_985616__(1669);
|
197156
|
+
const debug_1 = __importDefault(__nested_webpack_require_985616__(1868));
|
197157
|
+
const errors_1 = __nested_webpack_require_985616__(3983);
|
197158
|
+
const node_version_1 = __nested_webpack_require_985616__(7903);
|
197159
|
+
const read_config_file_1 = __nested_webpack_require_985616__(7792);
|
197159
197160
|
// Only allow one `runNpmInstall()` invocation to run concurrently
|
197160
197161
|
const runNpmInstallSema = new async_sema_1.default(1);
|
197161
197162
|
function spawnAsync(command, args, opts = {}) {
|
@@ -197278,6 +197279,10 @@ async function getNodeVersion(destPath, _nodeVersion, config = {}, meta = {}) {
|
|
197278
197279
|
const latest = node_version_1.getLatestNodeVersion();
|
197279
197280
|
return { ...latest, runtime: 'nodejs' };
|
197280
197281
|
}
|
197282
|
+
if (process.env.ENABLE_EXPERIMENTAL_NODE16 === '1') {
|
197283
|
+
console.warn('Warning: Using experimental Node.js 16.x due to ENABLE_EXPERIMENTAL_NODE16=1');
|
197284
|
+
return { major: 16, range: '16.x', runtime: 'nodejs16.x' };
|
197285
|
+
}
|
197281
197286
|
const { packageJson } = await scanParentDirs(destPath, true);
|
197282
197287
|
let { nodeVersion } = config;
|
197283
197288
|
let isAuto = true;
|
@@ -197548,7 +197553,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
197548
197553
|
/***/ }),
|
197549
197554
|
|
197550
197555
|
/***/ 2560:
|
197551
|
-
/***/ (function(__unused_webpack_module, exports,
|
197556
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1003088__) {
|
197552
197557
|
|
197553
197558
|
"use strict";
|
197554
197559
|
|
@@ -197556,7 +197561,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197556
197561
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197557
197562
|
};
|
197558
197563
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197559
|
-
const end_of_stream_1 = __importDefault(
|
197564
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1003088__(687));
|
197560
197565
|
function streamToBuffer(stream) {
|
197561
197566
|
return new Promise((resolve, reject) => {
|
197562
197567
|
const buffers = [];
|
@@ -197585,7 +197590,7 @@ exports.default = streamToBuffer;
|
|
197585
197590
|
/***/ }),
|
197586
197591
|
|
197587
197592
|
/***/ 1148:
|
197588
|
-
/***/ (function(__unused_webpack_module, exports,
|
197593
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1004156__) {
|
197589
197594
|
|
197590
197595
|
"use strict";
|
197591
197596
|
|
@@ -197593,9 +197598,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197593
197598
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197594
197599
|
};
|
197595
197600
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197596
|
-
const path_1 = __importDefault(
|
197597
|
-
const fs_extra_1 = __importDefault(
|
197598
|
-
const ignore_1 = __importDefault(
|
197601
|
+
const path_1 = __importDefault(__nested_webpack_require_1004156__(5622));
|
197602
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1004156__(5392));
|
197603
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1004156__(3556));
|
197599
197604
|
function isCodedError(error) {
|
197600
197605
|
return (error !== null &&
|
197601
197606
|
error !== undefined &&
|
@@ -197652,13 +197657,13 @@ exports.default = default_1;
|
|
197652
197657
|
/***/ }),
|
197653
197658
|
|
197654
197659
|
/***/ 4678:
|
197655
|
-
/***/ ((__unused_webpack_module, exports,
|
197660
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1006530__) => {
|
197656
197661
|
|
197657
197662
|
"use strict";
|
197658
197663
|
|
197659
197664
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197660
197665
|
exports.getPlatformEnv = void 0;
|
197661
|
-
const errors_1 =
|
197666
|
+
const errors_1 = __nested_webpack_require_1006530__(3983);
|
197662
197667
|
/**
|
197663
197668
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
197664
197669
|
* Throws an error if *both* env vars are defined.
|
@@ -197686,7 +197691,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
197686
197691
|
/***/ }),
|
197687
197692
|
|
197688
197693
|
/***/ 2855:
|
197689
|
-
/***/ (function(__unused_webpack_module, exports,
|
197694
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1007567__) {
|
197690
197695
|
|
197691
197696
|
"use strict";
|
197692
197697
|
|
@@ -197717,30 +197722,30 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197717
197722
|
};
|
197718
197723
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197719
197724
|
exports.isStaticRuntime = exports.isOfficialRuntime = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.EdgeFunction = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = 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.download = exports.Prerender = exports.createLambda = exports.NodejsLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
197720
|
-
const file_blob_1 = __importDefault(
|
197725
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1007567__(2397));
|
197721
197726
|
exports.FileBlob = file_blob_1.default;
|
197722
|
-
const file_fs_ref_1 = __importDefault(
|
197727
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1007567__(9331));
|
197723
197728
|
exports.FileFsRef = file_fs_ref_1.default;
|
197724
|
-
const file_ref_1 = __importDefault(
|
197729
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1007567__(5187));
|
197725
197730
|
exports.FileRef = file_ref_1.default;
|
197726
|
-
const lambda_1 =
|
197731
|
+
const lambda_1 = __nested_webpack_require_1007567__(6721);
|
197727
197732
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
197728
197733
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
197729
197734
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
197730
|
-
const nodejs_lambda_1 =
|
197735
|
+
const nodejs_lambda_1 = __nested_webpack_require_1007567__(7049);
|
197731
197736
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
197732
|
-
const prerender_1 =
|
197737
|
+
const prerender_1 = __nested_webpack_require_1007567__(2850);
|
197733
197738
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
197734
|
-
const download_1 = __importStar(
|
197739
|
+
const download_1 = __importStar(__nested_webpack_require_1007567__(1611));
|
197735
197740
|
exports.download = download_1.default;
|
197736
197741
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
197737
|
-
const get_writable_directory_1 = __importDefault(
|
197742
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1007567__(3838));
|
197738
197743
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197739
|
-
const glob_1 = __importDefault(
|
197744
|
+
const glob_1 = __importDefault(__nested_webpack_require_1007567__(4240));
|
197740
197745
|
exports.glob = glob_1.default;
|
197741
|
-
const rename_1 = __importDefault(
|
197746
|
+
const rename_1 = __importDefault(__nested_webpack_require_1007567__(6718));
|
197742
197747
|
exports.rename = rename_1.default;
|
197743
|
-
const run_user_scripts_1 =
|
197748
|
+
const run_user_scripts_1 = __nested_webpack_require_1007567__(1442);
|
197744
197749
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
197745
197750
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
197746
197751
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -197759,39 +197764,39 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
197759
197764
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
197760
197765
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
197761
197766
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
197762
|
-
const node_version_1 =
|
197767
|
+
const node_version_1 = __nested_webpack_require_1007567__(7903);
|
197763
197768
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
197764
197769
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197765
|
-
const stream_to_buffer_1 = __importDefault(
|
197770
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1007567__(2560));
|
197766
197771
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197767
|
-
const should_serve_1 = __importDefault(
|
197772
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1007567__(2564));
|
197768
197773
|
exports.shouldServe = should_serve_1.default;
|
197769
|
-
const debug_1 = __importDefault(
|
197774
|
+
const debug_1 = __importDefault(__nested_webpack_require_1007567__(1868));
|
197770
197775
|
exports.debug = debug_1.default;
|
197771
|
-
const get_ignore_filter_1 = __importDefault(
|
197776
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1007567__(1148));
|
197772
197777
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
197773
|
-
const get_platform_env_1 =
|
197778
|
+
const get_platform_env_1 = __nested_webpack_require_1007567__(4678);
|
197774
197779
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
197775
|
-
var edge_function_1 =
|
197780
|
+
var edge_function_1 = __nested_webpack_require_1007567__(8038);
|
197776
197781
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
197777
|
-
var detect_builders_1 =
|
197782
|
+
var detect_builders_1 = __nested_webpack_require_1007567__(4246);
|
197778
197783
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
197779
197784
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
197780
197785
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
197781
197786
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
197782
|
-
var detect_file_system_api_1 =
|
197787
|
+
var detect_file_system_api_1 = __nested_webpack_require_1007567__(1182);
|
197783
197788
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
197784
|
-
var detect_framework_1 =
|
197789
|
+
var detect_framework_1 = __nested_webpack_require_1007567__(5224);
|
197785
197790
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
197786
|
-
var filesystem_1 =
|
197791
|
+
var filesystem_1 = __nested_webpack_require_1007567__(461);
|
197787
197792
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
197788
|
-
var read_config_file_1 =
|
197793
|
+
var read_config_file_1 = __nested_webpack_require_1007567__(7792);
|
197789
197794
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197790
|
-
var normalize_path_1 =
|
197795
|
+
var normalize_path_1 = __nested_webpack_require_1007567__(6261);
|
197791
197796
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197792
|
-
__exportStar(
|
197793
|
-
__exportStar(
|
197794
|
-
__exportStar(
|
197797
|
+
__exportStar(__nested_webpack_require_1007567__(2416), exports);
|
197798
|
+
__exportStar(__nested_webpack_require_1007567__(5748), exports);
|
197799
|
+
__exportStar(__nested_webpack_require_1007567__(3983), exports);
|
197795
197800
|
/**
|
197796
197801
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
197797
197802
|
*/
|
@@ -197814,7 +197819,7 @@ exports.isStaticRuntime = isStaticRuntime;
|
|
197814
197819
|
/***/ }),
|
197815
197820
|
|
197816
197821
|
/***/ 6721:
|
197817
|
-
/***/ (function(__unused_webpack_module, exports,
|
197822
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1017938__) {
|
197818
197823
|
|
197819
197824
|
"use strict";
|
197820
197825
|
|
@@ -197823,13 +197828,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197823
197828
|
};
|
197824
197829
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197825
197830
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
197826
|
-
const assert_1 = __importDefault(
|
197827
|
-
const async_sema_1 = __importDefault(
|
197828
|
-
const yazl_1 =
|
197829
|
-
const minimatch_1 = __importDefault(
|
197830
|
-
const fs_extra_1 =
|
197831
|
-
const download_1 =
|
197832
|
-
const stream_to_buffer_1 = __importDefault(
|
197831
|
+
const assert_1 = __importDefault(__nested_webpack_require_1017938__(2357));
|
197832
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1017938__(5758));
|
197833
|
+
const yazl_1 = __nested_webpack_require_1017938__(1223);
|
197834
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1017938__(9566));
|
197835
|
+
const fs_extra_1 = __nested_webpack_require_1017938__(5392);
|
197836
|
+
const download_1 = __nested_webpack_require_1017938__(1611);
|
197837
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1017938__(2560));
|
197833
197838
|
class Lambda {
|
197834
197839
|
constructor(opts) {
|
197835
197840
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
@@ -197951,13 +197956,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
197951
197956
|
/***/ }),
|
197952
197957
|
|
197953
197958
|
/***/ 7049:
|
197954
|
-
/***/ ((__unused_webpack_module, exports,
|
197959
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1023442__) => {
|
197955
197960
|
|
197956
197961
|
"use strict";
|
197957
197962
|
|
197958
197963
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197959
197964
|
exports.NodejsLambda = void 0;
|
197960
|
-
const lambda_1 =
|
197965
|
+
const lambda_1 = __nested_webpack_require_1023442__(6721);
|
197961
197966
|
class NodejsLambda extends lambda_1.Lambda {
|
197962
197967
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
197963
197968
|
super(opts);
|
@@ -198094,12 +198099,12 @@ exports.buildsSchema = {
|
|
198094
198099
|
/***/ }),
|
198095
198100
|
|
198096
198101
|
/***/ 2564:
|
198097
|
-
/***/ ((__unused_webpack_module, exports,
|
198102
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1027787__) => {
|
198098
198103
|
|
198099
198104
|
"use strict";
|
198100
198105
|
|
198101
198106
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198102
|
-
const path_1 =
|
198107
|
+
const path_1 = __nested_webpack_require_1027787__(5622);
|
198103
198108
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
198104
198109
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198105
198110
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -198328,7 +198333,7 @@ module.exports = __webpack_require__(78761);
|
|
198328
198333
|
/******/ var __webpack_module_cache__ = {};
|
198329
198334
|
/******/
|
198330
198335
|
/******/ // The require function
|
198331
|
-
/******/ function
|
198336
|
+
/******/ function __nested_webpack_require_1127426__(moduleId) {
|
198332
198337
|
/******/ // Check if module is in cache
|
198333
198338
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198334
198339
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198343,7 +198348,7 @@ module.exports = __webpack_require__(78761);
|
|
198343
198348
|
/******/ // Execute the module function
|
198344
198349
|
/******/ var threw = true;
|
198345
198350
|
/******/ try {
|
198346
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198351
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1127426__);
|
198347
198352
|
/******/ threw = false;
|
198348
198353
|
/******/ } finally {
|
198349
198354
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198356,11 +198361,11 @@ module.exports = __webpack_require__(78761);
|
|
198356
198361
|
/************************************************************************/
|
198357
198362
|
/******/ /* webpack/runtime/compat */
|
198358
198363
|
/******/
|
198359
|
-
/******/
|
198364
|
+
/******/ __nested_webpack_require_1127426__.ab = __dirname + "/";/************************************************************************/
|
198360
198365
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198361
198366
|
/******/ // startup
|
198362
198367
|
/******/ // Load entry module and return exports
|
198363
|
-
/******/ return
|
198368
|
+
/******/ return __nested_webpack_require_1127426__(2855);
|
198364
198369
|
/******/ })()
|
198365
198370
|
;
|
198366
198371
|
|
@@ -209770,12 +209775,10 @@ module.exports.sync = (fp, data, opts) => {
|
|
209770
209775
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
209771
209776
|
|
209772
209777
|
"use strict";
|
209773
|
-
// ESM COMPAT FLAG
|
209774
|
-
__webpack_require__.r(__webpack_exports__);
|
209775
209778
|
|
209776
209779
|
// EXPORTS
|
209777
209780
|
__webpack_require__.d(__webpack_exports__, {
|
209778
|
-
"
|
209781
|
+
"Z": () => /* default */ billing
|
209779
209782
|
});
|
209780
209783
|
|
209781
209784
|
// EXTERNAL MODULE: ../../node_modules/stripe/lib/stripe.js
|
@@ -210484,12 +210487,10 @@ function buildInquirerChoices(cards) {
|
|
210484
210487
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
210485
210488
|
|
210486
210489
|
"use strict";
|
210487
|
-
// ESM COMPAT FLAG
|
210488
|
-
__webpack_require__.r(__webpack_exports__);
|
210489
210490
|
|
210490
210491
|
// EXPORTS
|
210491
210492
|
__webpack_require__.d(__webpack_exports__, {
|
210492
|
-
"
|
210493
|
+
"Z": () => /* default */ secrets
|
210493
210494
|
});
|
210494
210495
|
|
210495
210496
|
// EXTERNAL MODULE: ./src/util/index.ts
|
@@ -211325,23 +211326,6 @@ async function* deploy(files, clientOptions, deploymentOptions) {
|
|
211325
211326
|
debug('Setting deployment name to "file" for single-file deployment');
|
211326
211327
|
}
|
211327
211328
|
}
|
211328
|
-
if (files.size === 1 &&
|
211329
|
-
deploymentOptions.builds === undefined &&
|
211330
|
-
deploymentOptions.routes === undefined &&
|
211331
|
-
deploymentOptions.cleanUrls === undefined &&
|
211332
|
-
deploymentOptions.rewrites === undefined &&
|
211333
|
-
deploymentOptions.redirects === undefined &&
|
211334
|
-
deploymentOptions.headers === undefined &&
|
211335
|
-
deploymentOptions.trailingSlash === undefined) {
|
211336
|
-
debug(`Assigning '/' route for single file deployment`);
|
211337
|
-
const filePath = Array.from(files.values())[0].names[0];
|
211338
|
-
deploymentOptions.routes = [
|
211339
|
-
{
|
211340
|
-
src: '/',
|
211341
|
-
dest: `/${filePath.split('/').pop()}`,
|
211342
|
-
},
|
211343
|
-
];
|
211344
|
-
}
|
211345
211329
|
if (!deploymentOptions.name) {
|
211346
211330
|
deploymentOptions.name =
|
211347
211331
|
clientOptions.defaultName || getDefaultName(files, clientOptions);
|
@@ -216729,6 +216713,7 @@ exports.frameworks = [
|
|
216729
216713
|
slug: 'nextjs',
|
216730
216714
|
demo: 'https://nextjs-template.vercel.app',
|
216731
216715
|
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/next.svg',
|
216716
|
+
darkModeLogo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/next-dark.svg',
|
216732
216717
|
screenshot: 'https://assets.vercel.com/image/upload/v1647366075/front/import/nextjs.png',
|
216733
216718
|
tagline: 'Next.js makes you productive with React instantly — whether you want to build static or dynamic sites.',
|
216734
216719
|
description: 'A Next.js app and a Serverless Function API.',
|
@@ -225625,6 +225610,14 @@ exports.default = async (client) => {
|
|
225625
225610
|
if (argv['--name']) {
|
225626
225611
|
output.print(`${emoji_1.prependEmoji(`The ${param_1.default('--name')} option is deprecated (https://vercel.link/name-flag)`, emoji_1.emoji('warning'))}\n`);
|
225627
225612
|
}
|
225613
|
+
// build `--prebuilt`
|
225614
|
+
if (argv['--prebuilt']) {
|
225615
|
+
const prebuiltExists = await fs_extra_1.default.pathExists(path_1.join(path, '.vercel/output'));
|
225616
|
+
if (!prebuiltExists) {
|
225617
|
+
error(`The ${param_1.default('--prebuilt')} option was used, but no prebuilt output found in ".vercel/output". Run ${pkg_name_1.getCommandName('build')} to generate a local build.`);
|
225618
|
+
return 1;
|
225619
|
+
}
|
225620
|
+
}
|
225628
225621
|
// retrieve `project` and `org` from .vercel
|
225629
225622
|
const link = await link_2.getLinkedProject(client, path);
|
225630
225623
|
if (link.status === 'error') {
|
@@ -225635,11 +225628,6 @@ exports.default = async (client) => {
|
|
225635
225628
|
let rootDirectory = project ? project.rootDirectory : null;
|
225636
225629
|
let sourceFilesOutsideRootDirectory = true;
|
225637
225630
|
if (status === 'not_linked') {
|
225638
|
-
// In the future this will need to be implemented in both the CLI and vercel.com/new at the same time
|
225639
|
-
if (localConfig === null || localConfig === void 0 ? void 0 : localConfig.projectSettings) {
|
225640
|
-
output.error('Unexpected property detected in vercel.json: "projectSettings"');
|
225641
|
-
return 1;
|
225642
|
-
}
|
225643
225631
|
const shouldStartSetup = autoConfirm ||
|
225644
225632
|
(await confirm_1.default(`Set up and deploy ${chalk_1.default.cyan(`“${humanize_path_1.default(path)}”`)}?`, true));
|
225645
225633
|
if (!shouldStartSetup) {
|
@@ -225805,10 +225793,7 @@ exports.default = async (client) => {
|
|
225805
225793
|
};
|
225806
225794
|
if (!localConfig.builds || localConfig.builds.length === 0) {
|
225807
225795
|
// Only add projectSettings for zero config deployments
|
225808
|
-
createArgs.projectSettings = {
|
225809
|
-
...localConfig.projectSettings,
|
225810
|
-
sourceFilesOutsideRootDirectory,
|
225811
|
-
};
|
225796
|
+
createArgs.projectSettings = { sourceFilesOutsideRootDirectory };
|
225812
225797
|
}
|
225813
225798
|
deployment = await create_deploy_1.default(client, now, contextName, [sourcePath], createArgs, org, !project, path);
|
225814
225799
|
if (deployment.code === 'missing_project_settings') {
|
@@ -225822,10 +225807,7 @@ exports.default = async (client) => {
|
|
225822
225807
|
}
|
225823
225808
|
const settings = await edit_project_settings_1.default(output, projectSettings, framework);
|
225824
225809
|
// deploy again, but send projectSettings this time
|
225825
|
-
createArgs.projectSettings =
|
225826
|
-
...settings,
|
225827
|
-
...localConfig.projectSettings,
|
225828
|
-
};
|
225810
|
+
createArgs.projectSettings = settings;
|
225829
225811
|
deployStamp = stamp_1.default();
|
225830
225812
|
createArgs.deployStamp = deployStamp;
|
225831
225813
|
deployment = await create_deploy_1.default(client, now, contextName, [sourcePath], createArgs, org, false, path);
|
@@ -228151,6 +228133,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
228151
228133
|
};
|
228152
228134
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
228153
228135
|
const chalk_1 = __importDefault(__webpack_require__(961));
|
228136
|
+
const fs_extra_1 = __webpack_require__(45392);
|
228154
228137
|
const fs_1 = __webpack_require__(35747);
|
228155
228138
|
const path_1 = __webpack_require__(85622);
|
228156
228139
|
const expose_system_envs_1 = __importDefault(__webpack_require__(40313));
|
@@ -228161,7 +228144,6 @@ const confirm_1 = __importDefault(__webpack_require__(33564));
|
|
228161
228144
|
const param_1 = __importDefault(__webpack_require__(70330));
|
228162
228145
|
const stamp_1 = __importDefault(__webpack_require__(92205));
|
228163
228146
|
const pkg_name_1 = __webpack_require__(98106);
|
228164
|
-
const { writeFile } = fs_1.promises;
|
228165
228147
|
const CONTENTS_PREFIX = '# Created by Vercel CLI\n';
|
228166
228148
|
function readHeadSync(path, length) {
|
228167
228149
|
const buffer = Buffer.alloc(length);
|
@@ -228219,7 +228201,7 @@ async function pull(client, project, environment, opts, args, output, cwd) {
|
|
228219
228201
|
.map(([key, value]) => `${key}="${escapeValue(value)}"`)
|
228220
228202
|
.join('\n') +
|
228221
228203
|
'\n';
|
228222
|
-
await
|
228204
|
+
await fs_extra_1.outputFile(fullPath, contents, 'utf8');
|
228223
228205
|
output.print(`${emoji_1.prependEmoji(`${exists ? 'Updated' : 'Created'} ${chalk_1.default.bold(filename)} file ${chalk_1.default.gray(pullStamp())}`, emoji_1.emoji('success'))}\n`);
|
228224
228206
|
return 0;
|
228225
228207
|
}
|
@@ -231383,73 +231365,73 @@ const main = async () => {
|
|
231383
231365
|
let func;
|
231384
231366
|
switch (targetCommand) {
|
231385
231367
|
case 'alias':
|
231386
|
-
func =
|
231368
|
+
func = __webpack_require__(95908).default;
|
231387
231369
|
break;
|
231388
231370
|
case 'billing':
|
231389
|
-
func =
|
231371
|
+
func = __webpack_require__(94344)/* .default */ .Z;
|
231390
231372
|
break;
|
231391
231373
|
case 'bisect':
|
231392
|
-
func =
|
231374
|
+
func = __webpack_require__(76792).default;
|
231393
231375
|
break;
|
231394
231376
|
case 'certs':
|
231395
|
-
func =
|
231377
|
+
func = __webpack_require__(20490).default;
|
231396
231378
|
break;
|
231397
231379
|
case 'deploy':
|
231398
|
-
func =
|
231380
|
+
func = __webpack_require__(28640).default;
|
231399
231381
|
break;
|
231400
231382
|
case 'dev':
|
231401
|
-
func =
|
231383
|
+
func = __webpack_require__(35498).default;
|
231402
231384
|
break;
|
231403
231385
|
case 'dns':
|
231404
|
-
func =
|
231386
|
+
func = __webpack_require__(91559).default;
|
231405
231387
|
break;
|
231406
231388
|
case 'domains':
|
231407
|
-
func =
|
231389
|
+
func = __webpack_require__(65335).default;
|
231408
231390
|
break;
|
231409
231391
|
case 'env':
|
231410
|
-
func =
|
231392
|
+
func = __webpack_require__(41872).default;
|
231411
231393
|
break;
|
231412
231394
|
case 'init':
|
231413
|
-
func =
|
231395
|
+
func = __webpack_require__(34499).default;
|
231414
231396
|
break;
|
231415
231397
|
case 'inspect':
|
231416
|
-
func =
|
231398
|
+
func = __webpack_require__(45914).default;
|
231417
231399
|
break;
|
231418
231400
|
case 'link':
|
231419
|
-
func =
|
231401
|
+
func = __webpack_require__(82043).default;
|
231420
231402
|
break;
|
231421
231403
|
case 'list':
|
231422
|
-
func =
|
231404
|
+
func = __webpack_require__(62972).default;
|
231423
231405
|
break;
|
231424
231406
|
case 'logs':
|
231425
|
-
func =
|
231407
|
+
func = __webpack_require__(62990).default;
|
231426
231408
|
break;
|
231427
231409
|
case 'login':
|
231428
|
-
func =
|
231410
|
+
func = __webpack_require__(86609).default;
|
231429
231411
|
break;
|
231430
231412
|
case 'logout':
|
231431
|
-
func =
|
231413
|
+
func = __webpack_require__(6299).default;
|
231432
231414
|
break;
|
231433
231415
|
case 'projects':
|
231434
|
-
func =
|
231416
|
+
func = __webpack_require__(42335).default;
|
231435
231417
|
break;
|
231436
231418
|
case 'pull':
|
231437
|
-
func =
|
231419
|
+
func = __webpack_require__(6277).default;
|
231438
231420
|
break;
|
231439
231421
|
case 'remove':
|
231440
|
-
func =
|
231422
|
+
func = __webpack_require__(28709).default;
|
231441
231423
|
break;
|
231442
231424
|
case 'secrets':
|
231443
|
-
func =
|
231425
|
+
func = __webpack_require__(37523)/* .default */ .Z;
|
231444
231426
|
break;
|
231445
231427
|
case 'teams':
|
231446
|
-
func =
|
231428
|
+
func = __webpack_require__(48825).default;
|
231447
231429
|
break;
|
231448
231430
|
case 'update':
|
231449
|
-
func =
|
231431
|
+
func = __webpack_require__(77868).default;
|
231450
231432
|
break;
|
231451
231433
|
case 'whoami':
|
231452
|
-
func =
|
231434
|
+
func = __webpack_require__(56523).default;
|
231453
231435
|
break;
|
231454
231436
|
default:
|
231455
231437
|
func = null;
|
@@ -243680,7 +243662,7 @@ const path_1 = __webpack_require__(85622);
|
|
243680
243662
|
// Write the project configuration to `.vercel/project.json`
|
243681
243663
|
// that is needed for `vercel build` and `vercel dev` commands
|
243682
243664
|
async function writeProjectSettings(cwd, project, org) {
|
243683
|
-
|
243665
|
+
const data = {
|
243684
243666
|
projectId: project.id,
|
243685
243667
|
orgId: org.id,
|
243686
243668
|
settings: {
|
@@ -243691,7 +243673,11 @@ async function writeProjectSettings(cwd, project, org) {
|
|
243691
243673
|
rootDirectory: project.rootDirectory,
|
243692
243674
|
framework: project.framework,
|
243693
243675
|
},
|
243694
|
-
}
|
243676
|
+
};
|
243677
|
+
const path = path_1.join(cwd, link_1.VERCEL_DIR, link_1.VERCEL_DIR_PROJECT);
|
243678
|
+
return await fs_extra_1.outputJSON(path, data, {
|
243679
|
+
spaces: 2,
|
243680
|
+
});
|
243695
243681
|
}
|
243696
243682
|
exports.writeProjectSettings = writeProjectSettings;
|
243697
243683
|
async function readProjectSettings(cwd) {
|
@@ -244665,7 +244651,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
244665
244651
|
/***/ ((module) => {
|
244666
244652
|
|
244667
244653
|
"use strict";
|
244668
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.1.1-canary.
|
244654
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.1.1-canary.6\",\"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.15.2-canary.4\",\"@vercel/go\":\"1.3.3-canary.4\",\"@vercel/node\":\"1.14.2-canary.5\",\"@vercel/python\":\"2.2.3-canary.4\",\"@vercel/ruby\":\"1.3.3-canary.4\",\"update-notifier\":\"4.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\",\"@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/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\":\"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/client\":\"10.4.2-canary.5\",\"@vercel/fetch-retry\":\"5.0.3\",\"@vercel/frameworks\":\"0.7.2-canary.0\",\"@vercel/ncc\":\"0.24.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.4.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-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}},\"setupFilesAfterEnv\":[\"@alex_neo/jest-expect-message\"],\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]},\"gitHead\":\"466135cf84d0346294645251034ad6aaf89928b8\"}");
|
244669
244655
|
|
244670
244656
|
/***/ }),
|
244671
244657
|
|
@@ -244681,7 +244667,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
244681
244667
|
/***/ ((module) => {
|
244682
244668
|
|
244683
244669
|
"use strict";
|
244684
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.4.2-canary.
|
244670
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.4.2-canary.5\",\"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/minimatch\":\"3.0.5\",\"@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.15.2-canary.4\",\"@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.1\",\"querystring\":\"^0.2.0\",\"sleep-promise\":\"8.0.1\"},\"gitHead\":\"466135cf84d0346294645251034ad6aaf89928b8\"}");
|
244685
244671
|
|
244686
244672
|
/***/ }),
|
244687
244673
|
|
@@ -244981,17 +244967,6 @@ module.exports = require("zlib");
|
|
244981
244967
|
/******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
|
244982
244968
|
/******/ })();
|
244983
244969
|
/******/
|
244984
|
-
/******/ /* webpack/runtime/make namespace object */
|
244985
|
-
/******/ (() => {
|
244986
|
-
/******/ // define __esModule on exports
|
244987
|
-
/******/ __webpack_require__.r = (exports) => {
|
244988
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
244989
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
244990
|
-
/******/ }
|
244991
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
244992
|
-
/******/ };
|
244993
|
-
/******/ })();
|
244994
|
-
/******/
|
244995
244970
|
/******/ /* webpack/runtime/node module decorator */
|
244996
244971
|
/******/ (() => {
|
244997
244972
|
/******/ __webpack_require__.nmd = (module) => {
|