@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.
@@ -1202,9 +1202,7 @@ var schema_default = {
1202
1202
  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"
1203
1203
  }
1204
1204
  },
1205
- required: [
1206
- "applications"
1207
- ],
1205
+ required: ["applications"],
1208
1206
  additionalProperties: false
1209
1207
  },
1210
1208
  Options: {
@@ -1299,9 +1297,7 @@ var schema_default = {
1299
1297
  description: "Vercel project ID"
1300
1298
  }
1301
1299
  },
1302
- required: [
1303
- "projectId"
1304
- ],
1300
+ required: ["projectId"],
1305
1301
  additionalProperties: false
1306
1302
  },
1307
1303
  HostConfig: {
@@ -1309,10 +1305,7 @@ var schema_default = {
1309
1305
  properties: {
1310
1306
  protocol: {
1311
1307
  type: "string",
1312
- enum: [
1313
- "http",
1314
- "https"
1315
- ],
1308
+ enum: ["http", "https"],
1316
1309
  description: "The protocol to be used for the connection.\n- `http`: Hypertext Transfer Protocol (HTTP).\n- `https`: Secure Hypertext Transfer Protocol (HTTPS).\n\n*"
1317
1310
  },
1318
1311
  host: {
@@ -1324,9 +1317,7 @@ var schema_default = {
1324
1317
  description: "The port number to be used for the connection. Common values include `80` for HTTP and `443` for HTTPS."
1325
1318
  }
1326
1319
  },
1327
- required: [
1328
- "host"
1329
- ],
1320
+ required: ["host"],
1330
1321
  additionalProperties: false
1331
1322
  },
1332
1323
  Development: {
@@ -1368,10 +1359,7 @@ var schema_default = {
1368
1359
  },
1369
1360
  protocol: {
1370
1361
  type: "string",
1371
- enum: [
1372
- "http",
1373
- "https"
1374
- ],
1362
+ enum: ["http", "https"],
1375
1363
  description: "The protocol to be used for the connection.\n- `http`: Hypertext Transfer Protocol (HTTP).\n- `https`: Secure Hypertext Transfer Protocol (HTTPS).\n\n*"
1376
1364
  },
1377
1365
  port: {
@@ -1403,9 +1391,7 @@ var schema_default = {
1403
1391
  description: "Groups of path expressions that are routed to this application."
1404
1392
  }
1405
1393
  },
1406
- required: [
1407
- "routing"
1408
- ],
1394
+ required: ["routing"],
1409
1395
  additionalProperties: false
1410
1396
  },
1411
1397
  Routing: {
@@ -1432,9 +1418,7 @@ var schema_default = {
1432
1418
  }
1433
1419
  }
1434
1420
  },
1435
- required: [
1436
- "paths"
1437
- ],
1421
+ required: ["paths"],
1438
1422
  additionalProperties: false
1439
1423
  },
1440
1424
  ChildConfig: {
@@ -1455,9 +1439,7 @@ var schema_default = {
1455
1439
  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."
1456
1440
  }
1457
1441
  },
1458
- required: [
1459
- "partOf"
1460
- ],
1442
+ required: ["partOf"],
1461
1443
  additionalProperties: false
1462
1444
  }
1463
1445
  }