publish-microfrontend 1.8.0-beta.7746 → 1.8.0-beta.7755

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 +2 -1
  2. 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.7746",
3
+ "version": "1.8.0-beta.7755",
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": "566a8efb70d96d1950435662f8da4ddde6abb906"
71
+ "gitHead": "99bb90ef8fd4e1485e96756e75f5155a7bf0002b"
72
72
  }