vercel 23.1.3-canary.68 → 23.1.3-canary.71
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 +342 -291
- package/package.json +7 -7
package/dist/index.js
CHANGED
@@ -211757,6 +211757,44 @@ exports.frameworks = [
|
|
211757
211757
|
},
|
211758
211758
|
],
|
211759
211759
|
},
|
211760
|
+
{
|
211761
|
+
name: 'SolidStart',
|
211762
|
+
slug: 'solidstart',
|
211763
|
+
demo: 'https://solidstart.examples.vercel.com',
|
211764
|
+
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/solid.svg',
|
211765
|
+
tagline: 'Simple and performant reactivity for building user interfaces.',
|
211766
|
+
description: 'A Solid app, created with SolidStart.',
|
211767
|
+
website: 'https://solidjs.com',
|
211768
|
+
envPrefix: 'VITE_',
|
211769
|
+
detectors: {
|
211770
|
+
every: [
|
211771
|
+
{
|
211772
|
+
path: 'package.json',
|
211773
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"solid-js":\\s*".+?"[^}]*}',
|
211774
|
+
},
|
211775
|
+
{
|
211776
|
+
path: 'package.json',
|
211777
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"solid-start":\\s*".+?"[^}]*}',
|
211778
|
+
},
|
211779
|
+
],
|
211780
|
+
},
|
211781
|
+
settings: {
|
211782
|
+
installCommand: {
|
211783
|
+
placeholder: '`yarn install` or `npm install`',
|
211784
|
+
},
|
211785
|
+
buildCommand: {
|
211786
|
+
placeholder: '`npm run build` or `solid-start build`',
|
211787
|
+
value: 'solid-start build',
|
211788
|
+
},
|
211789
|
+
devCommand: {
|
211790
|
+
value: 'solid-start dev',
|
211791
|
+
},
|
211792
|
+
outputDirectory: {
|
211793
|
+
value: '.output',
|
211794
|
+
},
|
211795
|
+
},
|
211796
|
+
getOutputDirName: async () => '.output',
|
211797
|
+
},
|
211760
211798
|
{
|
211761
211799
|
name: 'Dojo',
|
211762
211800
|
slug: 'dojo',
|
@@ -212227,6 +212265,7 @@ exports.frameworks = [
|
|
212227
212265
|
tagline: 'SvelteKit is a framework for building web applications of all sizes.',
|
212228
212266
|
description: 'A SvelteKit app optimized to work for serverless.',
|
212229
212267
|
website: 'https://kit.svelte.dev',
|
212268
|
+
envPrefix: 'VITE_',
|
212230
212269
|
detectors: {
|
212231
212270
|
every: [
|
212232
212271
|
{
|
@@ -213142,7 +213181,7 @@ exports.default = def;
|
|
213142
213181
|
/***/ }),
|
213143
213182
|
|
213144
213183
|
/***/ 3734:
|
213145
|
-
/***/ (function(__unused_webpack_module, exports,
|
213184
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_805867__) {
|
213146
213185
|
|
213147
213186
|
"use strict";
|
213148
213187
|
|
@@ -213151,9 +213190,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
213151
213190
|
};
|
213152
213191
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
213153
213192
|
exports.readConfigFile = void 0;
|
213154
|
-
const js_yaml_1 = __importDefault(
|
213155
|
-
const toml_1 = __importDefault(
|
213156
|
-
const fs_1 =
|
213193
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_805867__(641));
|
213194
|
+
const toml_1 = __importDefault(__nested_webpack_require_805867__(9434));
|
213195
|
+
const fs_1 = __nested_webpack_require_805867__(5747);
|
213157
213196
|
const { readFile } = fs_1.promises;
|
213158
213197
|
async function readFileOrNull(file) {
|
213159
213198
|
try {
|
@@ -213202,13 +213241,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
213202
213241
|
/***/ }),
|
213203
213242
|
|
213204
213243
|
/***/ 641:
|
213205
|
-
/***/ ((module, __unused_webpack_exports,
|
213244
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_807473__) => {
|
213206
213245
|
|
213207
213246
|
"use strict";
|
213208
213247
|
|
213209
213248
|
|
213210
213249
|
|
213211
|
-
var yaml =
|
213250
|
+
var yaml = __nested_webpack_require_807473__(9633);
|
213212
213251
|
|
213213
213252
|
|
213214
213253
|
module.exports = yaml;
|
@@ -213217,14 +213256,14 @@ module.exports = yaml;
|
|
213217
213256
|
/***/ }),
|
213218
213257
|
|
213219
213258
|
/***/ 9633:
|
213220
|
-
/***/ ((module, __unused_webpack_exports,
|
213259
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_807647__) => {
|
213221
213260
|
|
213222
213261
|
"use strict";
|
213223
213262
|
|
213224
213263
|
|
213225
213264
|
|
213226
|
-
var loader =
|
213227
|
-
var dumper =
|
213265
|
+
var loader = __nested_webpack_require_807647__(4349);
|
213266
|
+
var dumper = __nested_webpack_require_807647__(8047);
|
213228
213267
|
|
213229
213268
|
|
213230
213269
|
function deprecated(name) {
|
@@ -213234,25 +213273,25 @@ function deprecated(name) {
|
|
213234
213273
|
}
|
213235
213274
|
|
213236
213275
|
|
213237
|
-
module.exports.Type =
|
213238
|
-
module.exports.Schema =
|
213239
|
-
module.exports.FAILSAFE_SCHEMA =
|
213240
|
-
module.exports.JSON_SCHEMA =
|
213241
|
-
module.exports.CORE_SCHEMA =
|
213242
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
213243
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
213276
|
+
module.exports.Type = __nested_webpack_require_807647__(6876);
|
213277
|
+
module.exports.Schema = __nested_webpack_require_807647__(6105);
|
213278
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_807647__(8441);
|
213279
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_807647__(1486);
|
213280
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_807647__(1112);
|
213281
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_807647__(596);
|
213282
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_807647__(9647);
|
213244
213283
|
module.exports.load = loader.load;
|
213245
213284
|
module.exports.loadAll = loader.loadAll;
|
213246
213285
|
module.exports.safeLoad = loader.safeLoad;
|
213247
213286
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
213248
213287
|
module.exports.dump = dumper.dump;
|
213249
213288
|
module.exports.safeDump = dumper.safeDump;
|
213250
|
-
module.exports.YAMLException =
|
213289
|
+
module.exports.YAMLException = __nested_webpack_require_807647__(3237);
|
213251
213290
|
|
213252
213291
|
// Deprecated schema names from JS-YAML 2.0.x
|
213253
|
-
module.exports.MINIMAL_SCHEMA =
|
213254
|
-
module.exports.SAFE_SCHEMA =
|
213255
|
-
module.exports.DEFAULT_SCHEMA =
|
213292
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_807647__(8441);
|
213293
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_807647__(596);
|
213294
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_807647__(9647);
|
213256
213295
|
|
213257
213296
|
// Deprecated functions from JS-YAML 1.x.x
|
213258
213297
|
module.exports.scan = deprecated('scan');
|
@@ -213331,17 +213370,17 @@ module.exports.extend = extend;
|
|
213331
213370
|
/***/ }),
|
213332
213371
|
|
213333
213372
|
/***/ 8047:
|
213334
|
-
/***/ ((module, __unused_webpack_exports,
|
213373
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_810465__) => {
|
213335
213374
|
|
213336
213375
|
"use strict";
|
213337
213376
|
|
213338
213377
|
|
213339
213378
|
/*eslint-disable no-use-before-define*/
|
213340
213379
|
|
213341
|
-
var common =
|
213342
|
-
var YAMLException =
|
213343
|
-
var DEFAULT_FULL_SCHEMA =
|
213344
|
-
var DEFAULT_SAFE_SCHEMA =
|
213380
|
+
var common = __nested_webpack_require_810465__(903);
|
213381
|
+
var YAMLException = __nested_webpack_require_810465__(3237);
|
213382
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_810465__(9647);
|
213383
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_810465__(596);
|
213345
213384
|
|
213346
213385
|
var _toString = Object.prototype.toString;
|
213347
213386
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -214217,18 +214256,18 @@ module.exports = YAMLException;
|
|
214217
214256
|
/***/ }),
|
214218
214257
|
|
214219
214258
|
/***/ 4349:
|
214220
|
-
/***/ ((module, __unused_webpack_exports,
|
214259
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_838169__) => {
|
214221
214260
|
|
214222
214261
|
"use strict";
|
214223
214262
|
|
214224
214263
|
|
214225
214264
|
/*eslint-disable max-len,no-use-before-define*/
|
214226
214265
|
|
214227
|
-
var common =
|
214228
|
-
var YAMLException =
|
214229
|
-
var Mark =
|
214230
|
-
var DEFAULT_SAFE_SCHEMA =
|
214231
|
-
var DEFAULT_FULL_SCHEMA =
|
214266
|
+
var common = __nested_webpack_require_838169__(903);
|
214267
|
+
var YAMLException = __nested_webpack_require_838169__(3237);
|
214268
|
+
var Mark = __nested_webpack_require_838169__(4926);
|
214269
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_838169__(596);
|
214270
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_838169__(9647);
|
214232
214271
|
|
214233
214272
|
|
214234
214273
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -215850,13 +215889,13 @@ module.exports.safeLoad = safeLoad;
|
|
215850
215889
|
/***/ }),
|
215851
215890
|
|
215852
215891
|
/***/ 4926:
|
215853
|
-
/***/ ((module, __unused_webpack_exports,
|
215892
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_882036__) => {
|
215854
215893
|
|
215855
215894
|
"use strict";
|
215856
215895
|
|
215857
215896
|
|
215858
215897
|
|
215859
|
-
var common =
|
215898
|
+
var common = __nested_webpack_require_882036__(903);
|
215860
215899
|
|
215861
215900
|
|
215862
215901
|
function Mark(name, buffer, position, line, column) {
|
@@ -215934,16 +215973,16 @@ module.exports = Mark;
|
|
215934
215973
|
/***/ }),
|
215935
215974
|
|
215936
215975
|
/***/ 6105:
|
215937
|
-
/***/ ((module, __unused_webpack_exports,
|
215976
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_883698__) => {
|
215938
215977
|
|
215939
215978
|
"use strict";
|
215940
215979
|
|
215941
215980
|
|
215942
215981
|
/*eslint-disable max-len*/
|
215943
215982
|
|
215944
|
-
var common =
|
215945
|
-
var YAMLException =
|
215946
|
-
var Type =
|
215983
|
+
var common = __nested_webpack_require_883698__(903);
|
215984
|
+
var YAMLException = __nested_webpack_require_883698__(3237);
|
215985
|
+
var Type = __nested_webpack_require_883698__(6876);
|
215947
215986
|
|
215948
215987
|
|
215949
215988
|
function compileList(schema, name, result) {
|
@@ -216050,7 +216089,7 @@ module.exports = Schema;
|
|
216050
216089
|
/***/ }),
|
216051
216090
|
|
216052
216091
|
/***/ 1112:
|
216053
|
-
/***/ ((module, __unused_webpack_exports,
|
216092
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_886562__) => {
|
216054
216093
|
|
216055
216094
|
"use strict";
|
216056
216095
|
// Standard YAML's Core schema.
|
@@ -216063,12 +216102,12 @@ module.exports = Schema;
|
|
216063
216102
|
|
216064
216103
|
|
216065
216104
|
|
216066
|
-
var Schema =
|
216105
|
+
var Schema = __nested_webpack_require_886562__(6105);
|
216067
216106
|
|
216068
216107
|
|
216069
216108
|
module.exports = new Schema({
|
216070
216109
|
include: [
|
216071
|
-
|
216110
|
+
__nested_webpack_require_886562__(1486)
|
216072
216111
|
]
|
216073
216112
|
});
|
216074
216113
|
|
@@ -216076,7 +216115,7 @@ module.exports = new Schema({
|
|
216076
216115
|
/***/ }),
|
216077
216116
|
|
216078
216117
|
/***/ 9647:
|
216079
|
-
/***/ ((module, __unused_webpack_exports,
|
216118
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_887032__) => {
|
216080
216119
|
|
216081
216120
|
"use strict";
|
216082
216121
|
// JS-YAML's default schema for `load` function.
|
@@ -216091,17 +216130,17 @@ module.exports = new Schema({
|
|
216091
216130
|
|
216092
216131
|
|
216093
216132
|
|
216094
|
-
var Schema =
|
216133
|
+
var Schema = __nested_webpack_require_887032__(6105);
|
216095
216134
|
|
216096
216135
|
|
216097
216136
|
module.exports = Schema.DEFAULT = new Schema({
|
216098
216137
|
include: [
|
216099
|
-
|
216138
|
+
__nested_webpack_require_887032__(596)
|
216100
216139
|
],
|
216101
216140
|
explicit: [
|
216102
|
-
|
216103
|
-
|
216104
|
-
|
216141
|
+
__nested_webpack_require_887032__(5836),
|
216142
|
+
__nested_webpack_require_887032__(6841),
|
216143
|
+
__nested_webpack_require_887032__(8750)
|
216105
216144
|
]
|
216106
216145
|
});
|
216107
216146
|
|
@@ -216109,7 +216148,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
216109
216148
|
/***/ }),
|
216110
216149
|
|
216111
216150
|
/***/ 596:
|
216112
|
-
/***/ ((module, __unused_webpack_exports,
|
216151
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_887726__) => {
|
216113
216152
|
|
216114
216153
|
"use strict";
|
216115
216154
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -216122,22 +216161,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
216122
216161
|
|
216123
216162
|
|
216124
216163
|
|
216125
|
-
var Schema =
|
216164
|
+
var Schema = __nested_webpack_require_887726__(6105);
|
216126
216165
|
|
216127
216166
|
|
216128
216167
|
module.exports = new Schema({
|
216129
216168
|
include: [
|
216130
|
-
|
216169
|
+
__nested_webpack_require_887726__(1112)
|
216131
216170
|
],
|
216132
216171
|
implicit: [
|
216133
|
-
|
216134
|
-
|
216172
|
+
__nested_webpack_require_887726__(7028),
|
216173
|
+
__nested_webpack_require_887726__(7841)
|
216135
216174
|
],
|
216136
216175
|
explicit: [
|
216137
|
-
|
216138
|
-
|
216139
|
-
|
216140
|
-
|
216176
|
+
__nested_webpack_require_887726__(8675),
|
216177
|
+
__nested_webpack_require_887726__(3498),
|
216178
|
+
__nested_webpack_require_887726__(679),
|
216179
|
+
__nested_webpack_require_887726__(7205)
|
216141
216180
|
]
|
216142
216181
|
});
|
216143
216182
|
|
@@ -216145,7 +216184,7 @@ module.exports = new Schema({
|
|
216145
216184
|
/***/ }),
|
216146
216185
|
|
216147
216186
|
/***/ 8441:
|
216148
|
-
/***/ ((module, __unused_webpack_exports,
|
216187
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_888438__) => {
|
216149
216188
|
|
216150
216189
|
"use strict";
|
216151
216190
|
// Standard YAML's Failsafe schema.
|
@@ -216155,14 +216194,14 @@ module.exports = new Schema({
|
|
216155
216194
|
|
216156
216195
|
|
216157
216196
|
|
216158
|
-
var Schema =
|
216197
|
+
var Schema = __nested_webpack_require_888438__(6105);
|
216159
216198
|
|
216160
216199
|
|
216161
216200
|
module.exports = new Schema({
|
216162
216201
|
explicit: [
|
216163
|
-
|
216164
|
-
|
216165
|
-
|
216202
|
+
__nested_webpack_require_888438__(5348),
|
216203
|
+
__nested_webpack_require_888438__(7330),
|
216204
|
+
__nested_webpack_require_888438__(293)
|
216166
216205
|
]
|
216167
216206
|
});
|
216168
216207
|
|
@@ -216170,7 +216209,7 @@ module.exports = new Schema({
|
|
216170
216209
|
/***/ }),
|
216171
216210
|
|
216172
216211
|
/***/ 1486:
|
216173
|
-
/***/ ((module, __unused_webpack_exports,
|
216212
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_888824__) => {
|
216174
216213
|
|
216175
216214
|
"use strict";
|
216176
216215
|
// Standard YAML's JSON schema.
|
@@ -216184,18 +216223,18 @@ module.exports = new Schema({
|
|
216184
216223
|
|
216185
216224
|
|
216186
216225
|
|
216187
|
-
var Schema =
|
216226
|
+
var Schema = __nested_webpack_require_888824__(6105);
|
216188
216227
|
|
216189
216228
|
|
216190
216229
|
module.exports = new Schema({
|
216191
216230
|
include: [
|
216192
|
-
|
216231
|
+
__nested_webpack_require_888824__(8441)
|
216193
216232
|
],
|
216194
216233
|
implicit: [
|
216195
|
-
|
216196
|
-
|
216197
|
-
|
216198
|
-
|
216234
|
+
__nested_webpack_require_888824__(9074),
|
216235
|
+
__nested_webpack_require_888824__(4308),
|
216236
|
+
__nested_webpack_require_888824__(1167),
|
216237
|
+
__nested_webpack_require_888824__(7862)
|
216199
216238
|
]
|
216200
216239
|
});
|
216201
216240
|
|
@@ -216203,12 +216242,12 @@ module.exports = new Schema({
|
|
216203
216242
|
/***/ }),
|
216204
216243
|
|
216205
216244
|
/***/ 6876:
|
216206
|
-
/***/ ((module, __unused_webpack_exports,
|
216245
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_889522__) => {
|
216207
216246
|
|
216208
216247
|
"use strict";
|
216209
216248
|
|
216210
216249
|
|
216211
|
-
var YAMLException =
|
216250
|
+
var YAMLException = __nested_webpack_require_889522__(3237);
|
216212
216251
|
|
216213
216252
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
216214
216253
|
'kind',
|
@@ -216272,7 +216311,7 @@ module.exports = Type;
|
|
216272
216311
|
/***/ }),
|
216273
216312
|
|
216274
216313
|
/***/ 8675:
|
216275
|
-
/***/ ((module, __unused_webpack_exports,
|
216314
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_891206__) => {
|
216276
216315
|
|
216277
216316
|
"use strict";
|
216278
216317
|
|
@@ -216287,7 +216326,7 @@ try {
|
|
216287
216326
|
NodeBuffer = _require('buffer').Buffer;
|
216288
216327
|
} catch (__) {}
|
216289
216328
|
|
216290
|
-
var Type =
|
216329
|
+
var Type = __nested_webpack_require_891206__(6876);
|
216291
216330
|
|
216292
216331
|
|
216293
216332
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -216418,12 +216457,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
216418
216457
|
/***/ }),
|
216419
216458
|
|
216420
216459
|
/***/ 4308:
|
216421
|
-
/***/ ((module, __unused_webpack_exports,
|
216460
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_894598__) => {
|
216422
216461
|
|
216423
216462
|
"use strict";
|
216424
216463
|
|
216425
216464
|
|
216426
|
-
var Type =
|
216465
|
+
var Type = __nested_webpack_require_894598__(6876);
|
216427
216466
|
|
216428
216467
|
function resolveYamlBoolean(data) {
|
216429
216468
|
if (data === null) return false;
|
@@ -216461,13 +216500,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
216461
216500
|
/***/ }),
|
216462
216501
|
|
216463
216502
|
/***/ 7862:
|
216464
|
-
/***/ ((module, __unused_webpack_exports,
|
216503
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_895671__) => {
|
216465
216504
|
|
216466
216505
|
"use strict";
|
216467
216506
|
|
216468
216507
|
|
216469
|
-
var common =
|
216470
|
-
var Type =
|
216508
|
+
var common = __nested_webpack_require_895671__(903);
|
216509
|
+
var Type = __nested_webpack_require_895671__(6876);
|
216471
216510
|
|
216472
216511
|
var YAML_FLOAT_PATTERN = new RegExp(
|
216473
216512
|
// 2.5e4, 2.5 and integers
|
@@ -216585,13 +216624,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
216585
216624
|
/***/ }),
|
216586
216625
|
|
216587
216626
|
/***/ 1167:
|
216588
|
-
/***/ ((module, __unused_webpack_exports,
|
216627
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_898617__) => {
|
216589
216628
|
|
216590
216629
|
"use strict";
|
216591
216630
|
|
216592
216631
|
|
216593
|
-
var common =
|
216594
|
-
var Type =
|
216632
|
+
var common = __nested_webpack_require_898617__(903);
|
216633
|
+
var Type = __nested_webpack_require_898617__(6876);
|
216595
216634
|
|
216596
216635
|
function isHexCode(c) {
|
216597
216636
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -216766,7 +216805,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
216766
216805
|
/***/ }),
|
216767
216806
|
|
216768
216807
|
/***/ 8750:
|
216769
|
-
/***/ ((module, __unused_webpack_exports,
|
216808
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_902789__) => {
|
216770
216809
|
|
216771
216810
|
"use strict";
|
216772
216811
|
|
@@ -216789,7 +216828,7 @@ try {
|
|
216789
216828
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
216790
216829
|
}
|
216791
216830
|
|
216792
|
-
var Type =
|
216831
|
+
var Type = __nested_webpack_require_902789__(6876);
|
216793
216832
|
|
216794
216833
|
function resolveJavascriptFunction(data) {
|
216795
216834
|
if (data === null) return false;
|
@@ -216866,12 +216905,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
216866
216905
|
/***/ }),
|
216867
216906
|
|
216868
216907
|
/***/ 6841:
|
216869
|
-
/***/ ((module, __unused_webpack_exports,
|
216908
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_905686__) => {
|
216870
216909
|
|
216871
216910
|
"use strict";
|
216872
216911
|
|
216873
216912
|
|
216874
|
-
var Type =
|
216913
|
+
var Type = __nested_webpack_require_905686__(6876);
|
216875
216914
|
|
216876
216915
|
function resolveJavascriptRegExp(data) {
|
216877
216916
|
if (data === null) return false;
|
@@ -216934,12 +216973,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
216934
216973
|
/***/ }),
|
216935
216974
|
|
216936
216975
|
/***/ 5836:
|
216937
|
-
/***/ ((module, __unused_webpack_exports,
|
216976
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_907357__) => {
|
216938
216977
|
|
216939
216978
|
"use strict";
|
216940
216979
|
|
216941
216980
|
|
216942
|
-
var Type =
|
216981
|
+
var Type = __nested_webpack_require_907357__(6876);
|
216943
216982
|
|
216944
216983
|
function resolveJavascriptUndefined() {
|
216945
216984
|
return true;
|
@@ -216970,12 +217009,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
216970
217009
|
/***/ }),
|
216971
217010
|
|
216972
217011
|
/***/ 293:
|
216973
|
-
/***/ ((module, __unused_webpack_exports,
|
217012
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_908028__) => {
|
216974
217013
|
|
216975
217014
|
"use strict";
|
216976
217015
|
|
216977
217016
|
|
216978
|
-
var Type =
|
217017
|
+
var Type = __nested_webpack_require_908028__(6876);
|
216979
217018
|
|
216980
217019
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
216981
217020
|
kind: 'mapping',
|
@@ -216986,12 +217025,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
216986
217025
|
/***/ }),
|
216987
217026
|
|
216988
217027
|
/***/ 7841:
|
216989
|
-
/***/ ((module, __unused_webpack_exports,
|
217028
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_908320__) => {
|
216990
217029
|
|
216991
217030
|
"use strict";
|
216992
217031
|
|
216993
217032
|
|
216994
|
-
var Type =
|
217033
|
+
var Type = __nested_webpack_require_908320__(6876);
|
216995
217034
|
|
216996
217035
|
function resolveYamlMerge(data) {
|
216997
217036
|
return data === '<<' || data === null;
|
@@ -217006,12 +217045,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
217006
217045
|
/***/ }),
|
217007
217046
|
|
217008
217047
|
/***/ 9074:
|
217009
|
-
/***/ ((module, __unused_webpack_exports,
|
217048
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_908652__) => {
|
217010
217049
|
|
217011
217050
|
"use strict";
|
217012
217051
|
|
217013
217052
|
|
217014
|
-
var Type =
|
217053
|
+
var Type = __nested_webpack_require_908652__(6876);
|
217015
217054
|
|
217016
217055
|
function resolveYamlNull(data) {
|
217017
217056
|
if (data === null) return true;
|
@@ -217048,12 +217087,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
217048
217087
|
/***/ }),
|
217049
217088
|
|
217050
217089
|
/***/ 3498:
|
217051
|
-
/***/ ((module, __unused_webpack_exports,
|
217090
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_909515__) => {
|
217052
217091
|
|
217053
217092
|
"use strict";
|
217054
217093
|
|
217055
217094
|
|
217056
|
-
var Type =
|
217095
|
+
var Type = __nested_webpack_require_909515__(6876);
|
217057
217096
|
|
217058
217097
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
217059
217098
|
var _toString = Object.prototype.toString;
|
@@ -217100,12 +217139,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
217100
217139
|
/***/ }),
|
217101
217140
|
|
217102
217141
|
/***/ 679:
|
217103
|
-
/***/ ((module, __unused_webpack_exports,
|
217142
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910639__) => {
|
217104
217143
|
|
217105
217144
|
"use strict";
|
217106
217145
|
|
217107
217146
|
|
217108
|
-
var Type =
|
217147
|
+
var Type = __nested_webpack_require_910639__(6876);
|
217109
217148
|
|
217110
217149
|
var _toString = Object.prototype.toString;
|
217111
217150
|
|
@@ -217161,12 +217200,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
217161
217200
|
/***/ }),
|
217162
217201
|
|
217163
217202
|
/***/ 7330:
|
217164
|
-
/***/ ((module, __unused_webpack_exports,
|
217203
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_911825__) => {
|
217165
217204
|
|
217166
217205
|
"use strict";
|
217167
217206
|
|
217168
217207
|
|
217169
|
-
var Type =
|
217208
|
+
var Type = __nested_webpack_require_911825__(6876);
|
217170
217209
|
|
217171
217210
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
217172
217211
|
kind: 'sequence',
|
@@ -217177,12 +217216,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
217177
217216
|
/***/ }),
|
217178
217217
|
|
217179
217218
|
/***/ 7205:
|
217180
|
-
/***/ ((module, __unused_webpack_exports,
|
217219
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_912118__) => {
|
217181
217220
|
|
217182
217221
|
"use strict";
|
217183
217222
|
|
217184
217223
|
|
217185
|
-
var Type =
|
217224
|
+
var Type = __nested_webpack_require_912118__(6876);
|
217186
217225
|
|
217187
217226
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
217188
217227
|
|
@@ -217214,12 +217253,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
217214
217253
|
/***/ }),
|
217215
217254
|
|
217216
217255
|
/***/ 5348:
|
217217
|
-
/***/ ((module, __unused_webpack_exports,
|
217256
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_912767__) => {
|
217218
217257
|
|
217219
217258
|
"use strict";
|
217220
217259
|
|
217221
217260
|
|
217222
|
-
var Type =
|
217261
|
+
var Type = __nested_webpack_require_912767__(6876);
|
217223
217262
|
|
217224
217263
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
217225
217264
|
kind: 'scalar',
|
@@ -217230,12 +217269,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
217230
217269
|
/***/ }),
|
217231
217270
|
|
217232
217271
|
/***/ 7028:
|
217233
|
-
/***/ ((module, __unused_webpack_exports,
|
217272
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_913058__) => {
|
217234
217273
|
|
217235
217274
|
"use strict";
|
217236
217275
|
|
217237
217276
|
|
217238
|
-
var Type =
|
217277
|
+
var Type = __nested_webpack_require_913058__(6876);
|
217239
217278
|
|
217240
217279
|
var YAML_DATE_REGEXP = new RegExp(
|
217241
217280
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -217326,7 +217365,7 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
217326
217365
|
/***/ }),
|
217327
217366
|
|
217328
217367
|
/***/ 7276:
|
217329
|
-
/***/ (function(__unused_webpack_module, exports,
|
217368
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_915739__) {
|
217330
217369
|
|
217331
217370
|
"use strict";
|
217332
217371
|
|
@@ -217335,12 +217374,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217335
217374
|
};
|
217336
217375
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217337
217376
|
exports.updateRoutesManifest = exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = void 0;
|
217338
|
-
const fs_extra_1 = __importDefault(
|
217339
|
-
const path_1 =
|
217340
|
-
const glob_1 = __importDefault(
|
217341
|
-
const normalize_path_1 =
|
217342
|
-
const lambda_1 =
|
217343
|
-
const _1 =
|
217377
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_915739__(5392));
|
217378
|
+
const path_1 = __nested_webpack_require_915739__(5622);
|
217379
|
+
const glob_1 = __importDefault(__nested_webpack_require_915739__(4240));
|
217380
|
+
const normalize_path_1 = __nested_webpack_require_915739__(6261);
|
217381
|
+
const lambda_1 = __nested_webpack_require_915739__(6721);
|
217382
|
+
const _1 = __nested_webpack_require_915739__(2855);
|
217344
217383
|
// `.output` was already created by the Build Command, so we have
|
217345
217384
|
// to ensure its contents don't get bundled into the Lambda. Similarily,
|
217346
217385
|
// we don't want to bundle anything from `.vercel` either. Lastly,
|
@@ -217632,12 +217671,12 @@ exports.updateRoutesManifest = updateRoutesManifest;
|
|
217632
217671
|
/***/ }),
|
217633
217672
|
|
217634
217673
|
/***/ 1868:
|
217635
|
-
/***/ ((__unused_webpack_module, exports,
|
217674
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_931580__) => {
|
217636
217675
|
|
217637
217676
|
"use strict";
|
217638
217677
|
|
217639
217678
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217640
|
-
const _1 =
|
217679
|
+
const _1 = __nested_webpack_require_931580__(2855);
|
217641
217680
|
function debug(message, ...additional) {
|
217642
217681
|
if (_1.getPlatformEnv('BUILDER_DEBUG')) {
|
217643
217682
|
console.log(message, ...additional);
|
@@ -217649,7 +217688,7 @@ exports.default = debug;
|
|
217649
217688
|
/***/ }),
|
217650
217689
|
|
217651
217690
|
/***/ 4246:
|
217652
|
-
/***/ (function(__unused_webpack_module, exports,
|
217691
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_931965__) {
|
217653
217692
|
|
217654
217693
|
"use strict";
|
217655
217694
|
|
@@ -217658,11 +217697,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217658
217697
|
};
|
217659
217698
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217660
217699
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
217661
|
-
const minimatch_1 = __importDefault(
|
217662
|
-
const semver_1 =
|
217663
|
-
const path_1 =
|
217664
|
-
const frameworks_1 = __importDefault(
|
217665
|
-
const _1 =
|
217700
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_931965__(9566));
|
217701
|
+
const semver_1 = __nested_webpack_require_931965__(2879);
|
217702
|
+
const path_1 = __nested_webpack_require_931965__(5622);
|
217703
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_931965__(8438));
|
217704
|
+
const _1 = __nested_webpack_require_931965__(2855);
|
217666
217705
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
217667
217706
|
// We need to sort the file paths by alphabet to make
|
217668
217707
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -218491,7 +218530,7 @@ function sortFilesBySegmentCount(fileA, fileB) {
|
|
218491
218530
|
/***/ }),
|
218492
218531
|
|
218493
218532
|
/***/ 1182:
|
218494
|
-
/***/ (function(__unused_webpack_module, exports,
|
218533
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_963942__) {
|
218495
218534
|
|
218496
218535
|
"use strict";
|
218497
218536
|
|
@@ -218500,12 +218539,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218500
218539
|
};
|
218501
218540
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218502
218541
|
exports.detectFileSystemAPI = void 0;
|
218503
|
-
const semver_1 = __importDefault(
|
218504
|
-
const _1 =
|
218542
|
+
const semver_1 = __importDefault(__nested_webpack_require_963942__(2879));
|
218543
|
+
const _1 = __nested_webpack_require_963942__(2855);
|
218505
218544
|
const enableFileSystemApiFrameworks = new Set(['solidstart']);
|
218506
218545
|
/**
|
218507
218546
|
* If the Deployment can be built with the new File System API,
|
218508
|
-
*
|
218547
|
+
* return the new Builder. Otherwise an "Exclusion Condition"
|
218548
|
+
* was hit so return `null` builder with a `reason` for exclusion.
|
218509
218549
|
*/
|
218510
218550
|
async function detectFileSystemAPI({ files, projectSettings, builders, vercelConfig, pkg, tag, enableFlag = false, }) {
|
218511
218551
|
const framework = projectSettings.framework || '';
|
@@ -218609,22 +218649,39 @@ async function detectFileSystemAPI({ files, projectSettings, builders, vercelCon
|
|
218609
218649
|
reason: `Detected Next.js with Output Directory \`${projectSettings.outputDirectory}\` override. Please change it back to the default.`,
|
218610
218650
|
};
|
218611
218651
|
}
|
218612
|
-
const
|
218613
|
-
if (!
|
218652
|
+
const nextVersion = deps['next'];
|
218653
|
+
if (!nextVersion) {
|
218614
218654
|
return {
|
218615
218655
|
metadata,
|
218616
218656
|
fsApiBuilder: null,
|
218617
218657
|
reason: `Detected Next.js in Project Settings but missing \`next\` package.json dependencies. Please run \`npm i next\`.`,
|
218618
218658
|
};
|
218619
218659
|
}
|
218620
|
-
// TODO:
|
218621
|
-
if (
|
218622
|
-
const fixedVersion = semver_1.default.valid(semver_1.default.coerce(
|
218660
|
+
// TODO: Read version from lockfile instead of package.json
|
218661
|
+
if (nextVersion !== 'latest' && nextVersion !== 'canary') {
|
218662
|
+
const fixedVersion = semver_1.default.valid(semver_1.default.coerce(nextVersion) || '');
|
218623
218663
|
if (!fixedVersion || !semver_1.default.gte(fixedVersion, '12.0.0')) {
|
218624
218664
|
return {
|
218625
218665
|
metadata,
|
218626
218666
|
fsApiBuilder: null,
|
218627
|
-
reason: `Detected legacy Next.js version "${
|
218667
|
+
reason: `Detected legacy Next.js version "${nextVersion}" in package.json. Please run \`npm i next@latest\` to upgrade.`,
|
218668
|
+
};
|
218669
|
+
}
|
218670
|
+
}
|
218671
|
+
}
|
218672
|
+
if (!hasDotOutput) {
|
218673
|
+
// TODO: Read version from lockfile instead of package.json
|
218674
|
+
const vercelCliVersion = deps['vercel'];
|
218675
|
+
if (vercelCliVersion &&
|
218676
|
+
vercelCliVersion !== 'latest' &&
|
218677
|
+
vercelCliVersion !== 'canary') {
|
218678
|
+
const fixedVersion = semver_1.default.valid(semver_1.default.coerce(vercelCliVersion) || '');
|
218679
|
+
// TODO: we might want to use '24.0.0' once its released
|
218680
|
+
if (!fixedVersion || !semver_1.default.gte(fixedVersion, '23.1.3-canary.68')) {
|
218681
|
+
return {
|
218682
|
+
metadata,
|
218683
|
+
fsApiBuilder: null,
|
218684
|
+
reason: `Detected legacy Vercel CLI version "${vercelCliVersion}" in package.json. Please run \`npm i vercel@latest\` to upgrade.`,
|
218628
218685
|
};
|
218629
218686
|
}
|
218630
218687
|
}
|
@@ -218884,7 +218941,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
218884
218941
|
/***/ }),
|
218885
218942
|
|
218886
218943
|
/***/ 2397:
|
218887
|
-
/***/ (function(__unused_webpack_module, exports,
|
218944
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979036__) {
|
218888
218945
|
|
218889
218946
|
"use strict";
|
218890
218947
|
|
@@ -218892,8 +218949,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218892
218949
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218893
218950
|
};
|
218894
218951
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218895
|
-
const assert_1 = __importDefault(
|
218896
|
-
const into_stream_1 = __importDefault(
|
218952
|
+
const assert_1 = __importDefault(__nested_webpack_require_979036__(2357));
|
218953
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_979036__(6130));
|
218897
218954
|
class FileBlob {
|
218898
218955
|
constructor({ mode = 0o100644, contentType, data }) {
|
218899
218956
|
assert_1.default(typeof mode === 'number');
|
@@ -218925,7 +218982,7 @@ exports.default = FileBlob;
|
|
218925
218982
|
/***/ }),
|
218926
218983
|
|
218927
218984
|
/***/ 9331:
|
218928
|
-
/***/ (function(__unused_webpack_module, exports,
|
218985
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_980488__) {
|
218929
218986
|
|
218930
218987
|
"use strict";
|
218931
218988
|
|
@@ -218933,11 +218990,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218933
218990
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218934
218991
|
};
|
218935
218992
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218936
|
-
const assert_1 = __importDefault(
|
218937
|
-
const fs_extra_1 = __importDefault(
|
218938
|
-
const multistream_1 = __importDefault(
|
218939
|
-
const path_1 = __importDefault(
|
218940
|
-
const async_sema_1 = __importDefault(
|
218993
|
+
const assert_1 = __importDefault(__nested_webpack_require_980488__(2357));
|
218994
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_980488__(5392));
|
218995
|
+
const multistream_1 = __importDefault(__nested_webpack_require_980488__(8179));
|
218996
|
+
const path_1 = __importDefault(__nested_webpack_require_980488__(5622));
|
218997
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_980488__(5758));
|
218941
218998
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
218942
218999
|
class FileFsRef {
|
218943
219000
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -219003,7 +219060,7 @@ exports.default = FileFsRef;
|
|
219003
219060
|
/***/ }),
|
219004
219061
|
|
219005
219062
|
/***/ 5187:
|
219006
|
-
/***/ (function(__unused_webpack_module, exports,
|
219063
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983292__) {
|
219007
219064
|
|
219008
219065
|
"use strict";
|
219009
219066
|
|
@@ -219011,11 +219068,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219011
219068
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219012
219069
|
};
|
219013
219070
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219014
|
-
const assert_1 = __importDefault(
|
219015
|
-
const node_fetch_1 = __importDefault(
|
219016
|
-
const multistream_1 = __importDefault(
|
219017
|
-
const async_retry_1 = __importDefault(
|
219018
|
-
const async_sema_1 = __importDefault(
|
219071
|
+
const assert_1 = __importDefault(__nested_webpack_require_983292__(2357));
|
219072
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_983292__(2197));
|
219073
|
+
const multistream_1 = __importDefault(__nested_webpack_require_983292__(8179));
|
219074
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_983292__(3691));
|
219075
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_983292__(5758));
|
219019
219076
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
219020
219077
|
class BailableError extends Error {
|
219021
219078
|
constructor(...args) {
|
@@ -219096,7 +219153,7 @@ exports.default = FileRef;
|
|
219096
219153
|
/***/ }),
|
219097
219154
|
|
219098
219155
|
/***/ 1611:
|
219099
|
-
/***/ (function(__unused_webpack_module, exports,
|
219156
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_986693__) {
|
219100
219157
|
|
219101
219158
|
"use strict";
|
219102
219159
|
|
@@ -219105,10 +219162,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219105
219162
|
};
|
219106
219163
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219107
219164
|
exports.isSymbolicLink = void 0;
|
219108
|
-
const path_1 = __importDefault(
|
219109
|
-
const debug_1 = __importDefault(
|
219110
|
-
const file_fs_ref_1 = __importDefault(
|
219111
|
-
const fs_extra_1 =
|
219165
|
+
const path_1 = __importDefault(__nested_webpack_require_986693__(5622));
|
219166
|
+
const debug_1 = __importDefault(__nested_webpack_require_986693__(1868));
|
219167
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_986693__(9331));
|
219168
|
+
const fs_extra_1 = __nested_webpack_require_986693__(5392);
|
219112
219169
|
const S_IFMT = 61440; /* 0170000 type of file */
|
219113
219170
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
219114
219171
|
function isSymbolicLink(mode) {
|
@@ -219170,14 +219227,14 @@ exports.default = download;
|
|
219170
219227
|
/***/ }),
|
219171
219228
|
|
219172
219229
|
/***/ 3838:
|
219173
|
-
/***/ ((__unused_webpack_module, exports,
|
219230
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_989518__) => {
|
219174
219231
|
|
219175
219232
|
"use strict";
|
219176
219233
|
|
219177
219234
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219178
|
-
const path_1 =
|
219179
|
-
const os_1 =
|
219180
|
-
const fs_extra_1 =
|
219235
|
+
const path_1 = __nested_webpack_require_989518__(5622);
|
219236
|
+
const os_1 = __nested_webpack_require_989518__(2087);
|
219237
|
+
const fs_extra_1 = __nested_webpack_require_989518__(5392);
|
219181
219238
|
async function getWritableDirectory() {
|
219182
219239
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
219183
219240
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -219190,7 +219247,7 @@ exports.default = getWritableDirectory;
|
|
219190
219247
|
/***/ }),
|
219191
219248
|
|
219192
219249
|
/***/ 4240:
|
219193
|
-
/***/ (function(__unused_webpack_module, exports,
|
219250
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_990098__) {
|
219194
219251
|
|
219195
219252
|
"use strict";
|
219196
219253
|
|
@@ -219198,13 +219255,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219198
219255
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219199
219256
|
};
|
219200
219257
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219201
|
-
const path_1 = __importDefault(
|
219202
|
-
const assert_1 = __importDefault(
|
219203
|
-
const glob_1 = __importDefault(
|
219204
|
-
const util_1 =
|
219205
|
-
const fs_extra_1 =
|
219206
|
-
const normalize_path_1 =
|
219207
|
-
const file_fs_ref_1 = __importDefault(
|
219258
|
+
const path_1 = __importDefault(__nested_webpack_require_990098__(5622));
|
219259
|
+
const assert_1 = __importDefault(__nested_webpack_require_990098__(2357));
|
219260
|
+
const glob_1 = __importDefault(__nested_webpack_require_990098__(1104));
|
219261
|
+
const util_1 = __nested_webpack_require_990098__(1669);
|
219262
|
+
const fs_extra_1 = __nested_webpack_require_990098__(5392);
|
219263
|
+
const normalize_path_1 = __nested_webpack_require_990098__(6261);
|
219264
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_990098__(9331));
|
219208
219265
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
219209
219266
|
async function glob(pattern, opts, mountpoint) {
|
219210
219267
|
let options;
|
@@ -219250,7 +219307,7 @@ exports.default = glob;
|
|
219250
219307
|
/***/ }),
|
219251
219308
|
|
219252
219309
|
/***/ 7903:
|
219253
|
-
/***/ (function(__unused_webpack_module, exports,
|
219310
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_992294__) {
|
219254
219311
|
|
219255
219312
|
"use strict";
|
219256
219313
|
|
@@ -219259,9 +219316,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219259
219316
|
};
|
219260
219317
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219261
219318
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
219262
|
-
const semver_1 =
|
219263
|
-
const errors_1 =
|
219264
|
-
const debug_1 = __importDefault(
|
219319
|
+
const semver_1 = __nested_webpack_require_992294__(2879);
|
219320
|
+
const errors_1 = __nested_webpack_require_992294__(3983);
|
219321
|
+
const debug_1 = __importDefault(__nested_webpack_require_992294__(1868));
|
219265
219322
|
const allOptions = [
|
219266
219323
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
219267
219324
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -219355,7 +219412,7 @@ exports.normalizePath = normalizePath;
|
|
219355
219412
|
/***/ }),
|
219356
219413
|
|
219357
219414
|
/***/ 7792:
|
219358
|
-
/***/ (function(__unused_webpack_module, exports,
|
219415
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_996162__) {
|
219359
219416
|
|
219360
219417
|
"use strict";
|
219361
219418
|
|
@@ -219364,9 +219421,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219364
219421
|
};
|
219365
219422
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219366
219423
|
exports.readConfigFile = void 0;
|
219367
|
-
const js_yaml_1 = __importDefault(
|
219368
|
-
const toml_1 = __importDefault(
|
219369
|
-
const fs_extra_1 =
|
219424
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_996162__(6540));
|
219425
|
+
const toml_1 = __importDefault(__nested_webpack_require_996162__(9434));
|
219426
|
+
const fs_extra_1 = __nested_webpack_require_996162__(5392);
|
219370
219427
|
async function readFileOrNull(file) {
|
219371
219428
|
try {
|
219372
219429
|
const data = await fs_extra_1.readFile(file);
|
@@ -219421,7 +219478,7 @@ exports.default = rename;
|
|
219421
219478
|
/***/ }),
|
219422
219479
|
|
219423
219480
|
/***/ 1442:
|
219424
|
-
/***/ (function(__unused_webpack_module, exports,
|
219481
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_997955__) {
|
219425
219482
|
|
219426
219483
|
"use strict";
|
219427
219484
|
|
@@ -219430,14 +219487,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219430
219487
|
};
|
219431
219488
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219432
219489
|
exports.installDependencies = exports.getScriptName = exports.runPipInstall = exports.runBundleInstall = exports.runPackageJsonScript = exports.runNpmInstall = exports.walkParentDirs = exports.scanParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
|
219433
|
-
const assert_1 = __importDefault(
|
219434
|
-
const fs_extra_1 = __importDefault(
|
219435
|
-
const path_1 = __importDefault(
|
219436
|
-
const debug_1 = __importDefault(
|
219437
|
-
const cross_spawn_1 = __importDefault(
|
219438
|
-
const util_1 =
|
219439
|
-
const errors_1 =
|
219440
|
-
const node_version_1 =
|
219490
|
+
const assert_1 = __importDefault(__nested_webpack_require_997955__(2357));
|
219491
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_997955__(5392));
|
219492
|
+
const path_1 = __importDefault(__nested_webpack_require_997955__(5622));
|
219493
|
+
const debug_1 = __importDefault(__nested_webpack_require_997955__(1868));
|
219494
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_997955__(7618));
|
219495
|
+
const util_1 = __nested_webpack_require_997955__(1669);
|
219496
|
+
const errors_1 = __nested_webpack_require_997955__(3983);
|
219497
|
+
const node_version_1 = __nested_webpack_require_997955__(7903);
|
219441
219498
|
function spawnAsync(command, args, opts = {}) {
|
219442
219499
|
return new Promise((resolve, reject) => {
|
219443
219500
|
const stderrLogs = [];
|
@@ -219748,7 +219805,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
219748
219805
|
/***/ }),
|
219749
219806
|
|
219750
219807
|
/***/ 2560:
|
219751
|
-
/***/ (function(__unused_webpack_module, exports,
|
219808
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1011945__) {
|
219752
219809
|
|
219753
219810
|
"use strict";
|
219754
219811
|
|
@@ -219756,7 +219813,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219756
219813
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219757
219814
|
};
|
219758
219815
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219759
|
-
const end_of_stream_1 = __importDefault(
|
219816
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1011945__(687));
|
219760
219817
|
function streamToBuffer(stream) {
|
219761
219818
|
return new Promise((resolve, reject) => {
|
219762
219819
|
const buffers = [];
|
@@ -219785,7 +219842,7 @@ exports.default = streamToBuffer;
|
|
219785
219842
|
/***/ }),
|
219786
219843
|
|
219787
219844
|
/***/ 1148:
|
219788
|
-
/***/ (function(__unused_webpack_module, exports,
|
219845
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1013013__) {
|
219789
219846
|
|
219790
219847
|
"use strict";
|
219791
219848
|
|
@@ -219793,9 +219850,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219793
219850
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219794
219851
|
};
|
219795
219852
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219796
|
-
const path_1 = __importDefault(
|
219797
|
-
const fs_extra_1 = __importDefault(
|
219798
|
-
const ignore_1 = __importDefault(
|
219853
|
+
const path_1 = __importDefault(__nested_webpack_require_1013013__(5622));
|
219854
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1013013__(5392));
|
219855
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1013013__(3556));
|
219799
219856
|
function isCodedError(error) {
|
219800
219857
|
return (error !== null &&
|
219801
219858
|
error !== undefined &&
|
@@ -219852,7 +219909,7 @@ exports.default = default_1;
|
|
219852
219909
|
/***/ }),
|
219853
219910
|
|
219854
219911
|
/***/ 2855:
|
219855
|
-
/***/ (function(__unused_webpack_module, exports,
|
219912
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1015395__) {
|
219856
219913
|
|
219857
219914
|
"use strict";
|
219858
219915
|
|
@@ -219883,29 +219940,29 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219883
219940
|
};
|
219884
219941
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219885
219942
|
exports.getInputHash = exports.getPlatformEnv = exports.isStaticRuntime = exports.isOfficialRuntime = exports.updateRoutesManifest = exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.download = exports.Prerender = exports.createLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
219886
|
-
const crypto_1 =
|
219887
|
-
const file_blob_1 = __importDefault(
|
219943
|
+
const crypto_1 = __nested_webpack_require_1015395__(6417);
|
219944
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1015395__(2397));
|
219888
219945
|
exports.FileBlob = file_blob_1.default;
|
219889
|
-
const file_fs_ref_1 = __importDefault(
|
219946
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1015395__(9331));
|
219890
219947
|
exports.FileFsRef = file_fs_ref_1.default;
|
219891
|
-
const file_ref_1 = __importDefault(
|
219948
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1015395__(5187));
|
219892
219949
|
exports.FileRef = file_ref_1.default;
|
219893
|
-
const lambda_1 =
|
219950
|
+
const lambda_1 = __nested_webpack_require_1015395__(6721);
|
219894
219951
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
219895
219952
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
219896
219953
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
219897
|
-
const prerender_1 =
|
219954
|
+
const prerender_1 = __nested_webpack_require_1015395__(2850);
|
219898
219955
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
219899
|
-
const download_1 = __importStar(
|
219956
|
+
const download_1 = __importStar(__nested_webpack_require_1015395__(1611));
|
219900
219957
|
exports.download = download_1.default;
|
219901
219958
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
219902
|
-
const get_writable_directory_1 = __importDefault(
|
219959
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1015395__(3838));
|
219903
219960
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
219904
|
-
const glob_1 = __importDefault(
|
219961
|
+
const glob_1 = __importDefault(__nested_webpack_require_1015395__(4240));
|
219905
219962
|
exports.glob = glob_1.default;
|
219906
|
-
const rename_1 = __importDefault(
|
219963
|
+
const rename_1 = __importDefault(__nested_webpack_require_1015395__(6718));
|
219907
219964
|
exports.rename = rename_1.default;
|
219908
|
-
const run_user_scripts_1 =
|
219965
|
+
const run_user_scripts_1 = __nested_webpack_require_1015395__(1442);
|
219909
219966
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
219910
219967
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
219911
219968
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -219922,40 +219979,40 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
219922
219979
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
219923
219980
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
219924
219981
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
219925
|
-
const node_version_1 =
|
219982
|
+
const node_version_1 = __nested_webpack_require_1015395__(7903);
|
219926
219983
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
219927
219984
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
219928
|
-
const errors_1 =
|
219929
|
-
const stream_to_buffer_1 = __importDefault(
|
219985
|
+
const errors_1 = __nested_webpack_require_1015395__(3983);
|
219986
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1015395__(2560));
|
219930
219987
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
219931
|
-
const should_serve_1 = __importDefault(
|
219988
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1015395__(2564));
|
219932
219989
|
exports.shouldServe = should_serve_1.default;
|
219933
|
-
const debug_1 = __importDefault(
|
219990
|
+
const debug_1 = __importDefault(__nested_webpack_require_1015395__(1868));
|
219934
219991
|
exports.debug = debug_1.default;
|
219935
|
-
const get_ignore_filter_1 = __importDefault(
|
219992
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1015395__(1148));
|
219936
219993
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
219937
|
-
var detect_builders_1 =
|
219994
|
+
var detect_builders_1 = __nested_webpack_require_1015395__(4246);
|
219938
219995
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
219939
219996
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
219940
219997
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
219941
219998
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
219942
|
-
var detect_file_system_api_1 =
|
219999
|
+
var detect_file_system_api_1 = __nested_webpack_require_1015395__(1182);
|
219943
220000
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
219944
|
-
var detect_framework_1 =
|
220001
|
+
var detect_framework_1 = __nested_webpack_require_1015395__(5224);
|
219945
220002
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
219946
|
-
var filesystem_1 =
|
220003
|
+
var filesystem_1 = __nested_webpack_require_1015395__(461);
|
219947
220004
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
219948
|
-
var read_config_file_1 =
|
220005
|
+
var read_config_file_1 = __nested_webpack_require_1015395__(7792);
|
219949
220006
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
219950
|
-
var normalize_path_1 =
|
220007
|
+
var normalize_path_1 = __nested_webpack_require_1015395__(6261);
|
219951
220008
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
219952
|
-
var convert_runtime_to_plugin_1 =
|
220009
|
+
var convert_runtime_to_plugin_1 = __nested_webpack_require_1015395__(7276);
|
219953
220010
|
Object.defineProperty(exports, "convertRuntimeToPlugin", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.convertRuntimeToPlugin; } }));
|
219954
220011
|
Object.defineProperty(exports, "updateFunctionsManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateFunctionsManifest; } }));
|
219955
220012
|
Object.defineProperty(exports, "updateRoutesManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateRoutesManifest; } }));
|
219956
|
-
__exportStar(
|
219957
|
-
__exportStar(
|
219958
|
-
__exportStar(
|
220013
|
+
__exportStar(__nested_webpack_require_1015395__(2416), exports);
|
220014
|
+
__exportStar(__nested_webpack_require_1015395__(5748), exports);
|
220015
|
+
__exportStar(__nested_webpack_require_1015395__(3983), exports);
|
219959
220016
|
/**
|
219960
220017
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
219961
220018
|
*/
|
@@ -220008,7 +220065,7 @@ exports.getInputHash = getInputHash;
|
|
220008
220065
|
/***/ }),
|
220009
220066
|
|
220010
220067
|
/***/ 6721:
|
220011
|
-
/***/ (function(__unused_webpack_module, exports,
|
220068
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1026615__) {
|
220012
220069
|
|
220013
220070
|
"use strict";
|
220014
220071
|
|
@@ -220017,13 +220074,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
220017
220074
|
};
|
220018
220075
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
220019
220076
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = exports.FILES_SYMBOL = void 0;
|
220020
|
-
const assert_1 = __importDefault(
|
220021
|
-
const async_sema_1 = __importDefault(
|
220022
|
-
const yazl_1 =
|
220023
|
-
const minimatch_1 = __importDefault(
|
220024
|
-
const fs_extra_1 =
|
220025
|
-
const download_1 =
|
220026
|
-
const stream_to_buffer_1 = __importDefault(
|
220077
|
+
const assert_1 = __importDefault(__nested_webpack_require_1026615__(2357));
|
220078
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1026615__(5758));
|
220079
|
+
const yazl_1 = __nested_webpack_require_1026615__(1223);
|
220080
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1026615__(9566));
|
220081
|
+
const fs_extra_1 = __nested_webpack_require_1026615__(5392);
|
220082
|
+
const download_1 = __nested_webpack_require_1026615__(1611);
|
220083
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1026615__(2560));
|
220027
220084
|
exports.FILES_SYMBOL = Symbol('files');
|
220028
220085
|
class Lambda {
|
220029
220086
|
constructor({ zipBuffer, handler, runtime, maxDuration, memory, environment, allowQuery, regions, }) {
|
@@ -220252,12 +220309,12 @@ exports.buildsSchema = {
|
|
220252
220309
|
/***/ }),
|
220253
220310
|
|
220254
220311
|
/***/ 2564:
|
220255
|
-
/***/ ((__unused_webpack_module, exports,
|
220312
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1035125__) => {
|
220256
220313
|
|
220257
220314
|
"use strict";
|
220258
220315
|
|
220259
220316
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
220260
|
-
const path_1 =
|
220317
|
+
const path_1 = __nested_webpack_require_1035125__(5622);
|
220261
220318
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
220262
220319
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
220263
220320
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -220494,7 +220551,7 @@ module.exports = __webpack_require__(78761);
|
|
220494
220551
|
/******/ var __webpack_module_cache__ = {};
|
220495
220552
|
/******/
|
220496
220553
|
/******/ // The require function
|
220497
|
-
/******/ function
|
220554
|
+
/******/ function __nested_webpack_require_1134860__(moduleId) {
|
220498
220555
|
/******/ // Check if module is in cache
|
220499
220556
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
220500
220557
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -220509,7 +220566,7 @@ module.exports = __webpack_require__(78761);
|
|
220509
220566
|
/******/ // Execute the module function
|
220510
220567
|
/******/ var threw = true;
|
220511
220568
|
/******/ try {
|
220512
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
220569
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1134860__);
|
220513
220570
|
/******/ threw = false;
|
220514
220571
|
/******/ } finally {
|
220515
220572
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -220522,11 +220579,11 @@ module.exports = __webpack_require__(78761);
|
|
220522
220579
|
/************************************************************************/
|
220523
220580
|
/******/ /* webpack/runtime/compat */
|
220524
220581
|
/******/
|
220525
|
-
/******/
|
220582
|
+
/******/ __nested_webpack_require_1134860__.ab = __dirname + "/";/************************************************************************/
|
220526
220583
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
220527
220584
|
/******/ // startup
|
220528
220585
|
/******/ // Load entry module and return exports
|
220529
|
-
/******/ return
|
220586
|
+
/******/ return __nested_webpack_require_1134860__(2855);
|
220530
220587
|
/******/ })()
|
220531
220588
|
;
|
220532
220589
|
|
@@ -243261,6 +243318,44 @@ exports.frameworks = [
|
|
243261
243318
|
},
|
243262
243319
|
],
|
243263
243320
|
},
|
243321
|
+
{
|
243322
|
+
name: 'SolidStart',
|
243323
|
+
slug: 'solidstart',
|
243324
|
+
demo: 'https://solidstart.examples.vercel.com',
|
243325
|
+
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/solid.svg',
|
243326
|
+
tagline: 'Simple and performant reactivity for building user interfaces.',
|
243327
|
+
description: 'A Solid app, created with SolidStart.',
|
243328
|
+
website: 'https://solidjs.com',
|
243329
|
+
envPrefix: 'VITE_',
|
243330
|
+
detectors: {
|
243331
|
+
every: [
|
243332
|
+
{
|
243333
|
+
path: 'package.json',
|
243334
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"solid-js":\\s*".+?"[^}]*}',
|
243335
|
+
},
|
243336
|
+
{
|
243337
|
+
path: 'package.json',
|
243338
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"solid-start":\\s*".+?"[^}]*}',
|
243339
|
+
},
|
243340
|
+
],
|
243341
|
+
},
|
243342
|
+
settings: {
|
243343
|
+
installCommand: {
|
243344
|
+
placeholder: '`yarn install` or `npm install`',
|
243345
|
+
},
|
243346
|
+
buildCommand: {
|
243347
|
+
placeholder: '`npm run build` or `solid-start build`',
|
243348
|
+
value: 'solid-start build',
|
243349
|
+
},
|
243350
|
+
devCommand: {
|
243351
|
+
value: 'solid-start dev',
|
243352
|
+
},
|
243353
|
+
outputDirectory: {
|
243354
|
+
value: '.output',
|
243355
|
+
},
|
243356
|
+
},
|
243357
|
+
getOutputDirName: async () => '.output',
|
243358
|
+
},
|
243264
243359
|
{
|
243265
243360
|
name: 'Dojo',
|
243266
243361
|
slug: 'dojo',
|
@@ -243731,6 +243826,7 @@ exports.frameworks = [
|
|
243731
243826
|
tagline: 'SvelteKit is a framework for building web applications of all sizes.',
|
243732
243827
|
description: 'A SvelteKit app optimized to work for serverless.',
|
243733
243828
|
website: 'https://kit.svelte.dev',
|
243829
|
+
envPrefix: 'VITE_',
|
243734
243830
|
detectors: {
|
243735
243831
|
every: [
|
243736
243832
|
{
|
@@ -252472,9 +252568,10 @@ const logo_1 = __importDefault(__webpack_require__(9829));
|
|
252472
252568
|
const cmd_1 = __importDefault(__webpack_require__(87350));
|
252473
252569
|
const highlight_1 = __importDefault(__webpack_require__(8199));
|
252474
252570
|
const dev_1 = __importDefault(__webpack_require__(27447));
|
252475
|
-
const read_package_1 = __importDefault(__webpack_require__(79181));
|
252476
252571
|
const read_config_1 = __importDefault(__webpack_require__(89735));
|
252572
|
+
const read_json_file_1 = __importDefault(__webpack_require__(16898));
|
252477
252573
|
const pkg_name_1 = __webpack_require__(98106);
|
252574
|
+
const errors_ts_1 = __webpack_require__(60156);
|
252478
252575
|
const COMMAND_CONFIG = {
|
252479
252576
|
dev: ['dev'],
|
252480
252577
|
};
|
@@ -252504,6 +252601,7 @@ const help = () => {
|
|
252504
252601
|
`);
|
252505
252602
|
};
|
252506
252603
|
async function main(client) {
|
252604
|
+
var _a;
|
252507
252605
|
if (process.env.__VERCEL_DEV_RUNNING) {
|
252508
252606
|
client.output.error(`${cmd_1.default(`${pkg_name_1.getPkgName()} dev`)} must not recursively invoke itself. Check the Development Command in the Project Settings or the ${cmd_1.default('dev')} script in ${cmd_1.default('package.json')}`);
|
252509
252607
|
client.output.error(`Learn More: https://vercel.link/recursive-invocation-of-commands`);
|
@@ -252539,20 +252637,21 @@ async function main(client) {
|
|
252539
252637
|
return 2;
|
252540
252638
|
}
|
252541
252639
|
const [dir = '.'] = args;
|
252542
|
-
const
|
252543
|
-
|
252544
|
-
|
252545
|
-
|
252546
|
-
|
252547
|
-
|
252548
|
-
|
252549
|
-
|
252550
|
-
|
252551
|
-
|
252552
|
-
|
252553
|
-
|
252554
|
-
|
252555
|
-
|
252640
|
+
const vercelConfig = await read_config_1.default(dir);
|
252641
|
+
const hasBuilds = vercelConfig &&
|
252642
|
+
'builds' in vercelConfig &&
|
252643
|
+
vercelConfig.builds &&
|
252644
|
+
vercelConfig.builds.length > 0;
|
252645
|
+
if (!vercelConfig || !hasBuilds) {
|
252646
|
+
const pkg = await read_json_file_1.default(path_1.default.join(dir, 'package.json'));
|
252647
|
+
if (pkg instanceof errors_ts_1.CantParseJSONFile) {
|
252648
|
+
client.output.error('Could not parse package.json');
|
252649
|
+
return 1;
|
252650
|
+
}
|
252651
|
+
if (/\b(now|vercel)\b\W+\bdev\b/.test(((_a = pkg === null || pkg === void 0 ? void 0 : pkg.scripts) === null || _a === void 0 ? void 0 : _a.dev) || '')) {
|
252652
|
+
client.output.error(`${cmd_1.default(`${pkg_name_1.getPkgName()} dev`)} must not recursively invoke itself. Check the Development Command in the Project Settings or the ${cmd_1.default('dev')} script in ${cmd_1.default('package.json')}`);
|
252653
|
+
client.output.error(`Learn More: https://vercel.link/recursive-invocation-of-commands`);
|
252654
|
+
return 1;
|
252556
252655
|
}
|
252557
252656
|
}
|
252558
252657
|
if (argv._.length > 2) {
|
@@ -265755,7 +265854,6 @@ const client_1 = __webpack_require__(20192);
|
|
265755
265854
|
const errors_ts_1 = __webpack_require__(60156);
|
265756
265855
|
const humanize_path_1 = __importDefault(__webpack_require__(45090));
|
265757
265856
|
const read_json_file_1 = __importDefault(__webpack_require__(16898));
|
265758
|
-
const read_package_1 = __importDefault(__webpack_require__(79181));
|
265759
265857
|
let config;
|
265760
265858
|
async function getConfig(output, configFile) {
|
265761
265859
|
// If config was already read, just return it
|
@@ -265814,29 +265912,10 @@ async function getConfig(output, configFile) {
|
|
265814
265912
|
config[client_1.fileNameSymbol] = 'now.json';
|
265815
265913
|
return config;
|
265816
265914
|
}
|
265817
|
-
// Finally try with the package
|
265818
|
-
const pkgFilePath = path_1.default.resolve(localPath, 'package.json');
|
265819
|
-
const pkgConfig = await readConfigFromPackage(pkgFilePath);
|
265820
|
-
if (pkgConfig instanceof errors_ts_1.CantParseJSONFile) {
|
265821
|
-
return pkgConfig;
|
265822
|
-
}
|
265823
|
-
if (pkgConfig) {
|
265824
|
-
output.debug(`Found config in package ${pkgFilePath}`);
|
265825
|
-
config = pkgConfig;
|
265826
|
-
config[client_1.fileNameSymbol] = 'package.json';
|
265827
|
-
return config;
|
265828
|
-
}
|
265829
265915
|
// If we couldn't find the config anywhere return error
|
265830
|
-
return new errors_ts_1.CantFindConfig([vercelFilePath, nowFilePath
|
265916
|
+
return new errors_ts_1.CantFindConfig([vercelFilePath, nowFilePath].map(humanize_path_1.default));
|
265831
265917
|
}
|
265832
265918
|
exports.default = getConfig;
|
265833
|
-
async function readConfigFromPackage(file) {
|
265834
|
-
const result = await read_package_1.default(file);
|
265835
|
-
if (result instanceof errors_ts_1.CantParseJSONFile) {
|
265836
|
-
return result;
|
265837
|
-
}
|
265838
|
-
return result !== null ? result.now : null;
|
265839
|
-
}
|
265840
265919
|
|
265841
265920
|
|
265842
265921
|
/***/ }),
|
@@ -270403,34 +270482,6 @@ async function readFileSafe(file) {
|
|
270403
270482
|
}
|
270404
270483
|
|
270405
270484
|
|
270406
|
-
/***/ }),
|
270407
|
-
|
270408
|
-
/***/ 79181:
|
270409
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
270410
|
-
|
270411
|
-
"use strict";
|
270412
|
-
|
270413
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
270414
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
270415
|
-
};
|
270416
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
270417
|
-
const path_1 = __importDefault(__webpack_require__(85622));
|
270418
|
-
const errors_ts_1 = __webpack_require__(60156);
|
270419
|
-
const read_json_file_1 = __importDefault(__webpack_require__(16898));
|
270420
|
-
async function readPackage(file) {
|
270421
|
-
const pkgFilePath = file || path_1.default.resolve(process.cwd(), 'package.json');
|
270422
|
-
const result = await read_json_file_1.default(pkgFilePath);
|
270423
|
-
if (result instanceof errors_ts_1.CantParseJSONFile) {
|
270424
|
-
return result;
|
270425
|
-
}
|
270426
|
-
if (result) {
|
270427
|
-
return result;
|
270428
|
-
}
|
270429
|
-
return null;
|
270430
|
-
}
|
270431
|
-
exports.default = readPackage;
|
270432
|
-
|
270433
|
-
|
270434
270485
|
/***/ }),
|
270435
270486
|
|
270436
270487
|
/***/ 71494:
|
@@ -271283,7 +271334,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
271283
271334
|
/***/ ((module) => {
|
271284
271335
|
|
271285
271336
|
"use strict";
|
271286
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.
|
271337
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.71\",\"preferGlobal\":true,\"license\":\"Apache-2.0\",\"description\":\"The command-line interface for Vercel\",\"homepage\":\"https://vercel.com\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/cli\"},\"scripts\":{\"preinstall\":\"node ./scripts/preinstall.js\",\"test\":\"jest\",\"test-unit\":\"jest --coverage --verbose\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"ava test/dev/integration.js --serial --fail-fast --verbose\",\"prepublishOnly\":\"yarn build\",\"coverage\":\"codecov\",\"build\":\"node -r ts-eager/register ./scripts/build.ts\",\"build-dev\":\"node -r ts-eager/register ./scripts/build.ts --dev\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"compileEnhancements\":false,\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 12\"},\"dependencies\":{\"@vercel/build-utils\":\"2.12.3-canary.46\",\"@vercel/go\":\"1.2.4-canary.4\",\"@vercel/node\":\"1.12.2-canary.7\",\"@vercel/python\":\"2.1.2-canary.2\",\"@vercel/ruby\":\"1.2.10-canary.0\",\"update-notifier\":\"4.1.0\",\"vercel-plugin-middleware\":\"0.0.0-canary.23\",\"vercel-plugin-node\":\"1.12.2-canary.38\"},\"devDependencies\":{\"@next/env\":\"11.1.2\",\"@sentry/node\":\"5.5.0\",\"@sindresorhus/slugify\":\"0.11.0\",\"@tootallnate/once\":\"1.1.2\",\"@types/ansi-escapes\":\"3.0.0\",\"@types/ansi-regex\":\"4.0.0\",\"@types/async-retry\":\"1.2.1\",\"@types/bytes\":\"3.0.0\",\"@types/chance\":\"1.1.3\",\"@types/debug\":\"0.0.31\",\"@types/dotenv\":\"6.1.1\",\"@types/escape-html\":\"0.0.20\",\"@types/express\":\"4.17.13\",\"@types/fs-extra\":\"9.0.13\",\"@types/glob\":\"7.1.1\",\"@types/http-proxy\":\"1.16.2\",\"@types/inquirer\":\"7.3.1\",\"@types/jest\":\"27.0.1\",\"@types/load-json-file\":\"2.0.7\",\"@types/mime-types\":\"2.1.0\",\"@types/minimatch\":\"3.0.3\",\"@types/mri\":\"1.1.0\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"11.11.0\",\"@types/node-fetch\":\"2.5.10\",\"@types/npm-package-arg\":\"6.1.0\",\"@types/pluralize\":\"0.0.29\",\"@types/progress\":\"2.0.3\",\"@types/psl\":\"1.1.0\",\"@types/semver\":\"6.0.1\",\"@types/tar-fs\":\"1.16.1\",\"@types/text-table\":\"0.2.0\",\"@types/title\":\"3.4.1\",\"@types/universal-analytics\":\"0.4.2\",\"@types/update-notifier\":\"5.1.0\",\"@types/which\":\"1.3.2\",\"@types/write-json-file\":\"2.2.1\",\"@vercel/client\":\"10.2.3-canary.49\",\"@vercel/frameworks\":\"0.5.1-canary.19\",\"@vercel/ncc\":\"0.24.0\",\"@vercel/nft\":\"0.17.0\",\"@zeit/fun\":\"0.11.2\",\"@zeit/source-map-support\":\"0.6.2\",\"ajv\":\"6.12.2\",\"alpha-sort\":\"2.0.1\",\"ansi-escapes\":\"3.0.0\",\"ansi-regex\":\"3.0.0\",\"arg\":\"5.0.0\",\"async-listen\":\"1.2.0\",\"async-retry\":\"1.1.3\",\"async-sema\":\"2.1.4\",\"ava\":\"2.2.0\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"clipboardy\":\"2.1.0\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"credit-card\":\"3.0.1\",\"date-fns\":\"1.29.0\",\"debug\":\"3.1.0\",\"dot\":\"1.1.3\",\"dotenv\":\"4.0.0\",\"email-prompt\":\"0.3.2\",\"email-validator\":\"1.1.1\",\"epipebomb\":\"1.0.0\",\"escape-html\":\"1.0.3\",\"esm\":\"3.1.4\",\"execa\":\"3.2.0\",\"express\":\"4.17.1\",\"fast-deep-equal\":\"3.1.3\",\"fs-extra\":\"10.0.0\",\"get-port\":\"5.1.1\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.0.0\",\"is-url\":\"1.2.2\",\"jaro-winkler\":\"0.2.8\",\"jsonlines\":\"0.1.1\",\"load-json-file\":\"3.0.0\",\"mime-types\":\"2.1.24\",\"minimatch\":\"3.0.4\",\"mri\":\"1.1.5\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.2.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"progress\":\"2.0.3\",\"promisepipe\":\"3.0.0\",\"psl\":\"1.1.31\",\"qr-image\":\"3.2.0\",\"raw-body\":\"2.4.1\",\"rimraf\":\"3.0.2\",\"semver\":\"5.5.0\",\"serve-handler\":\"6.1.1\",\"strip-ansi\":\"5.2.0\",\"stripe\":\"5.1.0\",\"tar-fs\":\"1.16.3\",\"test-listen\":\"1.1.0\",\"text-table\":\"0.2.0\",\"title\":\"3.4.1\",\"tmp-promise\":\"1.0.3\",\"tree-kill\":\"1.2.2\",\"ts-eager\":\"2.0.2\",\"ts-node\":\"8.3.0\",\"typescript\":\"4.3.4\",\"universal-analytics\":\"0.4.20\",\"utility-types\":\"2.1.0\",\"which\":\"2.0.2\",\"write-json-file\":\"2.2.0\",\"xdg-app-paths\":\"5.1.0\"},\"jest\":{\"preset\":\"ts-jest\",\"globals\":{\"ts-jest\":{\"diagnostics\":false,\"isolatedModules\":true}},\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]},\"gitHead\":\"b620c5343a60039f86188d4667e4dc71baf4f505\"}");
|
271287
271338
|
|
271288
271339
|
/***/ }),
|
271289
271340
|
|
@@ -271299,7 +271350,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
271299
271350
|
/***/ ((module) => {
|
271300
271351
|
|
271301
271352
|
"use strict";
|
271302
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.
|
271353
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.49\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"jest --verbose --runInBand --bail tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test-unit\":\"jest --verbose --runInBand --bail tests/unit.*test.*\"},\"engines\":{\"node\":\">= 12\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.0.1\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.12.3-canary.46\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"querystring\":\"^0.2.0\",\"recursive-readdir\":\"2.2.2\",\"sleep-promise\":\"8.0.1\"},\"gitHead\":\"b620c5343a60039f86188d4667e4dc71baf4f505\"}");
|
271303
271354
|
|
271304
271355
|
/***/ }),
|
271305
271356
|
|