publish-microfrontend 1.7.3-beta.7616 → 1.7.3-beta.7634
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/lib/index.js +1 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -25999,6 +25999,7 @@ var bundlerNames = [
|
|
|
25999
25999
|
"webpack5",
|
|
26000
26000
|
"vite",
|
|
26001
26001
|
"vite5",
|
|
26002
|
+
"vite6",
|
|
26002
26003
|
"xbuild"
|
|
26003
26004
|
];
|
|
26004
26005
|
var declarationEntryExtensions = [".html", ".pug", ...entryModuleExtensions];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "publish-microfrontend",
|
|
3
|
-
"version": "1.7.3-beta.
|
|
3
|
+
"version": "1.7.3-beta.7634",
|
|
4
4
|
"description": "A CLI for publishing micro frontends to a feed service.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"modules",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"typescript": "^5.0.0",
|
|
70
70
|
"yargs": "^15.0.0"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "06f4f2d31e37542c2ddd036f3cffd87c6bc3097c"
|
|
73
73
|
}
|