@vercel/microfrontends 1.0.1-canary.5 → 1.1.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.
@@ -1166,9 +1166,7 @@ var schema_default = {
1166
1166
  description: "Mapping of application names to the routes that they host. Only needs to be defined in the application that owns the primary microfrontend domain"
1167
1167
  }
1168
1168
  },
1169
- required: [
1170
- "applications"
1171
- ],
1169
+ required: ["applications"],
1172
1170
  additionalProperties: false
1173
1171
  },
1174
1172
  Options: {
@@ -1263,9 +1261,7 @@ var schema_default = {
1263
1261
  description: "Vercel project ID"
1264
1262
  }
1265
1263
  },
1266
- required: [
1267
- "projectId"
1268
- ],
1264
+ required: ["projectId"],
1269
1265
  additionalProperties: false
1270
1266
  },
1271
1267
  HostConfig: {
@@ -1273,10 +1269,7 @@ var schema_default = {
1273
1269
  properties: {
1274
1270
  protocol: {
1275
1271
  type: "string",
1276
- enum: [
1277
- "http",
1278
- "https"
1279
- ],
1272
+ enum: ["http", "https"],
1280
1273
  description: "The protocol to be used for the connection.\n- `http`: Hypertext Transfer Protocol (HTTP).\n- `https`: Secure Hypertext Transfer Protocol (HTTPS).\n\n*"
1281
1274
  },
1282
1275
  host: {
@@ -1288,9 +1281,7 @@ var schema_default = {
1288
1281
  description: "The port number to be used for the connection. Common values include `80` for HTTP and `443` for HTTPS."
1289
1282
  }
1290
1283
  },
1291
- required: [
1292
- "host"
1293
- ],
1284
+ required: ["host"],
1294
1285
  additionalProperties: false
1295
1286
  },
1296
1287
  Development: {
@@ -1332,10 +1323,7 @@ var schema_default = {
1332
1323
  },
1333
1324
  protocol: {
1334
1325
  type: "string",
1335
- enum: [
1336
- "http",
1337
- "https"
1338
- ],
1326
+ enum: ["http", "https"],
1339
1327
  description: "The protocol to be used for the connection.\n- `http`: Hypertext Transfer Protocol (HTTP).\n- `https`: Secure Hypertext Transfer Protocol (HTTPS).\n\n*"
1340
1328
  },
1341
1329
  port: {
@@ -1367,9 +1355,7 @@ var schema_default = {
1367
1355
  description: "Groups of path expressions that are routed to this application."
1368
1356
  }
1369
1357
  },
1370
- required: [
1371
- "routing"
1372
- ],
1358
+ required: ["routing"],
1373
1359
  additionalProperties: false
1374
1360
  },
1375
1361
  Routing: {
@@ -1396,9 +1382,7 @@ var schema_default = {
1396
1382
  }
1397
1383
  }
1398
1384
  },
1399
- required: [
1400
- "paths"
1401
- ],
1385
+ required: ["paths"],
1402
1386
  additionalProperties: false
1403
1387
  },
1404
1388
  ChildConfig: {
@@ -1419,9 +1403,7 @@ var schema_default = {
1419
1403
  description: "Applications that only serve a subset of the microfrontend routes only need to reference the name of the primary application that owns the full microfrontends configuration."
1420
1404
  }
1421
1405
  },
1422
- required: [
1423
- "partOf"
1424
- ],
1406
+ required: ["partOf"],
1425
1407
  additionalProperties: false
1426
1408
  }
1427
1409
  }