@module-federation/cli 0.18.2 → 0.18.3
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 +2 -2
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -594,10 +594,10 @@ function cli(cliOptions) {
|
|
|
594
594
|
function runCli(options) {
|
|
595
595
|
var normalizedOptions = Object.assign({
|
|
596
596
|
loggerPrefix: PREFIX,
|
|
597
|
-
welcomeMsg: "".concat("Module Federation v".concat("0.18.
|
|
597
|
+
welcomeMsg: "".concat("Module Federation v".concat("0.18.3"), "\n"),
|
|
598
598
|
name: 'mf',
|
|
599
599
|
readConfig: readConfig,
|
|
600
|
-
version: "0.18.
|
|
600
|
+
version: "0.18.3",
|
|
601
601
|
applyCommands: function() {}
|
|
602
602
|
}, options);
|
|
603
603
|
logger.setPrefix(normalizedOptions.loggerPrefix);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/cli",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.3",
|
|
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
|
"@modern-js/node-bundle-require": "2.68.2",
|
|
29
|
-
"@module-federation/sdk": "0.18.
|
|
30
|
-
"@module-federation/dts-plugin": "0.18.
|
|
29
|
+
"@module-federation/sdk": "0.18.3",
|
|
30
|
+
"@module-federation/dts-plugin": "0.18.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "~16.11.7"
|