publish-microfrontend 1.3.2-beta.6156 → 1.3.2-beta.6173

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. 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.6156",
3
+ "version": "1.3.2-beta.6173",
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": "db349ac075fdc07b75eabffac1fcf964f851b189"
72
+ "gitHead": "f9f5a133060e400174c7719c1d20831aca36c858"
73
73
  }