@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.
@@ -1211,9 +1211,7 @@ var schema_default = {
1211
1211
  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"
1212
1212
  }
1213
1213
  },
1214
- required: [
1215
- "applications"
1216
- ],
1214
+ required: ["applications"],
1217
1215
  additionalProperties: false
1218
1216
  },
1219
1217
  Options: {
@@ -1308,9 +1306,7 @@ var schema_default = {
1308
1306
  description: "Vercel project ID"
1309
1307
  }
1310
1308
  },
1311
- required: [
1312
- "projectId"
1313
- ],
1309
+ required: ["projectId"],
1314
1310
  additionalProperties: false
1315
1311
  },
1316
1312
  HostConfig: {
@@ -1318,10 +1314,7 @@ var schema_default = {
1318
1314
  properties: {
1319
1315
  protocol: {
1320
1316
  type: "string",
1321
- enum: [
1322
- "http",
1323
- "https"
1324
- ],
1317
+ enum: ["http", "https"],
1325
1318
  description: "The protocol to be used for the connection.\n- `http`: Hypertext Transfer Protocol (HTTP).\n- `https`: Secure Hypertext Transfer Protocol (HTTPS).\n\n*"
1326
1319
  },
1327
1320
  host: {
@@ -1333,9 +1326,7 @@ var schema_default = {
1333
1326
  description: "The port number to be used for the connection. Common values include `80` for HTTP and `443` for HTTPS."
1334
1327
  }
1335
1328
  },
1336
- required: [
1337
- "host"
1338
- ],
1329
+ required: ["host"],
1339
1330
  additionalProperties: false
1340
1331
  },
1341
1332
  Development: {
@@ -1377,10 +1368,7 @@ var schema_default = {
1377
1368
  },
1378
1369
  protocol: {
1379
1370
  type: "string",
1380
- enum: [
1381
- "http",
1382
- "https"
1383
- ],
1371
+ enum: ["http", "https"],
1384
1372
  description: "The protocol to be used for the connection.\n- `http`: Hypertext Transfer Protocol (HTTP).\n- `https`: Secure Hypertext Transfer Protocol (HTTPS).\n\n*"
1385
1373
  },
1386
1374
  port: {
@@ -1412,9 +1400,7 @@ var schema_default = {
1412
1400
  description: "Groups of path expressions that are routed to this application."
1413
1401
  }
1414
1402
  },
1415
- required: [
1416
- "routing"
1417
- ],
1403
+ required: ["routing"],
1418
1404
  additionalProperties: false
1419
1405
  },
1420
1406
  Routing: {
@@ -1441,9 +1427,7 @@ var schema_default = {
1441
1427
  }
1442
1428
  }
1443
1429
  },
1444
- required: [
1445
- "paths"
1446
- ],
1430
+ required: ["paths"],
1447
1431
  additionalProperties: false
1448
1432
  },
1449
1433
  ChildConfig: {
@@ -1464,9 +1448,7 @@ var schema_default = {
1464
1448
  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."
1465
1449
  }
1466
1450
  },
1467
- required: [
1468
- "partOf"
1469
- ],
1451
+ required: ["partOf"],
1470
1452
  additionalProperties: false
1471
1453
  }
1472
1454
  }