create-module-federation 0.14.1 → 0.14.2

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -291,7 +291,7 @@ async function create({ name, templates }) {
291
291
  const cwd = process.cwd();
292
292
  const pkgInfo = pkgFromUserAgent(process.env['npm_config_user_agent']);
293
293
  const pkgManager = pkgInfo ? pkgInfo.name : 'npm';
294
- const mfVersion = "0.14.1";
294
+ const mfVersion = "0.14.2";
295
295
  argv.template = templates.includes(argv.template || '') ? argv.template : void 0;
296
296
  const projectType = await getProjectType(argv.template);
297
297
  if ("zephyr" === projectType) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Create a new Module Federation project",
4
4
  "public": true,
5
5
  "sideEffects": false,
6
- "version": "0.14.1",
6
+ "version": "0.14.2",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",