vercel 24.0.1-canary.6 → 24.0.1-canary.9
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 +288 -287
- package/package.json +9 -10
package/dist/index.js
CHANGED
@@ -189124,7 +189124,7 @@ exports.frameworks = [
|
|
189124
189124
|
},
|
189125
189125
|
settings: {
|
189126
189126
|
installCommand: {
|
189127
|
-
placeholder: '`yarn install` or `npm install`',
|
189127
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189128
189128
|
},
|
189129
189129
|
buildCommand: {
|
189130
189130
|
placeholder: '`npm run build` or `blitz build`',
|
@@ -189162,7 +189162,7 @@ exports.frameworks = [
|
|
189162
189162
|
},
|
189163
189163
|
settings: {
|
189164
189164
|
installCommand: {
|
189165
|
-
placeholder: '`yarn install` or `npm install`',
|
189165
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189166
189166
|
},
|
189167
189167
|
buildCommand: {
|
189168
189168
|
placeholder: '`npm run build` or `next build`',
|
@@ -189206,7 +189206,7 @@ exports.frameworks = [
|
|
189206
189206
|
},
|
189207
189207
|
settings: {
|
189208
189208
|
installCommand: {
|
189209
|
-
placeholder: '`yarn install` or `npm install`',
|
189209
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189210
189210
|
},
|
189211
189211
|
buildCommand: {
|
189212
189212
|
placeholder: '`npm run build` or `gatsby build`',
|
@@ -189287,7 +189287,7 @@ exports.frameworks = [
|
|
189287
189287
|
},
|
189288
189288
|
settings: {
|
189289
189289
|
installCommand: {
|
189290
|
-
placeholder: '`yarn install` or `npm install`',
|
189290
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189291
189291
|
},
|
189292
189292
|
buildCommand: {
|
189293
189293
|
value: 'remix build',
|
@@ -189355,7 +189355,7 @@ exports.frameworks = [
|
|
189355
189355
|
},
|
189356
189356
|
settings: {
|
189357
189357
|
installCommand: {
|
189358
|
-
placeholder: '`yarn install` or `npm install`',
|
189358
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189359
189359
|
},
|
189360
189360
|
buildCommand: {
|
189361
189361
|
placeholder: '`npm run build` or `hexo generate`',
|
@@ -189390,7 +189390,7 @@ exports.frameworks = [
|
|
189390
189390
|
},
|
189391
189391
|
settings: {
|
189392
189392
|
installCommand: {
|
189393
|
-
placeholder: '`yarn install` or `npm install`',
|
189393
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189394
189394
|
},
|
189395
189395
|
buildCommand: {
|
189396
189396
|
placeholder: '`npm run build` or `npx @11ty/eleventy`',
|
@@ -189426,7 +189426,7 @@ exports.frameworks = [
|
|
189426
189426
|
},
|
189427
189427
|
settings: {
|
189428
189428
|
installCommand: {
|
189429
|
-
placeholder: '`yarn install` or `npm install`',
|
189429
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189430
189430
|
},
|
189431
189431
|
buildCommand: {
|
189432
189432
|
placeholder: '`npm run build` or `docusaurus build`',
|
@@ -189555,7 +189555,7 @@ exports.frameworks = [
|
|
189555
189555
|
},
|
189556
189556
|
settings: {
|
189557
189557
|
installCommand: {
|
189558
|
-
placeholder: '`yarn install` or `npm install`',
|
189558
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189559
189559
|
},
|
189560
189560
|
buildCommand: {
|
189561
189561
|
placeholder: '`npm run build` or `docusaurus-build`',
|
@@ -189604,7 +189604,7 @@ exports.frameworks = [
|
|
189604
189604
|
},
|
189605
189605
|
settings: {
|
189606
189606
|
installCommand: {
|
189607
|
-
placeholder: '`yarn install` or `npm install`',
|
189607
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189608
189608
|
},
|
189609
189609
|
buildCommand: {
|
189610
189610
|
placeholder: '`npm run build` or `preact build`',
|
@@ -189660,7 +189660,7 @@ exports.frameworks = [
|
|
189660
189660
|
},
|
189661
189661
|
settings: {
|
189662
189662
|
installCommand: {
|
189663
|
-
placeholder: '`yarn install` or `npm install`',
|
189663
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189664
189664
|
},
|
189665
189665
|
buildCommand: {
|
189666
189666
|
placeholder: '`npm run build` or `solid-start build`',
|
@@ -189696,7 +189696,7 @@ exports.frameworks = [
|
|
189696
189696
|
},
|
189697
189697
|
settings: {
|
189698
189698
|
installCommand: {
|
189699
|
-
placeholder: '`yarn install` or `npm install`',
|
189699
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189700
189700
|
},
|
189701
189701
|
buildCommand: {
|
189702
189702
|
placeholder: '`npm run build` or `dojo build`',
|
@@ -189760,7 +189760,7 @@ exports.frameworks = [
|
|
189760
189760
|
},
|
189761
189761
|
settings: {
|
189762
189762
|
installCommand: {
|
189763
|
-
placeholder: '`yarn install` or `npm install`',
|
189763
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189764
189764
|
},
|
189765
189765
|
buildCommand: {
|
189766
189766
|
placeholder: '`npm run build` or `ember build`',
|
@@ -189812,7 +189812,7 @@ exports.frameworks = [
|
|
189812
189812
|
},
|
189813
189813
|
settings: {
|
189814
189814
|
installCommand: {
|
189815
|
-
placeholder: '`yarn install` or `npm install`',
|
189815
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189816
189816
|
},
|
189817
189817
|
buildCommand: {
|
189818
189818
|
placeholder: '`npm run build` or `vue-cli-service build`',
|
@@ -189887,7 +189887,7 @@ exports.frameworks = [
|
|
189887
189887
|
},
|
189888
189888
|
settings: {
|
189889
189889
|
installCommand: {
|
189890
|
-
placeholder: '`yarn install` or `npm install`',
|
189890
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189891
189891
|
},
|
189892
189892
|
buildCommand: {
|
189893
189893
|
placeholder: '`npm run build` or `ng build && scully`',
|
@@ -189922,7 +189922,7 @@ exports.frameworks = [
|
|
189922
189922
|
},
|
189923
189923
|
settings: {
|
189924
189924
|
installCommand: {
|
189925
|
-
placeholder: '`yarn install` or `npm install`',
|
189925
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189926
189926
|
},
|
189927
189927
|
buildCommand: {
|
189928
189928
|
placeholder: '`npm run build` or `ng build`',
|
@@ -189972,7 +189972,7 @@ exports.frameworks = [
|
|
189972
189972
|
},
|
189973
189973
|
settings: {
|
189974
189974
|
installCommand: {
|
189975
|
-
placeholder: '`yarn install` or `npm install`',
|
189975
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
189976
189976
|
},
|
189977
189977
|
buildCommand: {
|
189978
189978
|
placeholder: '`npm run build` or `ng build`',
|
@@ -190037,7 +190037,7 @@ exports.frameworks = [
|
|
190037
190037
|
},
|
190038
190038
|
settings: {
|
190039
190039
|
installCommand: {
|
190040
|
-
placeholder: '`yarn install` or `npm install`',
|
190040
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190041
190041
|
},
|
190042
190042
|
buildCommand: {
|
190043
190043
|
placeholder: '`npm run build` or `polymer build`',
|
@@ -190105,7 +190105,7 @@ exports.frameworks = [
|
|
190105
190105
|
},
|
190106
190106
|
settings: {
|
190107
190107
|
installCommand: {
|
190108
|
-
placeholder: '`yarn install` or `npm install`',
|
190108
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190109
190109
|
},
|
190110
190110
|
buildCommand: {
|
190111
190111
|
placeholder: '`npm run build` or `rollup -c`',
|
@@ -190157,7 +190157,7 @@ exports.frameworks = [
|
|
190157
190157
|
},
|
190158
190158
|
settings: {
|
190159
190159
|
installCommand: {
|
190160
|
-
placeholder: '`yarn install` or `npm install`',
|
190160
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190161
190161
|
},
|
190162
190162
|
buildCommand: {
|
190163
190163
|
placeholder: '`npm run build` or `svelte-kit build`',
|
@@ -190191,7 +190191,7 @@ exports.frameworks = [
|
|
190191
190191
|
},
|
190192
190192
|
settings: {
|
190193
190193
|
installCommand: {
|
190194
|
-
placeholder: '`yarn install` or `npm install`',
|
190194
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190195
190195
|
},
|
190196
190196
|
buildCommand: {
|
190197
190197
|
placeholder: '`npm run build` or `react-scripts build`',
|
@@ -190295,7 +190295,7 @@ exports.frameworks = [
|
|
190295
190295
|
},
|
190296
190296
|
settings: {
|
190297
190297
|
installCommand: {
|
190298
|
-
placeholder: '`yarn install` or `npm install`',
|
190298
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190299
190299
|
},
|
190300
190300
|
buildCommand: {
|
190301
190301
|
placeholder: '`npm run build` or `react-scripts build`',
|
@@ -190393,7 +190393,7 @@ exports.frameworks = [
|
|
190393
190393
|
},
|
190394
190394
|
settings: {
|
190395
190395
|
installCommand: {
|
190396
|
-
placeholder: '`yarn install` or `npm install`',
|
190396
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190397
190397
|
},
|
190398
190398
|
buildCommand: {
|
190399
190399
|
placeholder: '`npm run build` or `gridsome build`',
|
@@ -190428,7 +190428,7 @@ exports.frameworks = [
|
|
190428
190428
|
},
|
190429
190429
|
settings: {
|
190430
190430
|
installCommand: {
|
190431
|
-
placeholder: '`yarn install` or `npm install`',
|
190431
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190432
190432
|
},
|
190433
190433
|
buildCommand: {
|
190434
190434
|
placeholder: '`npm run build` or `umi build`',
|
@@ -190479,7 +190479,7 @@ exports.frameworks = [
|
|
190479
190479
|
},
|
190480
190480
|
settings: {
|
190481
190481
|
installCommand: {
|
190482
|
-
placeholder: '`yarn install` or `npm install`',
|
190482
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190483
190483
|
},
|
190484
190484
|
buildCommand: {
|
190485
190485
|
placeholder: '`npm run build` or `sapper export`',
|
@@ -190514,7 +190514,7 @@ exports.frameworks = [
|
|
190514
190514
|
},
|
190515
190515
|
settings: {
|
190516
190516
|
installCommand: {
|
190517
|
-
placeholder: '`yarn install` or `npm install`',
|
190517
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190518
190518
|
},
|
190519
190519
|
buildCommand: {
|
190520
190520
|
placeholder: '`npm run build` or `saber build`',
|
@@ -190580,7 +190580,7 @@ exports.frameworks = [
|
|
190580
190580
|
},
|
190581
190581
|
settings: {
|
190582
190582
|
installCommand: {
|
190583
|
-
placeholder: '`yarn install` or `npm install`',
|
190583
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190584
190584
|
},
|
190585
190585
|
buildCommand: {
|
190586
190586
|
placeholder: '`npm run build` or `stencil build`',
|
@@ -190668,7 +190668,7 @@ exports.frameworks = [
|
|
190668
190668
|
},
|
190669
190669
|
settings: {
|
190670
190670
|
installCommand: {
|
190671
|
-
placeholder: '`yarn install` or `npm install`',
|
190671
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190672
190672
|
},
|
190673
190673
|
buildCommand: {
|
190674
190674
|
placeholder: '`npm run build` or `nuxt generate`',
|
@@ -190725,7 +190725,7 @@ exports.frameworks = [
|
|
190725
190725
|
},
|
190726
190726
|
settings: {
|
190727
190727
|
installCommand: {
|
190728
|
-
placeholder: '`yarn install` or `npm install`',
|
190728
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190729
190729
|
},
|
190730
190730
|
buildCommand: {
|
190731
190731
|
value: 'yarn rw deploy vercel',
|
@@ -190786,7 +190786,7 @@ exports.frameworks = [
|
|
190786
190786
|
}));
|
190787
190787
|
return (config && config.publishDir) || 'public';
|
190788
190788
|
},
|
190789
|
-
defaultVersion: '0.
|
190789
|
+
defaultVersion: '0.58.2',
|
190790
190790
|
},
|
190791
190791
|
{
|
190792
190792
|
name: 'Jekyll',
|
@@ -190842,7 +190842,7 @@ exports.frameworks = [
|
|
190842
190842
|
},
|
190843
190843
|
settings: {
|
190844
190844
|
installCommand: {
|
190845
|
-
placeholder: '`yarn install` or `npm install`',
|
190845
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190846
190846
|
},
|
190847
190847
|
buildCommand: {
|
190848
190848
|
placeholder: '`npm run build` or `brunch build --production`',
|
@@ -190945,7 +190945,7 @@ exports.frameworks = [
|
|
190945
190945
|
},
|
190946
190946
|
settings: {
|
190947
190947
|
installCommand: {
|
190948
|
-
placeholder: '`yarn install` or `npm install`',
|
190948
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190949
190949
|
},
|
190950
190950
|
buildCommand: {
|
190951
190951
|
placeholder: '`npm run build` or `vite build`',
|
@@ -190980,7 +190980,7 @@ exports.frameworks = [
|
|
190980
190980
|
},
|
190981
190981
|
settings: {
|
190982
190982
|
installCommand: {
|
190983
|
-
placeholder: '`yarn install` or `npm install`',
|
190983
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
190984
190984
|
},
|
190985
190985
|
buildCommand: {
|
190986
190986
|
placeholder: '`npm run build` or `parcel build`',
|
@@ -191034,7 +191034,7 @@ exports.frameworks = [
|
|
191034
191034
|
},
|
191035
191035
|
settings: {
|
191036
191036
|
installCommand: {
|
191037
|
-
placeholder: '`yarn install` or `npm install`',
|
191037
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
191038
191038
|
},
|
191039
191039
|
buildCommand: {
|
191040
191040
|
placeholder: '`npm run build` or `sanity build`',
|
@@ -191066,7 +191066,7 @@ exports.frameworks = [
|
|
191066
191066
|
description: 'No framework or an unoptimized framework.',
|
191067
191067
|
settings: {
|
191068
191068
|
installCommand: {
|
191069
|
-
placeholder: '`yarn install` or `npm install`',
|
191069
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
191070
191070
|
},
|
191071
191071
|
buildCommand: {
|
191072
191072
|
placeholder: '`npm run vercel-build` or `npm run build`',
|
@@ -191106,7 +191106,7 @@ exports.default = def;
|
|
191106
191106
|
/***/ }),
|
191107
191107
|
|
191108
191108
|
/***/ 3734:
|
191109
|
-
/***/ (function(__unused_webpack_module, exports,
|
191109
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_807922__) {
|
191110
191110
|
|
191111
191111
|
"use strict";
|
191112
191112
|
|
@@ -191115,9 +191115,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191115
191115
|
};
|
191116
191116
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191117
191117
|
exports.readConfigFile = void 0;
|
191118
|
-
const js_yaml_1 = __importDefault(
|
191119
|
-
const toml_1 = __importDefault(
|
191120
|
-
const fs_1 =
|
191118
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_807922__(641));
|
191119
|
+
const toml_1 = __importDefault(__nested_webpack_require_807922__(9434));
|
191120
|
+
const fs_1 = __nested_webpack_require_807922__(5747);
|
191121
191121
|
const { readFile } = fs_1.promises;
|
191122
191122
|
async function readFileOrNull(file) {
|
191123
191123
|
try {
|
@@ -191166,13 +191166,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
191166
191166
|
/***/ }),
|
191167
191167
|
|
191168
191168
|
/***/ 641:
|
191169
|
-
/***/ ((module, __unused_webpack_exports,
|
191169
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_809528__) => {
|
191170
191170
|
|
191171
191171
|
"use strict";
|
191172
191172
|
|
191173
191173
|
|
191174
191174
|
|
191175
|
-
var yaml =
|
191175
|
+
var yaml = __nested_webpack_require_809528__(9633);
|
191176
191176
|
|
191177
191177
|
|
191178
191178
|
module.exports = yaml;
|
@@ -191181,14 +191181,14 @@ module.exports = yaml;
|
|
191181
191181
|
/***/ }),
|
191182
191182
|
|
191183
191183
|
/***/ 9633:
|
191184
|
-
/***/ ((module, __unused_webpack_exports,
|
191184
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_809702__) => {
|
191185
191185
|
|
191186
191186
|
"use strict";
|
191187
191187
|
|
191188
191188
|
|
191189
191189
|
|
191190
|
-
var loader =
|
191191
|
-
var dumper =
|
191190
|
+
var loader = __nested_webpack_require_809702__(4349);
|
191191
|
+
var dumper = __nested_webpack_require_809702__(8047);
|
191192
191192
|
|
191193
191193
|
|
191194
191194
|
function deprecated(name) {
|
@@ -191198,25 +191198,25 @@ function deprecated(name) {
|
|
191198
191198
|
}
|
191199
191199
|
|
191200
191200
|
|
191201
|
-
module.exports.Type =
|
191202
|
-
module.exports.Schema =
|
191203
|
-
module.exports.FAILSAFE_SCHEMA =
|
191204
|
-
module.exports.JSON_SCHEMA =
|
191205
|
-
module.exports.CORE_SCHEMA =
|
191206
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
191207
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
191201
|
+
module.exports.Type = __nested_webpack_require_809702__(6876);
|
191202
|
+
module.exports.Schema = __nested_webpack_require_809702__(6105);
|
191203
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_809702__(8441);
|
191204
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_809702__(1486);
|
191205
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_809702__(1112);
|
191206
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_809702__(596);
|
191207
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_809702__(9647);
|
191208
191208
|
module.exports.load = loader.load;
|
191209
191209
|
module.exports.loadAll = loader.loadAll;
|
191210
191210
|
module.exports.safeLoad = loader.safeLoad;
|
191211
191211
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
191212
191212
|
module.exports.dump = dumper.dump;
|
191213
191213
|
module.exports.safeDump = dumper.safeDump;
|
191214
|
-
module.exports.YAMLException =
|
191214
|
+
module.exports.YAMLException = __nested_webpack_require_809702__(3237);
|
191215
191215
|
|
191216
191216
|
// Deprecated schema names from JS-YAML 2.0.x
|
191217
|
-
module.exports.MINIMAL_SCHEMA =
|
191218
|
-
module.exports.SAFE_SCHEMA =
|
191219
|
-
module.exports.DEFAULT_SCHEMA =
|
191217
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_809702__(8441);
|
191218
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_809702__(596);
|
191219
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_809702__(9647);
|
191220
191220
|
|
191221
191221
|
// Deprecated functions from JS-YAML 1.x.x
|
191222
191222
|
module.exports.scan = deprecated('scan');
|
@@ -191295,17 +191295,17 @@ module.exports.extend = extend;
|
|
191295
191295
|
/***/ }),
|
191296
191296
|
|
191297
191297
|
/***/ 8047:
|
191298
|
-
/***/ ((module, __unused_webpack_exports,
|
191298
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_812520__) => {
|
191299
191299
|
|
191300
191300
|
"use strict";
|
191301
191301
|
|
191302
191302
|
|
191303
191303
|
/*eslint-disable no-use-before-define*/
|
191304
191304
|
|
191305
|
-
var common =
|
191306
|
-
var YAMLException =
|
191307
|
-
var DEFAULT_FULL_SCHEMA =
|
191308
|
-
var DEFAULT_SAFE_SCHEMA =
|
191305
|
+
var common = __nested_webpack_require_812520__(903);
|
191306
|
+
var YAMLException = __nested_webpack_require_812520__(3237);
|
191307
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_812520__(9647);
|
191308
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_812520__(596);
|
191309
191309
|
|
191310
191310
|
var _toString = Object.prototype.toString;
|
191311
191311
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -192181,18 +192181,18 @@ module.exports = YAMLException;
|
|
192181
192181
|
/***/ }),
|
192182
192182
|
|
192183
192183
|
/***/ 4349:
|
192184
|
-
/***/ ((module, __unused_webpack_exports,
|
192184
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_840224__) => {
|
192185
192185
|
|
192186
192186
|
"use strict";
|
192187
192187
|
|
192188
192188
|
|
192189
192189
|
/*eslint-disable max-len,no-use-before-define*/
|
192190
192190
|
|
192191
|
-
var common =
|
192192
|
-
var YAMLException =
|
192193
|
-
var Mark =
|
192194
|
-
var DEFAULT_SAFE_SCHEMA =
|
192195
|
-
var DEFAULT_FULL_SCHEMA =
|
192191
|
+
var common = __nested_webpack_require_840224__(903);
|
192192
|
+
var YAMLException = __nested_webpack_require_840224__(3237);
|
192193
|
+
var Mark = __nested_webpack_require_840224__(4926);
|
192194
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_840224__(596);
|
192195
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_840224__(9647);
|
192196
192196
|
|
192197
192197
|
|
192198
192198
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -193814,13 +193814,13 @@ module.exports.safeLoad = safeLoad;
|
|
193814
193814
|
/***/ }),
|
193815
193815
|
|
193816
193816
|
/***/ 4926:
|
193817
|
-
/***/ ((module, __unused_webpack_exports,
|
193817
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_884091__) => {
|
193818
193818
|
|
193819
193819
|
"use strict";
|
193820
193820
|
|
193821
193821
|
|
193822
193822
|
|
193823
|
-
var common =
|
193823
|
+
var common = __nested_webpack_require_884091__(903);
|
193824
193824
|
|
193825
193825
|
|
193826
193826
|
function Mark(name, buffer, position, line, column) {
|
@@ -193898,16 +193898,16 @@ module.exports = Mark;
|
|
193898
193898
|
/***/ }),
|
193899
193899
|
|
193900
193900
|
/***/ 6105:
|
193901
|
-
/***/ ((module, __unused_webpack_exports,
|
193901
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_885753__) => {
|
193902
193902
|
|
193903
193903
|
"use strict";
|
193904
193904
|
|
193905
193905
|
|
193906
193906
|
/*eslint-disable max-len*/
|
193907
193907
|
|
193908
|
-
var common =
|
193909
|
-
var YAMLException =
|
193910
|
-
var Type =
|
193908
|
+
var common = __nested_webpack_require_885753__(903);
|
193909
|
+
var YAMLException = __nested_webpack_require_885753__(3237);
|
193910
|
+
var Type = __nested_webpack_require_885753__(6876);
|
193911
193911
|
|
193912
193912
|
|
193913
193913
|
function compileList(schema, name, result) {
|
@@ -194014,7 +194014,7 @@ module.exports = Schema;
|
|
194014
194014
|
/***/ }),
|
194015
194015
|
|
194016
194016
|
/***/ 1112:
|
194017
|
-
/***/ ((module, __unused_webpack_exports,
|
194017
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_888617__) => {
|
194018
194018
|
|
194019
194019
|
"use strict";
|
194020
194020
|
// Standard YAML's Core schema.
|
@@ -194027,12 +194027,12 @@ module.exports = Schema;
|
|
194027
194027
|
|
194028
194028
|
|
194029
194029
|
|
194030
|
-
var Schema =
|
194030
|
+
var Schema = __nested_webpack_require_888617__(6105);
|
194031
194031
|
|
194032
194032
|
|
194033
194033
|
module.exports = new Schema({
|
194034
194034
|
include: [
|
194035
|
-
|
194035
|
+
__nested_webpack_require_888617__(1486)
|
194036
194036
|
]
|
194037
194037
|
});
|
194038
194038
|
|
@@ -194040,7 +194040,7 @@ module.exports = new Schema({
|
|
194040
194040
|
/***/ }),
|
194041
194041
|
|
194042
194042
|
/***/ 9647:
|
194043
|
-
/***/ ((module, __unused_webpack_exports,
|
194043
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_889087__) => {
|
194044
194044
|
|
194045
194045
|
"use strict";
|
194046
194046
|
// JS-YAML's default schema for `load` function.
|
@@ -194055,17 +194055,17 @@ module.exports = new Schema({
|
|
194055
194055
|
|
194056
194056
|
|
194057
194057
|
|
194058
|
-
var Schema =
|
194058
|
+
var Schema = __nested_webpack_require_889087__(6105);
|
194059
194059
|
|
194060
194060
|
|
194061
194061
|
module.exports = Schema.DEFAULT = new Schema({
|
194062
194062
|
include: [
|
194063
|
-
|
194063
|
+
__nested_webpack_require_889087__(596)
|
194064
194064
|
],
|
194065
194065
|
explicit: [
|
194066
|
-
|
194067
|
-
|
194068
|
-
|
194066
|
+
__nested_webpack_require_889087__(5836),
|
194067
|
+
__nested_webpack_require_889087__(6841),
|
194068
|
+
__nested_webpack_require_889087__(8750)
|
194069
194069
|
]
|
194070
194070
|
});
|
194071
194071
|
|
@@ -194073,7 +194073,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194073
194073
|
/***/ }),
|
194074
194074
|
|
194075
194075
|
/***/ 596:
|
194076
|
-
/***/ ((module, __unused_webpack_exports,
|
194076
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_889781__) => {
|
194077
194077
|
|
194078
194078
|
"use strict";
|
194079
194079
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -194086,22 +194086,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194086
194086
|
|
194087
194087
|
|
194088
194088
|
|
194089
|
-
var Schema =
|
194089
|
+
var Schema = __nested_webpack_require_889781__(6105);
|
194090
194090
|
|
194091
194091
|
|
194092
194092
|
module.exports = new Schema({
|
194093
194093
|
include: [
|
194094
|
-
|
194094
|
+
__nested_webpack_require_889781__(1112)
|
194095
194095
|
],
|
194096
194096
|
implicit: [
|
194097
|
-
|
194098
|
-
|
194097
|
+
__nested_webpack_require_889781__(7028),
|
194098
|
+
__nested_webpack_require_889781__(7841)
|
194099
194099
|
],
|
194100
194100
|
explicit: [
|
194101
|
-
|
194102
|
-
|
194103
|
-
|
194104
|
-
|
194101
|
+
__nested_webpack_require_889781__(8675),
|
194102
|
+
__nested_webpack_require_889781__(3498),
|
194103
|
+
__nested_webpack_require_889781__(679),
|
194104
|
+
__nested_webpack_require_889781__(7205)
|
194105
194105
|
]
|
194106
194106
|
});
|
194107
194107
|
|
@@ -194109,7 +194109,7 @@ module.exports = new Schema({
|
|
194109
194109
|
/***/ }),
|
194110
194110
|
|
194111
194111
|
/***/ 8441:
|
194112
|
-
/***/ ((module, __unused_webpack_exports,
|
194112
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_890493__) => {
|
194113
194113
|
|
194114
194114
|
"use strict";
|
194115
194115
|
// Standard YAML's Failsafe schema.
|
@@ -194119,14 +194119,14 @@ module.exports = new Schema({
|
|
194119
194119
|
|
194120
194120
|
|
194121
194121
|
|
194122
|
-
var Schema =
|
194122
|
+
var Schema = __nested_webpack_require_890493__(6105);
|
194123
194123
|
|
194124
194124
|
|
194125
194125
|
module.exports = new Schema({
|
194126
194126
|
explicit: [
|
194127
|
-
|
194128
|
-
|
194129
|
-
|
194127
|
+
__nested_webpack_require_890493__(5348),
|
194128
|
+
__nested_webpack_require_890493__(7330),
|
194129
|
+
__nested_webpack_require_890493__(293)
|
194130
194130
|
]
|
194131
194131
|
});
|
194132
194132
|
|
@@ -194134,7 +194134,7 @@ module.exports = new Schema({
|
|
194134
194134
|
/***/ }),
|
194135
194135
|
|
194136
194136
|
/***/ 1486:
|
194137
|
-
/***/ ((module, __unused_webpack_exports,
|
194137
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_890879__) => {
|
194138
194138
|
|
194139
194139
|
"use strict";
|
194140
194140
|
// Standard YAML's JSON schema.
|
@@ -194148,18 +194148,18 @@ module.exports = new Schema({
|
|
194148
194148
|
|
194149
194149
|
|
194150
194150
|
|
194151
|
-
var Schema =
|
194151
|
+
var Schema = __nested_webpack_require_890879__(6105);
|
194152
194152
|
|
194153
194153
|
|
194154
194154
|
module.exports = new Schema({
|
194155
194155
|
include: [
|
194156
|
-
|
194156
|
+
__nested_webpack_require_890879__(8441)
|
194157
194157
|
],
|
194158
194158
|
implicit: [
|
194159
|
-
|
194160
|
-
|
194161
|
-
|
194162
|
-
|
194159
|
+
__nested_webpack_require_890879__(9074),
|
194160
|
+
__nested_webpack_require_890879__(4308),
|
194161
|
+
__nested_webpack_require_890879__(1167),
|
194162
|
+
__nested_webpack_require_890879__(7862)
|
194163
194163
|
]
|
194164
194164
|
});
|
194165
194165
|
|
@@ -194167,12 +194167,12 @@ module.exports = new Schema({
|
|
194167
194167
|
/***/ }),
|
194168
194168
|
|
194169
194169
|
/***/ 6876:
|
194170
|
-
/***/ ((module, __unused_webpack_exports,
|
194170
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_891577__) => {
|
194171
194171
|
|
194172
194172
|
"use strict";
|
194173
194173
|
|
194174
194174
|
|
194175
|
-
var YAMLException =
|
194175
|
+
var YAMLException = __nested_webpack_require_891577__(3237);
|
194176
194176
|
|
194177
194177
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
194178
194178
|
'kind',
|
@@ -194236,7 +194236,7 @@ module.exports = Type;
|
|
194236
194236
|
/***/ }),
|
194237
194237
|
|
194238
194238
|
/***/ 8675:
|
194239
|
-
/***/ ((module, __unused_webpack_exports,
|
194239
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_893261__) => {
|
194240
194240
|
|
194241
194241
|
"use strict";
|
194242
194242
|
|
@@ -194251,7 +194251,7 @@ try {
|
|
194251
194251
|
NodeBuffer = _require('buffer').Buffer;
|
194252
194252
|
} catch (__) {}
|
194253
194253
|
|
194254
|
-
var Type =
|
194254
|
+
var Type = __nested_webpack_require_893261__(6876);
|
194255
194255
|
|
194256
194256
|
|
194257
194257
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -194382,12 +194382,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
194382
194382
|
/***/ }),
|
194383
194383
|
|
194384
194384
|
/***/ 4308:
|
194385
|
-
/***/ ((module, __unused_webpack_exports,
|
194385
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896653__) => {
|
194386
194386
|
|
194387
194387
|
"use strict";
|
194388
194388
|
|
194389
194389
|
|
194390
|
-
var Type =
|
194390
|
+
var Type = __nested_webpack_require_896653__(6876);
|
194391
194391
|
|
194392
194392
|
function resolveYamlBoolean(data) {
|
194393
194393
|
if (data === null) return false;
|
@@ -194425,13 +194425,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
194425
194425
|
/***/ }),
|
194426
194426
|
|
194427
194427
|
/***/ 7862:
|
194428
|
-
/***/ ((module, __unused_webpack_exports,
|
194428
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_897726__) => {
|
194429
194429
|
|
194430
194430
|
"use strict";
|
194431
194431
|
|
194432
194432
|
|
194433
|
-
var common =
|
194434
|
-
var Type =
|
194433
|
+
var common = __nested_webpack_require_897726__(903);
|
194434
|
+
var Type = __nested_webpack_require_897726__(6876);
|
194435
194435
|
|
194436
194436
|
var YAML_FLOAT_PATTERN = new RegExp(
|
194437
194437
|
// 2.5e4, 2.5 and integers
|
@@ -194549,13 +194549,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
194549
194549
|
/***/ }),
|
194550
194550
|
|
194551
194551
|
/***/ 1167:
|
194552
|
-
/***/ ((module, __unused_webpack_exports,
|
194552
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900672__) => {
|
194553
194553
|
|
194554
194554
|
"use strict";
|
194555
194555
|
|
194556
194556
|
|
194557
|
-
var common =
|
194558
|
-
var Type =
|
194557
|
+
var common = __nested_webpack_require_900672__(903);
|
194558
|
+
var Type = __nested_webpack_require_900672__(6876);
|
194559
194559
|
|
194560
194560
|
function isHexCode(c) {
|
194561
194561
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -194730,7 +194730,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
194730
194730
|
/***/ }),
|
194731
194731
|
|
194732
194732
|
/***/ 8750:
|
194733
|
-
/***/ ((module, __unused_webpack_exports,
|
194733
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_904844__) => {
|
194734
194734
|
|
194735
194735
|
"use strict";
|
194736
194736
|
|
@@ -194753,7 +194753,7 @@ try {
|
|
194753
194753
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
194754
194754
|
}
|
194755
194755
|
|
194756
|
-
var Type =
|
194756
|
+
var Type = __nested_webpack_require_904844__(6876);
|
194757
194757
|
|
194758
194758
|
function resolveJavascriptFunction(data) {
|
194759
194759
|
if (data === null) return false;
|
@@ -194830,12 +194830,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
194830
194830
|
/***/ }),
|
194831
194831
|
|
194832
194832
|
/***/ 6841:
|
194833
|
-
/***/ ((module, __unused_webpack_exports,
|
194833
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_907741__) => {
|
194834
194834
|
|
194835
194835
|
"use strict";
|
194836
194836
|
|
194837
194837
|
|
194838
|
-
var Type =
|
194838
|
+
var Type = __nested_webpack_require_907741__(6876);
|
194839
194839
|
|
194840
194840
|
function resolveJavascriptRegExp(data) {
|
194841
194841
|
if (data === null) return false;
|
@@ -194898,12 +194898,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
194898
194898
|
/***/ }),
|
194899
194899
|
|
194900
194900
|
/***/ 5836:
|
194901
|
-
/***/ ((module, __unused_webpack_exports,
|
194901
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_909412__) => {
|
194902
194902
|
|
194903
194903
|
"use strict";
|
194904
194904
|
|
194905
194905
|
|
194906
|
-
var Type =
|
194906
|
+
var Type = __nested_webpack_require_909412__(6876);
|
194907
194907
|
|
194908
194908
|
function resolveJavascriptUndefined() {
|
194909
194909
|
return true;
|
@@ -194934,12 +194934,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
194934
194934
|
/***/ }),
|
194935
194935
|
|
194936
194936
|
/***/ 293:
|
194937
|
-
/***/ ((module, __unused_webpack_exports,
|
194937
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910083__) => {
|
194938
194938
|
|
194939
194939
|
"use strict";
|
194940
194940
|
|
194941
194941
|
|
194942
|
-
var Type =
|
194942
|
+
var Type = __nested_webpack_require_910083__(6876);
|
194943
194943
|
|
194944
194944
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
194945
194945
|
kind: 'mapping',
|
@@ -194950,12 +194950,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
194950
194950
|
/***/ }),
|
194951
194951
|
|
194952
194952
|
/***/ 7841:
|
194953
|
-
/***/ ((module, __unused_webpack_exports,
|
194953
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910375__) => {
|
194954
194954
|
|
194955
194955
|
"use strict";
|
194956
194956
|
|
194957
194957
|
|
194958
|
-
var Type =
|
194958
|
+
var Type = __nested_webpack_require_910375__(6876);
|
194959
194959
|
|
194960
194960
|
function resolveYamlMerge(data) {
|
194961
194961
|
return data === '<<' || data === null;
|
@@ -194970,12 +194970,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
194970
194970
|
/***/ }),
|
194971
194971
|
|
194972
194972
|
/***/ 9074:
|
194973
|
-
/***/ ((module, __unused_webpack_exports,
|
194973
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910707__) => {
|
194974
194974
|
|
194975
194975
|
"use strict";
|
194976
194976
|
|
194977
194977
|
|
194978
|
-
var Type =
|
194978
|
+
var Type = __nested_webpack_require_910707__(6876);
|
194979
194979
|
|
194980
194980
|
function resolveYamlNull(data) {
|
194981
194981
|
if (data === null) return true;
|
@@ -195012,12 +195012,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
195012
195012
|
/***/ }),
|
195013
195013
|
|
195014
195014
|
/***/ 3498:
|
195015
|
-
/***/ ((module, __unused_webpack_exports,
|
195015
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_911570__) => {
|
195016
195016
|
|
195017
195017
|
"use strict";
|
195018
195018
|
|
195019
195019
|
|
195020
|
-
var Type =
|
195020
|
+
var Type = __nested_webpack_require_911570__(6876);
|
195021
195021
|
|
195022
195022
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195023
195023
|
var _toString = Object.prototype.toString;
|
@@ -195064,12 +195064,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
195064
195064
|
/***/ }),
|
195065
195065
|
|
195066
195066
|
/***/ 679:
|
195067
|
-
/***/ ((module, __unused_webpack_exports,
|
195067
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_912694__) => {
|
195068
195068
|
|
195069
195069
|
"use strict";
|
195070
195070
|
|
195071
195071
|
|
195072
|
-
var Type =
|
195072
|
+
var Type = __nested_webpack_require_912694__(6876);
|
195073
195073
|
|
195074
195074
|
var _toString = Object.prototype.toString;
|
195075
195075
|
|
@@ -195125,12 +195125,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
195125
195125
|
/***/ }),
|
195126
195126
|
|
195127
195127
|
/***/ 7330:
|
195128
|
-
/***/ ((module, __unused_webpack_exports,
|
195128
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_913880__) => {
|
195129
195129
|
|
195130
195130
|
"use strict";
|
195131
195131
|
|
195132
195132
|
|
195133
|
-
var Type =
|
195133
|
+
var Type = __nested_webpack_require_913880__(6876);
|
195134
195134
|
|
195135
195135
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
195136
195136
|
kind: 'sequence',
|
@@ -195141,12 +195141,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
195141
195141
|
/***/ }),
|
195142
195142
|
|
195143
195143
|
/***/ 7205:
|
195144
|
-
/***/ ((module, __unused_webpack_exports,
|
195144
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_914173__) => {
|
195145
195145
|
|
195146
195146
|
"use strict";
|
195147
195147
|
|
195148
195148
|
|
195149
|
-
var Type =
|
195149
|
+
var Type = __nested_webpack_require_914173__(6876);
|
195150
195150
|
|
195151
195151
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195152
195152
|
|
@@ -195178,12 +195178,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
195178
195178
|
/***/ }),
|
195179
195179
|
|
195180
195180
|
/***/ 5348:
|
195181
|
-
/***/ ((module, __unused_webpack_exports,
|
195181
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_914822__) => {
|
195182
195182
|
|
195183
195183
|
"use strict";
|
195184
195184
|
|
195185
195185
|
|
195186
|
-
var Type =
|
195186
|
+
var Type = __nested_webpack_require_914822__(6876);
|
195187
195187
|
|
195188
195188
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
195189
195189
|
kind: 'scalar',
|
@@ -195194,12 +195194,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
195194
195194
|
/***/ }),
|
195195
195195
|
|
195196
195196
|
/***/ 7028:
|
195197
|
-
/***/ ((module, __unused_webpack_exports,
|
195197
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_915113__) => {
|
195198
195198
|
|
195199
195199
|
"use strict";
|
195200
195200
|
|
195201
195201
|
|
195202
|
-
var Type =
|
195202
|
+
var Type = __nested_webpack_require_915113__(6876);
|
195203
195203
|
|
195204
195204
|
var YAML_DATE_REGEXP = new RegExp(
|
195205
195205
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -195290,12 +195290,12 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
195290
195290
|
/***/ }),
|
195291
195291
|
|
195292
195292
|
/***/ 1868:
|
195293
|
-
/***/ ((__unused_webpack_module, exports,
|
195293
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_917786__) => {
|
195294
195294
|
|
195295
195295
|
"use strict";
|
195296
195296
|
|
195297
195297
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195298
|
-
const get_platform_env_1 =
|
195298
|
+
const get_platform_env_1 = __nested_webpack_require_917786__(4678);
|
195299
195299
|
function debug(message, ...additional) {
|
195300
195300
|
if (get_platform_env_1.getPlatformEnv('BUILDER_DEBUG')) {
|
195301
195301
|
console.log(message, ...additional);
|
@@ -195307,7 +195307,7 @@ exports.default = debug;
|
|
195307
195307
|
/***/ }),
|
195308
195308
|
|
195309
195309
|
/***/ 4246:
|
195310
|
-
/***/ (function(__unused_webpack_module, exports,
|
195310
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_918203__) {
|
195311
195311
|
|
195312
195312
|
"use strict";
|
195313
195313
|
|
@@ -195316,11 +195316,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
195316
195316
|
};
|
195317
195317
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195318
195318
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
195319
|
-
const minimatch_1 = __importDefault(
|
195320
|
-
const semver_1 =
|
195321
|
-
const path_1 =
|
195322
|
-
const frameworks_1 = __importDefault(
|
195323
|
-
const _1 =
|
195319
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_918203__(9566));
|
195320
|
+
const semver_1 = __nested_webpack_require_918203__(2879);
|
195321
|
+
const path_1 = __nested_webpack_require_918203__(5622);
|
195322
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_918203__(8438));
|
195323
|
+
const _1 = __nested_webpack_require_918203__(2855);
|
195324
195324
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
195325
195325
|
// We need to sort the file paths by alphabet to make
|
195326
195326
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -196149,7 +196149,7 @@ function sortFilesBySegmentCount(fileA, fileB) {
|
|
196149
196149
|
/***/ }),
|
196150
196150
|
|
196151
196151
|
/***/ 1182:
|
196152
|
-
/***/ (function(__unused_webpack_module, exports,
|
196152
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_950211__) {
|
196153
196153
|
|
196154
196154
|
"use strict";
|
196155
196155
|
|
@@ -196158,8 +196158,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196158
196158
|
};
|
196159
196159
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196160
196160
|
exports.detectFileSystemAPI = void 0;
|
196161
|
-
const semver_1 = __importDefault(
|
196162
|
-
const _1 =
|
196161
|
+
const semver_1 = __importDefault(__nested_webpack_require_950211__(2879));
|
196162
|
+
const _1 = __nested_webpack_require_950211__(2855);
|
196163
196163
|
const enableFileSystemApiFrameworks = new Set(['solidstart']);
|
196164
196164
|
/**
|
196165
196165
|
* If the Deployment can be built with the new File System API,
|
@@ -196585,7 +196585,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
196585
196585
|
/***/ }),
|
196586
196586
|
|
196587
196587
|
/***/ 2397:
|
196588
|
-
/***/ (function(__unused_webpack_module, exports,
|
196588
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_965872__) {
|
196589
196589
|
|
196590
196590
|
"use strict";
|
196591
196591
|
|
@@ -196593,8 +196593,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196593
196593
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196594
196594
|
};
|
196595
196595
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196596
|
-
const assert_1 = __importDefault(
|
196597
|
-
const into_stream_1 = __importDefault(
|
196596
|
+
const assert_1 = __importDefault(__nested_webpack_require_965872__(2357));
|
196597
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_965872__(6130));
|
196598
196598
|
class FileBlob {
|
196599
196599
|
constructor({ mode = 0o100644, contentType, data }) {
|
196600
196600
|
assert_1.default(typeof mode === 'number');
|
@@ -196629,7 +196629,7 @@ exports.default = FileBlob;
|
|
196629
196629
|
/***/ }),
|
196630
196630
|
|
196631
196631
|
/***/ 9331:
|
196632
|
-
/***/ (function(__unused_webpack_module, exports,
|
196632
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_967390__) {
|
196633
196633
|
|
196634
196634
|
"use strict";
|
196635
196635
|
|
@@ -196637,11 +196637,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196637
196637
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196638
196638
|
};
|
196639
196639
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196640
|
-
const assert_1 = __importDefault(
|
196641
|
-
const fs_extra_1 = __importDefault(
|
196642
|
-
const multistream_1 = __importDefault(
|
196643
|
-
const path_1 = __importDefault(
|
196644
|
-
const async_sema_1 = __importDefault(
|
196640
|
+
const assert_1 = __importDefault(__nested_webpack_require_967390__(2357));
|
196641
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_967390__(5392));
|
196642
|
+
const multistream_1 = __importDefault(__nested_webpack_require_967390__(8179));
|
196643
|
+
const path_1 = __importDefault(__nested_webpack_require_967390__(5622));
|
196644
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_967390__(5758));
|
196645
196645
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
196646
196646
|
class FileFsRef {
|
196647
196647
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -196707,7 +196707,7 @@ exports.default = FileFsRef;
|
|
196707
196707
|
/***/ }),
|
196708
196708
|
|
196709
196709
|
/***/ 5187:
|
196710
|
-
/***/ (function(__unused_webpack_module, exports,
|
196710
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_970194__) {
|
196711
196711
|
|
196712
196712
|
"use strict";
|
196713
196713
|
|
@@ -196715,11 +196715,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196715
196715
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196716
196716
|
};
|
196717
196717
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196718
|
-
const assert_1 = __importDefault(
|
196719
|
-
const node_fetch_1 = __importDefault(
|
196720
|
-
const multistream_1 = __importDefault(
|
196721
|
-
const async_retry_1 = __importDefault(
|
196722
|
-
const async_sema_1 = __importDefault(
|
196718
|
+
const assert_1 = __importDefault(__nested_webpack_require_970194__(2357));
|
196719
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_970194__(2197));
|
196720
|
+
const multistream_1 = __importDefault(__nested_webpack_require_970194__(8179));
|
196721
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_970194__(3691));
|
196722
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_970194__(5758));
|
196723
196723
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
196724
196724
|
class BailableError extends Error {
|
196725
196725
|
constructor(...args) {
|
@@ -196800,7 +196800,7 @@ exports.default = FileRef;
|
|
196800
196800
|
/***/ }),
|
196801
196801
|
|
196802
196802
|
/***/ 1611:
|
196803
|
-
/***/ (function(__unused_webpack_module, exports,
|
196803
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_973595__) {
|
196804
196804
|
|
196805
196805
|
"use strict";
|
196806
196806
|
|
@@ -196809,11 +196809,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196809
196809
|
};
|
196810
196810
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196811
196811
|
exports.isSymbolicLink = void 0;
|
196812
|
-
const path_1 = __importDefault(
|
196813
|
-
const debug_1 = __importDefault(
|
196814
|
-
const file_fs_ref_1 = __importDefault(
|
196815
|
-
const fs_extra_1 =
|
196816
|
-
const stream_to_buffer_1 = __importDefault(
|
196812
|
+
const path_1 = __importDefault(__nested_webpack_require_973595__(5622));
|
196813
|
+
const debug_1 = __importDefault(__nested_webpack_require_973595__(1868));
|
196814
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_973595__(9331));
|
196815
|
+
const fs_extra_1 = __nested_webpack_require_973595__(5392);
|
196816
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_973595__(2560));
|
196817
196817
|
const S_IFMT = 61440; /* 0170000 type of file */
|
196818
196818
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
196819
196819
|
function isSymbolicLink(mode) {
|
@@ -196886,14 +196886,14 @@ exports.default = download;
|
|
196886
196886
|
/***/ }),
|
196887
196887
|
|
196888
196888
|
/***/ 3838:
|
196889
|
-
/***/ ((__unused_webpack_module, exports,
|
196889
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_977044__) => {
|
196890
196890
|
|
196891
196891
|
"use strict";
|
196892
196892
|
|
196893
196893
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196894
|
-
const path_1 =
|
196895
|
-
const os_1 =
|
196896
|
-
const fs_extra_1 =
|
196894
|
+
const path_1 = __nested_webpack_require_977044__(5622);
|
196895
|
+
const os_1 = __nested_webpack_require_977044__(2087);
|
196896
|
+
const fs_extra_1 = __nested_webpack_require_977044__(5392);
|
196897
196897
|
async function getWritableDirectory() {
|
196898
196898
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
196899
196899
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -196906,7 +196906,7 @@ exports.default = getWritableDirectory;
|
|
196906
196906
|
/***/ }),
|
196907
196907
|
|
196908
196908
|
/***/ 4240:
|
196909
|
-
/***/ (function(__unused_webpack_module, exports,
|
196909
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_977624__) {
|
196910
196910
|
|
196911
196911
|
"use strict";
|
196912
196912
|
|
@@ -196914,13 +196914,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196914
196914
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196915
196915
|
};
|
196916
196916
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196917
|
-
const path_1 = __importDefault(
|
196918
|
-
const assert_1 = __importDefault(
|
196919
|
-
const glob_1 = __importDefault(
|
196920
|
-
const util_1 =
|
196921
|
-
const fs_extra_1 =
|
196922
|
-
const normalize_path_1 =
|
196923
|
-
const file_fs_ref_1 = __importDefault(
|
196917
|
+
const path_1 = __importDefault(__nested_webpack_require_977624__(5622));
|
196918
|
+
const assert_1 = __importDefault(__nested_webpack_require_977624__(2357));
|
196919
|
+
const glob_1 = __importDefault(__nested_webpack_require_977624__(1104));
|
196920
|
+
const util_1 = __nested_webpack_require_977624__(1669);
|
196921
|
+
const fs_extra_1 = __nested_webpack_require_977624__(5392);
|
196922
|
+
const normalize_path_1 = __nested_webpack_require_977624__(6261);
|
196923
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_977624__(9331));
|
196924
196924
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
196925
196925
|
async function glob(pattern, opts, mountpoint) {
|
196926
196926
|
let options;
|
@@ -196966,7 +196966,7 @@ exports.default = glob;
|
|
196966
196966
|
/***/ }),
|
196967
196967
|
|
196968
196968
|
/***/ 7903:
|
196969
|
-
/***/ (function(__unused_webpack_module, exports,
|
196969
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979820__) {
|
196970
196970
|
|
196971
196971
|
"use strict";
|
196972
196972
|
|
@@ -196975,9 +196975,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196975
196975
|
};
|
196976
196976
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196977
196977
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
196978
|
-
const semver_1 =
|
196979
|
-
const errors_1 =
|
196980
|
-
const debug_1 = __importDefault(
|
196978
|
+
const semver_1 = __nested_webpack_require_979820__(2879);
|
196979
|
+
const errors_1 = __nested_webpack_require_979820__(3983);
|
196980
|
+
const debug_1 = __importDefault(__nested_webpack_require_979820__(1868));
|
196981
196981
|
const allOptions = [
|
196982
196982
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
196983
196983
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -197071,7 +197071,7 @@ exports.normalizePath = normalizePath;
|
|
197071
197071
|
/***/ }),
|
197072
197072
|
|
197073
197073
|
/***/ 7792:
|
197074
|
-
/***/ (function(__unused_webpack_module, exports,
|
197074
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983688__) {
|
197075
197075
|
|
197076
197076
|
"use strict";
|
197077
197077
|
|
@@ -197080,9 +197080,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197080
197080
|
};
|
197081
197081
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197082
197082
|
exports.readConfigFile = void 0;
|
197083
|
-
const js_yaml_1 = __importDefault(
|
197084
|
-
const toml_1 = __importDefault(
|
197085
|
-
const fs_extra_1 =
|
197083
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_983688__(6540));
|
197084
|
+
const toml_1 = __importDefault(__nested_webpack_require_983688__(9434));
|
197085
|
+
const fs_extra_1 = __nested_webpack_require_983688__(5392);
|
197086
197086
|
async function readFileOrNull(file) {
|
197087
197087
|
try {
|
197088
197088
|
const data = await fs_extra_1.readFile(file);
|
@@ -197137,7 +197137,7 @@ exports.default = rename;
|
|
197137
197137
|
/***/ }),
|
197138
197138
|
|
197139
197139
|
/***/ 1442:
|
197140
|
-
/***/ (function(__unused_webpack_module, exports,
|
197140
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_985481__) {
|
197141
197141
|
|
197142
197142
|
"use strict";
|
197143
197143
|
|
@@ -197146,15 +197146,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197146
197146
|
};
|
197147
197147
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197148
197148
|
exports.installDependencies = exports.getScriptName = exports.runPipInstall = exports.runBundleInstall = exports.runPackageJsonScript = exports.runCustomInstallCommand = exports.getEnvForPackageManager = exports.runNpmInstall = exports.walkParentDirs = exports.scanParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
|
197149
|
-
const assert_1 = __importDefault(
|
197150
|
-
const fs_extra_1 = __importDefault(
|
197151
|
-
const path_1 = __importDefault(
|
197152
|
-
const debug_1 = __importDefault(
|
197153
|
-
const cross_spawn_1 = __importDefault(
|
197154
|
-
const util_1 =
|
197155
|
-
const errors_1 =
|
197156
|
-
const node_version_1 =
|
197157
|
-
const read_config_file_1 =
|
197149
|
+
const assert_1 = __importDefault(__nested_webpack_require_985481__(2357));
|
197150
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_985481__(5392));
|
197151
|
+
const path_1 = __importDefault(__nested_webpack_require_985481__(5622));
|
197152
|
+
const debug_1 = __importDefault(__nested_webpack_require_985481__(1868));
|
197153
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_985481__(7618));
|
197154
|
+
const util_1 = __nested_webpack_require_985481__(1669);
|
197155
|
+
const errors_1 = __nested_webpack_require_985481__(3983);
|
197156
|
+
const node_version_1 = __nested_webpack_require_985481__(7903);
|
197157
|
+
const read_config_file_1 = __nested_webpack_require_985481__(7792);
|
197158
197158
|
function spawnAsync(command, args, opts = {}) {
|
197159
197159
|
return new Promise((resolve, reject) => {
|
197160
197160
|
const stderrLogs = [];
|
@@ -197515,7 +197515,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
197515
197515
|
/***/ }),
|
197516
197516
|
|
197517
197517
|
/***/ 2560:
|
197518
|
-
/***/ (function(__unused_webpack_module, exports,
|
197518
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1001270__) {
|
197519
197519
|
|
197520
197520
|
"use strict";
|
197521
197521
|
|
@@ -197523,7 +197523,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197523
197523
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197524
197524
|
};
|
197525
197525
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197526
|
-
const end_of_stream_1 = __importDefault(
|
197526
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1001270__(687));
|
197527
197527
|
function streamToBuffer(stream) {
|
197528
197528
|
return new Promise((resolve, reject) => {
|
197529
197529
|
const buffers = [];
|
@@ -197552,7 +197552,7 @@ exports.default = streamToBuffer;
|
|
197552
197552
|
/***/ }),
|
197553
197553
|
|
197554
197554
|
/***/ 1148:
|
197555
|
-
/***/ (function(__unused_webpack_module, exports,
|
197555
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1002338__) {
|
197556
197556
|
|
197557
197557
|
"use strict";
|
197558
197558
|
|
@@ -197560,9 +197560,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197560
197560
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197561
197561
|
};
|
197562
197562
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197563
|
-
const path_1 = __importDefault(
|
197564
|
-
const fs_extra_1 = __importDefault(
|
197565
|
-
const ignore_1 = __importDefault(
|
197563
|
+
const path_1 = __importDefault(__nested_webpack_require_1002338__(5622));
|
197564
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1002338__(5392));
|
197565
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1002338__(3556));
|
197566
197566
|
function isCodedError(error) {
|
197567
197567
|
return (error !== null &&
|
197568
197568
|
error !== undefined &&
|
@@ -197619,13 +197619,13 @@ exports.default = default_1;
|
|
197619
197619
|
/***/ }),
|
197620
197620
|
|
197621
197621
|
/***/ 4678:
|
197622
|
-
/***/ ((__unused_webpack_module, exports,
|
197622
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1004712__) => {
|
197623
197623
|
|
197624
197624
|
"use strict";
|
197625
197625
|
|
197626
197626
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197627
197627
|
exports.getPlatformEnv = void 0;
|
197628
|
-
const errors_1 =
|
197628
|
+
const errors_1 = __nested_webpack_require_1004712__(3983);
|
197629
197629
|
/**
|
197630
197630
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
197631
197631
|
* Throws an error if *both* env vars are defined.
|
@@ -197653,7 +197653,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
197653
197653
|
/***/ }),
|
197654
197654
|
|
197655
197655
|
/***/ 2855:
|
197656
|
-
/***/ (function(__unused_webpack_module, exports,
|
197656
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1005749__) {
|
197657
197657
|
|
197658
197658
|
"use strict";
|
197659
197659
|
|
@@ -197684,30 +197684,30 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197684
197684
|
};
|
197685
197685
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197686
197686
|
exports.isStaticRuntime = exports.isOfficialRuntime = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.EdgeFunction = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = exports.getPlatformEnv = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.getEnvForPackageManager = exports.runCustomInstallCommand = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.download = exports.Prerender = exports.createLambda = exports.NodejsLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
197687
|
-
const file_blob_1 = __importDefault(
|
197687
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1005749__(2397));
|
197688
197688
|
exports.FileBlob = file_blob_1.default;
|
197689
|
-
const file_fs_ref_1 = __importDefault(
|
197689
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1005749__(9331));
|
197690
197690
|
exports.FileFsRef = file_fs_ref_1.default;
|
197691
|
-
const file_ref_1 = __importDefault(
|
197691
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1005749__(5187));
|
197692
197692
|
exports.FileRef = file_ref_1.default;
|
197693
|
-
const lambda_1 =
|
197693
|
+
const lambda_1 = __nested_webpack_require_1005749__(6721);
|
197694
197694
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
197695
197695
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
197696
197696
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
197697
|
-
const nodejs_lambda_1 =
|
197697
|
+
const nodejs_lambda_1 = __nested_webpack_require_1005749__(7049);
|
197698
197698
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
197699
|
-
const prerender_1 =
|
197699
|
+
const prerender_1 = __nested_webpack_require_1005749__(2850);
|
197700
197700
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
197701
|
-
const download_1 = __importStar(
|
197701
|
+
const download_1 = __importStar(__nested_webpack_require_1005749__(1611));
|
197702
197702
|
exports.download = download_1.default;
|
197703
197703
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
197704
|
-
const get_writable_directory_1 = __importDefault(
|
197704
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1005749__(3838));
|
197705
197705
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197706
|
-
const glob_1 = __importDefault(
|
197706
|
+
const glob_1 = __importDefault(__nested_webpack_require_1005749__(4240));
|
197707
197707
|
exports.glob = glob_1.default;
|
197708
|
-
const rename_1 = __importDefault(
|
197708
|
+
const rename_1 = __importDefault(__nested_webpack_require_1005749__(6718));
|
197709
197709
|
exports.rename = rename_1.default;
|
197710
|
-
const run_user_scripts_1 =
|
197710
|
+
const run_user_scripts_1 = __nested_webpack_require_1005749__(1442);
|
197711
197711
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
197712
197712
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
197713
197713
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -197726,39 +197726,39 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
197726
197726
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
197727
197727
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
197728
197728
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
197729
|
-
const node_version_1 =
|
197729
|
+
const node_version_1 = __nested_webpack_require_1005749__(7903);
|
197730
197730
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
197731
197731
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197732
|
-
const stream_to_buffer_1 = __importDefault(
|
197732
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1005749__(2560));
|
197733
197733
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197734
|
-
const should_serve_1 = __importDefault(
|
197734
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1005749__(2564));
|
197735
197735
|
exports.shouldServe = should_serve_1.default;
|
197736
|
-
const debug_1 = __importDefault(
|
197736
|
+
const debug_1 = __importDefault(__nested_webpack_require_1005749__(1868));
|
197737
197737
|
exports.debug = debug_1.default;
|
197738
|
-
const get_ignore_filter_1 = __importDefault(
|
197738
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1005749__(1148));
|
197739
197739
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
197740
|
-
const get_platform_env_1 =
|
197740
|
+
const get_platform_env_1 = __nested_webpack_require_1005749__(4678);
|
197741
197741
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
197742
|
-
var edge_function_1 =
|
197742
|
+
var edge_function_1 = __nested_webpack_require_1005749__(8038);
|
197743
197743
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
197744
|
-
var detect_builders_1 =
|
197744
|
+
var detect_builders_1 = __nested_webpack_require_1005749__(4246);
|
197745
197745
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
197746
197746
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
197747
197747
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
197748
197748
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
197749
|
-
var detect_file_system_api_1 =
|
197749
|
+
var detect_file_system_api_1 = __nested_webpack_require_1005749__(1182);
|
197750
197750
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
197751
|
-
var detect_framework_1 =
|
197751
|
+
var detect_framework_1 = __nested_webpack_require_1005749__(5224);
|
197752
197752
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
197753
|
-
var filesystem_1 =
|
197753
|
+
var filesystem_1 = __nested_webpack_require_1005749__(461);
|
197754
197754
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
197755
|
-
var read_config_file_1 =
|
197755
|
+
var read_config_file_1 = __nested_webpack_require_1005749__(7792);
|
197756
197756
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197757
|
-
var normalize_path_1 =
|
197757
|
+
var normalize_path_1 = __nested_webpack_require_1005749__(6261);
|
197758
197758
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197759
|
-
__exportStar(
|
197760
|
-
__exportStar(
|
197761
|
-
__exportStar(
|
197759
|
+
__exportStar(__nested_webpack_require_1005749__(2416), exports);
|
197760
|
+
__exportStar(__nested_webpack_require_1005749__(5748), exports);
|
197761
|
+
__exportStar(__nested_webpack_require_1005749__(3983), exports);
|
197762
197762
|
/**
|
197763
197763
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
197764
197764
|
*/
|
@@ -197781,7 +197781,7 @@ exports.isStaticRuntime = isStaticRuntime;
|
|
197781
197781
|
/***/ }),
|
197782
197782
|
|
197783
197783
|
/***/ 6721:
|
197784
|
-
/***/ (function(__unused_webpack_module, exports,
|
197784
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1016120__) {
|
197785
197785
|
|
197786
197786
|
"use strict";
|
197787
197787
|
|
@@ -197790,13 +197790,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197790
197790
|
};
|
197791
197791
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197792
197792
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
197793
|
-
const assert_1 = __importDefault(
|
197794
|
-
const async_sema_1 = __importDefault(
|
197795
|
-
const yazl_1 =
|
197796
|
-
const minimatch_1 = __importDefault(
|
197797
|
-
const fs_extra_1 =
|
197798
|
-
const download_1 =
|
197799
|
-
const stream_to_buffer_1 = __importDefault(
|
197793
|
+
const assert_1 = __importDefault(__nested_webpack_require_1016120__(2357));
|
197794
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1016120__(5758));
|
197795
|
+
const yazl_1 = __nested_webpack_require_1016120__(1223);
|
197796
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1016120__(9566));
|
197797
|
+
const fs_extra_1 = __nested_webpack_require_1016120__(5392);
|
197798
|
+
const download_1 = __nested_webpack_require_1016120__(1611);
|
197799
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1016120__(2560));
|
197800
197800
|
class Lambda {
|
197801
197801
|
constructor(opts) {
|
197802
197802
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
@@ -197918,13 +197918,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
197918
197918
|
/***/ }),
|
197919
197919
|
|
197920
197920
|
/***/ 7049:
|
197921
|
-
/***/ ((__unused_webpack_module, exports,
|
197921
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1021624__) => {
|
197922
197922
|
|
197923
197923
|
"use strict";
|
197924
197924
|
|
197925
197925
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197926
197926
|
exports.NodejsLambda = void 0;
|
197927
|
-
const lambda_1 =
|
197927
|
+
const lambda_1 = __nested_webpack_require_1021624__(6721);
|
197928
197928
|
class NodejsLambda extends lambda_1.Lambda {
|
197929
197929
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
197930
197930
|
super(opts);
|
@@ -198061,12 +198061,12 @@ exports.buildsSchema = {
|
|
198061
198061
|
/***/ }),
|
198062
198062
|
|
198063
198063
|
/***/ 2564:
|
198064
|
-
/***/ ((__unused_webpack_module, exports,
|
198064
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1025969__) => {
|
198065
198065
|
|
198066
198066
|
"use strict";
|
198067
198067
|
|
198068
198068
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198069
|
-
const path_1 =
|
198069
|
+
const path_1 = __nested_webpack_require_1025969__(5622);
|
198070
198070
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
198071
198071
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198072
198072
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -198295,7 +198295,7 @@ module.exports = __webpack_require__(78761);
|
|
198295
198295
|
/******/ var __webpack_module_cache__ = {};
|
198296
198296
|
/******/
|
198297
198297
|
/******/ // The require function
|
198298
|
-
/******/ function
|
198298
|
+
/******/ function __nested_webpack_require_1125608__(moduleId) {
|
198299
198299
|
/******/ // Check if module is in cache
|
198300
198300
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198301
198301
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198310,7 +198310,7 @@ module.exports = __webpack_require__(78761);
|
|
198310
198310
|
/******/ // Execute the module function
|
198311
198311
|
/******/ var threw = true;
|
198312
198312
|
/******/ try {
|
198313
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198313
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1125608__);
|
198314
198314
|
/******/ threw = false;
|
198315
198315
|
/******/ } finally {
|
198316
198316
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198323,11 +198323,11 @@ module.exports = __webpack_require__(78761);
|
|
198323
198323
|
/************************************************************************/
|
198324
198324
|
/******/ /* webpack/runtime/compat */
|
198325
198325
|
/******/
|
198326
|
-
/******/
|
198326
|
+
/******/ __nested_webpack_require_1125608__.ab = __dirname + "/";/************************************************************************/
|
198327
198327
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198328
198328
|
/******/ // startup
|
198329
198329
|
/******/ // Load entry module and return exports
|
198330
|
-
/******/ return
|
198330
|
+
/******/ return __nested_webpack_require_1125608__(2855);
|
198331
198331
|
/******/ })()
|
198332
198332
|
;
|
198333
198333
|
|
@@ -216725,7 +216725,7 @@ exports.frameworks = [
|
|
216725
216725
|
},
|
216726
216726
|
settings: {
|
216727
216727
|
installCommand: {
|
216728
|
-
placeholder: '`yarn install` or `npm install`',
|
216728
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
216729
216729
|
},
|
216730
216730
|
buildCommand: {
|
216731
216731
|
placeholder: '`npm run build` or `blitz build`',
|
@@ -216763,7 +216763,7 @@ exports.frameworks = [
|
|
216763
216763
|
},
|
216764
216764
|
settings: {
|
216765
216765
|
installCommand: {
|
216766
|
-
placeholder: '`yarn install` or `npm install`',
|
216766
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
216767
216767
|
},
|
216768
216768
|
buildCommand: {
|
216769
216769
|
placeholder: '`npm run build` or `next build`',
|
@@ -216807,7 +216807,7 @@ exports.frameworks = [
|
|
216807
216807
|
},
|
216808
216808
|
settings: {
|
216809
216809
|
installCommand: {
|
216810
|
-
placeholder: '`yarn install` or `npm install`',
|
216810
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
216811
216811
|
},
|
216812
216812
|
buildCommand: {
|
216813
216813
|
placeholder: '`npm run build` or `gatsby build`',
|
@@ -216888,7 +216888,7 @@ exports.frameworks = [
|
|
216888
216888
|
},
|
216889
216889
|
settings: {
|
216890
216890
|
installCommand: {
|
216891
|
-
placeholder: '`yarn install` or `npm install`',
|
216891
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
216892
216892
|
},
|
216893
216893
|
buildCommand: {
|
216894
216894
|
value: 'remix build',
|
@@ -216956,7 +216956,7 @@ exports.frameworks = [
|
|
216956
216956
|
},
|
216957
216957
|
settings: {
|
216958
216958
|
installCommand: {
|
216959
|
-
placeholder: '`yarn install` or `npm install`',
|
216959
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
216960
216960
|
},
|
216961
216961
|
buildCommand: {
|
216962
216962
|
placeholder: '`npm run build` or `hexo generate`',
|
@@ -216991,7 +216991,7 @@ exports.frameworks = [
|
|
216991
216991
|
},
|
216992
216992
|
settings: {
|
216993
216993
|
installCommand: {
|
216994
|
-
placeholder: '`yarn install` or `npm install`',
|
216994
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
216995
216995
|
},
|
216996
216996
|
buildCommand: {
|
216997
216997
|
placeholder: '`npm run build` or `npx @11ty/eleventy`',
|
@@ -217027,7 +217027,7 @@ exports.frameworks = [
|
|
217027
217027
|
},
|
217028
217028
|
settings: {
|
217029
217029
|
installCommand: {
|
217030
|
-
placeholder: '`yarn install` or `npm install`',
|
217030
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217031
217031
|
},
|
217032
217032
|
buildCommand: {
|
217033
217033
|
placeholder: '`npm run build` or `docusaurus build`',
|
@@ -217156,7 +217156,7 @@ exports.frameworks = [
|
|
217156
217156
|
},
|
217157
217157
|
settings: {
|
217158
217158
|
installCommand: {
|
217159
|
-
placeholder: '`yarn install` or `npm install`',
|
217159
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217160
217160
|
},
|
217161
217161
|
buildCommand: {
|
217162
217162
|
placeholder: '`npm run build` or `docusaurus-build`',
|
@@ -217205,7 +217205,7 @@ exports.frameworks = [
|
|
217205
217205
|
},
|
217206
217206
|
settings: {
|
217207
217207
|
installCommand: {
|
217208
|
-
placeholder: '`yarn install` or `npm install`',
|
217208
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217209
217209
|
},
|
217210
217210
|
buildCommand: {
|
217211
217211
|
placeholder: '`npm run build` or `preact build`',
|
@@ -217261,7 +217261,7 @@ exports.frameworks = [
|
|
217261
217261
|
},
|
217262
217262
|
settings: {
|
217263
217263
|
installCommand: {
|
217264
|
-
placeholder: '`yarn install` or `npm install`',
|
217264
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217265
217265
|
},
|
217266
217266
|
buildCommand: {
|
217267
217267
|
placeholder: '`npm run build` or `solid-start build`',
|
@@ -217297,7 +217297,7 @@ exports.frameworks = [
|
|
217297
217297
|
},
|
217298
217298
|
settings: {
|
217299
217299
|
installCommand: {
|
217300
|
-
placeholder: '`yarn install` or `npm install`',
|
217300
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217301
217301
|
},
|
217302
217302
|
buildCommand: {
|
217303
217303
|
placeholder: '`npm run build` or `dojo build`',
|
@@ -217361,7 +217361,7 @@ exports.frameworks = [
|
|
217361
217361
|
},
|
217362
217362
|
settings: {
|
217363
217363
|
installCommand: {
|
217364
|
-
placeholder: '`yarn install` or `npm install`',
|
217364
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217365
217365
|
},
|
217366
217366
|
buildCommand: {
|
217367
217367
|
placeholder: '`npm run build` or `ember build`',
|
@@ -217413,7 +217413,7 @@ exports.frameworks = [
|
|
217413
217413
|
},
|
217414
217414
|
settings: {
|
217415
217415
|
installCommand: {
|
217416
|
-
placeholder: '`yarn install` or `npm install`',
|
217416
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217417
217417
|
},
|
217418
217418
|
buildCommand: {
|
217419
217419
|
placeholder: '`npm run build` or `vue-cli-service build`',
|
@@ -217488,7 +217488,7 @@ exports.frameworks = [
|
|
217488
217488
|
},
|
217489
217489
|
settings: {
|
217490
217490
|
installCommand: {
|
217491
|
-
placeholder: '`yarn install` or `npm install`',
|
217491
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217492
217492
|
},
|
217493
217493
|
buildCommand: {
|
217494
217494
|
placeholder: '`npm run build` or `ng build && scully`',
|
@@ -217523,7 +217523,7 @@ exports.frameworks = [
|
|
217523
217523
|
},
|
217524
217524
|
settings: {
|
217525
217525
|
installCommand: {
|
217526
|
-
placeholder: '`yarn install` or `npm install`',
|
217526
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217527
217527
|
},
|
217528
217528
|
buildCommand: {
|
217529
217529
|
placeholder: '`npm run build` or `ng build`',
|
@@ -217573,7 +217573,7 @@ exports.frameworks = [
|
|
217573
217573
|
},
|
217574
217574
|
settings: {
|
217575
217575
|
installCommand: {
|
217576
|
-
placeholder: '`yarn install` or `npm install`',
|
217576
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217577
217577
|
},
|
217578
217578
|
buildCommand: {
|
217579
217579
|
placeholder: '`npm run build` or `ng build`',
|
@@ -217638,7 +217638,7 @@ exports.frameworks = [
|
|
217638
217638
|
},
|
217639
217639
|
settings: {
|
217640
217640
|
installCommand: {
|
217641
|
-
placeholder: '`yarn install` or `npm install`',
|
217641
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217642
217642
|
},
|
217643
217643
|
buildCommand: {
|
217644
217644
|
placeholder: '`npm run build` or `polymer build`',
|
@@ -217706,7 +217706,7 @@ exports.frameworks = [
|
|
217706
217706
|
},
|
217707
217707
|
settings: {
|
217708
217708
|
installCommand: {
|
217709
|
-
placeholder: '`yarn install` or `npm install`',
|
217709
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217710
217710
|
},
|
217711
217711
|
buildCommand: {
|
217712
217712
|
placeholder: '`npm run build` or `rollup -c`',
|
@@ -217758,7 +217758,7 @@ exports.frameworks = [
|
|
217758
217758
|
},
|
217759
217759
|
settings: {
|
217760
217760
|
installCommand: {
|
217761
|
-
placeholder: '`yarn install` or `npm install`',
|
217761
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217762
217762
|
},
|
217763
217763
|
buildCommand: {
|
217764
217764
|
placeholder: '`npm run build` or `svelte-kit build`',
|
@@ -217792,7 +217792,7 @@ exports.frameworks = [
|
|
217792
217792
|
},
|
217793
217793
|
settings: {
|
217794
217794
|
installCommand: {
|
217795
|
-
placeholder: '`yarn install` or `npm install`',
|
217795
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217796
217796
|
},
|
217797
217797
|
buildCommand: {
|
217798
217798
|
placeholder: '`npm run build` or `react-scripts build`',
|
@@ -217896,7 +217896,7 @@ exports.frameworks = [
|
|
217896
217896
|
},
|
217897
217897
|
settings: {
|
217898
217898
|
installCommand: {
|
217899
|
-
placeholder: '`yarn install` or `npm install`',
|
217899
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217900
217900
|
},
|
217901
217901
|
buildCommand: {
|
217902
217902
|
placeholder: '`npm run build` or `react-scripts build`',
|
@@ -217994,7 +217994,7 @@ exports.frameworks = [
|
|
217994
217994
|
},
|
217995
217995
|
settings: {
|
217996
217996
|
installCommand: {
|
217997
|
-
placeholder: '`yarn install` or `npm install`',
|
217997
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
217998
217998
|
},
|
217999
217999
|
buildCommand: {
|
218000
218000
|
placeholder: '`npm run build` or `gridsome build`',
|
@@ -218029,7 +218029,7 @@ exports.frameworks = [
|
|
218029
218029
|
},
|
218030
218030
|
settings: {
|
218031
218031
|
installCommand: {
|
218032
|
-
placeholder: '`yarn install` or `npm install`',
|
218032
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218033
218033
|
},
|
218034
218034
|
buildCommand: {
|
218035
218035
|
placeholder: '`npm run build` or `umi build`',
|
@@ -218080,7 +218080,7 @@ exports.frameworks = [
|
|
218080
218080
|
},
|
218081
218081
|
settings: {
|
218082
218082
|
installCommand: {
|
218083
|
-
placeholder: '`yarn install` or `npm install`',
|
218083
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218084
218084
|
},
|
218085
218085
|
buildCommand: {
|
218086
218086
|
placeholder: '`npm run build` or `sapper export`',
|
@@ -218115,7 +218115,7 @@ exports.frameworks = [
|
|
218115
218115
|
},
|
218116
218116
|
settings: {
|
218117
218117
|
installCommand: {
|
218118
|
-
placeholder: '`yarn install` or `npm install`',
|
218118
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218119
218119
|
},
|
218120
218120
|
buildCommand: {
|
218121
218121
|
placeholder: '`npm run build` or `saber build`',
|
@@ -218181,7 +218181,7 @@ exports.frameworks = [
|
|
218181
218181
|
},
|
218182
218182
|
settings: {
|
218183
218183
|
installCommand: {
|
218184
|
-
placeholder: '`yarn install` or `npm install`',
|
218184
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218185
218185
|
},
|
218186
218186
|
buildCommand: {
|
218187
218187
|
placeholder: '`npm run build` or `stencil build`',
|
@@ -218269,7 +218269,7 @@ exports.frameworks = [
|
|
218269
218269
|
},
|
218270
218270
|
settings: {
|
218271
218271
|
installCommand: {
|
218272
|
-
placeholder: '`yarn install` or `npm install`',
|
218272
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218273
218273
|
},
|
218274
218274
|
buildCommand: {
|
218275
218275
|
placeholder: '`npm run build` or `nuxt generate`',
|
@@ -218326,7 +218326,7 @@ exports.frameworks = [
|
|
218326
218326
|
},
|
218327
218327
|
settings: {
|
218328
218328
|
installCommand: {
|
218329
|
-
placeholder: '`yarn install` or `npm install`',
|
218329
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218330
218330
|
},
|
218331
218331
|
buildCommand: {
|
218332
218332
|
value: 'yarn rw deploy vercel',
|
@@ -218387,7 +218387,7 @@ exports.frameworks = [
|
|
218387
218387
|
}));
|
218388
218388
|
return (config && config.publishDir) || 'public';
|
218389
218389
|
},
|
218390
|
-
defaultVersion: '0.
|
218390
|
+
defaultVersion: '0.58.2',
|
218391
218391
|
},
|
218392
218392
|
{
|
218393
218393
|
name: 'Jekyll',
|
@@ -218443,7 +218443,7 @@ exports.frameworks = [
|
|
218443
218443
|
},
|
218444
218444
|
settings: {
|
218445
218445
|
installCommand: {
|
218446
|
-
placeholder: '`yarn install` or `npm install`',
|
218446
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218447
218447
|
},
|
218448
218448
|
buildCommand: {
|
218449
218449
|
placeholder: '`npm run build` or `brunch build --production`',
|
@@ -218546,7 +218546,7 @@ exports.frameworks = [
|
|
218546
218546
|
},
|
218547
218547
|
settings: {
|
218548
218548
|
installCommand: {
|
218549
|
-
placeholder: '`yarn install` or `npm install`',
|
218549
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218550
218550
|
},
|
218551
218551
|
buildCommand: {
|
218552
218552
|
placeholder: '`npm run build` or `vite build`',
|
@@ -218581,7 +218581,7 @@ exports.frameworks = [
|
|
218581
218581
|
},
|
218582
218582
|
settings: {
|
218583
218583
|
installCommand: {
|
218584
|
-
placeholder: '`yarn install` or `npm install`',
|
218584
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218585
218585
|
},
|
218586
218586
|
buildCommand: {
|
218587
218587
|
placeholder: '`npm run build` or `parcel build`',
|
@@ -218635,7 +218635,7 @@ exports.frameworks = [
|
|
218635
218635
|
},
|
218636
218636
|
settings: {
|
218637
218637
|
installCommand: {
|
218638
|
-
placeholder: '`yarn install` or `npm install`',
|
218638
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218639
218639
|
},
|
218640
218640
|
buildCommand: {
|
218641
218641
|
placeholder: '`npm run build` or `sanity build`',
|
@@ -218667,7 +218667,7 @@ exports.frameworks = [
|
|
218667
218667
|
description: 'No framework or an unoptimized framework.',
|
218668
218668
|
settings: {
|
218669
218669
|
installCommand: {
|
218670
|
-
placeholder: '`yarn install` or `npm install`',
|
218670
|
+
placeholder: '`yarn install`, `pnpm install`, or `npm install`',
|
218671
218671
|
},
|
218672
218672
|
buildCommand: {
|
218673
218673
|
placeholder: '`npm run vercel-build` or `npm run build`',
|
@@ -228526,6 +228526,7 @@ async function fetchExampleList(client) {
|
|
228526
228526
|
client.output.spinner('Fetching examples');
|
228527
228527
|
const url = `${EXAMPLE_API}/v2/list.json`;
|
228528
228528
|
const body = await client.fetch(url);
|
228529
|
+
client.output.stopSpinner();
|
228529
228530
|
return body;
|
228530
228531
|
}
|
228531
228532
|
/**
|
@@ -244658,7 +244659,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
244658
244659
|
/***/ ((module) => {
|
244659
244660
|
|
244660
244661
|
"use strict";
|
244661
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.0.1-canary.
|
244662
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.0.1-canary.9\",\"preferGlobal\":true,\"license\":\"Apache-2.0\",\"description\":\"The command-line interface for Vercel\",\"homepage\":\"https://vercel.com\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/cli\"},\"scripts\":{\"preinstall\":\"node ./scripts/preinstall.js\",\"test\":\"jest\",\"test-unit\":\"jest --coverage --verbose\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"ava test/dev/integration.js --serial --fail-fast --verbose\",\"prepublishOnly\":\"yarn build\",\"coverage\":\"codecov\",\"build\":\"node -r ts-eager/register ./scripts/build.ts\",\"build-dev\":\"node -r ts-eager/register ./scripts/build.ts --dev\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"compileEnhancements\":false,\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 12\"},\"dependencies\":{\"@vercel/build-utils\":\"2.14.1-canary.8\",\"@vercel/go\":\"1.3.1-canary.8\",\"@vercel/node\":\"1.13.1-canary.9\",\"@vercel/python\":\"2.2.1-canary.8\",\"@vercel/ruby\":\"1.3.1-canary.8\",\"update-notifier\":\"4.1.0\"},\"devDependencies\":{\"@next/env\":\"11.1.2\",\"@sentry/node\":\"5.5.0\",\"@sindresorhus/slugify\":\"0.11.0\",\"@tootallnate/once\":\"1.1.2\",\"@types/ansi-escapes\":\"3.0.0\",\"@types/ansi-regex\":\"4.0.0\",\"@types/async-retry\":\"1.2.1\",\"@types/bytes\":\"3.0.0\",\"@types/chance\":\"1.1.3\",\"@types/debug\":\"0.0.31\",\"@types/dotenv\":\"6.1.1\",\"@types/escape-html\":\"0.0.20\",\"@types/express\":\"4.17.13\",\"@types/fs-extra\":\"9.0.13\",\"@types/glob\":\"7.1.1\",\"@types/http-proxy\":\"1.16.2\",\"@types/inquirer\":\"7.3.1\",\"@types/jest\":\"27.0.1\",\"@types/load-json-file\":\"2.0.7\",\"@types/mime-types\":\"2.1.0\",\"@types/minimatch\":\"3.0.3\",\"@types/mri\":\"1.1.0\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"11.11.0\",\"@types/node-fetch\":\"2.5.10\",\"@types/npm-package-arg\":\"6.1.0\",\"@types/pluralize\":\"0.0.29\",\"@types/progress\":\"2.0.3\",\"@types/psl\":\"1.1.0\",\"@types/semver\":\"6.0.1\",\"@types/tar-fs\":\"1.16.1\",\"@types/text-table\":\"0.2.0\",\"@types/title\":\"3.4.1\",\"@types/universal-analytics\":\"0.4.2\",\"@types/update-notifier\":\"5.1.0\",\"@types/which\":\"1.3.2\",\"@types/write-json-file\":\"2.2.1\",\"@vercel/client\":\"10.3.1-canary.8\",\"@vercel/fetch-retry\":\"5.0.3\",\"@vercel/frameworks\":\"0.6.1-canary.7\",\"@vercel/ncc\":\"0.24.0\",\"@vercel/nft\":\"0.17.5\",\"@zeit/fun\":\"0.11.2\",\"@zeit/source-map-support\":\"0.6.2\",\"ajv\":\"6.12.2\",\"alpha-sort\":\"2.0.1\",\"ansi-escapes\":\"3.0.0\",\"ansi-regex\":\"3.0.0\",\"arg\":\"5.0.0\",\"async-listen\":\"1.2.0\",\"async-retry\":\"1.1.3\",\"async-sema\":\"2.1.4\",\"ava\":\"2.2.0\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"clipboardy\":\"2.1.0\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"credit-card\":\"3.0.1\",\"date-fns\":\"1.29.0\",\"debug\":\"3.1.0\",\"dot\":\"1.1.3\",\"dotenv\":\"4.0.0\",\"email-prompt\":\"0.3.2\",\"email-validator\":\"1.1.1\",\"epipebomb\":\"1.0.0\",\"escape-html\":\"1.0.3\",\"esm\":\"3.1.4\",\"execa\":\"3.2.0\",\"express\":\"4.17.1\",\"fast-deep-equal\":\"3.1.3\",\"fs-extra\":\"10.0.0\",\"get-port\":\"5.1.1\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.0.0\",\"is-url\":\"1.2.2\",\"jaro-winkler\":\"0.2.8\",\"jsonlines\":\"0.1.1\",\"load-json-file\":\"3.0.0\",\"mime-types\":\"2.1.24\",\"minimatch\":\"3.0.4\",\"mri\":\"1.1.5\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.4.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"progress\":\"2.0.3\",\"promisepipe\":\"3.0.0\",\"psl\":\"1.1.31\",\"qr-image\":\"3.2.0\",\"raw-body\":\"2.4.1\",\"rimraf\":\"3.0.2\",\"semver\":\"5.5.0\",\"serve-handler\":\"6.1.1\",\"strip-ansi\":\"5.2.0\",\"stripe\":\"5.1.0\",\"tar-fs\":\"1.16.3\",\"test-listen\":\"1.1.0\",\"text-table\":\"0.2.0\",\"title\":\"3.4.1\",\"tmp-promise\":\"1.0.3\",\"tree-kill\":\"1.2.2\",\"ts-node\":\"8.3.0\",\"typescript\":\"4.3.4\",\"universal-analytics\":\"0.4.20\",\"utility-types\":\"2.1.0\",\"which\":\"2.0.2\",\"write-json-file\":\"2.2.0\",\"xdg-app-paths\":\"5.1.0\"},\"jest\":{\"preset\":\"ts-jest\",\"globals\":{\"ts-jest\":{\"diagnostics\":false,\"isolatedModules\":true}},\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]},\"gitHead\":\"451e0b0cfb7f5f3e0e4f37642471b2c7b4284649\"}");
|
244662
244663
|
|
244663
244664
|
/***/ }),
|
244664
244665
|
|
@@ -244674,7 +244675,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
244674
244675
|
/***/ ((module) => {
|
244675
244676
|
|
244676
244677
|
"use strict";
|
244677
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.3.1-canary.
|
244678
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.3.1-canary.8\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"jest --verbose --runInBand --bail tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test-unit\":\"jest --verbose --runInBand --bail tests/unit.*test.*\"},\"engines\":{\"node\":\">= 12\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.0.1\",\"@types/minimatch\":\"3.0.5\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.14.1-canary.8\",\"@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\":\"451e0b0cfb7f5f3e0e4f37642471b2c7b4284649\"}");
|
244678
244679
|
|
244679
244680
|
/***/ }),
|
244680
244681
|
|