create-module-federation 0.21.3 → 0.21.5
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -288,7 +288,7 @@ async function create({ name, templates }) {
|
|
|
288
288
|
const cwd = process.cwd();
|
|
289
289
|
const pkgInfo = pkgFromUserAgent(process.env['npm_config_user_agent']);
|
|
290
290
|
const pkgManager = pkgInfo ? pkgInfo.name : 'npm';
|
|
291
|
-
const mfVersion = "0.21.
|
|
291
|
+
const mfVersion = "0.21.5";
|
|
292
292
|
argv.template = templates.includes(argv.template || '') ? argv.template : void 0;
|
|
293
293
|
const projectType = await getProjectType(argv.template);
|
|
294
294
|
if ("zephyr" === projectType) {
|