publish-microfrontend 1.8.0-beta.7744 → 1.8.0-beta.7749
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 +2 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -20586,7 +20586,8 @@ var bundlerNames = [
|
|
|
20586
20586
|
"vite",
|
|
20587
20587
|
"vite5",
|
|
20588
20588
|
"vite6",
|
|
20589
|
-
"xbuild"
|
|
20589
|
+
"xbuild",
|
|
20590
|
+
"netpack"
|
|
20590
20591
|
];
|
|
20591
20592
|
var declarationEntryExtensions = [".html", ".pug", ...entryModuleExtensions];
|
|
20592
20593
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "publish-microfrontend",
|
|
3
|
-
"version": "1.8.0-beta.
|
|
3
|
+
"version": "1.8.0-beta.7749",
|
|
4
4
|
"description": "A CLI for publishing micro frontends to a feed service.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"modules",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"typescript": "^5",
|
|
69
69
|
"yargs": "^17"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "f6feb9efd64526183c518e61fd52af1582643e81"
|
|
72
72
|
}
|