vercel 24.2.5-canary.0 → 24.2.5-canary.1
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 +451 -1047
- package/package.json +13 -13
package/dist/index.js
CHANGED
@@ -189075,7 +189075,6 @@ exports.frameworks = [
|
|
189075
189075
|
placeholder: 'Next.js default',
|
189076
189076
|
},
|
189077
189077
|
},
|
189078
|
-
getFsOutputDir: async () => '.next',
|
189079
189078
|
getOutputDirName: async () => 'public',
|
189080
189079
|
},
|
189081
189080
|
{
|
@@ -189121,7 +189120,6 @@ exports.frameworks = [
|
|
189121
189120
|
dependencies: ['next-plugin-sentry', 'next-sentry-source-maps'],
|
189122
189121
|
},
|
189123
189122
|
],
|
189124
|
-
getFsOutputDir: async () => '.next',
|
189125
189123
|
getOutputDirName: async () => 'public',
|
189126
189124
|
cachePattern: '.next/cache/**',
|
189127
189125
|
},
|
@@ -189216,6 +189214,8 @@ exports.frameworks = [
|
|
189216
189214
|
description: 'A new Remix app — the result of running `npx create-remix`.',
|
189217
189215
|
website: 'https://remix.run',
|
189218
189216
|
sort: 6,
|
189217
|
+
useRuntime: { src: 'package.json', use: '@vercel/remix' },
|
189218
|
+
ignoreRuntimes: ['@vercel/node'],
|
189219
189219
|
detectors: {
|
189220
189220
|
every: [
|
189221
189221
|
{
|
@@ -189241,39 +189241,6 @@ exports.frameworks = [
|
|
189241
189241
|
},
|
189242
189242
|
dependency: 'remix',
|
189243
189243
|
getOutputDirName: async () => 'public',
|
189244
|
-
defaultRoutes: [
|
189245
|
-
{
|
189246
|
-
src: '^/build/(.*)$',
|
189247
|
-
headers: { 'cache-control': 'public, max-age=31536000, immutable' },
|
189248
|
-
continue: true,
|
189249
|
-
},
|
189250
|
-
{
|
189251
|
-
handle: 'filesystem',
|
189252
|
-
},
|
189253
|
-
{
|
189254
|
-
src: '/(.*)',
|
189255
|
-
dest: '/api',
|
189256
|
-
},
|
189257
|
-
],
|
189258
|
-
defaultRewrites: [
|
189259
|
-
{
|
189260
|
-
source: '/(.*)',
|
189261
|
-
regex: '/(.*)',
|
189262
|
-
destination: '/api',
|
189263
|
-
},
|
189264
|
-
],
|
189265
|
-
defaultHeaders: [
|
189266
|
-
{
|
189267
|
-
source: '/build/(.*)',
|
189268
|
-
regex: '/build/(.*)',
|
189269
|
-
headers: [
|
189270
|
-
{
|
189271
|
-
key: 'cache-control',
|
189272
|
-
value: 'public, max-age=31536000, immutable',
|
189273
|
-
},
|
189274
|
-
],
|
189275
|
-
},
|
189276
|
-
],
|
189277
189244
|
},
|
189278
189245
|
{
|
189279
189246
|
name: 'Astro',
|
@@ -189310,7 +189277,6 @@ exports.frameworks = [
|
|
189310
189277
|
},
|
189311
189278
|
},
|
189312
189279
|
dependency: 'astro',
|
189313
|
-
getFsOutputDir: async () => 'dist',
|
189314
189280
|
getOutputDirName: async () => 'dist',
|
189315
189281
|
defaultRoutes: [
|
189316
189282
|
{
|
@@ -189326,18 +189292,6 @@ exports.frameworks = [
|
|
189326
189292
|
dest: '/index.html',
|
189327
189293
|
},
|
189328
189294
|
],
|
189329
|
-
defaultHeaders: [
|
189330
|
-
{
|
189331
|
-
source: '^/dist/(.*)$',
|
189332
|
-
regex: '^/dist/(.*)$',
|
189333
|
-
headers: [
|
189334
|
-
{
|
189335
|
-
key: 'cache-control',
|
189336
|
-
value: 'public, max-age=31536000, immutable',
|
189337
|
-
},
|
189338
|
-
],
|
189339
|
-
},
|
189340
|
-
],
|
189341
189295
|
},
|
189342
189296
|
{
|
189343
189297
|
name: 'Hexo',
|
@@ -189458,51 +189412,6 @@ exports.frameworks = [
|
|
189458
189412
|
}
|
189459
189413
|
return base;
|
189460
189414
|
},
|
189461
|
-
defaultHeaders: [
|
189462
|
-
{
|
189463
|
-
source: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js)$',
|
189464
|
-
regex: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js)$',
|
189465
|
-
headers: [
|
189466
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
189467
|
-
],
|
189468
|
-
},
|
189469
|
-
{
|
189470
|
-
source: '^/assets/images/[^/]+-[0-9a-f]{32}\\.(ico|svg|jpg|jpeg|png|gif|webp)$',
|
189471
|
-
regex: '^/assets/images/[^/]+-[0-9a-f]{32}\\.(ico|svg|jpg|jpeg|png|gif|webp)$',
|
189472
|
-
headers: [
|
189473
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
189474
|
-
],
|
189475
|
-
},
|
189476
|
-
{
|
189477
|
-
source: '^/assets/medias/[^/]+-[0-9a-f]{32}\\.(ogv|wav|mp3|m4a|aac|oga|flac)$',
|
189478
|
-
regex: '^/assets/medias/[^/]+-[0-9a-f]{32}\\.(ogv|wav|mp3|m4a|aac|oga|flac)$',
|
189479
|
-
headers: [
|
189480
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
189481
|
-
],
|
189482
|
-
},
|
189483
|
-
{
|
189484
|
-
source: '^/assets/files/[^/]+-[0-9a-f]{32}\\.(pdf|doc|docx|xls|xlsx|zip|rar)$',
|
189485
|
-
regex: '^/assets/files/[^/]+-[0-9a-f]{32}\\.(pdf|doc|docx|xls|xlsx|zip|rar)$',
|
189486
|
-
headers: [
|
189487
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
189488
|
-
],
|
189489
|
-
},
|
189490
|
-
{
|
189491
|
-
source: '^/ideal-img/[^/]+\\.[0-9a-f]{7}\\.\\d+\\.(png|jpe?g|gif)$',
|
189492
|
-
regex: '^/ideal-img/[^/]+\\.[0-9a-f]{7}\\.\\d+\\.(png|jpe?g|gif)$',
|
189493
|
-
headers: [
|
189494
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
189495
|
-
],
|
189496
|
-
},
|
189497
|
-
],
|
189498
|
-
defaultRedirects: [
|
189499
|
-
{
|
189500
|
-
source: '.*',
|
189501
|
-
regex: '.*',
|
189502
|
-
statusCode: 404,
|
189503
|
-
destination: '404.html',
|
189504
|
-
},
|
189505
|
-
],
|
189506
189415
|
defaultRoutes: [
|
189507
189416
|
{
|
189508
189417
|
src: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js)$',
|
@@ -189631,13 +189540,6 @@ exports.frameworks = [
|
|
189631
189540
|
dest: '/index.html',
|
189632
189541
|
},
|
189633
189542
|
],
|
189634
|
-
defaultRewrites: [
|
189635
|
-
{
|
189636
|
-
source: '/(.*)',
|
189637
|
-
regex: '/(.*)',
|
189638
|
-
destination: '/index.html',
|
189639
|
-
},
|
189640
|
-
],
|
189641
189543
|
},
|
189642
189544
|
{
|
189643
189545
|
name: 'SolidStart',
|
@@ -189736,13 +189638,6 @@ exports.frameworks = [
|
|
189736
189638
|
continue: true,
|
189737
189639
|
},
|
189738
189640
|
],
|
189739
|
-
defaultRewrites: [
|
189740
|
-
{
|
189741
|
-
source: '/(.*)',
|
189742
|
-
regex: '/(.*)',
|
189743
|
-
destination: '/index.html',
|
189744
|
-
},
|
189745
|
-
],
|
189746
189641
|
},
|
189747
189642
|
{
|
189748
189643
|
name: 'Ember.js',
|
@@ -189787,13 +189682,6 @@ exports.frameworks = [
|
|
189787
189682
|
dest: '/index.html',
|
189788
189683
|
},
|
189789
189684
|
],
|
189790
|
-
defaultRewrites: [
|
189791
|
-
{
|
189792
|
-
source: '/(.*)',
|
189793
|
-
regex: '/(.*)',
|
189794
|
-
destination: '/index.html',
|
189795
|
-
},
|
189796
|
-
],
|
189797
189685
|
},
|
189798
189686
|
{
|
189799
189687
|
name: 'Vue.js',
|
@@ -189849,27 +189737,6 @@ exports.frameworks = [
|
|
189849
189737
|
dest: '/index.html',
|
189850
189738
|
},
|
189851
189739
|
],
|
189852
|
-
defaultHeaders: [
|
189853
|
-
{
|
189854
|
-
source: '^/[^/]*\\.(js|txt|ico|json)',
|
189855
|
-
regex: '^/[^/]*\\.(js|txt|ico|json)',
|
189856
|
-
headers: [{ key: 'cache-control', value: 'max-age=300' }],
|
189857
|
-
},
|
189858
|
-
{
|
189859
|
-
source: '^/(img|js|css|fonts|media)/[^/]+\\.[0-9a-f]{8}\\.*',
|
189860
|
-
regex: '^/(img|js|css|fonts|media)/[^/]+\\.[0-9a-f]{8}\\.*',
|
189861
|
-
headers: [
|
189862
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
189863
|
-
],
|
189864
|
-
},
|
189865
|
-
],
|
189866
|
-
defaultRewrites: [
|
189867
|
-
{
|
189868
|
-
source: '^.*',
|
189869
|
-
regex: '^.*',
|
189870
|
-
destination: '/index.html',
|
189871
|
-
},
|
189872
|
-
],
|
189873
189740
|
},
|
189874
189741
|
{
|
189875
189742
|
name: 'Scully',
|
@@ -189948,13 +189815,6 @@ exports.frameworks = [
|
|
189948
189815
|
dest: '/index.html',
|
189949
189816
|
},
|
189950
189817
|
],
|
189951
|
-
defaultRewrites: [
|
189952
|
-
{
|
189953
|
-
source: '/(.*)',
|
189954
|
-
regex: '/(.*)',
|
189955
|
-
destination: '/index.html',
|
189956
|
-
},
|
189957
|
-
],
|
189958
189818
|
},
|
189959
189819
|
{
|
189960
189820
|
name: 'Angular',
|
@@ -190013,13 +189873,6 @@ exports.frameworks = [
|
|
190013
189873
|
dest: '/index.html',
|
190014
189874
|
},
|
190015
189875
|
],
|
190016
|
-
defaultRewrites: [
|
190017
|
-
{
|
190018
|
-
source: '/(.*)',
|
190019
|
-
regex: '/(.*)',
|
190020
|
-
destination: '/index.html',
|
190021
|
-
},
|
190022
|
-
],
|
190023
189876
|
},
|
190024
189877
|
{
|
190025
189878
|
name: 'Polymer',
|
@@ -190076,13 +189929,6 @@ exports.frameworks = [
|
|
190076
189929
|
dest: '/index.html',
|
190077
189930
|
},
|
190078
189931
|
],
|
190079
|
-
defaultRewrites: [
|
190080
|
-
{
|
190081
|
-
source: '/(.*)',
|
190082
|
-
regex: '/(.*)',
|
190083
|
-
destination: '/index.html',
|
190084
|
-
},
|
190085
|
-
],
|
190086
189932
|
},
|
190087
189933
|
{
|
190088
189934
|
name: 'Svelte',
|
@@ -190131,13 +189977,6 @@ exports.frameworks = [
|
|
190131
189977
|
dest: '/index.html',
|
190132
189978
|
},
|
190133
189979
|
],
|
190134
|
-
defaultRewrites: [
|
190135
|
-
{
|
190136
|
-
source: '/(.*)',
|
190137
|
-
regex: '/(.*)',
|
190138
|
-
destination: '/index.html',
|
190139
|
-
},
|
190140
|
-
],
|
190141
189980
|
},
|
190142
189981
|
{
|
190143
189982
|
name: 'SvelteKit',
|
@@ -190233,45 +190072,6 @@ exports.frameworks = [
|
|
190233
190072
|
dest: '/index.html',
|
190234
190073
|
},
|
190235
190074
|
],
|
190236
|
-
defaultHeaders: [
|
190237
|
-
{
|
190238
|
-
source: '/static/(.*)',
|
190239
|
-
regex: '/static/(.*)',
|
190240
|
-
headers: [
|
190241
|
-
{ key: 'cache-control', value: 's-maxage=31536000, immutable' },
|
190242
|
-
],
|
190243
|
-
},
|
190244
|
-
{
|
190245
|
-
source: '/service-worker.js',
|
190246
|
-
regex: '/service-worker.js',
|
190247
|
-
headers: [{ key: 'cache-control', value: 's-maxage=0' }],
|
190248
|
-
},
|
190249
|
-
{
|
190250
|
-
source: '/(.*)',
|
190251
|
-
regex: '/(.*)',
|
190252
|
-
headers: [{ key: 'cache-control', value: 's-maxage=0' }],
|
190253
|
-
},
|
190254
|
-
],
|
190255
|
-
defaultRedirects: [
|
190256
|
-
{
|
190257
|
-
source: '/static/(.*)',
|
190258
|
-
destination: '/404.html',
|
190259
|
-
statusCode: 404,
|
190260
|
-
regex: '/static/(.*)',
|
190261
|
-
},
|
190262
|
-
],
|
190263
|
-
defaultRewrites: [
|
190264
|
-
{
|
190265
|
-
source: '/sockjs-node/(.*)',
|
190266
|
-
destination: '/sockjs-node/$1',
|
190267
|
-
regex: '/sockjs-node/(.*)',
|
190268
|
-
},
|
190269
|
-
{
|
190270
|
-
source: '/(.*)',
|
190271
|
-
destination: '/index.html',
|
190272
|
-
regex: '/(.*)',
|
190273
|
-
},
|
190274
|
-
],
|
190275
190075
|
},
|
190276
190076
|
{
|
190277
190077
|
name: 'Create React App',
|
@@ -190337,45 +190137,6 @@ exports.frameworks = [
|
|
190337
190137
|
dest: '/index.html',
|
190338
190138
|
},
|
190339
190139
|
],
|
190340
|
-
defaultHeaders: [
|
190341
|
-
{
|
190342
|
-
source: '/static/(.*)',
|
190343
|
-
regex: '/static/(.*)',
|
190344
|
-
headers: [
|
190345
|
-
{ key: 'cache-control', value: 's-maxage=31536000, immutable' },
|
190346
|
-
],
|
190347
|
-
},
|
190348
|
-
{
|
190349
|
-
source: '/service-worker.js',
|
190350
|
-
regex: '/service-worker.js',
|
190351
|
-
headers: [{ key: 'cache-control', value: 's-maxage=0' }],
|
190352
|
-
},
|
190353
|
-
{
|
190354
|
-
source: '/(.*)',
|
190355
|
-
regex: '/(.*)',
|
190356
|
-
headers: [{ key: 'cache-control', value: 's-maxage=0' }],
|
190357
|
-
},
|
190358
|
-
],
|
190359
|
-
defaultRedirects: [
|
190360
|
-
{
|
190361
|
-
source: '/static/(.*)',
|
190362
|
-
destination: '/404.html',
|
190363
|
-
statusCode: 404,
|
190364
|
-
regex: '/static/(.*)',
|
190365
|
-
},
|
190366
|
-
],
|
190367
|
-
defaultRewrites: [
|
190368
|
-
{
|
190369
|
-
source: '/sockjs-node/(.*)',
|
190370
|
-
destination: '/sockjs-node/$1',
|
190371
|
-
regex: '/sockjs-node/(.*)',
|
190372
|
-
},
|
190373
|
-
{
|
190374
|
-
source: '/(.*)',
|
190375
|
-
destination: '/index.html',
|
190376
|
-
regex: '/(.*)',
|
190377
|
-
},
|
190378
|
-
],
|
190379
190140
|
},
|
190380
190141
|
{
|
190381
190142
|
name: 'Gridsome',
|
@@ -190455,13 +190216,6 @@ exports.frameworks = [
|
|
190455
190216
|
dest: '/index.html',
|
190456
190217
|
},
|
190457
190218
|
],
|
190458
|
-
defaultRewrites: [
|
190459
|
-
{
|
190460
|
-
source: '/(.*)',
|
190461
|
-
destination: '/index.html',
|
190462
|
-
regex: '/(.*)',
|
190463
|
-
},
|
190464
|
-
],
|
190465
190219
|
},
|
190466
190220
|
{
|
190467
190221
|
name: 'Sapper',
|
@@ -190546,23 +190300,6 @@ exports.frameworks = [
|
|
190546
190300
|
dest: '404.html',
|
190547
190301
|
},
|
190548
190302
|
],
|
190549
|
-
defaultHeaders: [
|
190550
|
-
{
|
190551
|
-
source: '/_saber/.*',
|
190552
|
-
regex: '/_saber/.*',
|
190553
|
-
headers: [
|
190554
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
190555
|
-
],
|
190556
|
-
},
|
190557
|
-
],
|
190558
|
-
defaultRedirects: [
|
190559
|
-
{
|
190560
|
-
source: '.*',
|
190561
|
-
statusCode: 404,
|
190562
|
-
destination: '404.html',
|
190563
|
-
regex: '.*',
|
190564
|
-
},
|
190565
|
-
],
|
190566
190303
|
},
|
190567
190304
|
{
|
190568
190305
|
name: 'Stencil',
|
@@ -190622,32 +190359,6 @@ exports.frameworks = [
|
|
190622
190359
|
dest: '/index.html',
|
190623
190360
|
},
|
190624
190361
|
],
|
190625
|
-
defaultHeaders: [
|
190626
|
-
{
|
190627
|
-
source: '/assets/(.*)',
|
190628
|
-
regex: '/assets/(.*)',
|
190629
|
-
headers: [{ key: 'cache-control', value: 'max-age=2592000' }],
|
190630
|
-
},
|
190631
|
-
{
|
190632
|
-
source: '/build/p-.*',
|
190633
|
-
regex: '/build/p-.*',
|
190634
|
-
headers: [
|
190635
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
190636
|
-
],
|
190637
|
-
},
|
190638
|
-
{
|
190639
|
-
source: '/sw.js',
|
190640
|
-
regex: '/sw.js',
|
190641
|
-
headers: [{ key: 'cache-control', value: 'no-cache' }],
|
190642
|
-
},
|
190643
|
-
],
|
190644
|
-
defaultRewrites: [
|
190645
|
-
{
|
190646
|
-
source: '/(.*)',
|
190647
|
-
destination: '/index.html',
|
190648
|
-
regex: '/(.*)',
|
190649
|
-
},
|
190650
|
-
],
|
190651
190362
|
},
|
190652
190363
|
{
|
190653
190364
|
name: 'Nuxt.js',
|
@@ -191008,15 +190719,6 @@ exports.frameworks = [
|
|
191008
190719
|
handle: 'filesystem',
|
191009
190720
|
},
|
191010
190721
|
],
|
191011
|
-
defaultHeaders: [
|
191012
|
-
{
|
191013
|
-
source: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js|png|jpg|webp|avif|svg)$',
|
191014
|
-
regex: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js|png|jpg|webp|avif|svg)$',
|
191015
|
-
headers: [
|
191016
|
-
{ key: 'cache-control', value: 's-maxage=31536000, immutable' },
|
191017
|
-
],
|
191018
|
-
},
|
191019
|
-
],
|
191020
190722
|
},
|
191021
190723
|
{
|
191022
190724
|
name: 'Sanity',
|
@@ -191082,22 +190784,6 @@ exports.frameworks = [
|
|
191082
190784
|
placeholder: '`public` if it exists, or `.`',
|
191083
190785
|
},
|
191084
190786
|
},
|
191085
|
-
getFsOutputDir: async (dirPrefix) => {
|
191086
|
-
// Public if it exists or `.`
|
191087
|
-
let base = 'public';
|
191088
|
-
try {
|
191089
|
-
const location = path_1.join(dirPrefix, base);
|
191090
|
-
const content = await readdir(location, { withFileTypes: true });
|
191091
|
-
// If there is only one file in it that is a dir we'll use it as dist dir
|
191092
|
-
if (content.length === 1 && content[0].isDirectory()) {
|
191093
|
-
return path_1.join(base, content[0].name);
|
191094
|
-
}
|
191095
|
-
}
|
191096
|
-
catch (_error) {
|
191097
|
-
base = '.';
|
191098
|
-
}
|
191099
|
-
return base;
|
191100
|
-
},
|
191101
190787
|
getOutputDirName: async () => 'public',
|
191102
190788
|
},
|
191103
190789
|
];
|
@@ -191108,7 +190794,7 @@ exports.default = def;
|
|
191108
190794
|
/***/ }),
|
191109
190795
|
|
191110
190796
|
/***/ 3734:
|
191111
|
-
/***/ (function(__unused_webpack_module, exports,
|
190797
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_807444__) {
|
191112
190798
|
|
191113
190799
|
"use strict";
|
191114
190800
|
|
@@ -191117,9 +190803,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191117
190803
|
};
|
191118
190804
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191119
190805
|
exports.readConfigFile = void 0;
|
191120
|
-
const js_yaml_1 = __importDefault(
|
191121
|
-
const toml_1 = __importDefault(
|
191122
|
-
const fs_1 =
|
190806
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_807444__(641));
|
190807
|
+
const toml_1 = __importDefault(__nested_webpack_require_807444__(9434));
|
190808
|
+
const fs_1 = __nested_webpack_require_807444__(5747);
|
191123
190809
|
const { readFile } = fs_1.promises;
|
191124
190810
|
async function readFileOrNull(file) {
|
191125
190811
|
try {
|
@@ -191168,13 +190854,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
191168
190854
|
/***/ }),
|
191169
190855
|
|
191170
190856
|
/***/ 641:
|
191171
|
-
/***/ ((module, __unused_webpack_exports,
|
190857
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_809050__) => {
|
191172
190858
|
|
191173
190859
|
"use strict";
|
191174
190860
|
|
191175
190861
|
|
191176
190862
|
|
191177
|
-
var yaml =
|
190863
|
+
var yaml = __nested_webpack_require_809050__(9633);
|
191178
190864
|
|
191179
190865
|
|
191180
190866
|
module.exports = yaml;
|
@@ -191183,14 +190869,14 @@ module.exports = yaml;
|
|
191183
190869
|
/***/ }),
|
191184
190870
|
|
191185
190871
|
/***/ 9633:
|
191186
|
-
/***/ ((module, __unused_webpack_exports,
|
190872
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_809224__) => {
|
191187
190873
|
|
191188
190874
|
"use strict";
|
191189
190875
|
|
191190
190876
|
|
191191
190877
|
|
191192
|
-
var loader =
|
191193
|
-
var dumper =
|
190878
|
+
var loader = __nested_webpack_require_809224__(4349);
|
190879
|
+
var dumper = __nested_webpack_require_809224__(8047);
|
191194
190880
|
|
191195
190881
|
|
191196
190882
|
function deprecated(name) {
|
@@ -191200,25 +190886,25 @@ function deprecated(name) {
|
|
191200
190886
|
}
|
191201
190887
|
|
191202
190888
|
|
191203
|
-
module.exports.Type =
|
191204
|
-
module.exports.Schema =
|
191205
|
-
module.exports.FAILSAFE_SCHEMA =
|
191206
|
-
module.exports.JSON_SCHEMA =
|
191207
|
-
module.exports.CORE_SCHEMA =
|
191208
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
191209
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
190889
|
+
module.exports.Type = __nested_webpack_require_809224__(6876);
|
190890
|
+
module.exports.Schema = __nested_webpack_require_809224__(6105);
|
190891
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_809224__(8441);
|
190892
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_809224__(1486);
|
190893
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_809224__(1112);
|
190894
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_809224__(596);
|
190895
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_809224__(9647);
|
191210
190896
|
module.exports.load = loader.load;
|
191211
190897
|
module.exports.loadAll = loader.loadAll;
|
191212
190898
|
module.exports.safeLoad = loader.safeLoad;
|
191213
190899
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
191214
190900
|
module.exports.dump = dumper.dump;
|
191215
190901
|
module.exports.safeDump = dumper.safeDump;
|
191216
|
-
module.exports.YAMLException =
|
190902
|
+
module.exports.YAMLException = __nested_webpack_require_809224__(3237);
|
191217
190903
|
|
191218
190904
|
// Deprecated schema names from JS-YAML 2.0.x
|
191219
|
-
module.exports.MINIMAL_SCHEMA =
|
191220
|
-
module.exports.SAFE_SCHEMA =
|
191221
|
-
module.exports.DEFAULT_SCHEMA =
|
190905
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_809224__(8441);
|
190906
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_809224__(596);
|
190907
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_809224__(9647);
|
191222
190908
|
|
191223
190909
|
// Deprecated functions from JS-YAML 1.x.x
|
191224
190910
|
module.exports.scan = deprecated('scan');
|
@@ -191297,17 +190983,17 @@ module.exports.extend = extend;
|
|
191297
190983
|
/***/ }),
|
191298
190984
|
|
191299
190985
|
/***/ 8047:
|
191300
|
-
/***/ ((module, __unused_webpack_exports,
|
190986
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_812042__) => {
|
191301
190987
|
|
191302
190988
|
"use strict";
|
191303
190989
|
|
191304
190990
|
|
191305
190991
|
/*eslint-disable no-use-before-define*/
|
191306
190992
|
|
191307
|
-
var common =
|
191308
|
-
var YAMLException =
|
191309
|
-
var DEFAULT_FULL_SCHEMA =
|
191310
|
-
var DEFAULT_SAFE_SCHEMA =
|
190993
|
+
var common = __nested_webpack_require_812042__(903);
|
190994
|
+
var YAMLException = __nested_webpack_require_812042__(3237);
|
190995
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_812042__(9647);
|
190996
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_812042__(596);
|
191311
190997
|
|
191312
190998
|
var _toString = Object.prototype.toString;
|
191313
190999
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -192183,18 +191869,18 @@ module.exports = YAMLException;
|
|
192183
191869
|
/***/ }),
|
192184
191870
|
|
192185
191871
|
/***/ 4349:
|
192186
|
-
/***/ ((module, __unused_webpack_exports,
|
191872
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_839746__) => {
|
192187
191873
|
|
192188
191874
|
"use strict";
|
192189
191875
|
|
192190
191876
|
|
192191
191877
|
/*eslint-disable max-len,no-use-before-define*/
|
192192
191878
|
|
192193
|
-
var common =
|
192194
|
-
var YAMLException =
|
192195
|
-
var Mark =
|
192196
|
-
var DEFAULT_SAFE_SCHEMA =
|
192197
|
-
var DEFAULT_FULL_SCHEMA =
|
191879
|
+
var common = __nested_webpack_require_839746__(903);
|
191880
|
+
var YAMLException = __nested_webpack_require_839746__(3237);
|
191881
|
+
var Mark = __nested_webpack_require_839746__(4926);
|
191882
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_839746__(596);
|
191883
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_839746__(9647);
|
192198
191884
|
|
192199
191885
|
|
192200
191886
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -193816,13 +193502,13 @@ module.exports.safeLoad = safeLoad;
|
|
193816
193502
|
/***/ }),
|
193817
193503
|
|
193818
193504
|
/***/ 4926:
|
193819
|
-
/***/ ((module, __unused_webpack_exports,
|
193505
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_883613__) => {
|
193820
193506
|
|
193821
193507
|
"use strict";
|
193822
193508
|
|
193823
193509
|
|
193824
193510
|
|
193825
|
-
var common =
|
193511
|
+
var common = __nested_webpack_require_883613__(903);
|
193826
193512
|
|
193827
193513
|
|
193828
193514
|
function Mark(name, buffer, position, line, column) {
|
@@ -193900,16 +193586,16 @@ module.exports = Mark;
|
|
193900
193586
|
/***/ }),
|
193901
193587
|
|
193902
193588
|
/***/ 6105:
|
193903
|
-
/***/ ((module, __unused_webpack_exports,
|
193589
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_885275__) => {
|
193904
193590
|
|
193905
193591
|
"use strict";
|
193906
193592
|
|
193907
193593
|
|
193908
193594
|
/*eslint-disable max-len*/
|
193909
193595
|
|
193910
|
-
var common =
|
193911
|
-
var YAMLException =
|
193912
|
-
var Type =
|
193596
|
+
var common = __nested_webpack_require_885275__(903);
|
193597
|
+
var YAMLException = __nested_webpack_require_885275__(3237);
|
193598
|
+
var Type = __nested_webpack_require_885275__(6876);
|
193913
193599
|
|
193914
193600
|
|
193915
193601
|
function compileList(schema, name, result) {
|
@@ -194016,7 +193702,7 @@ module.exports = Schema;
|
|
194016
193702
|
/***/ }),
|
194017
193703
|
|
194018
193704
|
/***/ 1112:
|
194019
|
-
/***/ ((module, __unused_webpack_exports,
|
193705
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_888139__) => {
|
194020
193706
|
|
194021
193707
|
"use strict";
|
194022
193708
|
// Standard YAML's Core schema.
|
@@ -194029,12 +193715,12 @@ module.exports = Schema;
|
|
194029
193715
|
|
194030
193716
|
|
194031
193717
|
|
194032
|
-
var Schema =
|
193718
|
+
var Schema = __nested_webpack_require_888139__(6105);
|
194033
193719
|
|
194034
193720
|
|
194035
193721
|
module.exports = new Schema({
|
194036
193722
|
include: [
|
194037
|
-
|
193723
|
+
__nested_webpack_require_888139__(1486)
|
194038
193724
|
]
|
194039
193725
|
});
|
194040
193726
|
|
@@ -194042,7 +193728,7 @@ module.exports = new Schema({
|
|
194042
193728
|
/***/ }),
|
194043
193729
|
|
194044
193730
|
/***/ 9647:
|
194045
|
-
/***/ ((module, __unused_webpack_exports,
|
193731
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_888609__) => {
|
194046
193732
|
|
194047
193733
|
"use strict";
|
194048
193734
|
// JS-YAML's default schema for `load` function.
|
@@ -194057,17 +193743,17 @@ module.exports = new Schema({
|
|
194057
193743
|
|
194058
193744
|
|
194059
193745
|
|
194060
|
-
var Schema =
|
193746
|
+
var Schema = __nested_webpack_require_888609__(6105);
|
194061
193747
|
|
194062
193748
|
|
194063
193749
|
module.exports = Schema.DEFAULT = new Schema({
|
194064
193750
|
include: [
|
194065
|
-
|
193751
|
+
__nested_webpack_require_888609__(596)
|
194066
193752
|
],
|
194067
193753
|
explicit: [
|
194068
|
-
|
194069
|
-
|
194070
|
-
|
193754
|
+
__nested_webpack_require_888609__(5836),
|
193755
|
+
__nested_webpack_require_888609__(6841),
|
193756
|
+
__nested_webpack_require_888609__(8750)
|
194071
193757
|
]
|
194072
193758
|
});
|
194073
193759
|
|
@@ -194075,7 +193761,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194075
193761
|
/***/ }),
|
194076
193762
|
|
194077
193763
|
/***/ 596:
|
194078
|
-
/***/ ((module, __unused_webpack_exports,
|
193764
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_889303__) => {
|
194079
193765
|
|
194080
193766
|
"use strict";
|
194081
193767
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -194088,22 +193774,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194088
193774
|
|
194089
193775
|
|
194090
193776
|
|
194091
|
-
var Schema =
|
193777
|
+
var Schema = __nested_webpack_require_889303__(6105);
|
194092
193778
|
|
194093
193779
|
|
194094
193780
|
module.exports = new Schema({
|
194095
193781
|
include: [
|
194096
|
-
|
193782
|
+
__nested_webpack_require_889303__(1112)
|
194097
193783
|
],
|
194098
193784
|
implicit: [
|
194099
|
-
|
194100
|
-
|
193785
|
+
__nested_webpack_require_889303__(7028),
|
193786
|
+
__nested_webpack_require_889303__(7841)
|
194101
193787
|
],
|
194102
193788
|
explicit: [
|
194103
|
-
|
194104
|
-
|
194105
|
-
|
194106
|
-
|
193789
|
+
__nested_webpack_require_889303__(8675),
|
193790
|
+
__nested_webpack_require_889303__(3498),
|
193791
|
+
__nested_webpack_require_889303__(679),
|
193792
|
+
__nested_webpack_require_889303__(7205)
|
194107
193793
|
]
|
194108
193794
|
});
|
194109
193795
|
|
@@ -194111,7 +193797,7 @@ module.exports = new Schema({
|
|
194111
193797
|
/***/ }),
|
194112
193798
|
|
194113
193799
|
/***/ 8441:
|
194114
|
-
/***/ ((module, __unused_webpack_exports,
|
193800
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_890015__) => {
|
194115
193801
|
|
194116
193802
|
"use strict";
|
194117
193803
|
// Standard YAML's Failsafe schema.
|
@@ -194121,14 +193807,14 @@ module.exports = new Schema({
|
|
194121
193807
|
|
194122
193808
|
|
194123
193809
|
|
194124
|
-
var Schema =
|
193810
|
+
var Schema = __nested_webpack_require_890015__(6105);
|
194125
193811
|
|
194126
193812
|
|
194127
193813
|
module.exports = new Schema({
|
194128
193814
|
explicit: [
|
194129
|
-
|
194130
|
-
|
194131
|
-
|
193815
|
+
__nested_webpack_require_890015__(5348),
|
193816
|
+
__nested_webpack_require_890015__(7330),
|
193817
|
+
__nested_webpack_require_890015__(293)
|
194132
193818
|
]
|
194133
193819
|
});
|
194134
193820
|
|
@@ -194136,7 +193822,7 @@ module.exports = new Schema({
|
|
194136
193822
|
/***/ }),
|
194137
193823
|
|
194138
193824
|
/***/ 1486:
|
194139
|
-
/***/ ((module, __unused_webpack_exports,
|
193825
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_890401__) => {
|
194140
193826
|
|
194141
193827
|
"use strict";
|
194142
193828
|
// Standard YAML's JSON schema.
|
@@ -194150,18 +193836,18 @@ module.exports = new Schema({
|
|
194150
193836
|
|
194151
193837
|
|
194152
193838
|
|
194153
|
-
var Schema =
|
193839
|
+
var Schema = __nested_webpack_require_890401__(6105);
|
194154
193840
|
|
194155
193841
|
|
194156
193842
|
module.exports = new Schema({
|
194157
193843
|
include: [
|
194158
|
-
|
193844
|
+
__nested_webpack_require_890401__(8441)
|
194159
193845
|
],
|
194160
193846
|
implicit: [
|
194161
|
-
|
194162
|
-
|
194163
|
-
|
194164
|
-
|
193847
|
+
__nested_webpack_require_890401__(9074),
|
193848
|
+
__nested_webpack_require_890401__(4308),
|
193849
|
+
__nested_webpack_require_890401__(1167),
|
193850
|
+
__nested_webpack_require_890401__(7862)
|
194165
193851
|
]
|
194166
193852
|
});
|
194167
193853
|
|
@@ -194169,12 +193855,12 @@ module.exports = new Schema({
|
|
194169
193855
|
/***/ }),
|
194170
193856
|
|
194171
193857
|
/***/ 6876:
|
194172
|
-
/***/ ((module, __unused_webpack_exports,
|
193858
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_891099__) => {
|
194173
193859
|
|
194174
193860
|
"use strict";
|
194175
193861
|
|
194176
193862
|
|
194177
|
-
var YAMLException =
|
193863
|
+
var YAMLException = __nested_webpack_require_891099__(3237);
|
194178
193864
|
|
194179
193865
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
194180
193866
|
'kind',
|
@@ -194238,7 +193924,7 @@ module.exports = Type;
|
|
194238
193924
|
/***/ }),
|
194239
193925
|
|
194240
193926
|
/***/ 8675:
|
194241
|
-
/***/ ((module, __unused_webpack_exports,
|
193927
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_892783__) => {
|
194242
193928
|
|
194243
193929
|
"use strict";
|
194244
193930
|
|
@@ -194253,7 +193939,7 @@ try {
|
|
194253
193939
|
NodeBuffer = _require('buffer').Buffer;
|
194254
193940
|
} catch (__) {}
|
194255
193941
|
|
194256
|
-
var Type =
|
193942
|
+
var Type = __nested_webpack_require_892783__(6876);
|
194257
193943
|
|
194258
193944
|
|
194259
193945
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -194384,12 +194070,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
194384
194070
|
/***/ }),
|
194385
194071
|
|
194386
194072
|
/***/ 4308:
|
194387
|
-
/***/ ((module, __unused_webpack_exports,
|
194073
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896175__) => {
|
194388
194074
|
|
194389
194075
|
"use strict";
|
194390
194076
|
|
194391
194077
|
|
194392
|
-
var Type =
|
194078
|
+
var Type = __nested_webpack_require_896175__(6876);
|
194393
194079
|
|
194394
194080
|
function resolveYamlBoolean(data) {
|
194395
194081
|
if (data === null) return false;
|
@@ -194427,13 +194113,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
194427
194113
|
/***/ }),
|
194428
194114
|
|
194429
194115
|
/***/ 7862:
|
194430
|
-
/***/ ((module, __unused_webpack_exports,
|
194116
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_897248__) => {
|
194431
194117
|
|
194432
194118
|
"use strict";
|
194433
194119
|
|
194434
194120
|
|
194435
|
-
var common =
|
194436
|
-
var Type =
|
194121
|
+
var common = __nested_webpack_require_897248__(903);
|
194122
|
+
var Type = __nested_webpack_require_897248__(6876);
|
194437
194123
|
|
194438
194124
|
var YAML_FLOAT_PATTERN = new RegExp(
|
194439
194125
|
// 2.5e4, 2.5 and integers
|
@@ -194551,13 +194237,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
194551
194237
|
/***/ }),
|
194552
194238
|
|
194553
194239
|
/***/ 1167:
|
194554
|
-
/***/ ((module, __unused_webpack_exports,
|
194240
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900194__) => {
|
194555
194241
|
|
194556
194242
|
"use strict";
|
194557
194243
|
|
194558
194244
|
|
194559
|
-
var common =
|
194560
|
-
var Type =
|
194245
|
+
var common = __nested_webpack_require_900194__(903);
|
194246
|
+
var Type = __nested_webpack_require_900194__(6876);
|
194561
194247
|
|
194562
194248
|
function isHexCode(c) {
|
194563
194249
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -194732,7 +194418,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
194732
194418
|
/***/ }),
|
194733
194419
|
|
194734
194420
|
/***/ 8750:
|
194735
|
-
/***/ ((module, __unused_webpack_exports,
|
194421
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_904366__) => {
|
194736
194422
|
|
194737
194423
|
"use strict";
|
194738
194424
|
|
@@ -194755,7 +194441,7 @@ try {
|
|
194755
194441
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
194756
194442
|
}
|
194757
194443
|
|
194758
|
-
var Type =
|
194444
|
+
var Type = __nested_webpack_require_904366__(6876);
|
194759
194445
|
|
194760
194446
|
function resolveJavascriptFunction(data) {
|
194761
194447
|
if (data === null) return false;
|
@@ -194832,12 +194518,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
194832
194518
|
/***/ }),
|
194833
194519
|
|
194834
194520
|
/***/ 6841:
|
194835
|
-
/***/ ((module, __unused_webpack_exports,
|
194521
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_907263__) => {
|
194836
194522
|
|
194837
194523
|
"use strict";
|
194838
194524
|
|
194839
194525
|
|
194840
|
-
var Type =
|
194526
|
+
var Type = __nested_webpack_require_907263__(6876);
|
194841
194527
|
|
194842
194528
|
function resolveJavascriptRegExp(data) {
|
194843
194529
|
if (data === null) return false;
|
@@ -194900,12 +194586,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
194900
194586
|
/***/ }),
|
194901
194587
|
|
194902
194588
|
/***/ 5836:
|
194903
|
-
/***/ ((module, __unused_webpack_exports,
|
194589
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_908934__) => {
|
194904
194590
|
|
194905
194591
|
"use strict";
|
194906
194592
|
|
194907
194593
|
|
194908
|
-
var Type =
|
194594
|
+
var Type = __nested_webpack_require_908934__(6876);
|
194909
194595
|
|
194910
194596
|
function resolveJavascriptUndefined() {
|
194911
194597
|
return true;
|
@@ -194936,12 +194622,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
194936
194622
|
/***/ }),
|
194937
194623
|
|
194938
194624
|
/***/ 293:
|
194939
|
-
/***/ ((module, __unused_webpack_exports,
|
194625
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_909605__) => {
|
194940
194626
|
|
194941
194627
|
"use strict";
|
194942
194628
|
|
194943
194629
|
|
194944
|
-
var Type =
|
194630
|
+
var Type = __nested_webpack_require_909605__(6876);
|
194945
194631
|
|
194946
194632
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
194947
194633
|
kind: 'mapping',
|
@@ -194952,12 +194638,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
194952
194638
|
/***/ }),
|
194953
194639
|
|
194954
194640
|
/***/ 7841:
|
194955
|
-
/***/ ((module, __unused_webpack_exports,
|
194641
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_909897__) => {
|
194956
194642
|
|
194957
194643
|
"use strict";
|
194958
194644
|
|
194959
194645
|
|
194960
|
-
var Type =
|
194646
|
+
var Type = __nested_webpack_require_909897__(6876);
|
194961
194647
|
|
194962
194648
|
function resolveYamlMerge(data) {
|
194963
194649
|
return data === '<<' || data === null;
|
@@ -194972,12 +194658,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
194972
194658
|
/***/ }),
|
194973
194659
|
|
194974
194660
|
/***/ 9074:
|
194975
|
-
/***/ ((module, __unused_webpack_exports,
|
194661
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910229__) => {
|
194976
194662
|
|
194977
194663
|
"use strict";
|
194978
194664
|
|
194979
194665
|
|
194980
|
-
var Type =
|
194666
|
+
var Type = __nested_webpack_require_910229__(6876);
|
194981
194667
|
|
194982
194668
|
function resolveYamlNull(data) {
|
194983
194669
|
if (data === null) return true;
|
@@ -195014,12 +194700,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
195014
194700
|
/***/ }),
|
195015
194701
|
|
195016
194702
|
/***/ 3498:
|
195017
|
-
/***/ ((module, __unused_webpack_exports,
|
194703
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_911092__) => {
|
195018
194704
|
|
195019
194705
|
"use strict";
|
195020
194706
|
|
195021
194707
|
|
195022
|
-
var Type =
|
194708
|
+
var Type = __nested_webpack_require_911092__(6876);
|
195023
194709
|
|
195024
194710
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195025
194711
|
var _toString = Object.prototype.toString;
|
@@ -195066,12 +194752,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
195066
194752
|
/***/ }),
|
195067
194753
|
|
195068
194754
|
/***/ 679:
|
195069
|
-
/***/ ((module, __unused_webpack_exports,
|
194755
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_912216__) => {
|
195070
194756
|
|
195071
194757
|
"use strict";
|
195072
194758
|
|
195073
194759
|
|
195074
|
-
var Type =
|
194760
|
+
var Type = __nested_webpack_require_912216__(6876);
|
195075
194761
|
|
195076
194762
|
var _toString = Object.prototype.toString;
|
195077
194763
|
|
@@ -195127,12 +194813,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
195127
194813
|
/***/ }),
|
195128
194814
|
|
195129
194815
|
/***/ 7330:
|
195130
|
-
/***/ ((module, __unused_webpack_exports,
|
194816
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_913402__) => {
|
195131
194817
|
|
195132
194818
|
"use strict";
|
195133
194819
|
|
195134
194820
|
|
195135
|
-
var Type =
|
194821
|
+
var Type = __nested_webpack_require_913402__(6876);
|
195136
194822
|
|
195137
194823
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
195138
194824
|
kind: 'sequence',
|
@@ -195143,12 +194829,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
195143
194829
|
/***/ }),
|
195144
194830
|
|
195145
194831
|
/***/ 7205:
|
195146
|
-
/***/ ((module, __unused_webpack_exports,
|
194832
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_913695__) => {
|
195147
194833
|
|
195148
194834
|
"use strict";
|
195149
194835
|
|
195150
194836
|
|
195151
|
-
var Type =
|
194837
|
+
var Type = __nested_webpack_require_913695__(6876);
|
195152
194838
|
|
195153
194839
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195154
194840
|
|
@@ -195180,12 +194866,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
195180
194866
|
/***/ }),
|
195181
194867
|
|
195182
194868
|
/***/ 5348:
|
195183
|
-
/***/ ((module, __unused_webpack_exports,
|
194869
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_914344__) => {
|
195184
194870
|
|
195185
194871
|
"use strict";
|
195186
194872
|
|
195187
194873
|
|
195188
|
-
var Type =
|
194874
|
+
var Type = __nested_webpack_require_914344__(6876);
|
195189
194875
|
|
195190
194876
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
195191
194877
|
kind: 'scalar',
|
@@ -195196,12 +194882,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
195196
194882
|
/***/ }),
|
195197
194883
|
|
195198
194884
|
/***/ 7028:
|
195199
|
-
/***/ ((module, __unused_webpack_exports,
|
194885
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_914635__) => {
|
195200
194886
|
|
195201
194887
|
"use strict";
|
195202
194888
|
|
195203
194889
|
|
195204
|
-
var Type =
|
194890
|
+
var Type = __nested_webpack_require_914635__(6876);
|
195205
194891
|
|
195206
194892
|
var YAML_DATE_REGEXP = new RegExp(
|
195207
194893
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -195292,12 +194978,12 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
195292
194978
|
/***/ }),
|
195293
194979
|
|
195294
194980
|
/***/ 1868:
|
195295
|
-
/***/ ((__unused_webpack_module, exports,
|
194981
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_917308__) => {
|
195296
194982
|
|
195297
194983
|
"use strict";
|
195298
194984
|
|
195299
194985
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195300
|
-
const get_platform_env_1 =
|
194986
|
+
const get_platform_env_1 = __nested_webpack_require_917308__(4678);
|
195301
194987
|
function debug(message, ...additional) {
|
195302
194988
|
if (get_platform_env_1.getPlatformEnv('BUILDER_DEBUG')) {
|
195303
194989
|
console.log(message, ...additional);
|
@@ -195309,7 +194995,7 @@ exports.default = debug;
|
|
195309
194995
|
/***/ }),
|
195310
194996
|
|
195311
194997
|
/***/ 4246:
|
195312
|
-
/***/ (function(__unused_webpack_module, exports,
|
194998
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_917725__) {
|
195313
194999
|
|
195314
195000
|
"use strict";
|
195315
195001
|
|
@@ -195318,11 +195004,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
195318
195004
|
};
|
195319
195005
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195320
195006
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
195321
|
-
const minimatch_1 = __importDefault(
|
195322
|
-
const semver_1 =
|
195323
|
-
const path_1 =
|
195324
|
-
const frameworks_1 = __importDefault(
|
195325
|
-
const _1 =
|
195007
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_917725__(9566));
|
195008
|
+
const semver_1 = __nested_webpack_require_917725__(2879);
|
195009
|
+
const path_1 = __nested_webpack_require_917725__(5622);
|
195010
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_917725__(8438));
|
195011
|
+
const _1 = __nested_webpack_require_917725__(2855);
|
195326
195012
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
195327
195013
|
// We need to sort the file paths by alphabet to make
|
195328
195014
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -196151,7 +195837,7 @@ function sortFilesBySegmentCount(fileA, fileB) {
|
|
196151
195837
|
/***/ }),
|
196152
195838
|
|
196153
195839
|
/***/ 1182:
|
196154
|
-
/***/ (function(__unused_webpack_module, exports,
|
195840
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_949690__) {
|
196155
195841
|
|
196156
195842
|
"use strict";
|
196157
195843
|
|
@@ -196160,8 +195846,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196160
195846
|
};
|
196161
195847
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196162
195848
|
exports.detectFileSystemAPI = void 0;
|
196163
|
-
const semver_1 = __importDefault(
|
196164
|
-
const _1 =
|
195849
|
+
const semver_1 = __importDefault(__nested_webpack_require_949690__(2879));
|
195850
|
+
const _1 = __nested_webpack_require_949690__(2855);
|
196165
195851
|
const enableFileSystemApiFrameworks = new Set(['solidstart']);
|
196166
195852
|
/**
|
196167
195853
|
* If the Deployment can be built with the new File System API,
|
@@ -196605,7 +196291,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
196605
196291
|
/***/ }),
|
196606
196292
|
|
196607
196293
|
/***/ 2397:
|
196608
|
-
/***/ (function(__unused_webpack_module, exports,
|
196294
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_965959__) {
|
196609
196295
|
|
196610
196296
|
"use strict";
|
196611
196297
|
|
@@ -196613,8 +196299,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196613
196299
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196614
196300
|
};
|
196615
196301
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196616
|
-
const assert_1 = __importDefault(
|
196617
|
-
const into_stream_1 = __importDefault(
|
196302
|
+
const assert_1 = __importDefault(__nested_webpack_require_965959__(2357));
|
196303
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_965959__(6130));
|
196618
196304
|
class FileBlob {
|
196619
196305
|
constructor({ mode = 0o100644, contentType, data }) {
|
196620
196306
|
assert_1.default(typeof mode === 'number');
|
@@ -196649,7 +196335,7 @@ exports.default = FileBlob;
|
|
196649
196335
|
/***/ }),
|
196650
196336
|
|
196651
196337
|
/***/ 9331:
|
196652
|
-
/***/ (function(__unused_webpack_module, exports,
|
196338
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_967477__) {
|
196653
196339
|
|
196654
196340
|
"use strict";
|
196655
196341
|
|
@@ -196657,11 +196343,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196657
196343
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196658
196344
|
};
|
196659
196345
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196660
|
-
const assert_1 = __importDefault(
|
196661
|
-
const fs_extra_1 = __importDefault(
|
196662
|
-
const multistream_1 = __importDefault(
|
196663
|
-
const path_1 = __importDefault(
|
196664
|
-
const async_sema_1 = __importDefault(
|
196346
|
+
const assert_1 = __importDefault(__nested_webpack_require_967477__(2357));
|
196347
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_967477__(5392));
|
196348
|
+
const multistream_1 = __importDefault(__nested_webpack_require_967477__(8179));
|
196349
|
+
const path_1 = __importDefault(__nested_webpack_require_967477__(5622));
|
196350
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_967477__(5758));
|
196665
196351
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
196666
196352
|
class FileFsRef {
|
196667
196353
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -196727,7 +196413,7 @@ exports.default = FileFsRef;
|
|
196727
196413
|
/***/ }),
|
196728
196414
|
|
196729
196415
|
/***/ 5187:
|
196730
|
-
/***/ (function(__unused_webpack_module, exports,
|
196416
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_970281__) {
|
196731
196417
|
|
196732
196418
|
"use strict";
|
196733
196419
|
|
@@ -196735,11 +196421,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196735
196421
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196736
196422
|
};
|
196737
196423
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196738
|
-
const assert_1 = __importDefault(
|
196739
|
-
const node_fetch_1 = __importDefault(
|
196740
|
-
const multistream_1 = __importDefault(
|
196741
|
-
const async_retry_1 = __importDefault(
|
196742
|
-
const async_sema_1 = __importDefault(
|
196424
|
+
const assert_1 = __importDefault(__nested_webpack_require_970281__(2357));
|
196425
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_970281__(2197));
|
196426
|
+
const multistream_1 = __importDefault(__nested_webpack_require_970281__(8179));
|
196427
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_970281__(3691));
|
196428
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_970281__(5758));
|
196743
196429
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
196744
196430
|
class BailableError extends Error {
|
196745
196431
|
constructor(...args) {
|
@@ -196820,7 +196506,7 @@ exports.default = FileRef;
|
|
196820
196506
|
/***/ }),
|
196821
196507
|
|
196822
196508
|
/***/ 1611:
|
196823
|
-
/***/ (function(__unused_webpack_module, exports,
|
196509
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_973682__) {
|
196824
196510
|
|
196825
196511
|
"use strict";
|
196826
196512
|
|
@@ -196829,11 +196515,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196829
196515
|
};
|
196830
196516
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196831
196517
|
exports.isSymbolicLink = void 0;
|
196832
|
-
const path_1 = __importDefault(
|
196833
|
-
const debug_1 = __importDefault(
|
196834
|
-
const file_fs_ref_1 = __importDefault(
|
196835
|
-
const fs_extra_1 =
|
196836
|
-
const stream_to_buffer_1 = __importDefault(
|
196518
|
+
const path_1 = __importDefault(__nested_webpack_require_973682__(5622));
|
196519
|
+
const debug_1 = __importDefault(__nested_webpack_require_973682__(1868));
|
196520
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_973682__(9331));
|
196521
|
+
const fs_extra_1 = __nested_webpack_require_973682__(5392);
|
196522
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_973682__(2560));
|
196837
196523
|
const S_IFMT = 61440; /* 0170000 type of file */
|
196838
196524
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
196839
196525
|
function isSymbolicLink(mode) {
|
@@ -196906,14 +196592,14 @@ exports.default = download;
|
|
196906
196592
|
/***/ }),
|
196907
196593
|
|
196908
196594
|
/***/ 3838:
|
196909
|
-
/***/ ((__unused_webpack_module, exports,
|
196595
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_977131__) => {
|
196910
196596
|
|
196911
196597
|
"use strict";
|
196912
196598
|
|
196913
196599
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196914
|
-
const path_1 =
|
196915
|
-
const os_1 =
|
196916
|
-
const fs_extra_1 =
|
196600
|
+
const path_1 = __nested_webpack_require_977131__(5622);
|
196601
|
+
const os_1 = __nested_webpack_require_977131__(2087);
|
196602
|
+
const fs_extra_1 = __nested_webpack_require_977131__(5392);
|
196917
196603
|
async function getWritableDirectory() {
|
196918
196604
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
196919
196605
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -196926,7 +196612,7 @@ exports.default = getWritableDirectory;
|
|
196926
196612
|
/***/ }),
|
196927
196613
|
|
196928
196614
|
/***/ 4240:
|
196929
|
-
/***/ (function(__unused_webpack_module, exports,
|
196615
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_977711__) {
|
196930
196616
|
|
196931
196617
|
"use strict";
|
196932
196618
|
|
@@ -196934,13 +196620,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196934
196620
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196935
196621
|
};
|
196936
196622
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196937
|
-
const path_1 = __importDefault(
|
196938
|
-
const assert_1 = __importDefault(
|
196939
|
-
const glob_1 = __importDefault(
|
196940
|
-
const util_1 =
|
196941
|
-
const fs_extra_1 =
|
196942
|
-
const normalize_path_1 =
|
196943
|
-
const file_fs_ref_1 = __importDefault(
|
196623
|
+
const path_1 = __importDefault(__nested_webpack_require_977711__(5622));
|
196624
|
+
const assert_1 = __importDefault(__nested_webpack_require_977711__(2357));
|
196625
|
+
const glob_1 = __importDefault(__nested_webpack_require_977711__(1104));
|
196626
|
+
const util_1 = __nested_webpack_require_977711__(1669);
|
196627
|
+
const fs_extra_1 = __nested_webpack_require_977711__(5392);
|
196628
|
+
const normalize_path_1 = __nested_webpack_require_977711__(6261);
|
196629
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_977711__(9331));
|
196944
196630
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
196945
196631
|
async function glob(pattern, opts, mountpoint) {
|
196946
196632
|
let options;
|
@@ -196986,7 +196672,7 @@ exports.default = glob;
|
|
196986
196672
|
/***/ }),
|
196987
196673
|
|
196988
196674
|
/***/ 7903:
|
196989
|
-
/***/ (function(__unused_webpack_module, exports,
|
196675
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979907__) {
|
196990
196676
|
|
196991
196677
|
"use strict";
|
196992
196678
|
|
@@ -196995,9 +196681,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196995
196681
|
};
|
196996
196682
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196997
196683
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
196998
|
-
const semver_1 =
|
196999
|
-
const errors_1 =
|
197000
|
-
const debug_1 = __importDefault(
|
196684
|
+
const semver_1 = __nested_webpack_require_979907__(2879);
|
196685
|
+
const errors_1 = __nested_webpack_require_979907__(3983);
|
196686
|
+
const debug_1 = __importDefault(__nested_webpack_require_979907__(1868));
|
197001
196687
|
const allOptions = [
|
197002
196688
|
{ major: 16, range: '16.x', runtime: 'nodejs16.x' },
|
197003
196689
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
@@ -197097,7 +196783,7 @@ exports.normalizePath = normalizePath;
|
|
197097
196783
|
/***/ }),
|
197098
196784
|
|
197099
196785
|
/***/ 7792:
|
197100
|
-
/***/ (function(__unused_webpack_module, exports,
|
196786
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983910__) {
|
197101
196787
|
|
197102
196788
|
"use strict";
|
197103
196789
|
|
@@ -197106,9 +196792,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197106
196792
|
};
|
197107
196793
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197108
196794
|
exports.readConfigFile = void 0;
|
197109
|
-
const js_yaml_1 = __importDefault(
|
197110
|
-
const toml_1 = __importDefault(
|
197111
|
-
const fs_extra_1 =
|
196795
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_983910__(6540));
|
196796
|
+
const toml_1 = __importDefault(__nested_webpack_require_983910__(9434));
|
196797
|
+
const fs_extra_1 = __nested_webpack_require_983910__(5392);
|
197112
196798
|
async function readFileOrNull(file) {
|
197113
196799
|
try {
|
197114
196800
|
const data = await fs_extra_1.readFile(file);
|
@@ -197163,7 +196849,7 @@ exports.default = rename;
|
|
197163
196849
|
/***/ }),
|
197164
196850
|
|
197165
196851
|
/***/ 1442:
|
197166
|
-
/***/ (function(__unused_webpack_module, exports,
|
196852
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_985703__) {
|
197167
196853
|
|
197168
196854
|
"use strict";
|
197169
196855
|
|
@@ -197172,16 +196858,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197172
196858
|
};
|
197173
196859
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197174
196860
|
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;
|
197175
|
-
const assert_1 = __importDefault(
|
197176
|
-
const fs_extra_1 = __importDefault(
|
197177
|
-
const path_1 = __importDefault(
|
197178
|
-
const async_sema_1 = __importDefault(
|
197179
|
-
const cross_spawn_1 = __importDefault(
|
197180
|
-
const util_1 =
|
197181
|
-
const debug_1 = __importDefault(
|
197182
|
-
const errors_1 =
|
197183
|
-
const node_version_1 =
|
197184
|
-
const read_config_file_1 =
|
196861
|
+
const assert_1 = __importDefault(__nested_webpack_require_985703__(2357));
|
196862
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_985703__(5392));
|
196863
|
+
const path_1 = __importDefault(__nested_webpack_require_985703__(5622));
|
196864
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_985703__(5758));
|
196865
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_985703__(7618));
|
196866
|
+
const util_1 = __nested_webpack_require_985703__(1669);
|
196867
|
+
const debug_1 = __importDefault(__nested_webpack_require_985703__(1868));
|
196868
|
+
const errors_1 = __nested_webpack_require_985703__(3983);
|
196869
|
+
const node_version_1 = __nested_webpack_require_985703__(7903);
|
196870
|
+
const read_config_file_1 = __nested_webpack_require_985703__(7792);
|
197185
196871
|
// Only allow one `runNpmInstall()` invocation to run concurrently
|
197186
196872
|
const runNpmInstallSema = new async_sema_1.default(1);
|
197187
196873
|
function spawnAsync(command, args, opts = {}) {
|
@@ -197586,7 +197272,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
197586
197272
|
/***/ }),
|
197587
197273
|
|
197588
197274
|
/***/ 2560:
|
197589
|
-
/***/ (function(__unused_webpack_module, exports,
|
197275
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1003415__) {
|
197590
197276
|
|
197591
197277
|
"use strict";
|
197592
197278
|
|
@@ -197594,7 +197280,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197594
197280
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197595
197281
|
};
|
197596
197282
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197597
|
-
const end_of_stream_1 = __importDefault(
|
197283
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1003415__(687));
|
197598
197284
|
function streamToBuffer(stream) {
|
197599
197285
|
return new Promise((resolve, reject) => {
|
197600
197286
|
const buffers = [];
|
@@ -197623,7 +197309,7 @@ exports.default = streamToBuffer;
|
|
197623
197309
|
/***/ }),
|
197624
197310
|
|
197625
197311
|
/***/ 1148:
|
197626
|
-
/***/ (function(__unused_webpack_module, exports,
|
197312
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1004483__) {
|
197627
197313
|
|
197628
197314
|
"use strict";
|
197629
197315
|
|
@@ -197631,9 +197317,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197631
197317
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197632
197318
|
};
|
197633
197319
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197634
|
-
const path_1 = __importDefault(
|
197635
|
-
const fs_extra_1 = __importDefault(
|
197636
|
-
const ignore_1 = __importDefault(
|
197320
|
+
const path_1 = __importDefault(__nested_webpack_require_1004483__(5622));
|
197321
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1004483__(5392));
|
197322
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1004483__(3556));
|
197637
197323
|
function isCodedError(error) {
|
197638
197324
|
return (error !== null &&
|
197639
197325
|
error !== undefined &&
|
@@ -197690,13 +197376,13 @@ exports.default = default_1;
|
|
197690
197376
|
/***/ }),
|
197691
197377
|
|
197692
197378
|
/***/ 4678:
|
197693
|
-
/***/ ((__unused_webpack_module, exports,
|
197379
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1006857__) => {
|
197694
197380
|
|
197695
197381
|
"use strict";
|
197696
197382
|
|
197697
197383
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197698
197384
|
exports.getPlatformEnv = void 0;
|
197699
|
-
const errors_1 =
|
197385
|
+
const errors_1 = __nested_webpack_require_1006857__(3983);
|
197700
197386
|
/**
|
197701
197387
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
197702
197388
|
* Throws an error if *both* env vars are defined.
|
@@ -197724,7 +197410,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
197724
197410
|
/***/ }),
|
197725
197411
|
|
197726
197412
|
/***/ 2855:
|
197727
|
-
/***/ (function(__unused_webpack_module, exports,
|
197413
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1007894__) {
|
197728
197414
|
|
197729
197415
|
"use strict";
|
197730
197416
|
|
@@ -197755,30 +197441,31 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197755
197441
|
};
|
197756
197442
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197757
197443
|
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;
|
197758
|
-
|
197444
|
+
exports.monorepoManagers = void 0;
|
197445
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1007894__(2397));
|
197759
197446
|
exports.FileBlob = file_blob_1.default;
|
197760
|
-
const file_fs_ref_1 = __importDefault(
|
197447
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1007894__(9331));
|
197761
197448
|
exports.FileFsRef = file_fs_ref_1.default;
|
197762
|
-
const file_ref_1 = __importDefault(
|
197449
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1007894__(5187));
|
197763
197450
|
exports.FileRef = file_ref_1.default;
|
197764
|
-
const lambda_1 =
|
197451
|
+
const lambda_1 = __nested_webpack_require_1007894__(6721);
|
197765
197452
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
197766
197453
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
197767
197454
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
197768
|
-
const nodejs_lambda_1 =
|
197455
|
+
const nodejs_lambda_1 = __nested_webpack_require_1007894__(7049);
|
197769
197456
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
197770
|
-
const prerender_1 =
|
197457
|
+
const prerender_1 = __nested_webpack_require_1007894__(2850);
|
197771
197458
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
197772
|
-
const download_1 = __importStar(
|
197459
|
+
const download_1 = __importStar(__nested_webpack_require_1007894__(1611));
|
197773
197460
|
exports.download = download_1.default;
|
197774
197461
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
197775
|
-
const get_writable_directory_1 = __importDefault(
|
197462
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1007894__(3838));
|
197776
197463
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197777
|
-
const glob_1 = __importDefault(
|
197464
|
+
const glob_1 = __importDefault(__nested_webpack_require_1007894__(4240));
|
197778
197465
|
exports.glob = glob_1.default;
|
197779
|
-
const rename_1 = __importDefault(
|
197466
|
+
const rename_1 = __importDefault(__nested_webpack_require_1007894__(6718));
|
197780
197467
|
exports.rename = rename_1.default;
|
197781
|
-
const run_user_scripts_1 =
|
197468
|
+
const run_user_scripts_1 = __nested_webpack_require_1007894__(1442);
|
197782
197469
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
197783
197470
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
197784
197471
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -197797,38 +197484,38 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
197797
197484
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
197798
197485
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
197799
197486
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
197800
|
-
const node_version_1 =
|
197487
|
+
const node_version_1 = __nested_webpack_require_1007894__(7903);
|
197801
197488
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
197802
197489
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197803
|
-
const stream_to_buffer_1 = __importDefault(
|
197490
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1007894__(2560));
|
197804
197491
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197805
|
-
const debug_1 = __importDefault(
|
197492
|
+
const debug_1 = __importDefault(__nested_webpack_require_1007894__(1868));
|
197806
197493
|
exports.debug = debug_1.default;
|
197807
|
-
const get_ignore_filter_1 = __importDefault(
|
197494
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1007894__(1148));
|
197808
197495
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
197809
|
-
const get_platform_env_1 =
|
197496
|
+
const get_platform_env_1 = __nested_webpack_require_1007894__(4678);
|
197810
197497
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
197811
|
-
var edge_function_1 =
|
197498
|
+
var edge_function_1 = __nested_webpack_require_1007894__(8038);
|
197812
197499
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
197813
|
-
var detect_builders_1 =
|
197500
|
+
var detect_builders_1 = __nested_webpack_require_1007894__(4246);
|
197814
197501
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
197815
197502
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
197816
197503
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
197817
197504
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
197818
|
-
var detect_file_system_api_1 =
|
197505
|
+
var detect_file_system_api_1 = __nested_webpack_require_1007894__(1182);
|
197819
197506
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
197820
|
-
var detect_framework_1 =
|
197507
|
+
var detect_framework_1 = __nested_webpack_require_1007894__(5224);
|
197821
197508
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
197822
|
-
var filesystem_1 =
|
197509
|
+
var filesystem_1 = __nested_webpack_require_1007894__(461);
|
197823
197510
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
197824
|
-
var read_config_file_1 =
|
197511
|
+
var read_config_file_1 = __nested_webpack_require_1007894__(7792);
|
197825
197512
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197826
|
-
var normalize_path_1 =
|
197513
|
+
var normalize_path_1 = __nested_webpack_require_1007894__(6261);
|
197827
197514
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197828
|
-
__exportStar(
|
197829
|
-
__exportStar(
|
197830
|
-
__exportStar(
|
197831
|
-
__exportStar(
|
197515
|
+
__exportStar(__nested_webpack_require_1007894__(2564), exports);
|
197516
|
+
__exportStar(__nested_webpack_require_1007894__(2416), exports);
|
197517
|
+
__exportStar(__nested_webpack_require_1007894__(5748), exports);
|
197518
|
+
__exportStar(__nested_webpack_require_1007894__(3983), exports);
|
197832
197519
|
/**
|
197833
197520
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
197834
197521
|
*/
|
@@ -197846,14 +197533,16 @@ const isStaticRuntime = (name) => {
|
|
197846
197533
|
return exports.isOfficialRuntime('static', name);
|
197847
197534
|
};
|
197848
197535
|
exports.isStaticRuntime = isStaticRuntime;
|
197849
|
-
var workspace_managers_1 =
|
197536
|
+
var workspace_managers_1 = __nested_webpack_require_1007894__(4896);
|
197850
197537
|
Object.defineProperty(exports, "workspaceManagers", ({ enumerable: true, get: function () { return workspace_managers_1.workspaceManagers; } }));
|
197538
|
+
var monorepo_managers_1 = __nested_webpack_require_1007894__(6418);
|
197539
|
+
Object.defineProperty(exports, "monorepoManagers", ({ enumerable: true, get: function () { return monorepo_managers_1.monorepoManagers; } }));
|
197851
197540
|
|
197852
197541
|
|
197853
197542
|
/***/ }),
|
197854
197543
|
|
197855
197544
|
/***/ 6721:
|
197856
|
-
/***/ (function(__unused_webpack_module, exports,
|
197545
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1018639__) {
|
197857
197546
|
|
197858
197547
|
"use strict";
|
197859
197548
|
|
@@ -197862,13 +197551,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197862
197551
|
};
|
197863
197552
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197864
197553
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
197865
|
-
const assert_1 = __importDefault(
|
197866
|
-
const async_sema_1 = __importDefault(
|
197867
|
-
const yazl_1 =
|
197868
|
-
const minimatch_1 = __importDefault(
|
197869
|
-
const fs_extra_1 =
|
197870
|
-
const download_1 =
|
197871
|
-
const stream_to_buffer_1 = __importDefault(
|
197554
|
+
const assert_1 = __importDefault(__nested_webpack_require_1018639__(2357));
|
197555
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1018639__(5758));
|
197556
|
+
const yazl_1 = __nested_webpack_require_1018639__(1223);
|
197557
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1018639__(9566));
|
197558
|
+
const fs_extra_1 = __nested_webpack_require_1018639__(5392);
|
197559
|
+
const download_1 = __nested_webpack_require_1018639__(1611);
|
197560
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1018639__(2560));
|
197872
197561
|
class Lambda {
|
197873
197562
|
constructor(opts) {
|
197874
197563
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
@@ -197987,16 +197676,58 @@ async function getLambdaOptionsFromFunction({ sourceFile, config, }) {
|
|
197987
197676
|
exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
197988
197677
|
|
197989
197678
|
|
197679
|
+
/***/ }),
|
197680
|
+
|
197681
|
+
/***/ 6418:
|
197682
|
+
/***/ ((__unused_webpack_module, exports) => {
|
197683
|
+
|
197684
|
+
"use strict";
|
197685
|
+
|
197686
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197687
|
+
exports.monorepoManagers = void 0;
|
197688
|
+
/**
|
197689
|
+
* The supported list of monorepo managers.
|
197690
|
+
*
|
197691
|
+
* This list is designed to work with the @see {@link detectFramework} function.
|
197692
|
+
*
|
197693
|
+
* @example
|
197694
|
+
* import { monorepoManagers as frameworkList } from '@vercel/build-utils'
|
197695
|
+
* import { detectFramework } from '@vercel/build-utils'
|
197696
|
+
*
|
197697
|
+
* const fs = new GitDetectorFilesystem(...)
|
197698
|
+
* detectFramwork({ fs, frameworkList }) // returns the 'slug' field if detected, otherwise null
|
197699
|
+
*
|
197700
|
+
*/
|
197701
|
+
exports.monorepoManagers = [
|
197702
|
+
{
|
197703
|
+
name: 'Turborepo',
|
197704
|
+
slug: 'turbo',
|
197705
|
+
detectors: {
|
197706
|
+
some: [
|
197707
|
+
{
|
197708
|
+
path: 'turbo.json',
|
197709
|
+
},
|
197710
|
+
{
|
197711
|
+
path: 'package.json',
|
197712
|
+
matchContent: '"turbo":\\s*{[^}]*.+[^}]*}',
|
197713
|
+
},
|
197714
|
+
],
|
197715
|
+
},
|
197716
|
+
},
|
197717
|
+
];
|
197718
|
+
exports.default = exports.monorepoManagers;
|
197719
|
+
|
197720
|
+
|
197990
197721
|
/***/ }),
|
197991
197722
|
|
197992
197723
|
/***/ 7049:
|
197993
|
-
/***/ ((__unused_webpack_module, exports,
|
197724
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1025196__) => {
|
197994
197725
|
|
197995
197726
|
"use strict";
|
197996
197727
|
|
197997
197728
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197998
197729
|
exports.NodejsLambda = void 0;
|
197999
|
-
const lambda_1 =
|
197730
|
+
const lambda_1 = __nested_webpack_require_1025196__(6721);
|
198000
197731
|
class NodejsLambda extends lambda_1.Lambda {
|
198001
197732
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
198002
197733
|
super(opts);
|
@@ -198133,13 +197864,13 @@ exports.buildsSchema = {
|
|
198133
197864
|
/***/ }),
|
198134
197865
|
|
198135
197866
|
/***/ 2564:
|
198136
|
-
/***/ ((__unused_webpack_module, exports,
|
197867
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1029541__) => {
|
198137
197868
|
|
198138
197869
|
"use strict";
|
198139
197870
|
|
198140
197871
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198141
197872
|
exports.shouldServe = void 0;
|
198142
|
-
const path_1 =
|
197873
|
+
const path_1 = __nested_webpack_require_1029541__(5622);
|
198143
197874
|
const shouldServe = ({ entrypoint, files, requestPath, }) => {
|
198144
197875
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198145
197876
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -198183,13 +197914,12 @@ exports.workspaceManagers = void 0;
|
|
198183
197914
|
* This list is designed to work with the @see {@link detectFramework} function.
|
198184
197915
|
*
|
198185
197916
|
* @example
|
198186
|
-
* import { workspaceManagers as frameworkList } from '@vercel/build-utils
|
197917
|
+
* import { workspaceManagers as frameworkList } from '@vercel/build-utils'
|
198187
197918
|
* import { detectFramework } from '@vercel/build-utils'
|
198188
197919
|
*
|
198189
197920
|
* const fs = new GitDetectorFilesystem(...)
|
198190
197921
|
* detectFramwork({ fs, frameworkList }) // returns the 'slug' field if detected, otherwise null
|
198191
197922
|
*
|
198192
|
-
* @todo Will be used by the detect-eligible-projects API endpoint for a given git url.
|
198193
197923
|
*/
|
198194
197924
|
exports.workspaceManagers = [
|
198195
197925
|
{
|
@@ -198206,28 +197936,6 @@ exports.workspaceManagers = [
|
|
198206
197936
|
},
|
198207
197937
|
],
|
198208
197938
|
},
|
198209
|
-
// unused props - needed for typescript
|
198210
|
-
description: '',
|
198211
|
-
logo: '',
|
198212
|
-
settings: {
|
198213
|
-
buildCommand: {
|
198214
|
-
value: '',
|
198215
|
-
placeholder: '',
|
198216
|
-
},
|
198217
|
-
devCommand: {
|
198218
|
-
value: '',
|
198219
|
-
placeholder: '',
|
198220
|
-
},
|
198221
|
-
installCommand: {
|
198222
|
-
value: '',
|
198223
|
-
placeholder: '',
|
198224
|
-
},
|
198225
|
-
outputDirectory: {
|
198226
|
-
value: '',
|
198227
|
-
placeholder: '',
|
198228
|
-
},
|
198229
|
-
},
|
198230
|
-
getOutputDirName: () => Promise.resolve(''),
|
198231
197939
|
},
|
198232
197940
|
{
|
198233
197941
|
name: 'pnpm',
|
@@ -198239,28 +197947,6 @@ exports.workspaceManagers = [
|
|
198239
197947
|
},
|
198240
197948
|
],
|
198241
197949
|
},
|
198242
|
-
// unused props - needed for typescript
|
198243
|
-
description: '',
|
198244
|
-
logo: '',
|
198245
|
-
settings: {
|
198246
|
-
buildCommand: {
|
198247
|
-
value: '',
|
198248
|
-
placeholder: '',
|
198249
|
-
},
|
198250
|
-
devCommand: {
|
198251
|
-
value: '',
|
198252
|
-
placeholder: '',
|
198253
|
-
},
|
198254
|
-
installCommand: {
|
198255
|
-
value: '',
|
198256
|
-
placeholder: '',
|
198257
|
-
},
|
198258
|
-
outputDirectory: {
|
198259
|
-
value: '',
|
198260
|
-
placeholder: '',
|
198261
|
-
},
|
198262
|
-
},
|
198263
|
-
getOutputDirName: () => Promise.resolve(''),
|
198264
197950
|
},
|
198265
197951
|
{
|
198266
197952
|
name: 'npm',
|
@@ -198276,28 +197962,6 @@ exports.workspaceManagers = [
|
|
198276
197962
|
},
|
198277
197963
|
],
|
198278
197964
|
},
|
198279
|
-
// unused props - needed for typescript
|
198280
|
-
description: '',
|
198281
|
-
logo: '',
|
198282
|
-
settings: {
|
198283
|
-
buildCommand: {
|
198284
|
-
value: '',
|
198285
|
-
placeholder: '',
|
198286
|
-
},
|
198287
|
-
devCommand: {
|
198288
|
-
value: '',
|
198289
|
-
placeholder: '',
|
198290
|
-
},
|
198291
|
-
installCommand: {
|
198292
|
-
value: '',
|
198293
|
-
placeholder: '',
|
198294
|
-
},
|
198295
|
-
outputDirectory: {
|
198296
|
-
value: '',
|
198297
|
-
placeholder: '',
|
198298
|
-
},
|
198299
|
-
},
|
198300
|
-
getOutputDirName: () => Promise.resolve(''),
|
198301
197965
|
},
|
198302
197966
|
];
|
198303
197967
|
exports.default = exports.workspaceManagers;
|
@@ -198503,7 +198167,7 @@ module.exports = __webpack_require__(78761);
|
|
198503
198167
|
/******/ var __webpack_module_cache__ = {};
|
198504
198168
|
/******/
|
198505
198169
|
/******/ // The require function
|
198506
|
-
/******/ function
|
198170
|
+
/******/ function __nested_webpack_require_1130891__(moduleId) {
|
198507
198171
|
/******/ // Check if module is in cache
|
198508
198172
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198509
198173
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198518,7 +198182,7 @@ module.exports = __webpack_require__(78761);
|
|
198518
198182
|
/******/ // Execute the module function
|
198519
198183
|
/******/ var threw = true;
|
198520
198184
|
/******/ try {
|
198521
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198185
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1130891__);
|
198522
198186
|
/******/ threw = false;
|
198523
198187
|
/******/ } finally {
|
198524
198188
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198531,11 +198195,11 @@ module.exports = __webpack_require__(78761);
|
|
198531
198195
|
/************************************************************************/
|
198532
198196
|
/******/ /* webpack/runtime/compat */
|
198533
198197
|
/******/
|
198534
|
-
/******/
|
198198
|
+
/******/ __nested_webpack_require_1130891__.ab = __dirname + "/";/************************************************************************/
|
198535
198199
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198536
198200
|
/******/ // startup
|
198537
198201
|
/******/ // Load entry module and return exports
|
198538
|
-
/******/ return
|
198202
|
+
/******/ return __nested_webpack_require_1130891__(2855);
|
198539
198203
|
/******/ })()
|
198540
198204
|
;
|
198541
198205
|
|
@@ -210705,6 +210369,12 @@ var pkg_name = __webpack_require__(98106);
|
|
210705
210369
|
|
210706
210370
|
const help = () => {
|
210707
210371
|
console.log(`
|
210372
|
+
${source_default().yellow(
|
210373
|
+
`${source_default().bold('NOTE:')} The ${(0,pkg_name.getCommandName)(
|
210374
|
+
'env'
|
210375
|
+
)} command is recommended instead of ${(0,pkg_name.getCommandName)('secrets')}`
|
210376
|
+
)}
|
210377
|
+
|
210708
210378
|
${source_default().bold(`${logo.default} ${(0,pkg_name.getPkgName)()} secrets`)} [options] <command>
|
210709
210379
|
|
210710
210380
|
${source_default().dim('Commands:')}
|
@@ -210754,7 +210424,7 @@ const help = () => {
|
|
210754
210424
|
|
210755
210425
|
${source_default().gray('–')} Paginate results, where ${source_default().dim(
|
210756
210426
|
'`1584722256178`'
|
210757
|
-
)} is the time in milliseconds since the UNIX epoch
|
210427
|
+
)} is the time in milliseconds since the UNIX epoch
|
210758
210428
|
|
210759
210429
|
${source_default().cyan(`$ ${(0,pkg_name.getPkgName)()} secrets ls --next 1584722256178`)}
|
210760
210430
|
`);
|
@@ -210820,8 +210490,14 @@ async function run({ output, contextName, currentTeam, client }) {
|
|
210820
210490
|
const args = argv._.slice(1);
|
210821
210491
|
const start = Date.now();
|
210822
210492
|
const { 'test-warning': testWarningFlag } = argv;
|
210493
|
+
const commandName = (0,pkg_name.getCommandName)('secret ' + subcommand);
|
210823
210494
|
|
210824
210495
|
if (subcommand === 'ls' || subcommand === 'list') {
|
210496
|
+
output.note(
|
210497
|
+
`The ${(0,pkg_name.getCommandName)(
|
210498
|
+
'env ls'
|
210499
|
+
)} command is recommended instead of ${commandName}\n`
|
210500
|
+
);
|
210825
210501
|
if (args.length > 1) {
|
210826
210502
|
console.error(
|
210827
210503
|
(0,error.error)(
|
@@ -210884,6 +210560,11 @@ async function run({ output, contextName, currentTeam, client }) {
|
|
210884
210560
|
}
|
210885
210561
|
|
210886
210562
|
if (subcommand === 'rm' || subcommand === 'remove') {
|
210563
|
+
output.note(
|
210564
|
+
`The ${(0,pkg_name.getCommandName)(
|
210565
|
+
'env rm'
|
210566
|
+
)} command is recommended instead of ${commandName}\n`
|
210567
|
+
);
|
210887
210568
|
if (args.length !== 1) {
|
210888
210569
|
console.error(
|
210889
210570
|
(0,error.error)(
|
@@ -210926,6 +210607,11 @@ async function run({ output, contextName, currentTeam, client }) {
|
|
210926
210607
|
}
|
210927
210608
|
|
210928
210609
|
if (subcommand === 'rename') {
|
210610
|
+
output.note(
|
210611
|
+
`The ${(0,pkg_name.getCommandName)('env rm')} and ${(0,pkg_name.getCommandName)(
|
210612
|
+
'env add'
|
210613
|
+
)} commands are recommended instead of ${commandName}\n`
|
210614
|
+
);
|
210929
210615
|
if (args.length !== 2) {
|
210930
210616
|
console.error(
|
210931
210617
|
(0,error.error)(
|
@@ -210949,6 +210635,11 @@ async function run({ output, contextName, currentTeam, client }) {
|
|
210949
210635
|
}
|
210950
210636
|
|
210951
210637
|
if (subcommand === 'add' || subcommand === 'set') {
|
210638
|
+
output.note(
|
210639
|
+
`The ${(0,pkg_name.getCommandName)(
|
210640
|
+
'env add'
|
210641
|
+
)} command is recommended instead of ${commandName}\n`
|
210642
|
+
);
|
210952
210643
|
if (args.length !== 2) {
|
210953
210644
|
console.error(
|
210954
210645
|
(0,error.error)(
|
@@ -217185,7 +216876,6 @@ exports.frameworks = [
|
|
217185
216876
|
placeholder: 'Next.js default',
|
217186
216877
|
},
|
217187
216878
|
},
|
217188
|
-
getFsOutputDir: async () => '.next',
|
217189
216879
|
getOutputDirName: async () => 'public',
|
217190
216880
|
},
|
217191
216881
|
{
|
@@ -217231,7 +216921,6 @@ exports.frameworks = [
|
|
217231
216921
|
dependencies: ['next-plugin-sentry', 'next-sentry-source-maps'],
|
217232
216922
|
},
|
217233
216923
|
],
|
217234
|
-
getFsOutputDir: async () => '.next',
|
217235
216924
|
getOutputDirName: async () => 'public',
|
217236
216925
|
cachePattern: '.next/cache/**',
|
217237
216926
|
},
|
@@ -217326,6 +217015,8 @@ exports.frameworks = [
|
|
217326
217015
|
description: 'A new Remix app — the result of running `npx create-remix`.',
|
217327
217016
|
website: 'https://remix.run',
|
217328
217017
|
sort: 6,
|
217018
|
+
useRuntime: { src: 'package.json', use: '@vercel/remix' },
|
217019
|
+
ignoreRuntimes: ['@vercel/node'],
|
217329
217020
|
detectors: {
|
217330
217021
|
every: [
|
217331
217022
|
{
|
@@ -217351,39 +217042,6 @@ exports.frameworks = [
|
|
217351
217042
|
},
|
217352
217043
|
dependency: 'remix',
|
217353
217044
|
getOutputDirName: async () => 'public',
|
217354
|
-
defaultRoutes: [
|
217355
|
-
{
|
217356
|
-
src: '^/build/(.*)$',
|
217357
|
-
headers: { 'cache-control': 'public, max-age=31536000, immutable' },
|
217358
|
-
continue: true,
|
217359
|
-
},
|
217360
|
-
{
|
217361
|
-
handle: 'filesystem',
|
217362
|
-
},
|
217363
|
-
{
|
217364
|
-
src: '/(.*)',
|
217365
|
-
dest: '/api',
|
217366
|
-
},
|
217367
|
-
],
|
217368
|
-
defaultRewrites: [
|
217369
|
-
{
|
217370
|
-
source: '/(.*)',
|
217371
|
-
regex: '/(.*)',
|
217372
|
-
destination: '/api',
|
217373
|
-
},
|
217374
|
-
],
|
217375
|
-
defaultHeaders: [
|
217376
|
-
{
|
217377
|
-
source: '/build/(.*)',
|
217378
|
-
regex: '/build/(.*)',
|
217379
|
-
headers: [
|
217380
|
-
{
|
217381
|
-
key: 'cache-control',
|
217382
|
-
value: 'public, max-age=31536000, immutable',
|
217383
|
-
},
|
217384
|
-
],
|
217385
|
-
},
|
217386
|
-
],
|
217387
217045
|
},
|
217388
217046
|
{
|
217389
217047
|
name: 'Astro',
|
@@ -217420,7 +217078,6 @@ exports.frameworks = [
|
|
217420
217078
|
},
|
217421
217079
|
},
|
217422
217080
|
dependency: 'astro',
|
217423
|
-
getFsOutputDir: async () => 'dist',
|
217424
217081
|
getOutputDirName: async () => 'dist',
|
217425
217082
|
defaultRoutes: [
|
217426
217083
|
{
|
@@ -217436,18 +217093,6 @@ exports.frameworks = [
|
|
217436
217093
|
dest: '/index.html',
|
217437
217094
|
},
|
217438
217095
|
],
|
217439
|
-
defaultHeaders: [
|
217440
|
-
{
|
217441
|
-
source: '^/dist/(.*)$',
|
217442
|
-
regex: '^/dist/(.*)$',
|
217443
|
-
headers: [
|
217444
|
-
{
|
217445
|
-
key: 'cache-control',
|
217446
|
-
value: 'public, max-age=31536000, immutable',
|
217447
|
-
},
|
217448
|
-
],
|
217449
|
-
},
|
217450
|
-
],
|
217451
217096
|
},
|
217452
217097
|
{
|
217453
217098
|
name: 'Hexo',
|
@@ -217568,51 +217213,6 @@ exports.frameworks = [
|
|
217568
217213
|
}
|
217569
217214
|
return base;
|
217570
217215
|
},
|
217571
|
-
defaultHeaders: [
|
217572
|
-
{
|
217573
|
-
source: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js)$',
|
217574
|
-
regex: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js)$',
|
217575
|
-
headers: [
|
217576
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
217577
|
-
],
|
217578
|
-
},
|
217579
|
-
{
|
217580
|
-
source: '^/assets/images/[^/]+-[0-9a-f]{32}\\.(ico|svg|jpg|jpeg|png|gif|webp)$',
|
217581
|
-
regex: '^/assets/images/[^/]+-[0-9a-f]{32}\\.(ico|svg|jpg|jpeg|png|gif|webp)$',
|
217582
|
-
headers: [
|
217583
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
217584
|
-
],
|
217585
|
-
},
|
217586
|
-
{
|
217587
|
-
source: '^/assets/medias/[^/]+-[0-9a-f]{32}\\.(ogv|wav|mp3|m4a|aac|oga|flac)$',
|
217588
|
-
regex: '^/assets/medias/[^/]+-[0-9a-f]{32}\\.(ogv|wav|mp3|m4a|aac|oga|flac)$',
|
217589
|
-
headers: [
|
217590
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
217591
|
-
],
|
217592
|
-
},
|
217593
|
-
{
|
217594
|
-
source: '^/assets/files/[^/]+-[0-9a-f]{32}\\.(pdf|doc|docx|xls|xlsx|zip|rar)$',
|
217595
|
-
regex: '^/assets/files/[^/]+-[0-9a-f]{32}\\.(pdf|doc|docx|xls|xlsx|zip|rar)$',
|
217596
|
-
headers: [
|
217597
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
217598
|
-
],
|
217599
|
-
},
|
217600
|
-
{
|
217601
|
-
source: '^/ideal-img/[^/]+\\.[0-9a-f]{7}\\.\\d+\\.(png|jpe?g|gif)$',
|
217602
|
-
regex: '^/ideal-img/[^/]+\\.[0-9a-f]{7}\\.\\d+\\.(png|jpe?g|gif)$',
|
217603
|
-
headers: [
|
217604
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
217605
|
-
],
|
217606
|
-
},
|
217607
|
-
],
|
217608
|
-
defaultRedirects: [
|
217609
|
-
{
|
217610
|
-
source: '.*',
|
217611
|
-
regex: '.*',
|
217612
|
-
statusCode: 404,
|
217613
|
-
destination: '404.html',
|
217614
|
-
},
|
217615
|
-
],
|
217616
217216
|
defaultRoutes: [
|
217617
217217
|
{
|
217618
217218
|
src: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js)$',
|
@@ -217741,13 +217341,6 @@ exports.frameworks = [
|
|
217741
217341
|
dest: '/index.html',
|
217742
217342
|
},
|
217743
217343
|
],
|
217744
|
-
defaultRewrites: [
|
217745
|
-
{
|
217746
|
-
source: '/(.*)',
|
217747
|
-
regex: '/(.*)',
|
217748
|
-
destination: '/index.html',
|
217749
|
-
},
|
217750
|
-
],
|
217751
217344
|
},
|
217752
217345
|
{
|
217753
217346
|
name: 'SolidStart',
|
@@ -217846,13 +217439,6 @@ exports.frameworks = [
|
|
217846
217439
|
continue: true,
|
217847
217440
|
},
|
217848
217441
|
],
|
217849
|
-
defaultRewrites: [
|
217850
|
-
{
|
217851
|
-
source: '/(.*)',
|
217852
|
-
regex: '/(.*)',
|
217853
|
-
destination: '/index.html',
|
217854
|
-
},
|
217855
|
-
],
|
217856
217442
|
},
|
217857
217443
|
{
|
217858
217444
|
name: 'Ember.js',
|
@@ -217897,13 +217483,6 @@ exports.frameworks = [
|
|
217897
217483
|
dest: '/index.html',
|
217898
217484
|
},
|
217899
217485
|
],
|
217900
|
-
defaultRewrites: [
|
217901
|
-
{
|
217902
|
-
source: '/(.*)',
|
217903
|
-
regex: '/(.*)',
|
217904
|
-
destination: '/index.html',
|
217905
|
-
},
|
217906
|
-
],
|
217907
217486
|
},
|
217908
217487
|
{
|
217909
217488
|
name: 'Vue.js',
|
@@ -217959,27 +217538,6 @@ exports.frameworks = [
|
|
217959
217538
|
dest: '/index.html',
|
217960
217539
|
},
|
217961
217540
|
],
|
217962
|
-
defaultHeaders: [
|
217963
|
-
{
|
217964
|
-
source: '^/[^/]*\\.(js|txt|ico|json)',
|
217965
|
-
regex: '^/[^/]*\\.(js|txt|ico|json)',
|
217966
|
-
headers: [{ key: 'cache-control', value: 'max-age=300' }],
|
217967
|
-
},
|
217968
|
-
{
|
217969
|
-
source: '^/(img|js|css|fonts|media)/[^/]+\\.[0-9a-f]{8}\\.*',
|
217970
|
-
regex: '^/(img|js|css|fonts|media)/[^/]+\\.[0-9a-f]{8}\\.*',
|
217971
|
-
headers: [
|
217972
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
217973
|
-
],
|
217974
|
-
},
|
217975
|
-
],
|
217976
|
-
defaultRewrites: [
|
217977
|
-
{
|
217978
|
-
source: '^.*',
|
217979
|
-
regex: '^.*',
|
217980
|
-
destination: '/index.html',
|
217981
|
-
},
|
217982
|
-
],
|
217983
217541
|
},
|
217984
217542
|
{
|
217985
217543
|
name: 'Scully',
|
@@ -218058,13 +217616,6 @@ exports.frameworks = [
|
|
218058
217616
|
dest: '/index.html',
|
218059
217617
|
},
|
218060
217618
|
],
|
218061
|
-
defaultRewrites: [
|
218062
|
-
{
|
218063
|
-
source: '/(.*)',
|
218064
|
-
regex: '/(.*)',
|
218065
|
-
destination: '/index.html',
|
218066
|
-
},
|
218067
|
-
],
|
218068
217619
|
},
|
218069
217620
|
{
|
218070
217621
|
name: 'Angular',
|
@@ -218123,13 +217674,6 @@ exports.frameworks = [
|
|
218123
217674
|
dest: '/index.html',
|
218124
217675
|
},
|
218125
217676
|
],
|
218126
|
-
defaultRewrites: [
|
218127
|
-
{
|
218128
|
-
source: '/(.*)',
|
218129
|
-
regex: '/(.*)',
|
218130
|
-
destination: '/index.html',
|
218131
|
-
},
|
218132
|
-
],
|
218133
217677
|
},
|
218134
217678
|
{
|
218135
217679
|
name: 'Polymer',
|
@@ -218186,13 +217730,6 @@ exports.frameworks = [
|
|
218186
217730
|
dest: '/index.html',
|
218187
217731
|
},
|
218188
217732
|
],
|
218189
|
-
defaultRewrites: [
|
218190
|
-
{
|
218191
|
-
source: '/(.*)',
|
218192
|
-
regex: '/(.*)',
|
218193
|
-
destination: '/index.html',
|
218194
|
-
},
|
218195
|
-
],
|
218196
217733
|
},
|
218197
217734
|
{
|
218198
217735
|
name: 'Svelte',
|
@@ -218241,13 +217778,6 @@ exports.frameworks = [
|
|
218241
217778
|
dest: '/index.html',
|
218242
217779
|
},
|
218243
217780
|
],
|
218244
|
-
defaultRewrites: [
|
218245
|
-
{
|
218246
|
-
source: '/(.*)',
|
218247
|
-
regex: '/(.*)',
|
218248
|
-
destination: '/index.html',
|
218249
|
-
},
|
218250
|
-
],
|
218251
217781
|
},
|
218252
217782
|
{
|
218253
217783
|
name: 'SvelteKit',
|
@@ -218343,45 +217873,6 @@ exports.frameworks = [
|
|
218343
217873
|
dest: '/index.html',
|
218344
217874
|
},
|
218345
217875
|
],
|
218346
|
-
defaultHeaders: [
|
218347
|
-
{
|
218348
|
-
source: '/static/(.*)',
|
218349
|
-
regex: '/static/(.*)',
|
218350
|
-
headers: [
|
218351
|
-
{ key: 'cache-control', value: 's-maxage=31536000, immutable' },
|
218352
|
-
],
|
218353
|
-
},
|
218354
|
-
{
|
218355
|
-
source: '/service-worker.js',
|
218356
|
-
regex: '/service-worker.js',
|
218357
|
-
headers: [{ key: 'cache-control', value: 's-maxage=0' }],
|
218358
|
-
},
|
218359
|
-
{
|
218360
|
-
source: '/(.*)',
|
218361
|
-
regex: '/(.*)',
|
218362
|
-
headers: [{ key: 'cache-control', value: 's-maxage=0' }],
|
218363
|
-
},
|
218364
|
-
],
|
218365
|
-
defaultRedirects: [
|
218366
|
-
{
|
218367
|
-
source: '/static/(.*)',
|
218368
|
-
destination: '/404.html',
|
218369
|
-
statusCode: 404,
|
218370
|
-
regex: '/static/(.*)',
|
218371
|
-
},
|
218372
|
-
],
|
218373
|
-
defaultRewrites: [
|
218374
|
-
{
|
218375
|
-
source: '/sockjs-node/(.*)',
|
218376
|
-
destination: '/sockjs-node/$1',
|
218377
|
-
regex: '/sockjs-node/(.*)',
|
218378
|
-
},
|
218379
|
-
{
|
218380
|
-
source: '/(.*)',
|
218381
|
-
destination: '/index.html',
|
218382
|
-
regex: '/(.*)',
|
218383
|
-
},
|
218384
|
-
],
|
218385
217876
|
},
|
218386
217877
|
{
|
218387
217878
|
name: 'Create React App',
|
@@ -218447,45 +217938,6 @@ exports.frameworks = [
|
|
218447
217938
|
dest: '/index.html',
|
218448
217939
|
},
|
218449
217940
|
],
|
218450
|
-
defaultHeaders: [
|
218451
|
-
{
|
218452
|
-
source: '/static/(.*)',
|
218453
|
-
regex: '/static/(.*)',
|
218454
|
-
headers: [
|
218455
|
-
{ key: 'cache-control', value: 's-maxage=31536000, immutable' },
|
218456
|
-
],
|
218457
|
-
},
|
218458
|
-
{
|
218459
|
-
source: '/service-worker.js',
|
218460
|
-
regex: '/service-worker.js',
|
218461
|
-
headers: [{ key: 'cache-control', value: 's-maxage=0' }],
|
218462
|
-
},
|
218463
|
-
{
|
218464
|
-
source: '/(.*)',
|
218465
|
-
regex: '/(.*)',
|
218466
|
-
headers: [{ key: 'cache-control', value: 's-maxage=0' }],
|
218467
|
-
},
|
218468
|
-
],
|
218469
|
-
defaultRedirects: [
|
218470
|
-
{
|
218471
|
-
source: '/static/(.*)',
|
218472
|
-
destination: '/404.html',
|
218473
|
-
statusCode: 404,
|
218474
|
-
regex: '/static/(.*)',
|
218475
|
-
},
|
218476
|
-
],
|
218477
|
-
defaultRewrites: [
|
218478
|
-
{
|
218479
|
-
source: '/sockjs-node/(.*)',
|
218480
|
-
destination: '/sockjs-node/$1',
|
218481
|
-
regex: '/sockjs-node/(.*)',
|
218482
|
-
},
|
218483
|
-
{
|
218484
|
-
source: '/(.*)',
|
218485
|
-
destination: '/index.html',
|
218486
|
-
regex: '/(.*)',
|
218487
|
-
},
|
218488
|
-
],
|
218489
217941
|
},
|
218490
217942
|
{
|
218491
217943
|
name: 'Gridsome',
|
@@ -218565,13 +218017,6 @@ exports.frameworks = [
|
|
218565
218017
|
dest: '/index.html',
|
218566
218018
|
},
|
218567
218019
|
],
|
218568
|
-
defaultRewrites: [
|
218569
|
-
{
|
218570
|
-
source: '/(.*)',
|
218571
|
-
destination: '/index.html',
|
218572
|
-
regex: '/(.*)',
|
218573
|
-
},
|
218574
|
-
],
|
218575
218020
|
},
|
218576
218021
|
{
|
218577
218022
|
name: 'Sapper',
|
@@ -218656,23 +218101,6 @@ exports.frameworks = [
|
|
218656
218101
|
dest: '404.html',
|
218657
218102
|
},
|
218658
218103
|
],
|
218659
|
-
defaultHeaders: [
|
218660
|
-
{
|
218661
|
-
source: '/_saber/.*',
|
218662
|
-
regex: '/_saber/.*',
|
218663
|
-
headers: [
|
218664
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
218665
|
-
],
|
218666
|
-
},
|
218667
|
-
],
|
218668
|
-
defaultRedirects: [
|
218669
|
-
{
|
218670
|
-
source: '.*',
|
218671
|
-
statusCode: 404,
|
218672
|
-
destination: '404.html',
|
218673
|
-
regex: '.*',
|
218674
|
-
},
|
218675
|
-
],
|
218676
218104
|
},
|
218677
218105
|
{
|
218678
218106
|
name: 'Stencil',
|
@@ -218732,32 +218160,6 @@ exports.frameworks = [
|
|
218732
218160
|
dest: '/index.html',
|
218733
218161
|
},
|
218734
218162
|
],
|
218735
|
-
defaultHeaders: [
|
218736
|
-
{
|
218737
|
-
source: '/assets/(.*)',
|
218738
|
-
regex: '/assets/(.*)',
|
218739
|
-
headers: [{ key: 'cache-control', value: 'max-age=2592000' }],
|
218740
|
-
},
|
218741
|
-
{
|
218742
|
-
source: '/build/p-.*',
|
218743
|
-
regex: '/build/p-.*',
|
218744
|
-
headers: [
|
218745
|
-
{ key: 'cache-control', value: 'max-age=31536000, immutable' },
|
218746
|
-
],
|
218747
|
-
},
|
218748
|
-
{
|
218749
|
-
source: '/sw.js',
|
218750
|
-
regex: '/sw.js',
|
218751
|
-
headers: [{ key: 'cache-control', value: 'no-cache' }],
|
218752
|
-
},
|
218753
|
-
],
|
218754
|
-
defaultRewrites: [
|
218755
|
-
{
|
218756
|
-
source: '/(.*)',
|
218757
|
-
destination: '/index.html',
|
218758
|
-
regex: '/(.*)',
|
218759
|
-
},
|
218760
|
-
],
|
218761
218163
|
},
|
218762
218164
|
{
|
218763
218165
|
name: 'Nuxt.js',
|
@@ -219118,15 +218520,6 @@ exports.frameworks = [
|
|
219118
218520
|
handle: 'filesystem',
|
219119
218521
|
},
|
219120
218522
|
],
|
219121
|
-
defaultHeaders: [
|
219122
|
-
{
|
219123
|
-
source: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js|png|jpg|webp|avif|svg)$',
|
219124
|
-
regex: '^/[^./]+\\.[0-9a-f]{8}\\.(css|js|png|jpg|webp|avif|svg)$',
|
219125
|
-
headers: [
|
219126
|
-
{ key: 'cache-control', value: 's-maxage=31536000, immutable' },
|
219127
|
-
],
|
219128
|
-
},
|
219129
|
-
],
|
219130
218523
|
},
|
219131
218524
|
{
|
219132
218525
|
name: 'Sanity',
|
@@ -219192,22 +218585,6 @@ exports.frameworks = [
|
|
219192
218585
|
placeholder: '`public` if it exists, or `.`',
|
219193
218586
|
},
|
219194
218587
|
},
|
219195
|
-
getFsOutputDir: async (dirPrefix) => {
|
219196
|
-
// Public if it exists or `.`
|
219197
|
-
let base = 'public';
|
219198
|
-
try {
|
219199
|
-
const location = path_1.join(dirPrefix, base);
|
219200
|
-
const content = await readdir(location, { withFileTypes: true });
|
219201
|
-
// If there is only one file in it that is a dir we'll use it as dist dir
|
219202
|
-
if (content.length === 1 && content[0].isDirectory()) {
|
219203
|
-
return path_1.join(base, content[0].name);
|
219204
|
-
}
|
219205
|
-
}
|
219206
|
-
catch (_error) {
|
219207
|
-
base = '.';
|
219208
|
-
}
|
219209
|
-
return base;
|
219210
|
-
},
|
219211
218588
|
getOutputDirName: async () => 'public',
|
219212
218589
|
},
|
219213
218590
|
];
|
@@ -225467,7 +224844,8 @@ async function main(client) {
|
|
225467
224844
|
dotenv_1.default.config({ path: envPath, debug: client.output.isDebugEnabled() });
|
225468
224845
|
output.log(`Loaded env from "${path_1.relative(cwd, envPath)}"`);
|
225469
224846
|
}
|
225470
|
-
// Some build processes use
|
224847
|
+
// Some build processes use these env vars to platform detect Vercel
|
224848
|
+
process.env.VERCEL = '1';
|
225471
224849
|
process.env.NOW_BUILDER = '1';
|
225472
224850
|
const workPath = path_1.join(cwd, project.settings.rootDirectory || '.');
|
225473
224851
|
// Load `package.json` and `vercel.json` files
|
@@ -225534,7 +224912,14 @@ async function main(client) {
|
|
225534
224912
|
zeroConfigRoutes.push(...(detectedBuilders.defaultRoutes || []));
|
225535
224913
|
}
|
225536
224914
|
const builderSpecs = new Set(builds.map(b => b.use));
|
225537
|
-
|
224915
|
+
let buildersWithPkgs;
|
224916
|
+
try {
|
224917
|
+
buildersWithPkgs = await import_builders_1.importBuilders(builderSpecs, cwd, output);
|
224918
|
+
}
|
224919
|
+
catch (err) {
|
224920
|
+
output.prettyError(err);
|
224921
|
+
return 1;
|
224922
|
+
}
|
225538
224923
|
// Populate Files -> FileFsRef mapping
|
225539
224924
|
const filesMap = {};
|
225540
224925
|
for (const path of files) {
|
@@ -232907,7 +232292,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
232907
232292
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
232908
232293
|
};
|
232909
232294
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
232910
|
-
exports.importBuilders = void 0;
|
232295
|
+
exports.resolveBuilders = exports.importBuilders = void 0;
|
232911
232296
|
const npm_package_arg_1 = __importDefault(__webpack_require__(79726));
|
232912
232297
|
const semver_1 = __webpack_require__(92879);
|
232913
232298
|
const path_1 = __webpack_require__(85622);
|
@@ -232922,139 +232307,152 @@ const errors_ts_1 = __webpack_require__(60156);
|
|
232922
232307
|
* into `.vercel/builders` if necessary.
|
232923
232308
|
*/
|
232924
232309
|
async function importBuilders(builderSpecs, cwd, output) {
|
232925
|
-
const results = new Map();
|
232926
|
-
const resolvedSpecs = new Map();
|
232927
232310
|
const buildersDir = path_1.join(cwd, link_1.VERCEL_DIR, 'builders');
|
232928
|
-
|
232929
|
-
|
232930
|
-
const
|
232931
|
-
|
232932
|
-
|
232933
|
-
|
232934
|
-
|
232935
|
-
|
232936
|
-
|
232937
|
-
|
232938
|
-
|
232939
|
-
|
232940
|
-
|
232941
|
-
|
232942
|
-
|
232943
|
-
|
232944
|
-
|
232945
|
-
|
232946
|
-
|
232947
|
-
|
232948
|
-
|
232949
|
-
|
232950
|
-
|
232311
|
+
let importResult = await resolveBuilders(buildersDir, builderSpecs, output);
|
232312
|
+
if ('buildersToAdd' in importResult) {
|
232313
|
+
const installResult = await installBuilders(buildersDir, importResult.buildersToAdd, output);
|
232314
|
+
importResult = await resolveBuilders(buildersDir, builderSpecs, output, installResult.resolvedSpecs);
|
232315
|
+
if ('buildersToAdd' in importResult) {
|
232316
|
+
throw new Error('Something went wrong!');
|
232317
|
+
}
|
232318
|
+
}
|
232319
|
+
return importResult.builders;
|
232320
|
+
}
|
232321
|
+
exports.importBuilders = importBuilders;
|
232322
|
+
async function resolveBuilders(buildersDir, builderSpecs, output, resolvedSpecs) {
|
232323
|
+
const builders = new Map();
|
232324
|
+
const buildersToAdd = new Set();
|
232325
|
+
for (const spec of builderSpecs) {
|
232326
|
+
const resolvedSpec = (resolvedSpecs === null || resolvedSpecs === void 0 ? void 0 : resolvedSpecs.get(spec)) || spec;
|
232327
|
+
const parsed = npm_package_arg_1.default(resolvedSpec);
|
232328
|
+
let { name } = parsed;
|
232329
|
+
if (!name) {
|
232330
|
+
// A URL was specified - will need to install it and resolve the
|
232331
|
+
// proper package name from the written `package.json` file
|
232332
|
+
buildersToAdd.add(spec);
|
232333
|
+
continue;
|
232334
|
+
}
|
232335
|
+
if (name === '@vercel/static') {
|
232336
|
+
// `@vercel/static` is a special-case built-in builder
|
232337
|
+
builders.set(name, {
|
232338
|
+
builder: staticBuilder,
|
232339
|
+
pkg: { name },
|
232340
|
+
path: '',
|
232341
|
+
pkgPath: '',
|
232342
|
+
});
|
232343
|
+
continue;
|
232344
|
+
}
|
232345
|
+
try {
|
232346
|
+
let pkgPath;
|
232347
|
+
let builderPkg;
|
232951
232348
|
try {
|
232952
|
-
|
232953
|
-
|
232954
|
-
|
232955
|
-
|
232956
|
-
// at the top-level of `node_modules` since CLI is installing those directly.
|
232957
|
-
pkgPath = path_1.join(buildersDir, 'node_modules', name, 'package.json');
|
232958
|
-
builderPkg = await fs_extra_1.readJSON(pkgPath);
|
232959
|
-
}
|
232960
|
-
catch (err) {
|
232961
|
-
if ((err === null || err === void 0 ? void 0 : err.code) !== 'ENOENT')
|
232962
|
-
throw err;
|
232963
|
-
// If `pkgPath` wasn't found in `.vercel/builders` then try as a CLI local
|
232964
|
-
// dependency. `require.resolve()` will throw if the Builder is not a CLI
|
232965
|
-
// dep, in which case we'll install it into `.vercel/builders`.
|
232966
|
-
pkgPath = require.resolve(`${name}/package.json`, {
|
232967
|
-
paths: [__dirname],
|
232968
|
-
});
|
232969
|
-
builderPkg = await fs_extra_1.readJSON(pkgPath);
|
232970
|
-
}
|
232971
|
-
if (!builderPkg || !pkgPath) {
|
232972
|
-
throw new Error(`Failed to load \`package.json\` for "${name}"`);
|
232973
|
-
}
|
232974
|
-
if (typeof builderPkg.version !== 'string') {
|
232975
|
-
throw new Error(`\`package.json\` for "${name}" does not contain a "version" field`);
|
232976
|
-
}
|
232977
|
-
if (parsed.type === 'version' &&
|
232978
|
-
parsed.rawSpec !== builderPkg.version) {
|
232979
|
-
// An explicit Builder version was specified but it does
|
232980
|
-
// not match the version that is currently installed
|
232981
|
-
output.debug(`Installed version "${name}@${builderPkg.version}" does not match "${parsed.rawSpec}"`);
|
232982
|
-
buildersToAdd.add(spec);
|
232983
|
-
continue;
|
232984
|
-
}
|
232985
|
-
if (parsed.type === 'range' &&
|
232986
|
-
!semver_1.satisfies(builderPkg.version, parsed.rawSpec)) {
|
232987
|
-
// An explicit Builder range was specified but it is not
|
232988
|
-
// compatible with the version that is currently installed
|
232989
|
-
output.debug(`Installed version "${name}@${builderPkg.version}" is not compatible with "${parsed.rawSpec}"`);
|
232990
|
-
buildersToAdd.add(spec);
|
232991
|
-
continue;
|
232992
|
-
}
|
232993
|
-
// TODO: handle `parsed.type === 'tag'` ("latest" vs. anything else?)
|
232994
|
-
const path = path_1.join(path_1.dirname(pkgPath), builderPkg.main || 'index.js');
|
232995
|
-
const builder = require(path);
|
232996
|
-
results.set(spec, {
|
232997
|
-
builder,
|
232998
|
-
pkg: builderPkg,
|
232999
|
-
path,
|
233000
|
-
pkgPath,
|
233001
|
-
});
|
233002
|
-
output.debug(`Imported Builder "${name}" from "${path_1.dirname(pkgPath)}"`);
|
232349
|
+
// First try `.vercel/builders`. The package name should always be available
|
232350
|
+
// at the top-level of `node_modules` since CLI is installing those directly.
|
232351
|
+
pkgPath = path_1.join(buildersDir, 'node_modules', name, 'package.json');
|
232352
|
+
builderPkg = await fs_extra_1.readJSON(pkgPath);
|
233003
232353
|
}
|
233004
232354
|
catch (err) {
|
233005
|
-
if (err.code
|
233006
|
-
output.debug(`Failed to import "${name}": ${err}`);
|
233007
|
-
buildersToAdd.add(spec);
|
233008
|
-
if (err.message.includes('@now/build-utils')) {
|
233009
|
-
const upgradeMessage = parsed.scope === '@now'
|
233010
|
-
? ` Please update from "@now" to "@vercel".`
|
233011
|
-
: '';
|
233012
|
-
throw new Error(`The legacy "${name}" Builder is not supported.${upgradeMessage}`);
|
233013
|
-
}
|
233014
|
-
}
|
233015
|
-
else {
|
232355
|
+
if ((err === null || err === void 0 ? void 0 : err.code) !== 'ENOENT')
|
233016
232356
|
throw err;
|
233017
|
-
|
232357
|
+
// If `pkgPath` wasn't found in `.vercel/builders` then try as a CLI local
|
232358
|
+
// dependency. `require.resolve()` will throw if the Builder is not a CLI
|
232359
|
+
// dep, in which case we'll install it into `.vercel/builders`.
|
232360
|
+
pkgPath = require.resolve(`${name}/package.json`, {
|
232361
|
+
paths: [__dirname],
|
232362
|
+
});
|
232363
|
+
builderPkg = await fs_extra_1.readJSON(pkgPath);
|
233018
232364
|
}
|
232365
|
+
if (!builderPkg || !pkgPath) {
|
232366
|
+
throw new Error(`Failed to load \`package.json\` for "${name}"`);
|
232367
|
+
}
|
232368
|
+
if (typeof builderPkg.version !== 'string') {
|
232369
|
+
throw new Error(`\`package.json\` for "${name}" does not contain a "version" field`);
|
232370
|
+
}
|
232371
|
+
if (parsed.type === 'version' && parsed.rawSpec !== builderPkg.version) {
|
232372
|
+
// An explicit Builder version was specified but it does
|
232373
|
+
// not match the version that is currently installed
|
232374
|
+
output.debug(`Installed version "${name}@${builderPkg.version}" does not match "${parsed.rawSpec}"`);
|
232375
|
+
buildersToAdd.add(spec);
|
232376
|
+
continue;
|
232377
|
+
}
|
232378
|
+
if (parsed.type === 'range' &&
|
232379
|
+
!semver_1.satisfies(builderPkg.version, parsed.rawSpec)) {
|
232380
|
+
// An explicit Builder range was specified but it is not
|
232381
|
+
// compatible with the version that is currently installed
|
232382
|
+
output.debug(`Installed version "${name}@${builderPkg.version}" is not compatible with "${parsed.rawSpec}"`);
|
232383
|
+
buildersToAdd.add(spec);
|
232384
|
+
continue;
|
232385
|
+
}
|
232386
|
+
// TODO: handle `parsed.type === 'tag'` ("latest" vs. anything else?)
|
232387
|
+
const path = path_1.join(path_1.dirname(pkgPath), builderPkg.main || 'index.js');
|
232388
|
+
const builder = require(path);
|
232389
|
+
builders.set(spec, {
|
232390
|
+
builder,
|
232391
|
+
pkg: builderPkg,
|
232392
|
+
path,
|
232393
|
+
pkgPath,
|
232394
|
+
});
|
232395
|
+
output.debug(`Imported Builder "${name}" from "${path_1.dirname(pkgPath)}"`);
|
233019
232396
|
}
|
233020
|
-
|
233021
|
-
|
233022
|
-
|
233023
|
-
|
233024
|
-
|
233025
|
-
|
233026
|
-
|
233027
|
-
await fs_extra_1.outputJSON(buildersPkgPath, emptyPkgJson, {
|
233028
|
-
flag: 'wx',
|
233029
|
-
});
|
232397
|
+
catch (err) {
|
232398
|
+
// `resolvedSpecs` is only passed into this function on the 2nd run,
|
232399
|
+
// so if MODULE_NOT_FOUND happens in that case then we don't want to
|
232400
|
+
// try to install again. Instead just pass through the error to the user
|
232401
|
+
if (err.code === 'MODULE_NOT_FOUND' && !resolvedSpecs) {
|
232402
|
+
output.debug(`Failed to import "${name}": ${err}`);
|
232403
|
+
buildersToAdd.add(spec);
|
233030
232404
|
}
|
233031
|
-
|
233032
|
-
|
233033
|
-
|
232405
|
+
else {
|
232406
|
+
err.message = `Importing "${name}": ${err.message}`;
|
232407
|
+
throw err;
|
233034
232408
|
}
|
233035
|
-
|
233036
|
-
|
233037
|
-
|
233038
|
-
|
233039
|
-
|
233040
|
-
|
233041
|
-
|
233042
|
-
|
233043
|
-
|
233044
|
-
|
233045
|
-
|
233046
|
-
|
233047
|
-
|
233048
|
-
|
233049
|
-
|
233050
|
-
|
233051
|
-
|
232409
|
+
}
|
232410
|
+
}
|
232411
|
+
// Add any Builders that are not yet present into `.vercel/builders`
|
232412
|
+
if (buildersToAdd.size > 0) {
|
232413
|
+
return { buildersToAdd };
|
232414
|
+
}
|
232415
|
+
return { builders };
|
232416
|
+
}
|
232417
|
+
exports.resolveBuilders = resolveBuilders;
|
232418
|
+
async function installBuilders(buildersDir, buildersToAdd, output) {
|
232419
|
+
const resolvedSpecs = new Map();
|
232420
|
+
const buildersPkgPath = path_1.join(buildersDir, 'package.json');
|
232421
|
+
try {
|
232422
|
+
const emptyPkgJson = {
|
232423
|
+
private: true,
|
232424
|
+
license: 'UNLICENSED',
|
232425
|
+
};
|
232426
|
+
await fs_extra_1.outputJSON(buildersPkgPath, emptyPkgJson, {
|
232427
|
+
flag: 'wx',
|
232428
|
+
});
|
232429
|
+
}
|
232430
|
+
catch (err) {
|
232431
|
+
if (err.code !== 'EEXIST')
|
232432
|
+
throw err;
|
232433
|
+
}
|
232434
|
+
output.debug(`Installing Builders: ${Array.from(buildersToAdd).join(', ')}`);
|
232435
|
+
await build_utils_1.spawnAsync('yarn', ['add', '@vercel/build-utils', ...buildersToAdd], {
|
232436
|
+
cwd: buildersDir,
|
232437
|
+
});
|
232438
|
+
// Cross-reference any builderSpecs from the saved `package.json` file,
|
232439
|
+
// in case they were installed from a URL
|
232440
|
+
const buildersPkg = await read_json_file_1.default(buildersPkgPath);
|
232441
|
+
if (buildersPkg instanceof errors_ts_1.CantParseJSONFile)
|
232442
|
+
throw buildersPkg;
|
232443
|
+
if (!buildersPkg) {
|
232444
|
+
throw new Error(`Failed to load "${buildersPkgPath}"`);
|
232445
|
+
}
|
232446
|
+
for (const spec of buildersToAdd) {
|
232447
|
+
for (const [name, version] of Object.entries(buildersPkg.dependencies || {})) {
|
232448
|
+
if (version === spec) {
|
232449
|
+
output.debug(`Resolved Builder spec "${spec}" to name "${name}"`);
|
232450
|
+
resolvedSpecs.set(spec, name);
|
233052
232451
|
}
|
233053
232452
|
}
|
233054
|
-
}
|
233055
|
-
return
|
232453
|
+
}
|
232454
|
+
return { resolvedSpecs };
|
233056
232455
|
}
|
233057
|
-
exports.importBuilders = importBuilders;
|
233058
232456
|
|
233059
232457
|
|
233060
232458
|
/***/ }),
|
@@ -237547,7 +236945,13 @@ class DevServer {
|
|
237547
236945
|
const { debug } = this.output;
|
237548
236946
|
debug(`Killing builder dev server with PID ${pid}`);
|
237549
236947
|
this.devServerPids.delete(pid);
|
237550
|
-
|
236948
|
+
try {
|
236949
|
+
process.kill(pid, 'SIGTERM');
|
236950
|
+
debug(`Killed builder dev server with PID ${pid}`);
|
236951
|
+
}
|
236952
|
+
catch (err) {
|
236953
|
+
debug(`Failed to kill builder dev server with PID ${pid}: ${err}`);
|
236954
|
+
}
|
237551
236955
|
}
|
237552
236956
|
async send404(req, res, requestId) {
|
237553
236957
|
return this.sendError(req, res, requestId, 'NOT_FOUND', 404);
|
@@ -246360,7 +245764,7 @@ module.exports = JSON.parse("{\"application/1d-interleaved-parityfec\":{\"source
|
|
246360
245764
|
/***/ ((module) => {
|
246361
245765
|
|
246362
245766
|
"use strict";
|
246363
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.2.5-canary.
|
245767
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.2.5-canary.1\",\"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 --env node --verbose --runInBand --bail --forceExit\",\"test-unit\":\"yarn test test/unit/\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"yarn test test/dev/\",\"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\":\"3.1.1-canary.1\",\"@vercel/go\":\"1.4.4-canary.1\",\"@vercel/next\":\"2.8.67-canary.1\",\"@vercel/node\":\"1.15.4-canary.1\",\"@vercel/python\":\"2.3.4-canary.1\",\"@vercel/redwood\":\"0.8.4-canary.1\",\"@vercel/remix\":\"0.0.2-canary.1\",\"@vercel/ruby\":\"1.3.7-canary.1\",\"@vercel/static-build\":\"0.25.3-canary.1\",\"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\",\"@types/yauzl-promise\":\"2.1.0\",\"@vercel/client\":\"11.0.4-canary.1\",\"@vercel/frameworks\":\"0.9.2-canary.0\",\"@vercel/ncc\":\"0.24.0\",\"@zeit/fun\":\"0.11.2\",\"@zeit/source-map-support\":\"0.6.2\",\"ajv\":\"6.12.2\",\"alpha-sort\":\"2.0.1\",\"ansi-escapes\":\"3.0.0\",\"ansi-regex\":\"3.0.0\",\"arg\":\"5.0.0\",\"async-listen\":\"1.2.0\",\"async-retry\":\"1.1.3\",\"async-sema\":\"2.1.4\",\"ava\":\"2.2.0\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"clipboardy\":\"2.1.0\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"credit-card\":\"3.0.1\",\"date-fns\":\"1.29.0\",\"debug\":\"3.1.0\",\"dot\":\"1.1.3\",\"dotenv\":\"4.0.0\",\"email-prompt\":\"0.3.2\",\"email-validator\":\"1.1.1\",\"epipebomb\":\"1.0.0\",\"escape-html\":\"1.0.3\",\"esm\":\"3.1.4\",\"execa\":\"3.2.0\",\"express\":\"4.17.1\",\"fast-deep-equal\":\"3.1.3\",\"fs-extra\":\"10.0.0\",\"get-port\":\"5.1.1\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.0.0\",\"is-url\":\"1.2.2\",\"jaro-winkler\":\"0.2.8\",\"jsonlines\":\"0.1.1\",\"load-json-file\":\"3.0.0\",\"mime-types\":\"2.1.24\",\"minimatch\":\"3.0.4\",\"mri\":\"1.1.5\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.4.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"progress\":\"2.0.3\",\"promisepipe\":\"3.0.0\",\"psl\":\"1.1.31\",\"qr-image\":\"3.2.0\",\"raw-body\":\"2.4.1\",\"rimraf\":\"3.0.2\",\"semver\":\"5.5.0\",\"serve-handler\":\"6.1.1\",\"strip-ansi\":\"5.2.0\",\"stripe\":\"5.1.0\",\"tar-fs\":\"1.16.3\",\"test-listen\":\"1.1.0\",\"text-table\":\"0.2.0\",\"title\":\"3.4.1\",\"tmp-promise\":\"1.0.3\",\"tree-kill\":\"1.2.2\",\"ts-node\":\"8.3.0\",\"typescript\":\"4.3.4\",\"universal-analytics\":\"0.4.20\",\"utility-types\":\"2.1.0\",\"which\":\"2.0.2\",\"write-json-file\":\"2.2.0\",\"xdg-app-paths\":\"5.1.0\",\"yauzl-promise\":\"2.1.3\"},\"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\":\"08b04d0bda5e50b0dbce6f2595207e96271fc11e\"}");
|
246364
245768
|
|
246365
245769
|
/***/ }),
|
246366
245770
|
|
@@ -246376,7 +245780,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
246376
245780
|
/***/ ((module) => {
|
246377
245781
|
|
246378
245782
|
"use strict";
|
246379
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"11.0.4-canary.
|
245783
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"11.0.4-canary.1\",\"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\":\"yarn test tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test\":\"jest --env node --verbose --runInBand --bail\",\"test-unit\":\"yarn test 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\":\"3.1.1-canary.1\",\"@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\":\"08b04d0bda5e50b0dbce6f2595207e96271fc11e\"}");
|
246380
245784
|
|
246381
245785
|
/***/ }),
|
246382
245786
|
|