vercel 24.1.1-canary.2 → 24.1.1-canary.5
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 +282 -324
- package/package.json +14 -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' },
|
@@ -197011,6 +197012,9 @@ function getDiscontinuedNodeVersions() {
|
|
197011
197012
|
exports.getDiscontinuedNodeVersions = getDiscontinuedNodeVersions;
|
197012
197013
|
async function getSupportedNodeVersion(engineRange, isAuto = false) {
|
197013
197014
|
let selection = getLatestNodeVersion();
|
197015
|
+
if (process.env.ENABLE_EXPERIMENTAL_NODE16 === '1') {
|
197016
|
+
return { major: 16, range: '16.x', runtime: 'nodejs16.x' };
|
197017
|
+
}
|
197014
197018
|
if (engineRange) {
|
197015
197019
|
const found = semver_1.validRange(engineRange) &&
|
197016
197020
|
allOptions.some(o => {
|
@@ -197071,7 +197075,7 @@ exports.normalizePath = normalizePath;
|
|
197071
197075
|
/***/ }),
|
197072
197076
|
|
197073
197077
|
/***/ 7792:
|
197074
|
-
/***/ (function(__unused_webpack_module, exports,
|
197078
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983955__) {
|
197075
197079
|
|
197076
197080
|
"use strict";
|
197077
197081
|
|
@@ -197080,9 +197084,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197080
197084
|
};
|
197081
197085
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197082
197086
|
exports.readConfigFile = void 0;
|
197083
|
-
const js_yaml_1 = __importDefault(
|
197084
|
-
const toml_1 = __importDefault(
|
197085
|
-
const fs_extra_1 =
|
197087
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_983955__(6540));
|
197088
|
+
const toml_1 = __importDefault(__nested_webpack_require_983955__(9434));
|
197089
|
+
const fs_extra_1 = __nested_webpack_require_983955__(5392);
|
197086
197090
|
async function readFileOrNull(file) {
|
197087
197091
|
try {
|
197088
197092
|
const data = await fs_extra_1.readFile(file);
|
@@ -197137,7 +197141,7 @@ exports.default = rename;
|
|
197137
197141
|
/***/ }),
|
197138
197142
|
|
197139
197143
|
/***/ 1442:
|
197140
|
-
/***/ (function(__unused_webpack_module, exports,
|
197144
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_985748__) {
|
197141
197145
|
|
197142
197146
|
"use strict";
|
197143
197147
|
|
@@ -197146,16 +197150,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197146
197150
|
};
|
197147
197151
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197148
197152
|
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 =
|
197153
|
+
const assert_1 = __importDefault(__nested_webpack_require_985748__(2357));
|
197154
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_985748__(5392));
|
197155
|
+
const path_1 = __importDefault(__nested_webpack_require_985748__(5622));
|
197156
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_985748__(5758));
|
197157
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_985748__(7618));
|
197158
|
+
const util_1 = __nested_webpack_require_985748__(1669);
|
197159
|
+
const debug_1 = __importDefault(__nested_webpack_require_985748__(1868));
|
197160
|
+
const errors_1 = __nested_webpack_require_985748__(3983);
|
197161
|
+
const node_version_1 = __nested_webpack_require_985748__(7903);
|
197162
|
+
const read_config_file_1 = __nested_webpack_require_985748__(7792);
|
197159
197163
|
// Only allow one `runNpmInstall()` invocation to run concurrently
|
197160
197164
|
const runNpmInstallSema = new async_sema_1.default(1);
|
197161
197165
|
function spawnAsync(command, args, opts = {}) {
|
@@ -197548,7 +197552,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
197548
197552
|
/***/ }),
|
197549
197553
|
|
197550
197554
|
/***/ 2560:
|
197551
|
-
/***/ (function(__unused_webpack_module, exports,
|
197555
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1002986__) {
|
197552
197556
|
|
197553
197557
|
"use strict";
|
197554
197558
|
|
@@ -197556,7 +197560,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197556
197560
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197557
197561
|
};
|
197558
197562
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197559
|
-
const end_of_stream_1 = __importDefault(
|
197563
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1002986__(687));
|
197560
197564
|
function streamToBuffer(stream) {
|
197561
197565
|
return new Promise((resolve, reject) => {
|
197562
197566
|
const buffers = [];
|
@@ -197585,7 +197589,7 @@ exports.default = streamToBuffer;
|
|
197585
197589
|
/***/ }),
|
197586
197590
|
|
197587
197591
|
/***/ 1148:
|
197588
|
-
/***/ (function(__unused_webpack_module, exports,
|
197592
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1004054__) {
|
197589
197593
|
|
197590
197594
|
"use strict";
|
197591
197595
|
|
@@ -197593,9 +197597,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197593
197597
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197594
197598
|
};
|
197595
197599
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197596
|
-
const path_1 = __importDefault(
|
197597
|
-
const fs_extra_1 = __importDefault(
|
197598
|
-
const ignore_1 = __importDefault(
|
197600
|
+
const path_1 = __importDefault(__nested_webpack_require_1004054__(5622));
|
197601
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1004054__(5392));
|
197602
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1004054__(3556));
|
197599
197603
|
function isCodedError(error) {
|
197600
197604
|
return (error !== null &&
|
197601
197605
|
error !== undefined &&
|
@@ -197652,13 +197656,13 @@ exports.default = default_1;
|
|
197652
197656
|
/***/ }),
|
197653
197657
|
|
197654
197658
|
/***/ 4678:
|
197655
|
-
/***/ ((__unused_webpack_module, exports,
|
197659
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1006428__) => {
|
197656
197660
|
|
197657
197661
|
"use strict";
|
197658
197662
|
|
197659
197663
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197660
197664
|
exports.getPlatformEnv = void 0;
|
197661
|
-
const errors_1 =
|
197665
|
+
const errors_1 = __nested_webpack_require_1006428__(3983);
|
197662
197666
|
/**
|
197663
197667
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
197664
197668
|
* Throws an error if *both* env vars are defined.
|
@@ -197686,7 +197690,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
197686
197690
|
/***/ }),
|
197687
197691
|
|
197688
197692
|
/***/ 2855:
|
197689
|
-
/***/ (function(__unused_webpack_module, exports,
|
197693
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1007465__) {
|
197690
197694
|
|
197691
197695
|
"use strict";
|
197692
197696
|
|
@@ -197717,30 +197721,30 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197717
197721
|
};
|
197718
197722
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197719
197723
|
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(
|
197724
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1007465__(2397));
|
197721
197725
|
exports.FileBlob = file_blob_1.default;
|
197722
|
-
const file_fs_ref_1 = __importDefault(
|
197726
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1007465__(9331));
|
197723
197727
|
exports.FileFsRef = file_fs_ref_1.default;
|
197724
|
-
const file_ref_1 = __importDefault(
|
197728
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1007465__(5187));
|
197725
197729
|
exports.FileRef = file_ref_1.default;
|
197726
|
-
const lambda_1 =
|
197730
|
+
const lambda_1 = __nested_webpack_require_1007465__(6721);
|
197727
197731
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
197728
197732
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
197729
197733
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
197730
|
-
const nodejs_lambda_1 =
|
197734
|
+
const nodejs_lambda_1 = __nested_webpack_require_1007465__(7049);
|
197731
197735
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
197732
|
-
const prerender_1 =
|
197736
|
+
const prerender_1 = __nested_webpack_require_1007465__(2850);
|
197733
197737
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
197734
|
-
const download_1 = __importStar(
|
197738
|
+
const download_1 = __importStar(__nested_webpack_require_1007465__(1611));
|
197735
197739
|
exports.download = download_1.default;
|
197736
197740
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
197737
|
-
const get_writable_directory_1 = __importDefault(
|
197741
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1007465__(3838));
|
197738
197742
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197739
|
-
const glob_1 = __importDefault(
|
197743
|
+
const glob_1 = __importDefault(__nested_webpack_require_1007465__(4240));
|
197740
197744
|
exports.glob = glob_1.default;
|
197741
|
-
const rename_1 = __importDefault(
|
197745
|
+
const rename_1 = __importDefault(__nested_webpack_require_1007465__(6718));
|
197742
197746
|
exports.rename = rename_1.default;
|
197743
|
-
const run_user_scripts_1 =
|
197747
|
+
const run_user_scripts_1 = __nested_webpack_require_1007465__(1442);
|
197744
197748
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
197745
197749
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
197746
197750
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -197759,39 +197763,39 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
197759
197763
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
197760
197764
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
197761
197765
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
197762
|
-
const node_version_1 =
|
197766
|
+
const node_version_1 = __nested_webpack_require_1007465__(7903);
|
197763
197767
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
197764
197768
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197765
|
-
const stream_to_buffer_1 = __importDefault(
|
197769
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1007465__(2560));
|
197766
197770
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197767
|
-
const should_serve_1 = __importDefault(
|
197771
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1007465__(2564));
|
197768
197772
|
exports.shouldServe = should_serve_1.default;
|
197769
|
-
const debug_1 = __importDefault(
|
197773
|
+
const debug_1 = __importDefault(__nested_webpack_require_1007465__(1868));
|
197770
197774
|
exports.debug = debug_1.default;
|
197771
|
-
const get_ignore_filter_1 = __importDefault(
|
197775
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1007465__(1148));
|
197772
197776
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
197773
|
-
const get_platform_env_1 =
|
197777
|
+
const get_platform_env_1 = __nested_webpack_require_1007465__(4678);
|
197774
197778
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
197775
|
-
var edge_function_1 =
|
197779
|
+
var edge_function_1 = __nested_webpack_require_1007465__(8038);
|
197776
197780
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
197777
|
-
var detect_builders_1 =
|
197781
|
+
var detect_builders_1 = __nested_webpack_require_1007465__(4246);
|
197778
197782
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
197779
197783
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
197780
197784
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
197781
197785
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
197782
|
-
var detect_file_system_api_1 =
|
197786
|
+
var detect_file_system_api_1 = __nested_webpack_require_1007465__(1182);
|
197783
197787
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
197784
|
-
var detect_framework_1 =
|
197788
|
+
var detect_framework_1 = __nested_webpack_require_1007465__(5224);
|
197785
197789
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
197786
|
-
var filesystem_1 =
|
197790
|
+
var filesystem_1 = __nested_webpack_require_1007465__(461);
|
197787
197791
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
197788
|
-
var read_config_file_1 =
|
197792
|
+
var read_config_file_1 = __nested_webpack_require_1007465__(7792);
|
197789
197793
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197790
|
-
var normalize_path_1 =
|
197794
|
+
var normalize_path_1 = __nested_webpack_require_1007465__(6261);
|
197791
197795
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197792
|
-
__exportStar(
|
197793
|
-
__exportStar(
|
197794
|
-
__exportStar(
|
197796
|
+
__exportStar(__nested_webpack_require_1007465__(2416), exports);
|
197797
|
+
__exportStar(__nested_webpack_require_1007465__(5748), exports);
|
197798
|
+
__exportStar(__nested_webpack_require_1007465__(3983), exports);
|
197795
197799
|
/**
|
197796
197800
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
197797
197801
|
*/
|
@@ -197814,7 +197818,7 @@ exports.isStaticRuntime = isStaticRuntime;
|
|
197814
197818
|
/***/ }),
|
197815
197819
|
|
197816
197820
|
/***/ 6721:
|
197817
|
-
/***/ (function(__unused_webpack_module, exports,
|
197821
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1017836__) {
|
197818
197822
|
|
197819
197823
|
"use strict";
|
197820
197824
|
|
@@ -197823,13 +197827,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197823
197827
|
};
|
197824
197828
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197825
197829
|
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(
|
197830
|
+
const assert_1 = __importDefault(__nested_webpack_require_1017836__(2357));
|
197831
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1017836__(5758));
|
197832
|
+
const yazl_1 = __nested_webpack_require_1017836__(1223);
|
197833
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1017836__(9566));
|
197834
|
+
const fs_extra_1 = __nested_webpack_require_1017836__(5392);
|
197835
|
+
const download_1 = __nested_webpack_require_1017836__(1611);
|
197836
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1017836__(2560));
|
197833
197837
|
class Lambda {
|
197834
197838
|
constructor(opts) {
|
197835
197839
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
@@ -197951,13 +197955,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
197951
197955
|
/***/ }),
|
197952
197956
|
|
197953
197957
|
/***/ 7049:
|
197954
|
-
/***/ ((__unused_webpack_module, exports,
|
197958
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1023340__) => {
|
197955
197959
|
|
197956
197960
|
"use strict";
|
197957
197961
|
|
197958
197962
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197959
197963
|
exports.NodejsLambda = void 0;
|
197960
|
-
const lambda_1 =
|
197964
|
+
const lambda_1 = __nested_webpack_require_1023340__(6721);
|
197961
197965
|
class NodejsLambda extends lambda_1.Lambda {
|
197962
197966
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
197963
197967
|
super(opts);
|
@@ -198094,12 +198098,12 @@ exports.buildsSchema = {
|
|
198094
198098
|
/***/ }),
|
198095
198099
|
|
198096
198100
|
/***/ 2564:
|
198097
|
-
/***/ ((__unused_webpack_module, exports,
|
198101
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1027685__) => {
|
198098
198102
|
|
198099
198103
|
"use strict";
|
198100
198104
|
|
198101
198105
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198102
|
-
const path_1 =
|
198106
|
+
const path_1 = __nested_webpack_require_1027685__(5622);
|
198103
198107
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
198104
198108
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198105
198109
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -198328,7 +198332,7 @@ module.exports = __webpack_require__(78761);
|
|
198328
198332
|
/******/ var __webpack_module_cache__ = {};
|
198329
198333
|
/******/
|
198330
198334
|
/******/ // The require function
|
198331
|
-
/******/ function
|
198335
|
+
/******/ function __nested_webpack_require_1127324__(moduleId) {
|
198332
198336
|
/******/ // Check if module is in cache
|
198333
198337
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198334
198338
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198343,7 +198347,7 @@ module.exports = __webpack_require__(78761);
|
|
198343
198347
|
/******/ // Execute the module function
|
198344
198348
|
/******/ var threw = true;
|
198345
198349
|
/******/ try {
|
198346
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198350
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1127324__);
|
198347
198351
|
/******/ threw = false;
|
198348
198352
|
/******/ } finally {
|
198349
198353
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198356,11 +198360,11 @@ module.exports = __webpack_require__(78761);
|
|
198356
198360
|
/************************************************************************/
|
198357
198361
|
/******/ /* webpack/runtime/compat */
|
198358
198362
|
/******/
|
198359
|
-
/******/
|
198363
|
+
/******/ __nested_webpack_require_1127324__.ab = __dirname + "/";/************************************************************************/
|
198360
198364
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198361
198365
|
/******/ // startup
|
198362
198366
|
/******/ // Load entry module and return exports
|
198363
|
-
/******/ return
|
198367
|
+
/******/ return __nested_webpack_require_1127324__(2855);
|
198364
198368
|
/******/ })()
|
198365
198369
|
;
|
198366
198370
|
|
@@ -209770,12 +209774,10 @@ module.exports.sync = (fp, data, opts) => {
|
|
209770
209774
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
209771
209775
|
|
209772
209776
|
"use strict";
|
209773
|
-
// ESM COMPAT FLAG
|
209774
|
-
__webpack_require__.r(__webpack_exports__);
|
209775
209777
|
|
209776
209778
|
// EXPORTS
|
209777
209779
|
__webpack_require__.d(__webpack_exports__, {
|
209778
|
-
"
|
209780
|
+
"Z": () => /* default */ billing
|
209779
209781
|
});
|
209780
209782
|
|
209781
209783
|
// EXTERNAL MODULE: ../../node_modules/stripe/lib/stripe.js
|
@@ -210484,12 +210486,10 @@ function buildInquirerChoices(cards) {
|
|
210484
210486
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
210485
210487
|
|
210486
210488
|
"use strict";
|
210487
|
-
// ESM COMPAT FLAG
|
210488
|
-
__webpack_require__.r(__webpack_exports__);
|
210489
210489
|
|
210490
210490
|
// EXPORTS
|
210491
210491
|
__webpack_require__.d(__webpack_exports__, {
|
210492
|
-
"
|
210492
|
+
"Z": () => /* default */ secrets
|
210493
210493
|
});
|
210494
210494
|
|
210495
210495
|
// EXTERNAL MODULE: ./src/util/index.ts
|
@@ -211157,10 +211157,9 @@ const upload_1 = __webpack_require__(78617);
|
|
211157
211157
|
const utils_1 = __webpack_require__(52015);
|
211158
211158
|
const errors_1 = __webpack_require__(42054);
|
211159
211159
|
function buildCreateDeployment() {
|
211160
|
-
return async function* createDeployment(clientOptions, deploymentOptions = {}
|
211160
|
+
return async function* createDeployment(clientOptions, deploymentOptions = {}) {
|
211161
211161
|
const { path } = clientOptions;
|
211162
211162
|
const debug = utils_1.createDebug(clientOptions.debug);
|
211163
|
-
const cwd = process.cwd();
|
211164
211163
|
debug('Creating deployment...');
|
211165
211164
|
if (typeof path !== 'string' && !Array.isArray(path)) {
|
211166
211165
|
debug(`Error: 'path' is expected to be a string or an array. Received ${typeof path}`);
|
@@ -211204,26 +211203,6 @@ function buildCreateDeployment() {
|
|
211204
211203
|
debug(`Provided 'path' is a single file`);
|
211205
211204
|
}
|
211206
211205
|
const { fileList } = await utils_1.buildFileTree(path, clientOptions, debug);
|
211207
|
-
let configPath;
|
211208
|
-
if (!nowConfig) {
|
211209
|
-
// If the user did not provide a config file, use the one in the root directory.
|
211210
|
-
const relativePaths = fileList.map(f => path_1.relative(cwd, f));
|
211211
|
-
const hasVercelConfig = relativePaths.includes('vercel.json');
|
211212
|
-
const hasNowConfig = relativePaths.includes('now.json');
|
211213
|
-
if (hasVercelConfig) {
|
211214
|
-
if (hasNowConfig) {
|
211215
|
-
throw new errors_1.DeploymentError({
|
211216
|
-
code: 'conflicting_config',
|
211217
|
-
message: 'Cannot use both a `vercel.json` and `now.json` file. Please delete the `now.json` file.',
|
211218
|
-
});
|
211219
|
-
}
|
211220
|
-
configPath = 'vercel.json';
|
211221
|
-
}
|
211222
|
-
else if (hasNowConfig) {
|
211223
|
-
configPath = 'now.json';
|
211224
|
-
}
|
211225
|
-
nowConfig = await utils_1.parseVercelConfig(configPath);
|
211226
|
-
}
|
211227
211206
|
// This is a useful warning because it prevents people
|
211228
211207
|
// from getting confused about a deployment that renders 404.
|
211229
211208
|
if (fileList.length === 0) {
|
@@ -211346,23 +211325,6 @@ async function* deploy(files, clientOptions, deploymentOptions) {
|
|
211346
211325
|
debug('Setting deployment name to "file" for single-file deployment');
|
211347
211326
|
}
|
211348
211327
|
}
|
211349
|
-
if (files.size === 1 &&
|
211350
|
-
deploymentOptions.builds === undefined &&
|
211351
|
-
deploymentOptions.routes === undefined &&
|
211352
|
-
deploymentOptions.cleanUrls === undefined &&
|
211353
|
-
deploymentOptions.rewrites === undefined &&
|
211354
|
-
deploymentOptions.redirects === undefined &&
|
211355
|
-
deploymentOptions.headers === undefined &&
|
211356
|
-
deploymentOptions.trailingSlash === undefined) {
|
211357
|
-
debug(`Assigning '/' route for single file deployment`);
|
211358
|
-
const filePath = Array.from(files.values())[0].names[0];
|
211359
|
-
deploymentOptions.routes = [
|
211360
|
-
{
|
211361
|
-
src: '/',
|
211362
|
-
dest: `/${filePath.split('/').pop()}`,
|
211363
|
-
},
|
211364
|
-
];
|
211365
|
-
}
|
211366
211328
|
if (!deploymentOptions.name) {
|
211367
211329
|
deploymentOptions.name =
|
211368
211330
|
clientOptions.defaultName || getDefaultName(files, clientOptions);
|
@@ -216750,6 +216712,7 @@ exports.frameworks = [
|
|
216750
216712
|
slug: 'nextjs',
|
216751
216713
|
demo: 'https://nextjs-template.vercel.app',
|
216752
216714
|
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/next.svg',
|
216715
|
+
darkModeLogo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/next-dark.svg',
|
216753
216716
|
screenshot: 'https://assets.vercel.com/image/upload/v1647366075/front/import/nextjs.png',
|
216754
216717
|
tagline: 'Next.js makes you productive with React instantly — whether you want to build static or dynamic sites.',
|
216755
216718
|
description: 'A Next.js app and a Serverless Function API.',
|
@@ -225646,6 +225609,14 @@ exports.default = async (client) => {
|
|
225646
225609
|
if (argv['--name']) {
|
225647
225610
|
output.print(`${emoji_1.prependEmoji(`The ${param_1.default('--name')} option is deprecated (https://vercel.link/name-flag)`, emoji_1.emoji('warning'))}\n`);
|
225648
225611
|
}
|
225612
|
+
// build `--prebuilt`
|
225613
|
+
if (argv['--prebuilt']) {
|
225614
|
+
const prebuiltExists = await fs_extra_1.default.pathExists(path_1.join(path, '.vercel/output'));
|
225615
|
+
if (!prebuiltExists) {
|
225616
|
+
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.`);
|
225617
|
+
return 1;
|
225618
|
+
}
|
225619
|
+
}
|
225649
225620
|
// retrieve `project` and `org` from .vercel
|
225650
225621
|
const link = await link_2.getLinkedProject(client, path);
|
225651
225622
|
if (link.status === 'error') {
|
@@ -228033,9 +228004,11 @@ async function main(client) {
|
|
228033
228004
|
help();
|
228034
228005
|
return 2;
|
228035
228006
|
}
|
228036
|
-
const
|
228007
|
+
const cwd = argv['--cwd'] || process.cwd();
|
228008
|
+
const subArgs = argv._.slice(1);
|
228009
|
+
const { subcommand, args } = get_subcommand_1.default(subArgs, COMMAND_CONFIG);
|
228037
228010
|
const { output, config } = client;
|
228038
|
-
const link = await link_1.getLinkedProject(client);
|
228011
|
+
const link = await link_1.getLinkedProject(client, cwd);
|
228039
228012
|
if (link.status === 'error') {
|
228040
228013
|
return link.exitCode;
|
228041
228014
|
}
|
@@ -228054,7 +228027,7 @@ async function main(client) {
|
|
228054
228027
|
case 'rm':
|
228055
228028
|
return rm_1.default(client, project, argv, args, output);
|
228056
228029
|
case 'pull':
|
228057
|
-
return pull_1.default(client, project, types_1.ProjectEnvTarget.Development, argv, args, output);
|
228030
|
+
return pull_1.default(client, project, types_1.ProjectEnvTarget.Development, argv, args, output, cwd);
|
228058
228031
|
default:
|
228059
228032
|
output.error(get_invalid_subcommand_1.default(COMMAND_CONFIG));
|
228060
228033
|
help();
|
@@ -228159,6 +228132,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
228159
228132
|
};
|
228160
228133
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
228161
228134
|
const chalk_1 = __importDefault(__webpack_require__(961));
|
228135
|
+
const fs_extra_1 = __webpack_require__(45392);
|
228162
228136
|
const fs_1 = __webpack_require__(35747);
|
228163
228137
|
const path_1 = __webpack_require__(85622);
|
228164
228138
|
const expose_system_envs_1 = __importDefault(__webpack_require__(40313));
|
@@ -228169,7 +228143,6 @@ const confirm_1 = __importDefault(__webpack_require__(33564));
|
|
228169
228143
|
const param_1 = __importDefault(__webpack_require__(70330));
|
228170
228144
|
const stamp_1 = __importDefault(__webpack_require__(92205));
|
228171
228145
|
const pkg_name_1 = __webpack_require__(98106);
|
228172
|
-
const { writeFile } = fs_1.promises;
|
228173
228146
|
const CONTENTS_PREFIX = '# Created by Vercel CLI\n';
|
228174
228147
|
function readHeadSync(path, length) {
|
228175
228148
|
const buffer = Buffer.alloc(length);
|
@@ -228192,7 +228165,7 @@ function tryReadHeadSync(path, length) {
|
|
228192
228165
|
}
|
228193
228166
|
}
|
228194
228167
|
}
|
228195
|
-
async function pull(client, project, environment, opts, args, output, cwd
|
228168
|
+
async function pull(client, project, environment, opts, args, output, cwd) {
|
228196
228169
|
if (args.length > 1) {
|
228197
228170
|
output.error(`Invalid number of arguments. Usage: ${pkg_name_1.getCommandName(`env pull <file>`)}`);
|
228198
228171
|
return 1;
|
@@ -228212,7 +228185,7 @@ async function pull(client, project, environment, opts, args, output, cwd = proc
|
|
228212
228185
|
output.log('Aborted');
|
228213
228186
|
return 0;
|
228214
228187
|
}
|
228215
|
-
output.print(`Downloading
|
228188
|
+
output.print(`Downloading "${environment}" Environment Variables for Project ${chalk_1.default.bold(project.name)}\n`);
|
228216
228189
|
const pullStamp = stamp_1.default();
|
228217
228190
|
output.spinner('Downloading');
|
228218
228191
|
const [{ envs: projectEnvs }, { systemEnvValues }] = await Promise.all([
|
@@ -228221,13 +228194,13 @@ async function pull(client, project, environment, opts, args, output, cwd = proc
|
|
228221
228194
|
? get_system_env_values_1.default(output, client, project.id)
|
228222
228195
|
: { systemEnvValues: [] },
|
228223
228196
|
]);
|
228224
|
-
const records = expose_system_envs_1.default(projectEnvs, systemEnvValues, project.autoExposeSystemEnvs);
|
228197
|
+
const records = expose_system_envs_1.default(projectEnvs, systemEnvValues, project.autoExposeSystemEnvs, undefined, environment);
|
228225
228198
|
const contents = CONTENTS_PREFIX +
|
228226
228199
|
Object.entries(records)
|
228227
228200
|
.map(([key, value]) => `${key}="${escapeValue(value)}"`)
|
228228
228201
|
.join('\n') +
|
228229
228202
|
'\n';
|
228230
|
-
await
|
228203
|
+
await fs_extra_1.outputFile(fullPath, contents, 'utf8');
|
228231
228204
|
output.print(`${emoji_1.prependEmoji(`${exists ? 'Updated' : 'Created'} ${chalk_1.default.bold(filename)} file ${chalk_1.default.gray(pullStamp())}`, emoji_1.emoji('success'))}\n`);
|
228232
228205
|
return 0;
|
228233
228206
|
}
|
@@ -229823,7 +229796,6 @@ const chalk_1 = __importDefault(__webpack_require__(961));
|
|
229823
229796
|
const path_1 = __webpack_require__(85622);
|
229824
229797
|
const emoji_1 = __webpack_require__(41806);
|
229825
229798
|
const get_args_1 = __importDefault(__webpack_require__(87612));
|
229826
|
-
const handle_error_1 = __importDefault(__webpack_require__(70870));
|
229827
229799
|
const setup_and_link_1 = __importDefault(__webpack_require__(69532));
|
229828
229800
|
const logo_1 = __importDefault(__webpack_require__(9829));
|
229829
229801
|
const stamp_1 = __importDefault(__webpack_require__(92205));
|
@@ -229870,18 +229842,12 @@ function processArgs(client) {
|
|
229870
229842
|
});
|
229871
229843
|
}
|
229872
229844
|
function parseArgs(client) {
|
229873
|
-
|
229874
|
-
|
229875
|
-
|
229876
|
-
|
229877
|
-
return 2;
|
229878
|
-
}
|
229879
|
-
return argv;
|
229880
|
-
}
|
229881
|
-
catch (err) {
|
229882
|
-
handle_error_1.default(err);
|
229883
|
-
return 1;
|
229845
|
+
const argv = processArgs(client);
|
229846
|
+
if (argv['--help']) {
|
229847
|
+
help();
|
229848
|
+
return 2;
|
229884
229849
|
}
|
229850
|
+
return argv;
|
229885
229851
|
}
|
229886
229852
|
async function ensureLink(client, cwd, yes) {
|
229887
229853
|
let link = await link_1.getLinkedProject(client, cwd);
|
@@ -231398,73 +231364,73 @@ const main = async () => {
|
|
231398
231364
|
let func;
|
231399
231365
|
switch (targetCommand) {
|
231400
231366
|
case 'alias':
|
231401
|
-
func =
|
231367
|
+
func = __webpack_require__(95908).default;
|
231402
231368
|
break;
|
231403
231369
|
case 'billing':
|
231404
|
-
func =
|
231370
|
+
func = __webpack_require__(94344)/* .default */ .Z;
|
231405
231371
|
break;
|
231406
231372
|
case 'bisect':
|
231407
|
-
func =
|
231373
|
+
func = __webpack_require__(76792).default;
|
231408
231374
|
break;
|
231409
231375
|
case 'certs':
|
231410
|
-
func =
|
231376
|
+
func = __webpack_require__(20490).default;
|
231411
231377
|
break;
|
231412
231378
|
case 'deploy':
|
231413
|
-
func =
|
231379
|
+
func = __webpack_require__(28640).default;
|
231414
231380
|
break;
|
231415
231381
|
case 'dev':
|
231416
|
-
func =
|
231382
|
+
func = __webpack_require__(35498).default;
|
231417
231383
|
break;
|
231418
231384
|
case 'dns':
|
231419
|
-
func =
|
231385
|
+
func = __webpack_require__(91559).default;
|
231420
231386
|
break;
|
231421
231387
|
case 'domains':
|
231422
|
-
func =
|
231388
|
+
func = __webpack_require__(65335).default;
|
231423
231389
|
break;
|
231424
231390
|
case 'env':
|
231425
|
-
func =
|
231391
|
+
func = __webpack_require__(41872).default;
|
231426
231392
|
break;
|
231427
231393
|
case 'init':
|
231428
|
-
func =
|
231394
|
+
func = __webpack_require__(34499).default;
|
231429
231395
|
break;
|
231430
231396
|
case 'inspect':
|
231431
|
-
func =
|
231397
|
+
func = __webpack_require__(45914).default;
|
231432
231398
|
break;
|
231433
231399
|
case 'link':
|
231434
|
-
func =
|
231400
|
+
func = __webpack_require__(82043).default;
|
231435
231401
|
break;
|
231436
231402
|
case 'list':
|
231437
|
-
func =
|
231403
|
+
func = __webpack_require__(62972).default;
|
231438
231404
|
break;
|
231439
231405
|
case 'logs':
|
231440
|
-
func =
|
231406
|
+
func = __webpack_require__(62990).default;
|
231441
231407
|
break;
|
231442
231408
|
case 'login':
|
231443
|
-
func =
|
231409
|
+
func = __webpack_require__(86609).default;
|
231444
231410
|
break;
|
231445
231411
|
case 'logout':
|
231446
|
-
func =
|
231412
|
+
func = __webpack_require__(6299).default;
|
231447
231413
|
break;
|
231448
231414
|
case 'projects':
|
231449
|
-
func =
|
231415
|
+
func = __webpack_require__(42335).default;
|
231450
231416
|
break;
|
231451
231417
|
case 'pull':
|
231452
|
-
func =
|
231418
|
+
func = __webpack_require__(6277).default;
|
231453
231419
|
break;
|
231454
231420
|
case 'remove':
|
231455
|
-
func =
|
231421
|
+
func = __webpack_require__(28709).default;
|
231456
231422
|
break;
|
231457
231423
|
case 'secrets':
|
231458
|
-
func =
|
231424
|
+
func = __webpack_require__(37523)/* .default */ .Z;
|
231459
231425
|
break;
|
231460
231426
|
case 'teams':
|
231461
|
-
func =
|
231427
|
+
func = __webpack_require__(48825).default;
|
231462
231428
|
break;
|
231463
231429
|
case 'update':
|
231464
|
-
func =
|
231430
|
+
func = __webpack_require__(77868).default;
|
231465
231431
|
break;
|
231466
231432
|
case 'whoami':
|
231467
|
-
func =
|
231433
|
+
func = __webpack_require__(56523).default;
|
231468
231434
|
break;
|
231469
231435
|
default:
|
231470
231436
|
func = null;
|
@@ -233367,7 +233333,7 @@ function printInspectUrl(output, inspectorUrl, deployStamp) {
|
|
233367
233333
|
output.print(emoji_1.prependEmoji(`Inspect: ${chalk_1.default.bold(inspectorUrl)} ${deployStamp()}`, emoji_1.emoji('inspect')) + `\n`);
|
233368
233334
|
}
|
233369
233335
|
async function processDeployment({ org, cwd, projectName, isSettingUpProject, skipAutoDetectionConfirmation, ...args }) {
|
233370
|
-
let { now, output, paths, requestBody, deployStamp, force, withCache,
|
233336
|
+
let { now, output, paths, requestBody, deployStamp, force, withCache, quiet, prebuilt, rootDirectory, } = args;
|
233371
233337
|
const { debug } = output;
|
233372
233338
|
let bar = null;
|
233373
233339
|
const { env = {} } = requestBody;
|
@@ -233395,7 +233361,7 @@ async function processDeployment({ org, cwd, projectName, isSettingUpProject, sk
|
|
233395
233361
|
// the deployment is done
|
233396
233362
|
const indications = [];
|
233397
233363
|
try {
|
233398
|
-
for await (const event of client_1.createDeployment(clientOptions, requestBody
|
233364
|
+
for await (const event of client_1.createDeployment(clientOptions, requestBody)) {
|
233399
233365
|
if (['tip', 'notice', 'warning'].includes(event.type)) {
|
233400
233366
|
indications.push(event);
|
233401
233367
|
}
|
@@ -240137,7 +240103,6 @@ class Now extends events_1.default {
|
|
240137
240103
|
uploadStamp,
|
240138
240104
|
deployStamp,
|
240139
240105
|
quiet,
|
240140
|
-
nowConfig,
|
240141
240106
|
force: forceNew,
|
240142
240107
|
withCache,
|
240143
240108
|
org,
|
@@ -243696,7 +243661,7 @@ const path_1 = __webpack_require__(85622);
|
|
243696
243661
|
// Write the project configuration to `.vercel/project.json`
|
243697
243662
|
// that is needed for `vercel build` and `vercel dev` commands
|
243698
243663
|
async function writeProjectSettings(cwd, project, org) {
|
243699
|
-
|
243664
|
+
const data = {
|
243700
243665
|
projectId: project.id,
|
243701
243666
|
orgId: org.id,
|
243702
243667
|
settings: {
|
@@ -243707,7 +243672,11 @@ async function writeProjectSettings(cwd, project, org) {
|
|
243707
243672
|
rootDirectory: project.rootDirectory,
|
243708
243673
|
framework: project.framework,
|
243709
243674
|
},
|
243710
|
-
}
|
243675
|
+
};
|
243676
|
+
const path = path_1.join(cwd, link_1.VERCEL_DIR, link_1.VERCEL_DIR_PROJECT);
|
243677
|
+
return await fs_extra_1.outputJSON(path, data, {
|
243678
|
+
spaces: 2,
|
243679
|
+
});
|
243711
243680
|
}
|
243712
243681
|
exports.writeProjectSettings = writeProjectSettings;
|
243713
243682
|
async function readProjectSettings(cwd) {
|
@@ -244681,7 +244650,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
244681
244650
|
/***/ ((module) => {
|
244682
244651
|
|
244683
244652
|
"use strict";
|
244684
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.1.1-canary.
|
244653
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.1.1-canary.5\",\"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.3\",\"@vercel/go\":\"1.3.3-canary.3\",\"@vercel/node\":\"1.14.2-canary.4\",\"@vercel/python\":\"2.2.3-canary.3\",\"@vercel/ruby\":\"1.3.3-canary.3\",\"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.4\",\"@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\":\"698b89a2ba83d98b5fa0773142e4f5df3a2c4a9a\"}");
|
244685
244654
|
|
244686
244655
|
/***/ }),
|
244687
244656
|
|
@@ -244697,7 +244666,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
244697
244666
|
/***/ ((module) => {
|
244698
244667
|
|
244699
244668
|
"use strict";
|
244700
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.4.2-canary.
|
244669
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.4.2-canary.4\",\"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.3\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"minimatch\":\"5.0.1\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"querystring\":\"^0.2.0\",\"sleep-promise\":\"8.0.1\"},\"gitHead\":\"698b89a2ba83d98b5fa0773142e4f5df3a2c4a9a\"}");
|
244701
244670
|
|
244702
244671
|
/***/ }),
|
244703
244672
|
|
@@ -244997,17 +244966,6 @@ module.exports = require("zlib");
|
|
244997
244966
|
/******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
|
244998
244967
|
/******/ })();
|
244999
244968
|
/******/
|
245000
|
-
/******/ /* webpack/runtime/make namespace object */
|
245001
|
-
/******/ (() => {
|
245002
|
-
/******/ // define __esModule on exports
|
245003
|
-
/******/ __webpack_require__.r = (exports) => {
|
245004
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
245005
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
245006
|
-
/******/ }
|
245007
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
245008
|
-
/******/ };
|
245009
|
-
/******/ })();
|
245010
|
-
/******/
|
245011
244969
|
/******/ /* webpack/runtime/node module decorator */
|
245012
244970
|
/******/ (() => {
|
245013
244971
|
/******/ __webpack_require__.nmd = (module) => {
|