vercel 24.2.1-canary.1 → 24.2.1-canary.4
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 +484 -255
- package/package.json +9 -9
package/dist/index.js
CHANGED
@@ -189336,8 +189336,7 @@ exports.frameworks = [
|
|
189336
189336
|
detectors: {
|
189337
189337
|
every: [
|
189338
189338
|
{
|
189339
|
-
path: '
|
189340
|
-
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"remix":\\s*".+?"[^}]*}',
|
189339
|
+
path: 'remix.config.js',
|
189341
189340
|
},
|
189342
189341
|
],
|
189343
189342
|
},
|
@@ -189393,6 +189392,70 @@ exports.frameworks = [
|
|
189393
189392
|
},
|
189394
189393
|
],
|
189395
189394
|
},
|
189395
|
+
{
|
189396
|
+
name: 'Astro',
|
189397
|
+
slug: 'astro',
|
189398
|
+
demo: 'https://astro-template.vercel.app',
|
189399
|
+
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/astro.svg',
|
189400
|
+
darkModeLogo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/astro-dark.svg',
|
189401
|
+
tagline: 'Astro is a new kind of static site builder for the modern web. Powerful developer experience meets lightweight output.',
|
189402
|
+
description: 'An Astro site, using the basics starter kit.',
|
189403
|
+
website: 'https://astro.build',
|
189404
|
+
envPrefix: 'PUBLIC_',
|
189405
|
+
detectors: {
|
189406
|
+
every: [
|
189407
|
+
{
|
189408
|
+
path: 'package.json',
|
189409
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"astro":\\s*".+?"[^}]*}',
|
189410
|
+
},
|
189411
|
+
],
|
189412
|
+
},
|
189413
|
+
settings: {
|
189414
|
+
installCommand: {
|
189415
|
+
placeholder: '`yarn install` or `npm install`',
|
189416
|
+
},
|
189417
|
+
buildCommand: {
|
189418
|
+
value: 'astro build',
|
189419
|
+
placeholder: '`npm run build` or `astro build`',
|
189420
|
+
},
|
189421
|
+
devCommand: {
|
189422
|
+
value: 'astro dev --port $PORT',
|
189423
|
+
placeholder: 'astro dev',
|
189424
|
+
},
|
189425
|
+
outputDirectory: {
|
189426
|
+
value: 'dist',
|
189427
|
+
},
|
189428
|
+
},
|
189429
|
+
dependency: 'astro',
|
189430
|
+
getFsOutputDir: async () => 'dist',
|
189431
|
+
getOutputDirName: async () => 'dist',
|
189432
|
+
defaultRoutes: [
|
189433
|
+
{
|
189434
|
+
src: '^/dist/(.*)$',
|
189435
|
+
headers: { 'cache-control': 'public, max-age=31536000, immutable' },
|
189436
|
+
continue: true,
|
189437
|
+
},
|
189438
|
+
{
|
189439
|
+
handle: 'filesystem',
|
189440
|
+
},
|
189441
|
+
{
|
189442
|
+
src: '/(.*)',
|
189443
|
+
dest: '/index.html',
|
189444
|
+
},
|
189445
|
+
],
|
189446
|
+
defaultHeaders: [
|
189447
|
+
{
|
189448
|
+
source: '^/dist/(.*)$',
|
189449
|
+
regex: '^/dist/(.*)$',
|
189450
|
+
headers: [
|
189451
|
+
{
|
189452
|
+
key: 'cache-control',
|
189453
|
+
value: 'public, max-age=31536000, immutable',
|
189454
|
+
},
|
189455
|
+
],
|
189456
|
+
},
|
189457
|
+
],
|
189458
|
+
},
|
189396
189459
|
{
|
189397
189460
|
name: 'Hexo',
|
189398
189461
|
slug: 'hexo',
|
@@ -191162,7 +191225,7 @@ exports.default = def;
|
|
191162
191225
|
/***/ }),
|
191163
191226
|
|
191164
191227
|
/***/ 3734:
|
191165
|
-
/***/ (function(__unused_webpack_module, exports,
|
191228
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_817453__) {
|
191166
191229
|
|
191167
191230
|
"use strict";
|
191168
191231
|
|
@@ -191171,9 +191234,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191171
191234
|
};
|
191172
191235
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191173
191236
|
exports.readConfigFile = void 0;
|
191174
|
-
const js_yaml_1 = __importDefault(
|
191175
|
-
const toml_1 = __importDefault(
|
191176
|
-
const fs_1 =
|
191237
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_817453__(641));
|
191238
|
+
const toml_1 = __importDefault(__nested_webpack_require_817453__(9434));
|
191239
|
+
const fs_1 = __nested_webpack_require_817453__(5747);
|
191177
191240
|
const { readFile } = fs_1.promises;
|
191178
191241
|
async function readFileOrNull(file) {
|
191179
191242
|
try {
|
@@ -191222,13 +191285,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
191222
191285
|
/***/ }),
|
191223
191286
|
|
191224
191287
|
/***/ 641:
|
191225
|
-
/***/ ((module, __unused_webpack_exports,
|
191288
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_819059__) => {
|
191226
191289
|
|
191227
191290
|
"use strict";
|
191228
191291
|
|
191229
191292
|
|
191230
191293
|
|
191231
|
-
var yaml =
|
191294
|
+
var yaml = __nested_webpack_require_819059__(9633);
|
191232
191295
|
|
191233
191296
|
|
191234
191297
|
module.exports = yaml;
|
@@ -191237,14 +191300,14 @@ module.exports = yaml;
|
|
191237
191300
|
/***/ }),
|
191238
191301
|
|
191239
191302
|
/***/ 9633:
|
191240
|
-
/***/ ((module, __unused_webpack_exports,
|
191303
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_819233__) => {
|
191241
191304
|
|
191242
191305
|
"use strict";
|
191243
191306
|
|
191244
191307
|
|
191245
191308
|
|
191246
|
-
var loader =
|
191247
|
-
var dumper =
|
191309
|
+
var loader = __nested_webpack_require_819233__(4349);
|
191310
|
+
var dumper = __nested_webpack_require_819233__(8047);
|
191248
191311
|
|
191249
191312
|
|
191250
191313
|
function deprecated(name) {
|
@@ -191254,25 +191317,25 @@ function deprecated(name) {
|
|
191254
191317
|
}
|
191255
191318
|
|
191256
191319
|
|
191257
|
-
module.exports.Type =
|
191258
|
-
module.exports.Schema =
|
191259
|
-
module.exports.FAILSAFE_SCHEMA =
|
191260
|
-
module.exports.JSON_SCHEMA =
|
191261
|
-
module.exports.CORE_SCHEMA =
|
191262
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
191263
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
191320
|
+
module.exports.Type = __nested_webpack_require_819233__(6876);
|
191321
|
+
module.exports.Schema = __nested_webpack_require_819233__(6105);
|
191322
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_819233__(8441);
|
191323
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_819233__(1486);
|
191324
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_819233__(1112);
|
191325
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_819233__(596);
|
191326
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_819233__(9647);
|
191264
191327
|
module.exports.load = loader.load;
|
191265
191328
|
module.exports.loadAll = loader.loadAll;
|
191266
191329
|
module.exports.safeLoad = loader.safeLoad;
|
191267
191330
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
191268
191331
|
module.exports.dump = dumper.dump;
|
191269
191332
|
module.exports.safeDump = dumper.safeDump;
|
191270
|
-
module.exports.YAMLException =
|
191333
|
+
module.exports.YAMLException = __nested_webpack_require_819233__(3237);
|
191271
191334
|
|
191272
191335
|
// Deprecated schema names from JS-YAML 2.0.x
|
191273
|
-
module.exports.MINIMAL_SCHEMA =
|
191274
|
-
module.exports.SAFE_SCHEMA =
|
191275
|
-
module.exports.DEFAULT_SCHEMA =
|
191336
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_819233__(8441);
|
191337
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_819233__(596);
|
191338
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_819233__(9647);
|
191276
191339
|
|
191277
191340
|
// Deprecated functions from JS-YAML 1.x.x
|
191278
191341
|
module.exports.scan = deprecated('scan');
|
@@ -191351,17 +191414,17 @@ module.exports.extend = extend;
|
|
191351
191414
|
/***/ }),
|
191352
191415
|
|
191353
191416
|
/***/ 8047:
|
191354
|
-
/***/ ((module, __unused_webpack_exports,
|
191417
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_822051__) => {
|
191355
191418
|
|
191356
191419
|
"use strict";
|
191357
191420
|
|
191358
191421
|
|
191359
191422
|
/*eslint-disable no-use-before-define*/
|
191360
191423
|
|
191361
|
-
var common =
|
191362
|
-
var YAMLException =
|
191363
|
-
var DEFAULT_FULL_SCHEMA =
|
191364
|
-
var DEFAULT_SAFE_SCHEMA =
|
191424
|
+
var common = __nested_webpack_require_822051__(903);
|
191425
|
+
var YAMLException = __nested_webpack_require_822051__(3237);
|
191426
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_822051__(9647);
|
191427
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_822051__(596);
|
191365
191428
|
|
191366
191429
|
var _toString = Object.prototype.toString;
|
191367
191430
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -192237,18 +192300,18 @@ module.exports = YAMLException;
|
|
192237
192300
|
/***/ }),
|
192238
192301
|
|
192239
192302
|
/***/ 4349:
|
192240
|
-
/***/ ((module, __unused_webpack_exports,
|
192303
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_849755__) => {
|
192241
192304
|
|
192242
192305
|
"use strict";
|
192243
192306
|
|
192244
192307
|
|
192245
192308
|
/*eslint-disable max-len,no-use-before-define*/
|
192246
192309
|
|
192247
|
-
var common =
|
192248
|
-
var YAMLException =
|
192249
|
-
var Mark =
|
192250
|
-
var DEFAULT_SAFE_SCHEMA =
|
192251
|
-
var DEFAULT_FULL_SCHEMA =
|
192310
|
+
var common = __nested_webpack_require_849755__(903);
|
192311
|
+
var YAMLException = __nested_webpack_require_849755__(3237);
|
192312
|
+
var Mark = __nested_webpack_require_849755__(4926);
|
192313
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_849755__(596);
|
192314
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_849755__(9647);
|
192252
192315
|
|
192253
192316
|
|
192254
192317
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -193870,13 +193933,13 @@ module.exports.safeLoad = safeLoad;
|
|
193870
193933
|
/***/ }),
|
193871
193934
|
|
193872
193935
|
/***/ 4926:
|
193873
|
-
/***/ ((module, __unused_webpack_exports,
|
193936
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_893622__) => {
|
193874
193937
|
|
193875
193938
|
"use strict";
|
193876
193939
|
|
193877
193940
|
|
193878
193941
|
|
193879
|
-
var common =
|
193942
|
+
var common = __nested_webpack_require_893622__(903);
|
193880
193943
|
|
193881
193944
|
|
193882
193945
|
function Mark(name, buffer, position, line, column) {
|
@@ -193954,16 +194017,16 @@ module.exports = Mark;
|
|
193954
194017
|
/***/ }),
|
193955
194018
|
|
193956
194019
|
/***/ 6105:
|
193957
|
-
/***/ ((module, __unused_webpack_exports,
|
194020
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_895284__) => {
|
193958
194021
|
|
193959
194022
|
"use strict";
|
193960
194023
|
|
193961
194024
|
|
193962
194025
|
/*eslint-disable max-len*/
|
193963
194026
|
|
193964
|
-
var common =
|
193965
|
-
var YAMLException =
|
193966
|
-
var Type =
|
194027
|
+
var common = __nested_webpack_require_895284__(903);
|
194028
|
+
var YAMLException = __nested_webpack_require_895284__(3237);
|
194029
|
+
var Type = __nested_webpack_require_895284__(6876);
|
193967
194030
|
|
193968
194031
|
|
193969
194032
|
function compileList(schema, name, result) {
|
@@ -194070,7 +194133,7 @@ module.exports = Schema;
|
|
194070
194133
|
/***/ }),
|
194071
194134
|
|
194072
194135
|
/***/ 1112:
|
194073
|
-
/***/ ((module, __unused_webpack_exports,
|
194136
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_898148__) => {
|
194074
194137
|
|
194075
194138
|
"use strict";
|
194076
194139
|
// Standard YAML's Core schema.
|
@@ -194083,12 +194146,12 @@ module.exports = Schema;
|
|
194083
194146
|
|
194084
194147
|
|
194085
194148
|
|
194086
|
-
var Schema =
|
194149
|
+
var Schema = __nested_webpack_require_898148__(6105);
|
194087
194150
|
|
194088
194151
|
|
194089
194152
|
module.exports = new Schema({
|
194090
194153
|
include: [
|
194091
|
-
|
194154
|
+
__nested_webpack_require_898148__(1486)
|
194092
194155
|
]
|
194093
194156
|
});
|
194094
194157
|
|
@@ -194096,7 +194159,7 @@ module.exports = new Schema({
|
|
194096
194159
|
/***/ }),
|
194097
194160
|
|
194098
194161
|
/***/ 9647:
|
194099
|
-
/***/ ((module, __unused_webpack_exports,
|
194162
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_898618__) => {
|
194100
194163
|
|
194101
194164
|
"use strict";
|
194102
194165
|
// JS-YAML's default schema for `load` function.
|
@@ -194111,17 +194174,17 @@ module.exports = new Schema({
|
|
194111
194174
|
|
194112
194175
|
|
194113
194176
|
|
194114
|
-
var Schema =
|
194177
|
+
var Schema = __nested_webpack_require_898618__(6105);
|
194115
194178
|
|
194116
194179
|
|
194117
194180
|
module.exports = Schema.DEFAULT = new Schema({
|
194118
194181
|
include: [
|
194119
|
-
|
194182
|
+
__nested_webpack_require_898618__(596)
|
194120
194183
|
],
|
194121
194184
|
explicit: [
|
194122
|
-
|
194123
|
-
|
194124
|
-
|
194185
|
+
__nested_webpack_require_898618__(5836),
|
194186
|
+
__nested_webpack_require_898618__(6841),
|
194187
|
+
__nested_webpack_require_898618__(8750)
|
194125
194188
|
]
|
194126
194189
|
});
|
194127
194190
|
|
@@ -194129,7 +194192,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194129
194192
|
/***/ }),
|
194130
194193
|
|
194131
194194
|
/***/ 596:
|
194132
|
-
/***/ ((module, __unused_webpack_exports,
|
194195
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_899312__) => {
|
194133
194196
|
|
194134
194197
|
"use strict";
|
194135
194198
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -194142,22 +194205,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194142
194205
|
|
194143
194206
|
|
194144
194207
|
|
194145
|
-
var Schema =
|
194208
|
+
var Schema = __nested_webpack_require_899312__(6105);
|
194146
194209
|
|
194147
194210
|
|
194148
194211
|
module.exports = new Schema({
|
194149
194212
|
include: [
|
194150
|
-
|
194213
|
+
__nested_webpack_require_899312__(1112)
|
194151
194214
|
],
|
194152
194215
|
implicit: [
|
194153
|
-
|
194154
|
-
|
194216
|
+
__nested_webpack_require_899312__(7028),
|
194217
|
+
__nested_webpack_require_899312__(7841)
|
194155
194218
|
],
|
194156
194219
|
explicit: [
|
194157
|
-
|
194158
|
-
|
194159
|
-
|
194160
|
-
|
194220
|
+
__nested_webpack_require_899312__(8675),
|
194221
|
+
__nested_webpack_require_899312__(3498),
|
194222
|
+
__nested_webpack_require_899312__(679),
|
194223
|
+
__nested_webpack_require_899312__(7205)
|
194161
194224
|
]
|
194162
194225
|
});
|
194163
194226
|
|
@@ -194165,7 +194228,7 @@ module.exports = new Schema({
|
|
194165
194228
|
/***/ }),
|
194166
194229
|
|
194167
194230
|
/***/ 8441:
|
194168
|
-
/***/ ((module, __unused_webpack_exports,
|
194231
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900024__) => {
|
194169
194232
|
|
194170
194233
|
"use strict";
|
194171
194234
|
// Standard YAML's Failsafe schema.
|
@@ -194175,14 +194238,14 @@ module.exports = new Schema({
|
|
194175
194238
|
|
194176
194239
|
|
194177
194240
|
|
194178
|
-
var Schema =
|
194241
|
+
var Schema = __nested_webpack_require_900024__(6105);
|
194179
194242
|
|
194180
194243
|
|
194181
194244
|
module.exports = new Schema({
|
194182
194245
|
explicit: [
|
194183
|
-
|
194184
|
-
|
194185
|
-
|
194246
|
+
__nested_webpack_require_900024__(5348),
|
194247
|
+
__nested_webpack_require_900024__(7330),
|
194248
|
+
__nested_webpack_require_900024__(293)
|
194186
194249
|
]
|
194187
194250
|
});
|
194188
194251
|
|
@@ -194190,7 +194253,7 @@ module.exports = new Schema({
|
|
194190
194253
|
/***/ }),
|
194191
194254
|
|
194192
194255
|
/***/ 1486:
|
194193
|
-
/***/ ((module, __unused_webpack_exports,
|
194256
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900410__) => {
|
194194
194257
|
|
194195
194258
|
"use strict";
|
194196
194259
|
// Standard YAML's JSON schema.
|
@@ -194204,18 +194267,18 @@ module.exports = new Schema({
|
|
194204
194267
|
|
194205
194268
|
|
194206
194269
|
|
194207
|
-
var Schema =
|
194270
|
+
var Schema = __nested_webpack_require_900410__(6105);
|
194208
194271
|
|
194209
194272
|
|
194210
194273
|
module.exports = new Schema({
|
194211
194274
|
include: [
|
194212
|
-
|
194275
|
+
__nested_webpack_require_900410__(8441)
|
194213
194276
|
],
|
194214
194277
|
implicit: [
|
194215
|
-
|
194216
|
-
|
194217
|
-
|
194218
|
-
|
194278
|
+
__nested_webpack_require_900410__(9074),
|
194279
|
+
__nested_webpack_require_900410__(4308),
|
194280
|
+
__nested_webpack_require_900410__(1167),
|
194281
|
+
__nested_webpack_require_900410__(7862)
|
194219
194282
|
]
|
194220
194283
|
});
|
194221
194284
|
|
@@ -194223,12 +194286,12 @@ module.exports = new Schema({
|
|
194223
194286
|
/***/ }),
|
194224
194287
|
|
194225
194288
|
/***/ 6876:
|
194226
|
-
/***/ ((module, __unused_webpack_exports,
|
194289
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_901108__) => {
|
194227
194290
|
|
194228
194291
|
"use strict";
|
194229
194292
|
|
194230
194293
|
|
194231
|
-
var YAMLException =
|
194294
|
+
var YAMLException = __nested_webpack_require_901108__(3237);
|
194232
194295
|
|
194233
194296
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
194234
194297
|
'kind',
|
@@ -194292,7 +194355,7 @@ module.exports = Type;
|
|
194292
194355
|
/***/ }),
|
194293
194356
|
|
194294
194357
|
/***/ 8675:
|
194295
|
-
/***/ ((module, __unused_webpack_exports,
|
194358
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_902792__) => {
|
194296
194359
|
|
194297
194360
|
"use strict";
|
194298
194361
|
|
@@ -194307,7 +194370,7 @@ try {
|
|
194307
194370
|
NodeBuffer = _require('buffer').Buffer;
|
194308
194371
|
} catch (__) {}
|
194309
194372
|
|
194310
|
-
var Type =
|
194373
|
+
var Type = __nested_webpack_require_902792__(6876);
|
194311
194374
|
|
194312
194375
|
|
194313
194376
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -194438,12 +194501,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
194438
194501
|
/***/ }),
|
194439
194502
|
|
194440
194503
|
/***/ 4308:
|
194441
|
-
/***/ ((module, __unused_webpack_exports,
|
194504
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_906184__) => {
|
194442
194505
|
|
194443
194506
|
"use strict";
|
194444
194507
|
|
194445
194508
|
|
194446
|
-
var Type =
|
194509
|
+
var Type = __nested_webpack_require_906184__(6876);
|
194447
194510
|
|
194448
194511
|
function resolveYamlBoolean(data) {
|
194449
194512
|
if (data === null) return false;
|
@@ -194481,13 +194544,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
194481
194544
|
/***/ }),
|
194482
194545
|
|
194483
194546
|
/***/ 7862:
|
194484
|
-
/***/ ((module, __unused_webpack_exports,
|
194547
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_907257__) => {
|
194485
194548
|
|
194486
194549
|
"use strict";
|
194487
194550
|
|
194488
194551
|
|
194489
|
-
var common =
|
194490
|
-
var Type =
|
194552
|
+
var common = __nested_webpack_require_907257__(903);
|
194553
|
+
var Type = __nested_webpack_require_907257__(6876);
|
194491
194554
|
|
194492
194555
|
var YAML_FLOAT_PATTERN = new RegExp(
|
194493
194556
|
// 2.5e4, 2.5 and integers
|
@@ -194605,13 +194668,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
194605
194668
|
/***/ }),
|
194606
194669
|
|
194607
194670
|
/***/ 1167:
|
194608
|
-
/***/ ((module, __unused_webpack_exports,
|
194671
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910203__) => {
|
194609
194672
|
|
194610
194673
|
"use strict";
|
194611
194674
|
|
194612
194675
|
|
194613
|
-
var common =
|
194614
|
-
var Type =
|
194676
|
+
var common = __nested_webpack_require_910203__(903);
|
194677
|
+
var Type = __nested_webpack_require_910203__(6876);
|
194615
194678
|
|
194616
194679
|
function isHexCode(c) {
|
194617
194680
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -194786,7 +194849,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
194786
194849
|
/***/ }),
|
194787
194850
|
|
194788
194851
|
/***/ 8750:
|
194789
|
-
/***/ ((module, __unused_webpack_exports,
|
194852
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_914375__) => {
|
194790
194853
|
|
194791
194854
|
"use strict";
|
194792
194855
|
|
@@ -194809,7 +194872,7 @@ try {
|
|
194809
194872
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
194810
194873
|
}
|
194811
194874
|
|
194812
|
-
var Type =
|
194875
|
+
var Type = __nested_webpack_require_914375__(6876);
|
194813
194876
|
|
194814
194877
|
function resolveJavascriptFunction(data) {
|
194815
194878
|
if (data === null) return false;
|
@@ -194886,12 +194949,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
194886
194949
|
/***/ }),
|
194887
194950
|
|
194888
194951
|
/***/ 6841:
|
194889
|
-
/***/ ((module, __unused_webpack_exports,
|
194952
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_917272__) => {
|
194890
194953
|
|
194891
194954
|
"use strict";
|
194892
194955
|
|
194893
194956
|
|
194894
|
-
var Type =
|
194957
|
+
var Type = __nested_webpack_require_917272__(6876);
|
194895
194958
|
|
194896
194959
|
function resolveJavascriptRegExp(data) {
|
194897
194960
|
if (data === null) return false;
|
@@ -194954,12 +195017,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
194954
195017
|
/***/ }),
|
194955
195018
|
|
194956
195019
|
/***/ 5836:
|
194957
|
-
/***/ ((module, __unused_webpack_exports,
|
195020
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_918943__) => {
|
194958
195021
|
|
194959
195022
|
"use strict";
|
194960
195023
|
|
194961
195024
|
|
194962
|
-
var Type =
|
195025
|
+
var Type = __nested_webpack_require_918943__(6876);
|
194963
195026
|
|
194964
195027
|
function resolveJavascriptUndefined() {
|
194965
195028
|
return true;
|
@@ -194990,12 +195053,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
194990
195053
|
/***/ }),
|
194991
195054
|
|
194992
195055
|
/***/ 293:
|
194993
|
-
/***/ ((module, __unused_webpack_exports,
|
195056
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_919614__) => {
|
194994
195057
|
|
194995
195058
|
"use strict";
|
194996
195059
|
|
194997
195060
|
|
194998
|
-
var Type =
|
195061
|
+
var Type = __nested_webpack_require_919614__(6876);
|
194999
195062
|
|
195000
195063
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
195001
195064
|
kind: 'mapping',
|
@@ -195006,12 +195069,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
195006
195069
|
/***/ }),
|
195007
195070
|
|
195008
195071
|
/***/ 7841:
|
195009
|
-
/***/ ((module, __unused_webpack_exports,
|
195072
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_919906__) => {
|
195010
195073
|
|
195011
195074
|
"use strict";
|
195012
195075
|
|
195013
195076
|
|
195014
|
-
var Type =
|
195077
|
+
var Type = __nested_webpack_require_919906__(6876);
|
195015
195078
|
|
195016
195079
|
function resolveYamlMerge(data) {
|
195017
195080
|
return data === '<<' || data === null;
|
@@ -195026,12 +195089,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
195026
195089
|
/***/ }),
|
195027
195090
|
|
195028
195091
|
/***/ 9074:
|
195029
|
-
/***/ ((module, __unused_webpack_exports,
|
195092
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_920238__) => {
|
195030
195093
|
|
195031
195094
|
"use strict";
|
195032
195095
|
|
195033
195096
|
|
195034
|
-
var Type =
|
195097
|
+
var Type = __nested_webpack_require_920238__(6876);
|
195035
195098
|
|
195036
195099
|
function resolveYamlNull(data) {
|
195037
195100
|
if (data === null) return true;
|
@@ -195068,12 +195131,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
195068
195131
|
/***/ }),
|
195069
195132
|
|
195070
195133
|
/***/ 3498:
|
195071
|
-
/***/ ((module, __unused_webpack_exports,
|
195134
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_921101__) => {
|
195072
195135
|
|
195073
195136
|
"use strict";
|
195074
195137
|
|
195075
195138
|
|
195076
|
-
var Type =
|
195139
|
+
var Type = __nested_webpack_require_921101__(6876);
|
195077
195140
|
|
195078
195141
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195079
195142
|
var _toString = Object.prototype.toString;
|
@@ -195120,12 +195183,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
195120
195183
|
/***/ }),
|
195121
195184
|
|
195122
195185
|
/***/ 679:
|
195123
|
-
/***/ ((module, __unused_webpack_exports,
|
195186
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_922225__) => {
|
195124
195187
|
|
195125
195188
|
"use strict";
|
195126
195189
|
|
195127
195190
|
|
195128
|
-
var Type =
|
195191
|
+
var Type = __nested_webpack_require_922225__(6876);
|
195129
195192
|
|
195130
195193
|
var _toString = Object.prototype.toString;
|
195131
195194
|
|
@@ -195181,12 +195244,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
195181
195244
|
/***/ }),
|
195182
195245
|
|
195183
195246
|
/***/ 7330:
|
195184
|
-
/***/ ((module, __unused_webpack_exports,
|
195247
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_923411__) => {
|
195185
195248
|
|
195186
195249
|
"use strict";
|
195187
195250
|
|
195188
195251
|
|
195189
|
-
var Type =
|
195252
|
+
var Type = __nested_webpack_require_923411__(6876);
|
195190
195253
|
|
195191
195254
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
195192
195255
|
kind: 'sequence',
|
@@ -195197,12 +195260,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
195197
195260
|
/***/ }),
|
195198
195261
|
|
195199
195262
|
/***/ 7205:
|
195200
|
-
/***/ ((module, __unused_webpack_exports,
|
195263
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_923704__) => {
|
195201
195264
|
|
195202
195265
|
"use strict";
|
195203
195266
|
|
195204
195267
|
|
195205
|
-
var Type =
|
195268
|
+
var Type = __nested_webpack_require_923704__(6876);
|
195206
195269
|
|
195207
195270
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195208
195271
|
|
@@ -195234,12 +195297,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
195234
195297
|
/***/ }),
|
195235
195298
|
|
195236
195299
|
/***/ 5348:
|
195237
|
-
/***/ ((module, __unused_webpack_exports,
|
195300
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_924353__) => {
|
195238
195301
|
|
195239
195302
|
"use strict";
|
195240
195303
|
|
195241
195304
|
|
195242
|
-
var Type =
|
195305
|
+
var Type = __nested_webpack_require_924353__(6876);
|
195243
195306
|
|
195244
195307
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
195245
195308
|
kind: 'scalar',
|
@@ -195250,12 +195313,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
195250
195313
|
/***/ }),
|
195251
195314
|
|
195252
195315
|
/***/ 7028:
|
195253
|
-
/***/ ((module, __unused_webpack_exports,
|
195316
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_924644__) => {
|
195254
195317
|
|
195255
195318
|
"use strict";
|
195256
195319
|
|
195257
195320
|
|
195258
|
-
var Type =
|
195321
|
+
var Type = __nested_webpack_require_924644__(6876);
|
195259
195322
|
|
195260
195323
|
var YAML_DATE_REGEXP = new RegExp(
|
195261
195324
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -195346,12 +195409,12 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
195346
195409
|
/***/ }),
|
195347
195410
|
|
195348
195411
|
/***/ 1868:
|
195349
|
-
/***/ ((__unused_webpack_module, exports,
|
195412
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_927317__) => {
|
195350
195413
|
|
195351
195414
|
"use strict";
|
195352
195415
|
|
195353
195416
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195354
|
-
const get_platform_env_1 =
|
195417
|
+
const get_platform_env_1 = __nested_webpack_require_927317__(4678);
|
195355
195418
|
function debug(message, ...additional) {
|
195356
195419
|
if (get_platform_env_1.getPlatformEnv('BUILDER_DEBUG')) {
|
195357
195420
|
console.log(message, ...additional);
|
@@ -195363,7 +195426,7 @@ exports.default = debug;
|
|
195363
195426
|
/***/ }),
|
195364
195427
|
|
195365
195428
|
/***/ 4246:
|
195366
|
-
/***/ (function(__unused_webpack_module, exports,
|
195429
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_927734__) {
|
195367
195430
|
|
195368
195431
|
"use strict";
|
195369
195432
|
|
@@ -195372,11 +195435,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
195372
195435
|
};
|
195373
195436
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195374
195437
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
195375
|
-
const minimatch_1 = __importDefault(
|
195376
|
-
const semver_1 =
|
195377
|
-
const path_1 =
|
195378
|
-
const frameworks_1 = __importDefault(
|
195379
|
-
const _1 =
|
195438
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_927734__(9566));
|
195439
|
+
const semver_1 = __nested_webpack_require_927734__(2879);
|
195440
|
+
const path_1 = __nested_webpack_require_927734__(5622);
|
195441
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_927734__(8438));
|
195442
|
+
const _1 = __nested_webpack_require_927734__(2855);
|
195380
195443
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
195381
195444
|
// We need to sort the file paths by alphabet to make
|
195382
195445
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -196205,7 +196268,7 @@ function sortFilesBySegmentCount(fileA, fileB) {
|
|
196205
196268
|
/***/ }),
|
196206
196269
|
|
196207
196270
|
/***/ 1182:
|
196208
|
-
/***/ (function(__unused_webpack_module, exports,
|
196271
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_959699__) {
|
196209
196272
|
|
196210
196273
|
"use strict";
|
196211
196274
|
|
@@ -196214,8 +196277,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196214
196277
|
};
|
196215
196278
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196216
196279
|
exports.detectFileSystemAPI = void 0;
|
196217
|
-
const semver_1 = __importDefault(
|
196218
|
-
const _1 =
|
196280
|
+
const semver_1 = __importDefault(__nested_webpack_require_959699__(2879));
|
196281
|
+
const _1 = __nested_webpack_require_959699__(2855);
|
196219
196282
|
const enableFileSystemApiFrameworks = new Set(['solidstart']);
|
196220
196283
|
/**
|
196221
196284
|
* If the Deployment can be built with the new File System API,
|
@@ -196641,7 +196704,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
196641
196704
|
/***/ }),
|
196642
196705
|
|
196643
196706
|
/***/ 2397:
|
196644
|
-
/***/ (function(__unused_webpack_module, exports,
|
196707
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_975360__) {
|
196645
196708
|
|
196646
196709
|
"use strict";
|
196647
196710
|
|
@@ -196649,8 +196712,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196649
196712
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196650
196713
|
};
|
196651
196714
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196652
|
-
const assert_1 = __importDefault(
|
196653
|
-
const into_stream_1 = __importDefault(
|
196715
|
+
const assert_1 = __importDefault(__nested_webpack_require_975360__(2357));
|
196716
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_975360__(6130));
|
196654
196717
|
class FileBlob {
|
196655
196718
|
constructor({ mode = 0o100644, contentType, data }) {
|
196656
196719
|
assert_1.default(typeof mode === 'number');
|
@@ -196685,7 +196748,7 @@ exports.default = FileBlob;
|
|
196685
196748
|
/***/ }),
|
196686
196749
|
|
196687
196750
|
/***/ 9331:
|
196688
|
-
/***/ (function(__unused_webpack_module, exports,
|
196751
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_976878__) {
|
196689
196752
|
|
196690
196753
|
"use strict";
|
196691
196754
|
|
@@ -196693,11 +196756,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196693
196756
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196694
196757
|
};
|
196695
196758
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196696
|
-
const assert_1 = __importDefault(
|
196697
|
-
const fs_extra_1 = __importDefault(
|
196698
|
-
const multistream_1 = __importDefault(
|
196699
|
-
const path_1 = __importDefault(
|
196700
|
-
const async_sema_1 = __importDefault(
|
196759
|
+
const assert_1 = __importDefault(__nested_webpack_require_976878__(2357));
|
196760
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_976878__(5392));
|
196761
|
+
const multistream_1 = __importDefault(__nested_webpack_require_976878__(8179));
|
196762
|
+
const path_1 = __importDefault(__nested_webpack_require_976878__(5622));
|
196763
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_976878__(5758));
|
196701
196764
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
196702
196765
|
class FileFsRef {
|
196703
196766
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -196763,7 +196826,7 @@ exports.default = FileFsRef;
|
|
196763
196826
|
/***/ }),
|
196764
196827
|
|
196765
196828
|
/***/ 5187:
|
196766
|
-
/***/ (function(__unused_webpack_module, exports,
|
196829
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979682__) {
|
196767
196830
|
|
196768
196831
|
"use strict";
|
196769
196832
|
|
@@ -196771,11 +196834,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196771
196834
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196772
196835
|
};
|
196773
196836
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196774
|
-
const assert_1 = __importDefault(
|
196775
|
-
const node_fetch_1 = __importDefault(
|
196776
|
-
const multistream_1 = __importDefault(
|
196777
|
-
const async_retry_1 = __importDefault(
|
196778
|
-
const async_sema_1 = __importDefault(
|
196837
|
+
const assert_1 = __importDefault(__nested_webpack_require_979682__(2357));
|
196838
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_979682__(2197));
|
196839
|
+
const multistream_1 = __importDefault(__nested_webpack_require_979682__(8179));
|
196840
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_979682__(3691));
|
196841
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_979682__(5758));
|
196779
196842
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
196780
196843
|
class BailableError extends Error {
|
196781
196844
|
constructor(...args) {
|
@@ -196856,7 +196919,7 @@ exports.default = FileRef;
|
|
196856
196919
|
/***/ }),
|
196857
196920
|
|
196858
196921
|
/***/ 1611:
|
196859
|
-
/***/ (function(__unused_webpack_module, exports,
|
196922
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983083__) {
|
196860
196923
|
|
196861
196924
|
"use strict";
|
196862
196925
|
|
@@ -196865,11 +196928,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196865
196928
|
};
|
196866
196929
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196867
196930
|
exports.isSymbolicLink = void 0;
|
196868
|
-
const path_1 = __importDefault(
|
196869
|
-
const debug_1 = __importDefault(
|
196870
|
-
const file_fs_ref_1 = __importDefault(
|
196871
|
-
const fs_extra_1 =
|
196872
|
-
const stream_to_buffer_1 = __importDefault(
|
196931
|
+
const path_1 = __importDefault(__nested_webpack_require_983083__(5622));
|
196932
|
+
const debug_1 = __importDefault(__nested_webpack_require_983083__(1868));
|
196933
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_983083__(9331));
|
196934
|
+
const fs_extra_1 = __nested_webpack_require_983083__(5392);
|
196935
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_983083__(2560));
|
196873
196936
|
const S_IFMT = 61440; /* 0170000 type of file */
|
196874
196937
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
196875
196938
|
function isSymbolicLink(mode) {
|
@@ -196942,14 +197005,14 @@ exports.default = download;
|
|
196942
197005
|
/***/ }),
|
196943
197006
|
|
196944
197007
|
/***/ 3838:
|
196945
|
-
/***/ ((__unused_webpack_module, exports,
|
197008
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_986532__) => {
|
196946
197009
|
|
196947
197010
|
"use strict";
|
196948
197011
|
|
196949
197012
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196950
|
-
const path_1 =
|
196951
|
-
const os_1 =
|
196952
|
-
const fs_extra_1 =
|
197013
|
+
const path_1 = __nested_webpack_require_986532__(5622);
|
197014
|
+
const os_1 = __nested_webpack_require_986532__(2087);
|
197015
|
+
const fs_extra_1 = __nested_webpack_require_986532__(5392);
|
196953
197016
|
async function getWritableDirectory() {
|
196954
197017
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
196955
197018
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -196962,7 +197025,7 @@ exports.default = getWritableDirectory;
|
|
196962
197025
|
/***/ }),
|
196963
197026
|
|
196964
197027
|
/***/ 4240:
|
196965
|
-
/***/ (function(__unused_webpack_module, exports,
|
197028
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_987112__) {
|
196966
197029
|
|
196967
197030
|
"use strict";
|
196968
197031
|
|
@@ -196970,13 +197033,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196970
197033
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196971
197034
|
};
|
196972
197035
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196973
|
-
const path_1 = __importDefault(
|
196974
|
-
const assert_1 = __importDefault(
|
196975
|
-
const glob_1 = __importDefault(
|
196976
|
-
const util_1 =
|
196977
|
-
const fs_extra_1 =
|
196978
|
-
const normalize_path_1 =
|
196979
|
-
const file_fs_ref_1 = __importDefault(
|
197036
|
+
const path_1 = __importDefault(__nested_webpack_require_987112__(5622));
|
197037
|
+
const assert_1 = __importDefault(__nested_webpack_require_987112__(2357));
|
197038
|
+
const glob_1 = __importDefault(__nested_webpack_require_987112__(1104));
|
197039
|
+
const util_1 = __nested_webpack_require_987112__(1669);
|
197040
|
+
const fs_extra_1 = __nested_webpack_require_987112__(5392);
|
197041
|
+
const normalize_path_1 = __nested_webpack_require_987112__(6261);
|
197042
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_987112__(9331));
|
196980
197043
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
196981
197044
|
async function glob(pattern, opts, mountpoint) {
|
196982
197045
|
let options;
|
@@ -197022,7 +197085,7 @@ exports.default = glob;
|
|
197022
197085
|
/***/ }),
|
197023
197086
|
|
197024
197087
|
/***/ 7903:
|
197025
|
-
/***/ (function(__unused_webpack_module, exports,
|
197088
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_989308__) {
|
197026
197089
|
|
197027
197090
|
"use strict";
|
197028
197091
|
|
@@ -197031,10 +197094,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197031
197094
|
};
|
197032
197095
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197033
197096
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
197034
|
-
const semver_1 =
|
197035
|
-
const errors_1 =
|
197036
|
-
const debug_1 = __importDefault(
|
197097
|
+
const semver_1 = __nested_webpack_require_989308__(2879);
|
197098
|
+
const errors_1 = __nested_webpack_require_989308__(3983);
|
197099
|
+
const debug_1 = __importDefault(__nested_webpack_require_989308__(1868));
|
197037
197100
|
const allOptions = [
|
197101
|
+
{ major: 16, range: '16.x', runtime: 'nodejs16.x' },
|
197038
197102
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
197039
197103
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
197040
197104
|
{
|
@@ -197127,7 +197191,7 @@ exports.normalizePath = normalizePath;
|
|
197127
197191
|
/***/ }),
|
197128
197192
|
|
197129
197193
|
/***/ 7792:
|
197130
|
-
/***/ (function(__unused_webpack_module, exports,
|
197194
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_993233__) {
|
197131
197195
|
|
197132
197196
|
"use strict";
|
197133
197197
|
|
@@ -197136,9 +197200,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197136
197200
|
};
|
197137
197201
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197138
197202
|
exports.readConfigFile = void 0;
|
197139
|
-
const js_yaml_1 = __importDefault(
|
197140
|
-
const toml_1 = __importDefault(
|
197141
|
-
const fs_extra_1 =
|
197203
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_993233__(6540));
|
197204
|
+
const toml_1 = __importDefault(__nested_webpack_require_993233__(9434));
|
197205
|
+
const fs_extra_1 = __nested_webpack_require_993233__(5392);
|
197142
197206
|
async function readFileOrNull(file) {
|
197143
197207
|
try {
|
197144
197208
|
const data = await fs_extra_1.readFile(file);
|
@@ -197193,7 +197257,7 @@ exports.default = rename;
|
|
197193
197257
|
/***/ }),
|
197194
197258
|
|
197195
197259
|
/***/ 1442:
|
197196
|
-
/***/ (function(__unused_webpack_module, exports,
|
197260
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_995026__) {
|
197197
197261
|
|
197198
197262
|
"use strict";
|
197199
197263
|
|
@@ -197202,16 +197266,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197202
197266
|
};
|
197203
197267
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197204
197268
|
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;
|
197205
|
-
const assert_1 = __importDefault(
|
197206
|
-
const fs_extra_1 = __importDefault(
|
197207
|
-
const path_1 = __importDefault(
|
197208
|
-
const async_sema_1 = __importDefault(
|
197209
|
-
const cross_spawn_1 = __importDefault(
|
197210
|
-
const util_1 =
|
197211
|
-
const debug_1 = __importDefault(
|
197212
|
-
const errors_1 =
|
197213
|
-
const node_version_1 =
|
197214
|
-
const read_config_file_1 =
|
197269
|
+
const assert_1 = __importDefault(__nested_webpack_require_995026__(2357));
|
197270
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_995026__(5392));
|
197271
|
+
const path_1 = __importDefault(__nested_webpack_require_995026__(5622));
|
197272
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_995026__(5758));
|
197273
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_995026__(7618));
|
197274
|
+
const util_1 = __nested_webpack_require_995026__(1669);
|
197275
|
+
const debug_1 = __importDefault(__nested_webpack_require_995026__(1868));
|
197276
|
+
const errors_1 = __nested_webpack_require_995026__(3983);
|
197277
|
+
const node_version_1 = __nested_webpack_require_995026__(7903);
|
197278
|
+
const read_config_file_1 = __nested_webpack_require_995026__(7792);
|
197215
197279
|
// Only allow one `runNpmInstall()` invocation to run concurrently
|
197216
197280
|
const runNpmInstallSema = new async_sema_1.default(1);
|
197217
197281
|
function spawnAsync(command, args, opts = {}) {
|
@@ -197334,10 +197398,6 @@ async function getNodeVersion(destPath, _nodeVersion, config = {}, meta = {}) {
|
|
197334
197398
|
const latest = node_version_1.getLatestNodeVersion();
|
197335
197399
|
return { ...latest, runtime: 'nodejs' };
|
197336
197400
|
}
|
197337
|
-
if (process.env.ENABLE_EXPERIMENTAL_NODE16 === '1') {
|
197338
|
-
console.warn('Warning: Using experimental Node.js 16.x due to ENABLE_EXPERIMENTAL_NODE16=1');
|
197339
|
-
return { major: 16, range: '16.x', runtime: 'nodejs16.x' };
|
197340
|
-
}
|
197341
197401
|
const { packageJson } = await scanParentDirs(destPath, true);
|
197342
197402
|
let { nodeVersion } = config;
|
197343
197403
|
let isAuto = true;
|
@@ -197510,6 +197570,15 @@ function getEnvForPackageManager({ cliType, lockfileVersion, nodeVersion, env, }
|
|
197510
197570
|
console.log('Detected `package-lock.json` generated by npm 7...');
|
197511
197571
|
}
|
197512
197572
|
}
|
197573
|
+
else if (cliType === 'pnpm') {
|
197574
|
+
if (typeof lockfileVersion === 'number' &&
|
197575
|
+
lockfileVersion === 5.4 &&
|
197576
|
+
((nodeVersion === null || nodeVersion === void 0 ? void 0 : nodeVersion.major) || 0) > 12) {
|
197577
|
+
// Ensure that pnpm 7 is at the beginning of the `$PATH`
|
197578
|
+
newEnv.PATH = `/pnpm7/pnpm:${env.PATH}`;
|
197579
|
+
console.log('Detected `pnpm-lock.yaml` generated by pnpm 7...');
|
197580
|
+
}
|
197581
|
+
}
|
197513
197582
|
else {
|
197514
197583
|
// Yarn v2 PnP mode may be activated, so force "node-modules" linker style
|
197515
197584
|
if (!env.YARN_NODE_LINKER) {
|
@@ -197613,7 +197682,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
197613
197682
|
/***/ }),
|
197614
197683
|
|
197615
197684
|
/***/ 2560:
|
197616
|
-
/***/ (function(__unused_webpack_module, exports,
|
197685
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1012842__) {
|
197617
197686
|
|
197618
197687
|
"use strict";
|
197619
197688
|
|
@@ -197621,7 +197690,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197621
197690
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197622
197691
|
};
|
197623
197692
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197624
|
-
const end_of_stream_1 = __importDefault(
|
197693
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1012842__(687));
|
197625
197694
|
function streamToBuffer(stream) {
|
197626
197695
|
return new Promise((resolve, reject) => {
|
197627
197696
|
const buffers = [];
|
@@ -197650,7 +197719,7 @@ exports.default = streamToBuffer;
|
|
197650
197719
|
/***/ }),
|
197651
197720
|
|
197652
197721
|
/***/ 1148:
|
197653
|
-
/***/ (function(__unused_webpack_module, exports,
|
197722
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1013910__) {
|
197654
197723
|
|
197655
197724
|
"use strict";
|
197656
197725
|
|
@@ -197658,9 +197727,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197658
197727
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197659
197728
|
};
|
197660
197729
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197661
|
-
const path_1 = __importDefault(
|
197662
|
-
const fs_extra_1 = __importDefault(
|
197663
|
-
const ignore_1 = __importDefault(
|
197730
|
+
const path_1 = __importDefault(__nested_webpack_require_1013910__(5622));
|
197731
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1013910__(5392));
|
197732
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1013910__(3556));
|
197664
197733
|
function isCodedError(error) {
|
197665
197734
|
return (error !== null &&
|
197666
197735
|
error !== undefined &&
|
@@ -197717,13 +197786,13 @@ exports.default = default_1;
|
|
197717
197786
|
/***/ }),
|
197718
197787
|
|
197719
197788
|
/***/ 4678:
|
197720
|
-
/***/ ((__unused_webpack_module, exports,
|
197789
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1016284__) => {
|
197721
197790
|
|
197722
197791
|
"use strict";
|
197723
197792
|
|
197724
197793
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197725
197794
|
exports.getPlatformEnv = void 0;
|
197726
|
-
const errors_1 =
|
197795
|
+
const errors_1 = __nested_webpack_require_1016284__(3983);
|
197727
197796
|
/**
|
197728
197797
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
197729
197798
|
* Throws an error if *both* env vars are defined.
|
@@ -197751,7 +197820,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
197751
197820
|
/***/ }),
|
197752
197821
|
|
197753
197822
|
/***/ 2855:
|
197754
|
-
/***/ (function(__unused_webpack_module, exports,
|
197823
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1017321__) {
|
197755
197824
|
|
197756
197825
|
"use strict";
|
197757
197826
|
|
@@ -197782,30 +197851,30 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197782
197851
|
};
|
197783
197852
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197784
197853
|
exports.workspaceManagers = 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.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;
|
197785
|
-
const file_blob_1 = __importDefault(
|
197854
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1017321__(2397));
|
197786
197855
|
exports.FileBlob = file_blob_1.default;
|
197787
|
-
const file_fs_ref_1 = __importDefault(
|
197856
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1017321__(9331));
|
197788
197857
|
exports.FileFsRef = file_fs_ref_1.default;
|
197789
|
-
const file_ref_1 = __importDefault(
|
197858
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1017321__(5187));
|
197790
197859
|
exports.FileRef = file_ref_1.default;
|
197791
|
-
const lambda_1 =
|
197860
|
+
const lambda_1 = __nested_webpack_require_1017321__(6721);
|
197792
197861
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
197793
197862
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
197794
197863
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
197795
|
-
const nodejs_lambda_1 =
|
197864
|
+
const nodejs_lambda_1 = __nested_webpack_require_1017321__(7049);
|
197796
197865
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
197797
|
-
const prerender_1 =
|
197866
|
+
const prerender_1 = __nested_webpack_require_1017321__(2850);
|
197798
197867
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
197799
|
-
const download_1 = __importStar(
|
197868
|
+
const download_1 = __importStar(__nested_webpack_require_1017321__(1611));
|
197800
197869
|
exports.download = download_1.default;
|
197801
197870
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
197802
|
-
const get_writable_directory_1 = __importDefault(
|
197871
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1017321__(3838));
|
197803
197872
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197804
|
-
const glob_1 = __importDefault(
|
197873
|
+
const glob_1 = __importDefault(__nested_webpack_require_1017321__(4240));
|
197805
197874
|
exports.glob = glob_1.default;
|
197806
|
-
const rename_1 = __importDefault(
|
197875
|
+
const rename_1 = __importDefault(__nested_webpack_require_1017321__(6718));
|
197807
197876
|
exports.rename = rename_1.default;
|
197808
|
-
const run_user_scripts_1 =
|
197877
|
+
const run_user_scripts_1 = __nested_webpack_require_1017321__(1442);
|
197809
197878
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
197810
197879
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
197811
197880
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -197824,38 +197893,38 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
197824
197893
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
197825
197894
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
197826
197895
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
197827
|
-
const node_version_1 =
|
197896
|
+
const node_version_1 = __nested_webpack_require_1017321__(7903);
|
197828
197897
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
197829
197898
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197830
|
-
const stream_to_buffer_1 = __importDefault(
|
197899
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1017321__(2560));
|
197831
197900
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197832
|
-
const debug_1 = __importDefault(
|
197901
|
+
const debug_1 = __importDefault(__nested_webpack_require_1017321__(1868));
|
197833
197902
|
exports.debug = debug_1.default;
|
197834
|
-
const get_ignore_filter_1 = __importDefault(
|
197903
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1017321__(1148));
|
197835
197904
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
197836
|
-
const get_platform_env_1 =
|
197905
|
+
const get_platform_env_1 = __nested_webpack_require_1017321__(4678);
|
197837
197906
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
197838
|
-
var edge_function_1 =
|
197907
|
+
var edge_function_1 = __nested_webpack_require_1017321__(8038);
|
197839
197908
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
197840
|
-
var detect_builders_1 =
|
197909
|
+
var detect_builders_1 = __nested_webpack_require_1017321__(4246);
|
197841
197910
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
197842
197911
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
197843
197912
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
197844
197913
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
197845
|
-
var detect_file_system_api_1 =
|
197914
|
+
var detect_file_system_api_1 = __nested_webpack_require_1017321__(1182);
|
197846
197915
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
197847
|
-
var detect_framework_1 =
|
197916
|
+
var detect_framework_1 = __nested_webpack_require_1017321__(5224);
|
197848
197917
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
197849
|
-
var filesystem_1 =
|
197918
|
+
var filesystem_1 = __nested_webpack_require_1017321__(461);
|
197850
197919
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
197851
|
-
var read_config_file_1 =
|
197920
|
+
var read_config_file_1 = __nested_webpack_require_1017321__(7792);
|
197852
197921
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197853
|
-
var normalize_path_1 =
|
197922
|
+
var normalize_path_1 = __nested_webpack_require_1017321__(6261);
|
197854
197923
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197855
|
-
__exportStar(
|
197856
|
-
__exportStar(
|
197857
|
-
__exportStar(
|
197858
|
-
__exportStar(
|
197924
|
+
__exportStar(__nested_webpack_require_1017321__(2564), exports);
|
197925
|
+
__exportStar(__nested_webpack_require_1017321__(2416), exports);
|
197926
|
+
__exportStar(__nested_webpack_require_1017321__(5748), exports);
|
197927
|
+
__exportStar(__nested_webpack_require_1017321__(3983), exports);
|
197859
197928
|
/**
|
197860
197929
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
197861
197930
|
*/
|
@@ -197873,14 +197942,14 @@ const isStaticRuntime = (name) => {
|
|
197873
197942
|
return exports.isOfficialRuntime('static', name);
|
197874
197943
|
};
|
197875
197944
|
exports.isStaticRuntime = isStaticRuntime;
|
197876
|
-
var workspace_managers_1 =
|
197945
|
+
var workspace_managers_1 = __nested_webpack_require_1017321__(4896);
|
197877
197946
|
Object.defineProperty(exports, "workspaceManagers", ({ enumerable: true, get: function () { return workspace_managers_1.workspaceManagers; } }));
|
197878
197947
|
|
197879
197948
|
|
197880
197949
|
/***/ }),
|
197881
197950
|
|
197882
197951
|
/***/ 6721:
|
197883
|
-
/***/ (function(__unused_webpack_module, exports,
|
197952
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1027835__) {
|
197884
197953
|
|
197885
197954
|
"use strict";
|
197886
197955
|
|
@@ -197889,13 +197958,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197889
197958
|
};
|
197890
197959
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197891
197960
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
197892
|
-
const assert_1 = __importDefault(
|
197893
|
-
const async_sema_1 = __importDefault(
|
197894
|
-
const yazl_1 =
|
197895
|
-
const minimatch_1 = __importDefault(
|
197896
|
-
const fs_extra_1 =
|
197897
|
-
const download_1 =
|
197898
|
-
const stream_to_buffer_1 = __importDefault(
|
197961
|
+
const assert_1 = __importDefault(__nested_webpack_require_1027835__(2357));
|
197962
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1027835__(5758));
|
197963
|
+
const yazl_1 = __nested_webpack_require_1027835__(1223);
|
197964
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1027835__(9566));
|
197965
|
+
const fs_extra_1 = __nested_webpack_require_1027835__(5392);
|
197966
|
+
const download_1 = __nested_webpack_require_1027835__(1611);
|
197967
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1027835__(2560));
|
197899
197968
|
class Lambda {
|
197900
197969
|
constructor(opts) {
|
197901
197970
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
@@ -198017,13 +198086,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
198017
198086
|
/***/ }),
|
198018
198087
|
|
198019
198088
|
/***/ 7049:
|
198020
|
-
/***/ ((__unused_webpack_module, exports,
|
198089
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1033339__) => {
|
198021
198090
|
|
198022
198091
|
"use strict";
|
198023
198092
|
|
198024
198093
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198025
198094
|
exports.NodejsLambda = void 0;
|
198026
|
-
const lambda_1 =
|
198095
|
+
const lambda_1 = __nested_webpack_require_1033339__(6721);
|
198027
198096
|
class NodejsLambda extends lambda_1.Lambda {
|
198028
198097
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
198029
198098
|
super(opts);
|
@@ -198160,13 +198229,13 @@ exports.buildsSchema = {
|
|
198160
198229
|
/***/ }),
|
198161
198230
|
|
198162
198231
|
/***/ 2564:
|
198163
|
-
/***/ ((__unused_webpack_module, exports,
|
198232
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1037684__) => {
|
198164
198233
|
|
198165
198234
|
"use strict";
|
198166
198235
|
|
198167
198236
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198168
198237
|
exports.shouldServe = void 0;
|
198169
|
-
const path_1 =
|
198238
|
+
const path_1 = __nested_webpack_require_1037684__(5622);
|
198170
198239
|
const shouldServe = ({ entrypoint, files, requestPath, }) => {
|
198171
198240
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198172
198241
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -198530,7 +198599,7 @@ module.exports = __webpack_require__(78761);
|
|
198530
198599
|
/******/ var __webpack_module_cache__ = {};
|
198531
198600
|
/******/
|
198532
198601
|
/******/ // The require function
|
198533
|
-
/******/ function
|
198602
|
+
/******/ function __nested_webpack_require_1140903__(moduleId) {
|
198534
198603
|
/******/ // Check if module is in cache
|
198535
198604
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198536
198605
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198545,7 +198614,7 @@ module.exports = __webpack_require__(78761);
|
|
198545
198614
|
/******/ // Execute the module function
|
198546
198615
|
/******/ var threw = true;
|
198547
198616
|
/******/ try {
|
198548
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198617
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1140903__);
|
198549
198618
|
/******/ threw = false;
|
198550
198619
|
/******/ } finally {
|
198551
198620
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198558,11 +198627,11 @@ module.exports = __webpack_require__(78761);
|
|
198558
198627
|
/************************************************************************/
|
198559
198628
|
/******/ /* webpack/runtime/compat */
|
198560
198629
|
/******/
|
198561
|
-
/******/
|
198630
|
+
/******/ __nested_webpack_require_1140903__.ab = __dirname + "/";/************************************************************************/
|
198562
198631
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198563
198632
|
/******/ // startup
|
198564
198633
|
/******/ // Load entry module and return exports
|
198565
|
-
/******/ return
|
198634
|
+
/******/ return __nested_webpack_require_1140903__(2855);
|
198566
198635
|
/******/ })()
|
198567
198636
|
;
|
198568
198637
|
|
@@ -217239,8 +217308,7 @@ exports.frameworks = [
|
|
217239
217308
|
detectors: {
|
217240
217309
|
every: [
|
217241
217310
|
{
|
217242
|
-
path: '
|
217243
|
-
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"remix":\\s*".+?"[^}]*}',
|
217311
|
+
path: 'remix.config.js',
|
217244
217312
|
},
|
217245
217313
|
],
|
217246
217314
|
},
|
@@ -217296,6 +217364,70 @@ exports.frameworks = [
|
|
217296
217364
|
},
|
217297
217365
|
],
|
217298
217366
|
},
|
217367
|
+
{
|
217368
|
+
name: 'Astro',
|
217369
|
+
slug: 'astro',
|
217370
|
+
demo: 'https://astro-template.vercel.app',
|
217371
|
+
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/astro.svg',
|
217372
|
+
darkModeLogo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/astro-dark.svg',
|
217373
|
+
tagline: 'Astro is a new kind of static site builder for the modern web. Powerful developer experience meets lightweight output.',
|
217374
|
+
description: 'An Astro site, using the basics starter kit.',
|
217375
|
+
website: 'https://astro.build',
|
217376
|
+
envPrefix: 'PUBLIC_',
|
217377
|
+
detectors: {
|
217378
|
+
every: [
|
217379
|
+
{
|
217380
|
+
path: 'package.json',
|
217381
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"astro":\\s*".+?"[^}]*}',
|
217382
|
+
},
|
217383
|
+
],
|
217384
|
+
},
|
217385
|
+
settings: {
|
217386
|
+
installCommand: {
|
217387
|
+
placeholder: '`yarn install` or `npm install`',
|
217388
|
+
},
|
217389
|
+
buildCommand: {
|
217390
|
+
value: 'astro build',
|
217391
|
+
placeholder: '`npm run build` or `astro build`',
|
217392
|
+
},
|
217393
|
+
devCommand: {
|
217394
|
+
value: 'astro dev --port $PORT',
|
217395
|
+
placeholder: 'astro dev',
|
217396
|
+
},
|
217397
|
+
outputDirectory: {
|
217398
|
+
value: 'dist',
|
217399
|
+
},
|
217400
|
+
},
|
217401
|
+
dependency: 'astro',
|
217402
|
+
getFsOutputDir: async () => 'dist',
|
217403
|
+
getOutputDirName: async () => 'dist',
|
217404
|
+
defaultRoutes: [
|
217405
|
+
{
|
217406
|
+
src: '^/dist/(.*)$',
|
217407
|
+
headers: { 'cache-control': 'public, max-age=31536000, immutable' },
|
217408
|
+
continue: true,
|
217409
|
+
},
|
217410
|
+
{
|
217411
|
+
handle: 'filesystem',
|
217412
|
+
},
|
217413
|
+
{
|
217414
|
+
src: '/(.*)',
|
217415
|
+
dest: '/index.html',
|
217416
|
+
},
|
217417
|
+
],
|
217418
|
+
defaultHeaders: [
|
217419
|
+
{
|
217420
|
+
source: '^/dist/(.*)$',
|
217421
|
+
regex: '^/dist/(.*)$',
|
217422
|
+
headers: [
|
217423
|
+
{
|
217424
|
+
key: 'cache-control',
|
217425
|
+
value: 'public, max-age=31536000, immutable',
|
217426
|
+
},
|
217427
|
+
],
|
217428
|
+
},
|
217429
|
+
],
|
217430
|
+
},
|
217299
217431
|
{
|
217300
217432
|
name: 'Hexo',
|
217301
217433
|
slug: 'hexo',
|
@@ -225908,6 +226040,8 @@ const pkg_name_1 = __webpack_require__(98106);
|
|
225908
226040
|
const get_preferred_preview_url_1 = __webpack_require__(62387);
|
225909
226041
|
const args_1 = __webpack_require__(56870);
|
225910
226042
|
const get_deployment_checks_1 = __webpack_require__(58293);
|
226043
|
+
const parse_target_1 = __importDefault(__webpack_require__(77601));
|
226044
|
+
const get_prebuilt_json_1 = __importDefault(__webpack_require__(91307));
|
225911
226045
|
exports.default = async (client) => {
|
225912
226046
|
const { output } = client;
|
225913
226047
|
let argv = null;
|
@@ -225987,7 +226121,7 @@ exports.default = async (client) => {
|
|
225987
226121
|
}
|
225988
226122
|
}
|
225989
226123
|
}
|
225990
|
-
const { log, debug, error,
|
226124
|
+
const { log, debug, error, prettyError, isTTY } = output;
|
225991
226125
|
const quiet = !isTTY;
|
225992
226126
|
// check paths
|
225993
226127
|
const pathValidation = await validate_paths_1.default(output, paths);
|
@@ -226000,6 +226134,11 @@ exports.default = async (client) => {
|
|
226000
226134
|
if (argv['--name']) {
|
226001
226135
|
output.print(`${emoji_1.prependEmoji(`The ${param_1.default('--name')} option is deprecated (https://vercel.link/name-flag)`, emoji_1.emoji('warning'))}\n`);
|
226002
226136
|
}
|
226137
|
+
// build `target`
|
226138
|
+
const target = parse_target_1.default(output, argv['--target'], argv['--prod']);
|
226139
|
+
if (typeof target === 'number') {
|
226140
|
+
return target;
|
226141
|
+
}
|
226003
226142
|
// build `--prebuilt`
|
226004
226143
|
if (argv['--prebuilt']) {
|
226005
226144
|
const prebuiltExists = await fs_extra_1.default.pathExists(path_1.join(path, '.vercel/output'));
|
@@ -226007,6 +226146,19 @@ exports.default = async (client) => {
|
|
226007
226146
|
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.`);
|
226008
226147
|
return 1;
|
226009
226148
|
}
|
226149
|
+
const prebuiltBuild = await get_prebuilt_json_1.default(path);
|
226150
|
+
const assumedTarget = target || 'preview';
|
226151
|
+
if ((prebuiltBuild === null || prebuiltBuild === void 0 ? void 0 : prebuiltBuild.target) && prebuiltBuild.target !== assumedTarget) {
|
226152
|
+
let specifyTarget = '';
|
226153
|
+
if (prebuiltBuild.target === 'production') {
|
226154
|
+
specifyTarget = ` --prod`;
|
226155
|
+
}
|
226156
|
+
prettyError({
|
226157
|
+
message: `The ${param_1.default('--prebuilt')} option was used with the target environment "${assumedTarget}", but the prebuilt output found in ".vercel/output" was built with target environment "${prebuiltBuild.target}". Please run ${pkg_name_1.getCommandName(`--prebuilt${specifyTarget}`)}.`,
|
226158
|
+
link: 'https://vercel.link/prebuilt-environment-mismatch',
|
226159
|
+
});
|
226160
|
+
return 1;
|
226161
|
+
}
|
226010
226162
|
}
|
226011
226163
|
// retrieve `project` and `org` from .vercel
|
226012
226164
|
const link = await link_2.getLinkedProject(client, path);
|
@@ -226137,24 +226289,6 @@ exports.default = async (client) => {
|
|
226137
226289
|
.map((s) => s.trim())
|
226138
226290
|
.filter(Boolean);
|
226139
226291
|
const regions = regionFlag.length > 0 ? regionFlag : localConfig.regions;
|
226140
|
-
// build `target`
|
226141
|
-
let target;
|
226142
|
-
if (argv['--target']) {
|
226143
|
-
const deprecatedTarget = argv['--target'];
|
226144
|
-
if (!['staging', 'production'].includes(deprecatedTarget)) {
|
226145
|
-
error(`The specified ${param_1.default('--target')} ${code_1.default(deprecatedTarget)} is not valid`);
|
226146
|
-
return 1;
|
226147
|
-
}
|
226148
|
-
if (deprecatedTarget === 'production') {
|
226149
|
-
warn('We recommend using the much shorter `--prod` option instead of `--target production` (deprecated)');
|
226150
|
-
}
|
226151
|
-
output.debug(`Setting target to ${deprecatedTarget}`);
|
226152
|
-
target = deprecatedTarget;
|
226153
|
-
}
|
226154
|
-
else if (argv['--prod']) {
|
226155
|
-
output.debug('Setting target to production');
|
226156
|
-
target = 'production';
|
226157
|
-
}
|
226158
226292
|
const currentTeam = (org === null || org === void 0 ? void 0 : org.type) === 'team' ? org.id : undefined;
|
226159
226293
|
const now = new util_1.default({
|
226160
226294
|
client,
|
@@ -226475,6 +226609,8 @@ const get_frameworks_1 = __webpack_require__(87569);
|
|
226475
226609
|
const get_decrypted_env_records_1 = __importDefault(__webpack_require__(30861));
|
226476
226610
|
const setup_and_link_1 = __importDefault(__webpack_require__(69532));
|
226477
226611
|
const get_system_env_values_1 = __importDefault(__webpack_require__(60272));
|
226612
|
+
const pkg_name_1 = __webpack_require__(98106);
|
226613
|
+
const param_1 = __importDefault(__webpack_require__(70330));
|
226478
226614
|
async function dev(client, opts, args) {
|
226479
226615
|
const { output } = client;
|
226480
226616
|
const [dir = '.'] = args;
|
@@ -226497,6 +226633,9 @@ async function dev(client, opts, args) {
|
|
226497
226633
|
}
|
226498
226634
|
}
|
226499
226635
|
if (link.status === 'error') {
|
226636
|
+
if (link.reason === 'HEADLESS') {
|
226637
|
+
client.output.error(`Command ${pkg_name_1.getCommandName('dev')} requires confirmation. Use option ${param_1.default('--confirm')} to confirm.`);
|
226638
|
+
}
|
226500
226639
|
return link.exitCode;
|
226501
226640
|
}
|
226502
226641
|
let devCommand;
|
@@ -229152,6 +229291,8 @@ const get_args_1 = __importDefault(__webpack_require__(87612));
|
|
229152
229291
|
const logo_1 = __importDefault(__webpack_require__(9829));
|
229153
229292
|
const pkg_name_1 = __webpack_require__(98106);
|
229154
229293
|
const setup_and_link_1 = __importDefault(__webpack_require__(69532));
|
229294
|
+
const pkg_name_2 = __webpack_require__(98106);
|
229295
|
+
const param_1 = __importDefault(__webpack_require__(70330));
|
229155
229296
|
const help = () => {
|
229156
229297
|
console.log(`
|
229157
229298
|
${chalk_1.default.bold(`${logo_1.default} ${pkg_name_1.getPkgName()} link`)} [options]
|
@@ -229200,6 +229341,9 @@ async function main(client) {
|
|
229200
229341
|
setupMsg: 'Set up',
|
229201
229342
|
});
|
229202
229343
|
if (link.status === 'error') {
|
229344
|
+
if (link.reason === 'HEADLESS') {
|
229345
|
+
client.output.error(`Command ${pkg_name_2.getCommandName('link')} requires confirmation. Use option ${param_1.default('--confirm')} to confirm.`);
|
229346
|
+
}
|
229203
229347
|
return link.exitCode;
|
229204
229348
|
}
|
229205
229349
|
else if (link.status === 'not_linked') {
|
@@ -230194,6 +230338,8 @@ const pkg_name_1 = __webpack_require__(98106);
|
|
230194
230338
|
const link_1 = __webpack_require__(67630);
|
230195
230339
|
const project_settings_1 = __webpack_require__(42697);
|
230196
230340
|
const pull_1 = __importDefault(__webpack_require__(57571));
|
230341
|
+
const pkg_name_2 = __webpack_require__(98106);
|
230342
|
+
const param_1 = __importDefault(__webpack_require__(70330));
|
230197
230343
|
const env_target_1 = __webpack_require__(65373);
|
230198
230344
|
const help = () => {
|
230199
230345
|
return console.log(`
|
@@ -230254,6 +230400,9 @@ async function ensureLink(client, cwd, yes) {
|
|
230254
230400
|
}
|
230255
230401
|
}
|
230256
230402
|
if (link.status === 'error') {
|
230403
|
+
if (link.reason === 'HEADLESS') {
|
230404
|
+
client.output.error(`Command ${pkg_name_2.getCommandName('pull')} requires confirmation. Use option ${param_1.default('--yes')} to confirm.`);
|
230405
|
+
}
|
230257
230406
|
return link.exitCode;
|
230258
230407
|
}
|
230259
230408
|
return { org: link.org, project: link.project };
|
@@ -231404,7 +231553,12 @@ let client;
|
|
231404
231553
|
let debug = () => { };
|
231405
231554
|
let apiUrl = 'https://api.vercel.com';
|
231406
231555
|
const main = async () => {
|
231407
|
-
|
231556
|
+
let { isTTY } = process.stdout;
|
231557
|
+
if (process.env.FORCE_TTY === '1') {
|
231558
|
+
isTTY = true;
|
231559
|
+
process.stdout.isTTY = true;
|
231560
|
+
process.stdin.isTTY = true;
|
231561
|
+
}
|
231408
231562
|
let argv;
|
231409
231563
|
try {
|
231410
231564
|
argv = get_args_1.default(process.argv, {
|
@@ -233651,6 +233805,31 @@ async function getDeploymentsByProjectId(client, projectId, options = { from: nu
|
|
233651
233805
|
exports.default = getDeploymentsByProjectId;
|
233652
233806
|
|
233653
233807
|
|
233808
|
+
/***/ }),
|
233809
|
+
|
233810
|
+
/***/ 91307:
|
233811
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
233812
|
+
|
233813
|
+
"use strict";
|
233814
|
+
|
233815
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
233816
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
233817
|
+
};
|
233818
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
233819
|
+
const fs_extra_1 = __importDefault(__webpack_require__(45392));
|
233820
|
+
const path_1 = __webpack_require__(85622);
|
233821
|
+
async function getPrebuiltJson(directory) {
|
233822
|
+
try {
|
233823
|
+
return await fs_extra_1.default.readJSON(path_1.join(directory, '.vercel/output/builds.json'));
|
233824
|
+
}
|
233825
|
+
catch (error) {
|
233826
|
+
// ignoring error
|
233827
|
+
}
|
233828
|
+
return null;
|
233829
|
+
}
|
233830
|
+
exports.default = getPrebuiltJson;
|
233831
|
+
|
233832
|
+
|
233654
233833
|
/***/ }),
|
233655
233834
|
|
233656
233835
|
/***/ 62387:
|
@@ -233702,6 +233881,44 @@ async function getPreferredPreviewURL(client, aliasList) {
|
|
233702
233881
|
exports.getPreferredPreviewURL = getPreferredPreviewURL;
|
233703
233882
|
|
233704
233883
|
|
233884
|
+
/***/ }),
|
233885
|
+
|
233886
|
+
/***/ 77601:
|
233887
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
233888
|
+
|
233889
|
+
"use strict";
|
233890
|
+
|
233891
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
233892
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
233893
|
+
};
|
233894
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
233895
|
+
const param_1 = __importDefault(__webpack_require__(70330));
|
233896
|
+
const code_1 = __importDefault(__webpack_require__(62230));
|
233897
|
+
/**
|
233898
|
+
* Parses the environment target from the `--target` and `--prod` flags.
|
233899
|
+
*/
|
233900
|
+
function parseTarget(output, targetArg, prodArg) {
|
233901
|
+
if (targetArg) {
|
233902
|
+
const deprecatedTarget = targetArg;
|
233903
|
+
if (!['staging', 'production'].includes(deprecatedTarget)) {
|
233904
|
+
output.error(`The specified ${param_1.default('--target')} ${code_1.default(deprecatedTarget)} is not valid`);
|
233905
|
+
return 1;
|
233906
|
+
}
|
233907
|
+
if (deprecatedTarget === 'production') {
|
233908
|
+
output.warn('We recommend using the much shorter `--prod` option instead of `--target production` (deprecated)');
|
233909
|
+
}
|
233910
|
+
output.debug(`Setting target to ${deprecatedTarget}`);
|
233911
|
+
return deprecatedTarget;
|
233912
|
+
}
|
233913
|
+
if (prodArg) {
|
233914
|
+
output.debug('Setting target to production');
|
233915
|
+
return 'production';
|
233916
|
+
}
|
233917
|
+
return undefined;
|
233918
|
+
}
|
233919
|
+
exports.default = parseTarget;
|
233920
|
+
|
233921
|
+
|
233705
233922
|
/***/ }),
|
233706
233923
|
|
233707
233924
|
/***/ 3219:
|
@@ -241951,7 +242168,7 @@ async function setupAndLink(client, path, { forceDelete = false, autoConfirm = f
|
|
241951
242168
|
const isFile = !global_path_1.isDirectory(path);
|
241952
242169
|
if (isFile) {
|
241953
242170
|
output.error(`Expected directory but found file: ${path}`);
|
241954
|
-
return { status: 'error', exitCode: 1 };
|
242171
|
+
return { status: 'error', exitCode: 1, reason: 'PATH_IS_FILE' };
|
241955
242172
|
}
|
241956
242173
|
const link = await link_1.getLinkedProject(client, path);
|
241957
242174
|
const isTTY = process.stdout.isTTY;
|
@@ -241965,7 +242182,11 @@ async function setupAndLink(client, path, { forceDelete = false, autoConfirm = f
|
|
241965
242182
|
}
|
241966
242183
|
if (forceDelete) {
|
241967
242184
|
const vercelDir = link_1.getVercelDirectory(path);
|
241968
|
-
fs_extra_1.remove(vercelDir);
|
242185
|
+
fs_extra_1.remove(path_1.join(vercelDir, link_1.VERCEL_DIR_README));
|
242186
|
+
fs_extra_1.remove(path_1.join(vercelDir, link_1.VERCEL_DIR_PROJECT));
|
242187
|
+
}
|
242188
|
+
if (!isTTY && !autoConfirm) {
|
242189
|
+
return { status: 'error', exitCode: 1, reason: 'HEADLESS' };
|
241969
242190
|
}
|
241970
242191
|
const shouldStartSetup = autoConfirm ||
|
241971
242192
|
(await confirm_1.default(`${setupMsg} ${chalk_1.default.cyan(`“${humanize_path_1.default(path)}”`)}?`, true));
|
@@ -241977,9 +242198,13 @@ async function setupAndLink(client, path, { forceDelete = false, autoConfirm = f
|
|
241977
242198
|
org = await select_org_1.default(client, 'Which scope should contain your project?', autoConfirm);
|
241978
242199
|
}
|
241979
242200
|
catch (err) {
|
241980
|
-
if (err.code === 'NOT_AUTHORIZED'
|
242201
|
+
if (err.code === 'NOT_AUTHORIZED') {
|
241981
242202
|
output.prettyError(err);
|
241982
|
-
return { status: 'error', exitCode: 1 };
|
242203
|
+
return { status: 'error', exitCode: 1, reason: 'NOT_AUTHORIZED' };
|
242204
|
+
}
|
242205
|
+
if (err.code === 'TEAM_DELETED') {
|
242206
|
+
output.prettyError(err);
|
242207
|
+
return { status: 'error', exitCode: 1, reason: 'TEAM_DELETED' };
|
241983
242208
|
}
|
241984
242209
|
throw err;
|
241985
242210
|
}
|
@@ -242004,7 +242229,7 @@ async function setupAndLink(client, path, { forceDelete = false, autoConfirm = f
|
|
242004
242229
|
: path;
|
242005
242230
|
if (rootDirectory &&
|
242006
242231
|
!(await validate_paths_1.validateRootDirectory(output, path, sourcePath, ''))) {
|
242007
|
-
return { status: 'error', exitCode: 1 };
|
242232
|
+
return { status: 'error', exitCode: 1, reason: 'INVALID_ROOT_DIRECTORY' };
|
242008
242233
|
}
|
242009
242234
|
config.currentTeam = org.type === 'team' ? org.id : undefined;
|
242010
242235
|
const isZeroConfig = !localConfig || !localConfig.builds || localConfig.builds.length === 0;
|
@@ -242042,7 +242267,11 @@ async function setupAndLink(client, path, { forceDelete = false, autoConfirm = f
|
|
242042
242267
|
if (debug) {
|
242043
242268
|
console.log(deployment);
|
242044
242269
|
}
|
242045
|
-
return {
|
242270
|
+
return {
|
242271
|
+
status: 'error',
|
242272
|
+
exitCode: 1,
|
242273
|
+
reason: 'MISSING_PROJECT_SETTINGS',
|
242274
|
+
};
|
242046
242275
|
}
|
242047
242276
|
const { projectSettings, framework } = deployment;
|
242048
242277
|
settings = await edit_project_settings_1.default(output, projectSettings, framework, autoConfirm);
|
@@ -245041,7 +245270,7 @@ module.exports = JSON.parse("{\"application/1d-interleaved-parityfec\":{\"source
|
|
245041
245270
|
/***/ ((module) => {
|
245042
245271
|
|
245043
245272
|
"use strict";
|
245044
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.2.1-canary.
|
245273
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.2.1-canary.4\",\"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.16.1-canary.4\",\"@vercel/go\":\"1.4.1-canary.4\",\"@vercel/node\":\"1.15.1-canary.4\",\"@vercel/python\":\"2.3.1-canary.4\",\"@vercel/ruby\":\"1.3.4-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.4.1\",\"@types/jest-expect-message\":\"1.0.3\",\"@types/load-json-file\":\"2.0.7\",\"@types/mime-types\":\"2.1.0\",\"@types/minimatch\":\"3.0.3\",\"@types/mri\":\"1.1.0\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"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\":\"11.0.1-canary.4\",\"@vercel/frameworks\":\"0.8.1-canary.1\",\"@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\":\"ec57654b5bb44bca26ed665ec68995cca0948825\"}");
|
245045
245274
|
|
245046
245275
|
/***/ }),
|
245047
245276
|
|
@@ -245057,7 +245286,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
245057
245286
|
/***/ ((module) => {
|
245058
245287
|
|
245059
245288
|
"use strict";
|
245060
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"11.0.1-canary.
|
245289
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"11.0.1-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.4.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.16.1-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\":\"ec57654b5bb44bca26ed665ec68995cca0948825\"}");
|
245061
245290
|
|
245062
245291
|
/***/ }),
|
245063
245292
|
|