@module-federation/cli 0.21.5 → 0.21.6
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.cjs.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -184,7 +184,7 @@ function cli(cliOptions) {
|
|
|
184
184
|
commander.program.parse();
|
|
185
185
|
}
|
|
186
186
|
function runCli(options) {
|
|
187
|
-
const normalizedOptions = Object.assign({ loggerPrefix: PREFIX, welcomeMsg: `${`Module Federation v${"0.21.
|
|
187
|
+
const normalizedOptions = Object.assign({ loggerPrefix: PREFIX, welcomeMsg: `${`Module Federation v${"0.21.6"}`}\n`, name: 'mf', readConfig, version: "0.21.6", applyCommands: () => { } }, options);
|
|
188
188
|
logger.setPrefix(normalizedOptions.loggerPrefix);
|
|
189
189
|
prepareCli(normalizedOptions);
|
|
190
190
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/cli",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.6",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Module Federation CLI",
|
|
6
6
|
"homepage": "https://module-federation.io",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"commander": "11.1.0",
|
|
27
27
|
"chalk": "3.0.0",
|
|
28
28
|
"jiti": "2.4.2",
|
|
29
|
-
"@module-federation/sdk": "0.21.
|
|
30
|
-
"@module-federation/dts-plugin": "0.21.
|
|
29
|
+
"@module-federation/sdk": "0.21.6",
|
|
30
|
+
"@module-federation/dts-plugin": "0.21.6"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "~16.11.7"
|