publish-microfrontend 1.10.2 → 1.10.3-beta.0f49e9f
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/README.md +1 -1
- package/lib/index.js +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://piral.io)
|
|
2
2
|
|
|
3
|
-
# [Publish Microfrontend](https://piral.io) · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/publish-microfrontend) [ · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/publish-microfrontend) [](https://vitest.dev/) [](https://discord.gg/kKJ2FZmK8t)
|
|
4
4
|
|
|
5
5
|
A simple command-line utility for publishing micro frontends to compatible feed services.
|
|
6
6
|
|
package/lib/index.js
CHANGED
|
@@ -21781,6 +21781,7 @@ var bundlerNames = [
|
|
|
21781
21781
|
"vite5",
|
|
21782
21782
|
"vite6",
|
|
21783
21783
|
"vite7",
|
|
21784
|
+
"vite8",
|
|
21784
21785
|
"xbuild",
|
|
21785
21786
|
"netpack"
|
|
21786
21787
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "publish-microfrontend",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.3-beta.0f49e9f",
|
|
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": "
|
|
71
|
+
"gitHead": "0f49e9fec58aa0852663222a645f5ab4aa111a4e"
|
|
72
72
|
}
|