@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.
- package/dist/bin/cli.cjs +9 -27
- package/dist/experimental/sveltekit.cjs +8 -26
- package/dist/experimental/sveltekit.cjs.map +1 -1
- package/dist/experimental/sveltekit.js +8 -26
- package/dist/experimental/sveltekit.js.map +1 -1
- package/dist/experimental/vite.cjs +8 -26
- package/dist/experimental/vite.cjs.map +1 -1
- package/dist/experimental/vite.js +8 -26
- package/dist/experimental/vite.js.map +1 -1
- package/dist/microfrontends/server.cjs +8 -26
- package/dist/microfrontends/server.cjs.map +1 -1
- package/dist/microfrontends/server.js +8 -26
- package/dist/microfrontends/server.js.map +1 -1
- package/dist/next/config.cjs +8 -26
- package/dist/next/config.cjs.map +1 -1
- package/dist/next/config.js +8 -26
- package/dist/next/config.js.map +1 -1
- package/dist/utils/mfe-port.cjs +8 -26
- package/dist/utils/mfe-port.cjs.map +1 -1
- package/dist/utils/mfe-port.js +8 -26
- package/dist/utils/mfe-port.js.map +1 -1
- package/dist/validation.cjs +8 -26
- package/dist/validation.cjs.map +1 -1
- package/dist/validation.js +8 -26
- package/dist/validation.js.map +1 -1
- package/package.json +1 -1
package/dist/next/config.js
CHANGED
|
@@ -1175,9 +1175,7 @@ var schema_default = {
|
|
|
1175
1175
|
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"
|
|
1176
1176
|
}
|
|
1177
1177
|
},
|
|
1178
|
-
required: [
|
|
1179
|
-
"applications"
|
|
1180
|
-
],
|
|
1178
|
+
required: ["applications"],
|
|
1181
1179
|
additionalProperties: false
|
|
1182
1180
|
},
|
|
1183
1181
|
Options: {
|
|
@@ -1272,9 +1270,7 @@ var schema_default = {
|
|
|
1272
1270
|
description: "Vercel project ID"
|
|
1273
1271
|
}
|
|
1274
1272
|
},
|
|
1275
|
-
required: [
|
|
1276
|
-
"projectId"
|
|
1277
|
-
],
|
|
1273
|
+
required: ["projectId"],
|
|
1278
1274
|
additionalProperties: false
|
|
1279
1275
|
},
|
|
1280
1276
|
HostConfig: {
|
|
@@ -1282,10 +1278,7 @@ var schema_default = {
|
|
|
1282
1278
|
properties: {
|
|
1283
1279
|
protocol: {
|
|
1284
1280
|
type: "string",
|
|
1285
|
-
enum: [
|
|
1286
|
-
"http",
|
|
1287
|
-
"https"
|
|
1288
|
-
],
|
|
1281
|
+
enum: ["http", "https"],
|
|
1289
1282
|
description: "The protocol to be used for the connection.\n- `http`: Hypertext Transfer Protocol (HTTP).\n- `https`: Secure Hypertext Transfer Protocol (HTTPS).\n\n*"
|
|
1290
1283
|
},
|
|
1291
1284
|
host: {
|
|
@@ -1297,9 +1290,7 @@ var schema_default = {
|
|
|
1297
1290
|
description: "The port number to be used for the connection. Common values include `80` for HTTP and `443` for HTTPS."
|
|
1298
1291
|
}
|
|
1299
1292
|
},
|
|
1300
|
-
required: [
|
|
1301
|
-
"host"
|
|
1302
|
-
],
|
|
1293
|
+
required: ["host"],
|
|
1303
1294
|
additionalProperties: false
|
|
1304
1295
|
},
|
|
1305
1296
|
Development: {
|
|
@@ -1341,10 +1332,7 @@ var schema_default = {
|
|
|
1341
1332
|
},
|
|
1342
1333
|
protocol: {
|
|
1343
1334
|
type: "string",
|
|
1344
|
-
enum: [
|
|
1345
|
-
"http",
|
|
1346
|
-
"https"
|
|
1347
|
-
],
|
|
1335
|
+
enum: ["http", "https"],
|
|
1348
1336
|
description: "The protocol to be used for the connection.\n- `http`: Hypertext Transfer Protocol (HTTP).\n- `https`: Secure Hypertext Transfer Protocol (HTTPS).\n\n*"
|
|
1349
1337
|
},
|
|
1350
1338
|
port: {
|
|
@@ -1376,9 +1364,7 @@ var schema_default = {
|
|
|
1376
1364
|
description: "Groups of path expressions that are routed to this application."
|
|
1377
1365
|
}
|
|
1378
1366
|
},
|
|
1379
|
-
required: [
|
|
1380
|
-
"routing"
|
|
1381
|
-
],
|
|
1367
|
+
required: ["routing"],
|
|
1382
1368
|
additionalProperties: false
|
|
1383
1369
|
},
|
|
1384
1370
|
Routing: {
|
|
@@ -1405,9 +1391,7 @@ var schema_default = {
|
|
|
1405
1391
|
}
|
|
1406
1392
|
}
|
|
1407
1393
|
},
|
|
1408
|
-
required: [
|
|
1409
|
-
"paths"
|
|
1410
|
-
],
|
|
1394
|
+
required: ["paths"],
|
|
1411
1395
|
additionalProperties: false
|
|
1412
1396
|
},
|
|
1413
1397
|
ChildConfig: {
|
|
@@ -1428,9 +1412,7 @@ var schema_default = {
|
|
|
1428
1412
|
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."
|
|
1429
1413
|
}
|
|
1430
1414
|
},
|
|
1431
|
-
required: [
|
|
1432
|
-
"partOf"
|
|
1433
|
-
],
|
|
1415
|
+
required: ["partOf"],
|
|
1434
1416
|
additionalProperties: false
|
|
1435
1417
|
}
|
|
1436
1418
|
}
|