vercel 24.0.1 → 24.0.2-canary.0
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 +272 -301
- package/package.json +9 -9
package/dist/index.js
CHANGED
@@ -190786,7 +190786,7 @@ exports.frameworks = [
|
|
190786
190786
|
}));
|
190787
190787
|
return (config && config.publishDir) || 'public';
|
190788
190788
|
},
|
190789
|
-
defaultVersion: '0.58.2',
|
190789
|
+
defaultVersion: '0.58.2', // Must match the build image
|
190790
190790
|
},
|
190791
190791
|
{
|
190792
190792
|
name: 'Jekyll',
|
@@ -190924,7 +190924,7 @@ exports.frameworks = [
|
|
190924
190924
|
},
|
190925
190925
|
},
|
190926
190926
|
getOutputDirName: async () => 'public',
|
190927
|
-
defaultVersion: '0.
|
190927
|
+
defaultVersion: '0.13.0', // Must match the build image
|
190928
190928
|
},
|
190929
190929
|
{
|
190930
190930
|
name: 'Vite',
|
@@ -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_807982__) {
|
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_807982__(641));
|
191119
|
+
const toml_1 = __importDefault(__nested_webpack_require_807982__(9434));
|
191120
|
+
const fs_1 = __nested_webpack_require_807982__(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_809588__) => {
|
191170
191170
|
|
191171
191171
|
"use strict";
|
191172
191172
|
|
191173
191173
|
|
191174
191174
|
|
191175
|
-
var yaml =
|
191175
|
+
var yaml = __nested_webpack_require_809588__(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_809762__) => {
|
191185
191185
|
|
191186
191186
|
"use strict";
|
191187
191187
|
|
191188
191188
|
|
191189
191189
|
|
191190
|
-
var loader =
|
191191
|
-
var dumper =
|
191190
|
+
var loader = __nested_webpack_require_809762__(4349);
|
191191
|
+
var dumper = __nested_webpack_require_809762__(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_809762__(6876);
|
191202
|
+
module.exports.Schema = __nested_webpack_require_809762__(6105);
|
191203
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_809762__(8441);
|
191204
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_809762__(1486);
|
191205
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_809762__(1112);
|
191206
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_809762__(596);
|
191207
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_809762__(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_809762__(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_809762__(8441);
|
191218
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_809762__(596);
|
191219
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_809762__(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_812580__) => {
|
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_812580__(903);
|
191306
|
+
var YAMLException = __nested_webpack_require_812580__(3237);
|
191307
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_812580__(9647);
|
191308
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_812580__(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_840284__) => {
|
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_840284__(903);
|
192192
|
+
var YAMLException = __nested_webpack_require_840284__(3237);
|
192193
|
+
var Mark = __nested_webpack_require_840284__(4926);
|
192194
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_840284__(596);
|
192195
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_840284__(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_884151__) => {
|
193818
193818
|
|
193819
193819
|
"use strict";
|
193820
193820
|
|
193821
193821
|
|
193822
193822
|
|
193823
|
-
var common =
|
193823
|
+
var common = __nested_webpack_require_884151__(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_885813__) => {
|
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_885813__(903);
|
193909
|
+
var YAMLException = __nested_webpack_require_885813__(3237);
|
193910
|
+
var Type = __nested_webpack_require_885813__(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_888677__) => {
|
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_888677__(6105);
|
194031
194031
|
|
194032
194032
|
|
194033
194033
|
module.exports = new Schema({
|
194034
194034
|
include: [
|
194035
|
-
|
194035
|
+
__nested_webpack_require_888677__(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_889147__) => {
|
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_889147__(6105);
|
194059
194059
|
|
194060
194060
|
|
194061
194061
|
module.exports = Schema.DEFAULT = new Schema({
|
194062
194062
|
include: [
|
194063
|
-
|
194063
|
+
__nested_webpack_require_889147__(596)
|
194064
194064
|
],
|
194065
194065
|
explicit: [
|
194066
|
-
|
194067
|
-
|
194068
|
-
|
194066
|
+
__nested_webpack_require_889147__(5836),
|
194067
|
+
__nested_webpack_require_889147__(6841),
|
194068
|
+
__nested_webpack_require_889147__(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_889841__) => {
|
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_889841__(6105);
|
194090
194090
|
|
194091
194091
|
|
194092
194092
|
module.exports = new Schema({
|
194093
194093
|
include: [
|
194094
|
-
|
194094
|
+
__nested_webpack_require_889841__(1112)
|
194095
194095
|
],
|
194096
194096
|
implicit: [
|
194097
|
-
|
194098
|
-
|
194097
|
+
__nested_webpack_require_889841__(7028),
|
194098
|
+
__nested_webpack_require_889841__(7841)
|
194099
194099
|
],
|
194100
194100
|
explicit: [
|
194101
|
-
|
194102
|
-
|
194103
|
-
|
194104
|
-
|
194101
|
+
__nested_webpack_require_889841__(8675),
|
194102
|
+
__nested_webpack_require_889841__(3498),
|
194103
|
+
__nested_webpack_require_889841__(679),
|
194104
|
+
__nested_webpack_require_889841__(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_890553__) => {
|
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_890553__(6105);
|
194123
194123
|
|
194124
194124
|
|
194125
194125
|
module.exports = new Schema({
|
194126
194126
|
explicit: [
|
194127
|
-
|
194128
|
-
|
194129
|
-
|
194127
|
+
__nested_webpack_require_890553__(5348),
|
194128
|
+
__nested_webpack_require_890553__(7330),
|
194129
|
+
__nested_webpack_require_890553__(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_890939__) => {
|
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_890939__(6105);
|
194152
194152
|
|
194153
194153
|
|
194154
194154
|
module.exports = new Schema({
|
194155
194155
|
include: [
|
194156
|
-
|
194156
|
+
__nested_webpack_require_890939__(8441)
|
194157
194157
|
],
|
194158
194158
|
implicit: [
|
194159
|
-
|
194160
|
-
|
194161
|
-
|
194162
|
-
|
194159
|
+
__nested_webpack_require_890939__(9074),
|
194160
|
+
__nested_webpack_require_890939__(4308),
|
194161
|
+
__nested_webpack_require_890939__(1167),
|
194162
|
+
__nested_webpack_require_890939__(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_891637__) => {
|
194171
194171
|
|
194172
194172
|
"use strict";
|
194173
194173
|
|
194174
194174
|
|
194175
|
-
var YAMLException =
|
194175
|
+
var YAMLException = __nested_webpack_require_891637__(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_893321__) => {
|
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_893321__(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_896713__) => {
|
194386
194386
|
|
194387
194387
|
"use strict";
|
194388
194388
|
|
194389
194389
|
|
194390
|
-
var Type =
|
194390
|
+
var Type = __nested_webpack_require_896713__(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_897786__) => {
|
194429
194429
|
|
194430
194430
|
"use strict";
|
194431
194431
|
|
194432
194432
|
|
194433
|
-
var common =
|
194434
|
-
var Type =
|
194433
|
+
var common = __nested_webpack_require_897786__(903);
|
194434
|
+
var Type = __nested_webpack_require_897786__(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_900732__) => {
|
194553
194553
|
|
194554
194554
|
"use strict";
|
194555
194555
|
|
194556
194556
|
|
194557
|
-
var common =
|
194558
|
-
var Type =
|
194557
|
+
var common = __nested_webpack_require_900732__(903);
|
194558
|
+
var Type = __nested_webpack_require_900732__(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_904904__) => {
|
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_904904__(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_907801__) => {
|
194834
194834
|
|
194835
194835
|
"use strict";
|
194836
194836
|
|
194837
194837
|
|
194838
|
-
var Type =
|
194838
|
+
var Type = __nested_webpack_require_907801__(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_909472__) => {
|
194902
194902
|
|
194903
194903
|
"use strict";
|
194904
194904
|
|
194905
194905
|
|
194906
|
-
var Type =
|
194906
|
+
var Type = __nested_webpack_require_909472__(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_910143__) => {
|
194938
194938
|
|
194939
194939
|
"use strict";
|
194940
194940
|
|
194941
194941
|
|
194942
|
-
var Type =
|
194942
|
+
var Type = __nested_webpack_require_910143__(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_910435__) => {
|
194954
194954
|
|
194955
194955
|
"use strict";
|
194956
194956
|
|
194957
194957
|
|
194958
|
-
var Type =
|
194958
|
+
var Type = __nested_webpack_require_910435__(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_910767__) => {
|
194974
194974
|
|
194975
194975
|
"use strict";
|
194976
194976
|
|
194977
194977
|
|
194978
|
-
var Type =
|
194978
|
+
var Type = __nested_webpack_require_910767__(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_911630__) => {
|
195016
195016
|
|
195017
195017
|
"use strict";
|
195018
195018
|
|
195019
195019
|
|
195020
|
-
var Type =
|
195020
|
+
var Type = __nested_webpack_require_911630__(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_912754__) => {
|
195068
195068
|
|
195069
195069
|
"use strict";
|
195070
195070
|
|
195071
195071
|
|
195072
|
-
var Type =
|
195072
|
+
var Type = __nested_webpack_require_912754__(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_913940__) => {
|
195129
195129
|
|
195130
195130
|
"use strict";
|
195131
195131
|
|
195132
195132
|
|
195133
|
-
var Type =
|
195133
|
+
var Type = __nested_webpack_require_913940__(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_914233__) => {
|
195145
195145
|
|
195146
195146
|
"use strict";
|
195147
195147
|
|
195148
195148
|
|
195149
|
-
var Type =
|
195149
|
+
var Type = __nested_webpack_require_914233__(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_914882__) => {
|
195182
195182
|
|
195183
195183
|
"use strict";
|
195184
195184
|
|
195185
195185
|
|
195186
|
-
var Type =
|
195186
|
+
var Type = __nested_webpack_require_914882__(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_915173__) => {
|
195198
195198
|
|
195199
195199
|
"use strict";
|
195200
195200
|
|
195201
195201
|
|
195202
|
-
var Type =
|
195202
|
+
var Type = __nested_webpack_require_915173__(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_917846__) => {
|
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_917846__(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_918263__) {
|
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_918263__(9566));
|
195320
|
+
const semver_1 = __nested_webpack_require_918263__(2879);
|
195321
|
+
const path_1 = __nested_webpack_require_918263__(5622);
|
195322
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_918263__(8438));
|
195323
|
+
const _1 = __nested_webpack_require_918263__(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_950271__) {
|
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_950271__(2879));
|
196162
|
+
const _1 = __nested_webpack_require_950271__(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_965932__) {
|
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_965932__(2357));
|
196597
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_965932__(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_967450__) {
|
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_967450__(2357));
|
196641
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_967450__(5392));
|
196642
|
+
const multistream_1 = __importDefault(__nested_webpack_require_967450__(8179));
|
196643
|
+
const path_1 = __importDefault(__nested_webpack_require_967450__(5622));
|
196644
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_967450__(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_970254__) {
|
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_970254__(2357));
|
196719
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_970254__(2197));
|
196720
|
+
const multistream_1 = __importDefault(__nested_webpack_require_970254__(8179));
|
196721
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_970254__(3691));
|
196722
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_970254__(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_973655__) {
|
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_973655__(5622));
|
196813
|
+
const debug_1 = __importDefault(__nested_webpack_require_973655__(1868));
|
196814
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_973655__(9331));
|
196815
|
+
const fs_extra_1 = __nested_webpack_require_973655__(5392);
|
196816
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_973655__(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_977104__) => {
|
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_977104__(5622);
|
196895
|
+
const os_1 = __nested_webpack_require_977104__(2087);
|
196896
|
+
const fs_extra_1 = __nested_webpack_require_977104__(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_977684__) {
|
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_977684__(5622));
|
196918
|
+
const assert_1 = __importDefault(__nested_webpack_require_977684__(2357));
|
196919
|
+
const glob_1 = __importDefault(__nested_webpack_require_977684__(1104));
|
196920
|
+
const util_1 = __nested_webpack_require_977684__(1669);
|
196921
|
+
const fs_extra_1 = __nested_webpack_require_977684__(5392);
|
196922
|
+
const normalize_path_1 = __nested_webpack_require_977684__(6261);
|
196923
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_977684__(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_979880__) {
|
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_979880__(2879);
|
196979
|
+
const errors_1 = __nested_webpack_require_979880__(3983);
|
196980
|
+
const debug_1 = __importDefault(__nested_webpack_require_979880__(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_983748__) {
|
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_983748__(6540));
|
197084
|
+
const toml_1 = __importDefault(__nested_webpack_require_983748__(9434));
|
197085
|
+
const fs_extra_1 = __nested_webpack_require_983748__(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_985541__) {
|
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_985541__(2357));
|
197150
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_985541__(5392));
|
197151
|
+
const path_1 = __importDefault(__nested_webpack_require_985541__(5622));
|
197152
|
+
const debug_1 = __importDefault(__nested_webpack_require_985541__(1868));
|
197153
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_985541__(7618));
|
197154
|
+
const util_1 = __nested_webpack_require_985541__(1669);
|
197155
|
+
const errors_1 = __nested_webpack_require_985541__(3983);
|
197156
|
+
const node_version_1 = __nested_webpack_require_985541__(7903);
|
197157
|
+
const read_config_file_1 = __nested_webpack_require_985541__(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_1001330__) {
|
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_1001330__(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_1002398__) {
|
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_1002398__(5622));
|
197564
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1002398__(5392));
|
197565
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1002398__(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_1004772__) => {
|
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_1004772__(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_1005809__) {
|
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_1005809__(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_1005809__(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_1005809__(5187));
|
197692
197692
|
exports.FileRef = file_ref_1.default;
|
197693
|
-
const lambda_1 =
|
197693
|
+
const lambda_1 = __nested_webpack_require_1005809__(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_1005809__(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_1005809__(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_1005809__(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_1005809__(3838));
|
197705
197705
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197706
|
-
const glob_1 = __importDefault(
|
197706
|
+
const glob_1 = __importDefault(__nested_webpack_require_1005809__(4240));
|
197707
197707
|
exports.glob = glob_1.default;
|
197708
|
-
const rename_1 = __importDefault(
|
197708
|
+
const rename_1 = __importDefault(__nested_webpack_require_1005809__(6718));
|
197709
197709
|
exports.rename = rename_1.default;
|
197710
|
-
const run_user_scripts_1 =
|
197710
|
+
const run_user_scripts_1 = __nested_webpack_require_1005809__(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_1005809__(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_1005809__(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_1005809__(2564));
|
197735
197735
|
exports.shouldServe = should_serve_1.default;
|
197736
|
-
const debug_1 = __importDefault(
|
197736
|
+
const debug_1 = __importDefault(__nested_webpack_require_1005809__(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_1005809__(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_1005809__(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_1005809__(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_1005809__(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_1005809__(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_1005809__(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_1005809__(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_1005809__(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_1005809__(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_1005809__(2416), exports);
|
197760
|
+
__exportStar(__nested_webpack_require_1005809__(5748), exports);
|
197761
|
+
__exportStar(__nested_webpack_require_1005809__(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_1016180__) {
|
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_1016180__(2357));
|
197794
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1016180__(5758));
|
197795
|
+
const yazl_1 = __nested_webpack_require_1016180__(1223);
|
197796
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1016180__(9566));
|
197797
|
+
const fs_extra_1 = __nested_webpack_require_1016180__(5392);
|
197798
|
+
const download_1 = __nested_webpack_require_1016180__(1611);
|
197799
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1016180__(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_1021684__) => {
|
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_1021684__(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_1026029__) => {
|
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_1026029__(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_1125668__(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_1125668__);
|
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_1125668__.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_1125668__(2855);
|
198331
198331
|
/******/ })()
|
198332
198332
|
;
|
198333
198333
|
|
@@ -211170,7 +211170,7 @@ function buildCreateDeployment() {
|
|
211170
211170
|
else {
|
211171
211171
|
debug(`Provided 'path' is a single file`);
|
211172
211172
|
}
|
211173
|
-
|
211173
|
+
const { fileList } = await utils_1.buildFileTree(path, clientOptions, debug);
|
211174
211174
|
let configPath;
|
211175
211175
|
if (!nowConfig) {
|
211176
211176
|
// If the user did not provide a config file, use the one in the root directory.
|
@@ -211200,11 +211200,7 @@ function buildCreateDeployment() {
|
|
211200
211200
|
payload: 'There are no files inside your deployment.',
|
211201
211201
|
};
|
211202
211202
|
}
|
211203
|
-
const
|
211204
|
-
const nftFileList = clientOptions.prebuilt
|
211205
|
-
? await hashes_1.resolveNftJsonFiles(hashedFileMap)
|
211206
|
-
: [];
|
211207
|
-
const files = await hashes_1.hashes(nftFileList, hashedFileMap);
|
211203
|
+
const files = await hashes_1.hashes(fileList);
|
211208
211204
|
debug(`Yielding a 'hashes-calculated' event with ${files.size} hashes`);
|
211209
211205
|
yield { type: 'hashes-calculated', payload: hashes_1.mapToObject(files) };
|
211210
211206
|
if (clientOptions.apiUrl) {
|
@@ -211667,11 +211663,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
211667
211663
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
211668
211664
|
};
|
211669
211665
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
211670
|
-
exports.
|
211666
|
+
exports.hashes = exports.mapToObject = void 0;
|
211671
211667
|
const crypto_1 = __webpack_require__(76417);
|
211672
211668
|
const fs_extra_1 = __importDefault(__webpack_require__(29394));
|
211673
211669
|
const async_sema_1 = __webpack_require__(30401);
|
211674
|
-
const path_1 = __webpack_require__(85622);
|
211675
211670
|
/**
|
211676
211671
|
* Computes a hash for the given buf.
|
211677
211672
|
*
|
@@ -211730,31 +211725,6 @@ async function hashes(files, map = new Map()) {
|
|
211730
211725
|
return map;
|
211731
211726
|
}
|
211732
211727
|
exports.hashes = hashes;
|
211733
|
-
async function resolveNftJsonFiles(hashedFiles) {
|
211734
|
-
const semaphore = new async_sema_1.Sema(100);
|
211735
|
-
const existingFiles = Array.from(hashedFiles.values());
|
211736
|
-
const resolvedFiles = new Set();
|
211737
|
-
await Promise.all(existingFiles.map(async (file) => {
|
211738
|
-
await semaphore.acquire();
|
211739
|
-
const fsPath = file.names[0];
|
211740
|
-
if (fsPath.endsWith('.nft.json')) {
|
211741
|
-
const json = file.data.toString('utf8');
|
211742
|
-
const { version, files } = JSON.parse(json);
|
211743
|
-
if (version === 1 || version === 2) {
|
211744
|
-
for (let f of files) {
|
211745
|
-
const relPath = typeof f === 'string' ? f : f.input;
|
211746
|
-
resolvedFiles.add(path_1.join(path_1.dirname(fsPath), relPath));
|
211747
|
-
}
|
211748
|
-
}
|
211749
|
-
else {
|
211750
|
-
console.error(`Invalid nft.json version: ${version}`);
|
211751
|
-
}
|
211752
|
-
}
|
211753
|
-
semaphore.release();
|
211754
|
-
}));
|
211755
|
-
return Array.from(resolvedFiles);
|
211756
|
-
}
|
211757
|
-
exports.resolveNftJsonFiles = resolveNftJsonFiles;
|
211758
211728
|
|
211759
211729
|
|
211760
211730
|
/***/ }),
|
@@ -211779,7 +211749,7 @@ const async_sema_1 = __webpack_require__(30401);
|
|
211779
211749
|
const fs_extra_1 = __webpack_require__(29394);
|
211780
211750
|
const readdir_recursive_1 = __importDefault(__webpack_require__(37459));
|
211781
211751
|
const semaphore = new async_sema_1.Sema(10);
|
211782
|
-
exports.API_FILES = '/v2/
|
211752
|
+
exports.API_FILES = '/v2/files';
|
211783
211753
|
const EVENTS_ARRAY = [
|
211784
211754
|
// File events
|
211785
211755
|
'hashes-calculated',
|
@@ -211808,9 +211778,9 @@ const EVENTS_ARRAY = [
|
|
211808
211778
|
exports.EVENTS = new Set(EVENTS_ARRAY);
|
211809
211779
|
function getApiDeploymentsUrl(metadata) {
|
211810
211780
|
if (metadata && metadata.builds && !metadata.functions) {
|
211811
|
-
return '/v10/
|
211781
|
+
return '/v10/deployments';
|
211812
211782
|
}
|
211813
|
-
return '/v13/
|
211783
|
+
return '/v13/deployments';
|
211814
211784
|
}
|
211815
211785
|
exports.getApiDeploymentsUrl = getApiDeploymentsUrl;
|
211816
211786
|
async function parseVercelConfig(filePath) {
|
@@ -211836,10 +211806,10 @@ const maybeRead = async function (path, default_) {
|
|
211836
211806
|
return default_;
|
211837
211807
|
}
|
211838
211808
|
};
|
211839
|
-
async function buildFileTree(path, { isDirectory, prebuilt,
|
211809
|
+
async function buildFileTree(path, { isDirectory, prebuilt, }, debug) {
|
211840
211810
|
const ignoreList = [];
|
211841
211811
|
let fileList;
|
211842
|
-
let { ig, ignores } = await getVercelIgnore(path, prebuilt
|
211812
|
+
let { ig, ignores } = await getVercelIgnore(path, prebuilt);
|
211843
211813
|
debug(`Found ${ignores.length} rules in .vercelignore`);
|
211844
211814
|
debug('Building file tree...');
|
211845
211815
|
if (isDirectory && !Array.isArray(path)) {
|
@@ -211868,17 +211838,19 @@ async function buildFileTree(path, { isDirectory, prebuilt, rootDirectory, }, de
|
|
211868
211838
|
return { fileList, ignoreList };
|
211869
211839
|
}
|
211870
211840
|
exports.buildFileTree = buildFileTree;
|
211871
|
-
async function getVercelIgnore(cwd, prebuilt
|
211872
|
-
|
211873
|
-
|
211841
|
+
async function getVercelIgnore(cwd, prebuilt) {
|
211842
|
+
const ig = ignore_1.default();
|
211843
|
+
let ignores;
|
211874
211844
|
if (prebuilt) {
|
211875
|
-
|
211845
|
+
const outputDir = '.vercel/output';
|
211846
|
+
ignores = ['*'];
|
211876
211847
|
const parts = outputDir.split('/');
|
211877
211848
|
parts.forEach((_, i) => {
|
211878
211849
|
const level = parts.slice(0, i + 1).join('/');
|
211879
211850
|
ignores.push(`!${level}`);
|
211880
211851
|
});
|
211881
211852
|
ignores.push(`!${outputDir}/**`);
|
211853
|
+
ig.add(ignores.join('\n'));
|
211882
211854
|
}
|
211883
211855
|
else {
|
211884
211856
|
ignores = [
|
@@ -211906,26 +211878,25 @@ async function getVercelIgnore(cwd, prebuilt, rootDirectory) {
|
|
211906
211878
|
'__pycache__',
|
211907
211879
|
'venv',
|
211908
211880
|
'CVS',
|
211909
|
-
`.output`,
|
211910
211881
|
];
|
211882
|
+
const cwds = Array.isArray(cwd) ? cwd : [cwd];
|
211883
|
+
const files = await Promise.all(cwds.map(async (cwd) => {
|
211884
|
+
const [vercelignore, nowignore] = await Promise.all([
|
211885
|
+
maybeRead(path_1.join(cwd, '.vercelignore'), ''),
|
211886
|
+
maybeRead(path_1.join(cwd, '.nowignore'), ''),
|
211887
|
+
]);
|
211888
|
+
if (vercelignore && nowignore) {
|
211889
|
+
throw new build_utils_1.NowBuildError({
|
211890
|
+
code: 'CONFLICTING_IGNORE_FILES',
|
211891
|
+
message: 'Cannot use both a `.vercelignore` and `.nowignore` file. Please delete the `.nowignore` file.',
|
211892
|
+
link: 'https://vercel.link/combining-old-and-new-config',
|
211893
|
+
});
|
211894
|
+
}
|
211895
|
+
return vercelignore || nowignore;
|
211896
|
+
}));
|
211897
|
+
const ignoreFile = files.join('\n');
|
211898
|
+
ig.add(`${ignores.join('\n')}\n${clearRelative(ignoreFile)}`);
|
211911
211899
|
}
|
211912
|
-
const cwds = Array.isArray(cwd) ? cwd : [cwd];
|
211913
|
-
const files = await Promise.all(cwds.map(async (cwd) => {
|
211914
|
-
const [vercelignore, nowignore] = await Promise.all([
|
211915
|
-
maybeRead(path_1.join(cwd, '.vercelignore'), ''),
|
211916
|
-
maybeRead(path_1.join(cwd, '.nowignore'), ''),
|
211917
|
-
]);
|
211918
|
-
if (vercelignore && nowignore) {
|
211919
|
-
throw new build_utils_1.NowBuildError({
|
211920
|
-
code: 'CONFLICTING_IGNORE_FILES',
|
211921
|
-
message: 'Cannot use both a `.vercelignore` and `.nowignore` file. Please delete the `.nowignore` file.',
|
211922
|
-
link: 'https://vercel.link/combining-old-and-new-config',
|
211923
|
-
});
|
211924
|
-
}
|
211925
|
-
return vercelignore || nowignore;
|
211926
|
-
}));
|
211927
|
-
const ignoreFile = files.join('\n');
|
211928
|
-
const ig = ignore_1.default().add(`${ignores.join('\n')}\n${clearRelative(ignoreFile)}`);
|
211929
211900
|
return { ig, ignores };
|
211930
211901
|
}
|
211931
211902
|
exports.getVercelIgnore = getVercelIgnore;
|
@@ -218387,7 +218358,7 @@ exports.frameworks = [
|
|
218387
218358
|
}));
|
218388
218359
|
return (config && config.publishDir) || 'public';
|
218389
218360
|
},
|
218390
|
-
defaultVersion: '0.58.2',
|
218361
|
+
defaultVersion: '0.58.2', // Must match the build image
|
218391
218362
|
},
|
218392
218363
|
{
|
218393
218364
|
name: 'Jekyll',
|
@@ -218525,7 +218496,7 @@ exports.frameworks = [
|
|
218525
218496
|
},
|
218526
218497
|
},
|
218527
218498
|
getOutputDirName: async () => 'public',
|
218528
|
-
defaultVersion: '0.
|
218499
|
+
defaultVersion: '0.13.0', // Must match the build image
|
218529
218500
|
},
|
218530
218501
|
{
|
218531
218502
|
name: 'Vite',
|
@@ -223965,7 +223936,7 @@ function safelyCompile(value, indexes, attemptDirectCompile) {
|
|
223965
223936
|
.replace(/--ESCAPED_PARAM_ASTERISK/g, '*');
|
223966
223937
|
// the value needs to start with a forward-slash to be compiled
|
223967
223938
|
// correctly
|
223968
|
-
return path_to_regexp_1.compile(`/${value}`, { validate: false })(indexes).
|
223939
|
+
return path_to_regexp_1.compile(`/${value}`, { validate: false })(indexes).slice(1);
|
223969
223940
|
}
|
223970
223941
|
function toSegmentDest(index) {
|
223971
223942
|
const i = index + 1; // js is base 0, regex is base 1
|
@@ -226077,8 +226048,8 @@ const parseEnv = (env) => {
|
|
226077
226048
|
key = e;
|
226078
226049
|
}
|
226079
226050
|
else {
|
226080
|
-
key = e.
|
226081
|
-
value = e.
|
226051
|
+
key = e.slice(0, equalsSign);
|
226052
|
+
value = e.slice(equalsSign + 1);
|
226082
226053
|
}
|
226083
226054
|
o[key] = value;
|
226084
226055
|
return o;
|
@@ -230428,7 +230399,7 @@ const emailAutoComplete = (value, teamSlug) => {
|
|
230428
230399
|
domains.unshift(teamSlug);
|
230429
230400
|
for (const domain of domains) {
|
230430
230401
|
if (domain.startsWith(host)) {
|
230431
|
-
suggestion = domain.
|
230402
|
+
suggestion = domain.slice(host.length);
|
230432
230403
|
break;
|
230433
230404
|
}
|
230434
230405
|
}
|
@@ -239594,7 +239565,7 @@ async function staticFiles(path, { output, src }) {
|
|
239594
239565
|
// but we don't ignore if the user is explicitly listing files
|
239595
239566
|
// under the now namespace, or using files in combination with gitignore
|
239596
239567
|
const accepts = (file) => {
|
239597
|
-
const relativePath = file.
|
239568
|
+
const relativePath = file.slice(prefixLength);
|
239598
239569
|
if (relativePath === '') {
|
239599
239570
|
return true;
|
239600
239571
|
}
|
@@ -240009,7 +239980,7 @@ function humanizePath(path) {
|
|
240009
239980
|
const resolved = path_1.resolve(path);
|
240010
239981
|
const _homedir = os_1.homedir();
|
240011
239982
|
return resolved.indexOf(_homedir) === 0
|
240012
|
-
? `~${resolved.
|
239983
|
+
? `~${resolved.slice(_homedir.length)}`
|
240013
239984
|
: resolved;
|
240014
239985
|
}
|
240015
239986
|
exports.default = humanizePath;
|
@@ -241342,24 +241313,24 @@ forceLowerCase = false, } = {}) {
|
|
241342
241313
|
}
|
241343
241314
|
char = placeholder[value.length + caretOffset];
|
241344
241315
|
value =
|
241345
|
-
value.
|
241316
|
+
value.substring(0, value.length + caretOffset - 2) +
|
241346
241317
|
char +
|
241347
|
-
value.
|
241318
|
+
value.slice(value.length + caretOffset - 1);
|
241348
241319
|
caretOffset--;
|
241349
241320
|
}
|
241350
241321
|
else {
|
241351
241322
|
char = placeholder[value.length + caretOffset - 1];
|
241352
241323
|
value =
|
241353
|
-
value.
|
241324
|
+
value.substring(0, value.length + caretOffset - 1) +
|
241354
241325
|
char +
|
241355
|
-
value.
|
241326
|
+
value.slice(value.length + caretOffset);
|
241356
241327
|
}
|
241357
241328
|
caretOffset--;
|
241358
241329
|
}
|
241359
241330
|
else {
|
241360
241331
|
value =
|
241361
|
-
value.
|
241362
|
-
value.
|
241332
|
+
value.substring(0, value.length + caretOffset - 1) +
|
241333
|
+
value.slice(value.length + caretOffset);
|
241363
241334
|
}
|
241364
241335
|
suggestion = '';
|
241365
241336
|
}
|
@@ -241386,9 +241357,9 @@ forceLowerCase = false, } = {}) {
|
|
241386
241357
|
return;
|
241387
241358
|
}
|
241388
241359
|
else if (!ansi_regex_1.default().test(data)) {
|
241389
|
-
let tmp = value.
|
241360
|
+
let tmp = value.substring(0, value.length + caretOffset) +
|
241390
241361
|
data +
|
241391
|
-
value.
|
241362
|
+
value.slice(value.length + caretOffset);
|
241392
241363
|
if (mask) {
|
241393
241364
|
if (/\d/.test(data) && caretOffset !== 0) {
|
241394
241365
|
let formattedData = data;
|
@@ -241397,9 +241368,9 @@ forceLowerCase = false, } = {}) {
|
|
241397
241368
|
}
|
241398
241369
|
if (value[value.length + caretOffset + 1] === ' ') {
|
241399
241370
|
tmp =
|
241400
|
-
value.
|
241371
|
+
value.substring(0, value.length + caretOffset) +
|
241401
241372
|
formattedData +
|
241402
|
-
value.
|
241373
|
+
value.slice(value.length + caretOffset + formattedData.length);
|
241403
241374
|
caretOffset += formattedData.length + 1;
|
241404
241375
|
if (value[value.length + caretOffset] === '/') {
|
241405
241376
|
caretOffset += formattedData.length + 1;
|
@@ -241407,9 +241378,9 @@ forceLowerCase = false, } = {}) {
|
|
241407
241378
|
}
|
241408
241379
|
else {
|
241409
241380
|
tmp =
|
241410
|
-
value.
|
241381
|
+
value.substring(0, value.length + caretOffset) +
|
241411
241382
|
formattedData +
|
241412
|
-
value.
|
241383
|
+
value.slice(value.length + caretOffset + formattedData.length);
|
241413
241384
|
caretOffset += formattedData.length;
|
241414
241385
|
}
|
241415
241386
|
}
|
@@ -244659,7 +244630,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
244659
244630
|
/***/ ((module) => {
|
244660
244631
|
|
244661
244632
|
"use strict";
|
244662
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.0.
|
244633
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.0.2-canary.0\",\"preferGlobal\":true,\"license\":\"Apache-2.0\",\"description\":\"The command-line interface for Vercel\",\"homepage\":\"https://vercel.com\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/cli\"},\"scripts\":{\"preinstall\":\"node ./scripts/preinstall.js\",\"test\":\"jest\",\"test-unit\":\"jest --coverage --verbose\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"ava test/dev/integration.js --serial --fail-fast --verbose\",\"prepublishOnly\":\"yarn build\",\"coverage\":\"codecov\",\"build\":\"node -r ts-eager/register ./scripts/build.ts\",\"build-dev\":\"node -r ts-eager/register ./scripts/build.ts --dev\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"compileEnhancements\":false,\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 12\"},\"dependencies\":{\"@vercel/build-utils\":\"2.15.1-canary.0\",\"@vercel/go\":\"1.3.2-canary.0\",\"@vercel/node\":\"1.14.1-canary.0\",\"@vercel/python\":\"2.2.2-canary.0\",\"@vercel/ruby\":\"1.3.2-canary.0\",\"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.4.1-canary.0\",\"@vercel/fetch-retry\":\"5.0.3\",\"@vercel/frameworks\":\"0.7.1-canary.0\",\"@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\":\"c76dfbe8c9e1055113fe7ced8850bca4a64ad232\"}");
|
244663
244634
|
|
244664
244635
|
/***/ }),
|
244665
244636
|
|
@@ -244675,7 +244646,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
244675
244646
|
/***/ ((module) => {
|
244676
244647
|
|
244677
244648
|
"use strict";
|
244678
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.4.0\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"jest --verbose --runInBand --bail tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test-unit\":\"jest --verbose --runInBand --bail tests/unit.*test.*\"},\"engines\":{\"node\":\">= 12\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.0.1\",\"@types/minimatch\":\"3.0.5\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.15.0\",\"@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\":\"
|
244649
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.4.1-canary.0\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"jest --verbose --runInBand --bail tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test-unit\":\"jest --verbose --runInBand --bail tests/unit.*test.*\"},\"engines\":{\"node\":\">= 12\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.0.1\",\"@types/minimatch\":\"3.0.5\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.15.1-canary.0\",\"@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\":\"c76dfbe8c9e1055113fe7ced8850bca4a64ad232\"}");
|
244679
244650
|
|
244680
244651
|
/***/ }),
|
244681
244652
|
|