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 CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Piral Logo](https://github.com/smapiot/piral/raw/main/docs/assets/logo.png)](https://piral.io)
2
2
 
3
- # [Publish Microfrontend](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/publish-microfrontend.svg?style=flat)](https://www.npmjs.com/package/publish-microfrontend) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Community Chat](https://img.shields.io/discord/1222632475449229352)](https://discord.gg/kKJ2FZmK8t)
3
+ # [Publish Microfrontend](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/publish-microfrontend.svg?style=flat)](https://www.npmjs.com/package/publish-microfrontend) [![tested with vitest](https://img.shields.io/badge/tested_with-vitest-99424f.svg)](https://vitest.dev/) [![Community Chat](https://img.shields.io/discord/1222632475449229352)](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.2",
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": "296a540a6f2af0f39d7e086d7f437ded81a0d256"
71
+ "gitHead": "0f49e9fec58aa0852663222a645f5ab4aa111a4e"
72
72
  }