create-module-federation 0.14.0 → 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.
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.
|
|
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
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"pre-commit": "npx lint-staged"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@modern-js/runtime": "^2.
|
|
27
|
+
"@modern-js/runtime": "^2.67.6",
|
|
28
28
|
"react": "^18.3.1",
|
|
29
29
|
"react-dom": "^18.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@modern-js/app-tools": "^2.
|
|
33
|
-
"@modern-js/tsconfig": "^2.
|
|
32
|
+
"@modern-js/app-tools": "^2.67.6",
|
|
33
|
+
"@modern-js/tsconfig": "^2.67.6",
|
|
34
34
|
"@biomejs/biome": "1.8.3",
|
|
35
35
|
"typescript": "~5.0.4",
|
|
36
36
|
"@types/jest": "~29.2.4",
|