publish-microfrontend 1.9.1-beta.8345 → 1.9.1-beta.8348

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
@@ -22170,6 +22170,7 @@ var bundlerNames = [
22170
22170
  "vite",
22171
22171
  "vite5",
22172
22172
  "vite6",
22173
+ "vite7",
22173
22174
  "xbuild",
22174
22175
  "netpack"
22175
22176
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publish-microfrontend",
3
- "version": "1.9.1-beta.8345",
3
+ "version": "1.9.1-beta.8348",
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": "^15"
70
70
  },
71
- "gitHead": "f7e03ea2bbf1519b1abba21b982d80312ab0e2f4"
71
+ "gitHead": "bc3eb904e4efef06d5e73323ae2f7bdc038207ec"
72
72
  }