publish-microfrontend 1.3.2-beta.6156 → 1.3.2-beta.6174
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
|
@@ -26802,6 +26802,7 @@ var ForceOverwrite;
|
|
|
26802
26802
|
var frameworkLibs = ["piral", "piral-core", "piral-base"];
|
|
26803
26803
|
var entryModuleExtensions = [".ts", ".tsx", ".js", ".jsx"];
|
|
26804
26804
|
var bundlerNames = [
|
|
26805
|
+
"bun",
|
|
26805
26806
|
"esbuild",
|
|
26806
26807
|
"parcel",
|
|
26807
26808
|
"parcel2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "publish-microfrontend",
|
|
3
|
-
"version": "1.3.2-beta.
|
|
3
|
+
"version": "1.3.2-beta.6174",
|
|
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": "53db73606860b182162c6a711c5ba7eca7bcec3d"
|
|
73
73
|
}
|