@vercel/microfrontends 0.10.0 → 0.10.1
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/README.md +5 -5
- package/dist/bin/cli.cjs +172 -86
- package/dist/config/client.d.ts +1 -1
- package/dist/config/edge.d.ts +2 -2
- package/dist/config.cjs +1 -6
- package/dist/config.cjs.map +1 -1
- package/dist/config.d.ts +3 -3
- package/dist/config.js +1 -6
- package/dist/config.js.map +1 -1
- package/dist/{index-05742bef.d.ts → index-acb44057.d.ts} +2 -2
- package/dist/{microfrontend-config-2425db74.d.ts → microfrontend-config-983a5139.d.ts} +1 -1
- package/dist/next/client.cjs +1 -1
- package/dist/next/client.cjs.map +1 -1
- package/dist/next/client.js +1 -1
- package/dist/next/client.js.map +1 -1
- package/dist/next/config.cjs +3 -10
- package/dist/next/config.cjs.map +1 -1
- package/dist/next/config.js +3 -10
- package/dist/next/config.js.map +1 -1
- package/dist/next/middleware.cjs +5 -7
- package/dist/next/middleware.cjs.map +1 -1
- package/dist/next/middleware.js +5 -7
- package/dist/next/middleware.js.map +1 -1
- package/dist/next/testing.cjs +1 -6
- package/dist/next/testing.cjs.map +1 -1
- package/dist/next/testing.d.ts +2 -2
- package/dist/next/testing.js +1 -6
- package/dist/next/testing.js.map +1 -1
- package/dist/overrides.d.ts +2 -2
- package/dist/{schema-83a75e61.d.ts → schema-2922d49e.d.ts} +1 -7
- package/dist/{types-4fd1c7c6.d.ts → types-7b1cd9f7.d.ts} +1 -7
- package/dist/{types-13f3e535.d.ts → types-c3d15d04.d.ts} +1 -1
- package/dist/v2/config.d.ts +3 -3
- package/dist/v2/microfrontends/server.cjs +122 -32
- package/dist/v2/microfrontends/server.cjs.map +1 -1
- package/dist/v2/microfrontends/server.d.ts +7 -4
- package/dist/v2/microfrontends/server.js +122 -32
- package/dist/v2/microfrontends/server.js.map +1 -1
- package/dist/v2/microfrontends.d.ts +3 -3
- package/dist/v2/next/client.cjs +1 -1
- package/dist/v2/next/client.cjs.map +1 -1
- package/dist/v2/next/client.js +1 -1
- package/dist/v2/next/client.js.map +1 -1
- package/dist/v2/next/config.cjs +128 -40
- package/dist/v2/next/config.cjs.map +1 -1
- package/dist/v2/next/config.js +128 -40
- package/dist/v2/next/config.js.map +1 -1
- package/dist/v2/next/middleware.cjs +1 -1
- package/dist/v2/next/middleware.cjs.map +1 -1
- package/dist/v2/next/middleware.js +1 -1
- package/dist/v2/next/middleware.js.map +1 -1
- package/dist/v2/overrides.d.ts +3 -3
- package/dist/v2/schema.cjs.map +1 -1
- package/dist/v2/schema.d.ts +1 -1
- package/dist/validation.cjs +0 -8
- package/dist/validation.cjs.map +1 -1
- package/dist/validation.d.ts +2 -8
- package/dist/validation.js +0 -8
- package/dist/validation.js.map +1 -1
- package/package.json +8 -7
- package/schema/schema-v2.json +0 -4
- package/schema/schema.json +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/microfrontends",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Defines configuration and utilities for micro-frontend development",
|
|
6
6
|
"repository": {
|
|
@@ -160,6 +160,7 @@
|
|
|
160
160
|
"ajv": "^8.17.1",
|
|
161
161
|
"commander": "^12.1.0",
|
|
162
162
|
"cookie": "0.4.0",
|
|
163
|
+
"fast-glob": "^3.3.2",
|
|
163
164
|
"http-proxy": "^1.18.1",
|
|
164
165
|
"jsonc-parser": "^3.3.1",
|
|
165
166
|
"path-to-regexp": "6.2.1"
|
|
@@ -177,9 +178,9 @@
|
|
|
177
178
|
"@vercel-private/conformance": "^1.12.2-canary.0",
|
|
178
179
|
"jest": "^29.7.0",
|
|
179
180
|
"jest-environment-jsdom": "29.2.2",
|
|
180
|
-
"next": "15.0.4-canary.
|
|
181
|
-
"react": "19.0.0-rc-
|
|
182
|
-
"react-dom": "19.0.0-rc-
|
|
181
|
+
"next": "15.0.4-canary.41",
|
|
182
|
+
"react": "19.0.0-rc-de68d2f4-20241204",
|
|
183
|
+
"react-dom": "19.0.0-rc-de68d2f4-20241204",
|
|
183
184
|
"ts-json-schema-generator": "^1.1.2",
|
|
184
185
|
"tsup": "^6.6.2",
|
|
185
186
|
"tsx": "^4.6.2",
|
|
@@ -189,9 +190,9 @@
|
|
|
189
190
|
"@pyra/typescript-config": "1.0.0"
|
|
190
191
|
},
|
|
191
192
|
"peerDependencies": {
|
|
192
|
-
"next": "15.0.4-canary.
|
|
193
|
-
"react": "19.0.0-rc-
|
|
194
|
-
"react-dom": "19.0.0-rc-
|
|
193
|
+
"next": "15.0.4-canary.41",
|
|
194
|
+
"react": "19.0.0-rc-de68d2f4-20241204",
|
|
195
|
+
"react-dom": "19.0.0-rc-de68d2f4-20241204"
|
|
195
196
|
},
|
|
196
197
|
"publishConfig": {
|
|
197
198
|
"access": "restricted"
|
package/schema/schema-v2.json
CHANGED
|
@@ -226,10 +226,6 @@
|
|
|
226
226
|
"type": "string",
|
|
227
227
|
"description": "flag name that can be used to enable/disable all paths in the group"
|
|
228
228
|
},
|
|
229
|
-
"routeToDefaultApplication": {
|
|
230
|
-
"type": "boolean",
|
|
231
|
-
"description": "True to route the request to the default application for this micro-frontends set-up. This must be `true` when using `flag` or when you want to use custom logic to make the routing decision for this group of paths."
|
|
232
|
-
},
|
|
233
229
|
"paths": {
|
|
234
230
|
"type": "array",
|
|
235
231
|
"items": {
|
package/schema/schema.json
CHANGED
|
@@ -160,10 +160,6 @@
|
|
|
160
160
|
"flag": {
|
|
161
161
|
"type": "string",
|
|
162
162
|
"description": "flag name that can be used to enable/disable all paths in the group"
|
|
163
|
-
},
|
|
164
|
-
"routeToDefaultApplication": {
|
|
165
|
-
"type": "boolean",
|
|
166
|
-
"description": "True to route the request to the default application for this micro-frontends set-up. This must be `true` when using `flag` or when you want to use custom logic to make the routing decision for this group of paths."
|
|
167
163
|
}
|
|
168
164
|
}
|
|
169
165
|
},
|