@module-federation/cli 2.2.1 → 2.2.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/cli.js +2 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -98,10 +98,10 @@ function cli(cliOptions) {
|
|
|
98
98
|
function runCli(options) {
|
|
99
99
|
const normalizedOptions = {
|
|
100
100
|
loggerPrefix: logger_js_namespaceObject.PREFIX,
|
|
101
|
-
welcomeMsg: `${`Module Federation v${"2.2.
|
|
101
|
+
welcomeMsg: `${`Module Federation v${"2.2.2"}`}\n`,
|
|
102
102
|
name: 'mf',
|
|
103
103
|
readConfig: readConfig_js_namespaceObject.readConfig,
|
|
104
|
-
version: "2.2.
|
|
104
|
+
version: "2.2.2",
|
|
105
105
|
applyCommands: ()=>{},
|
|
106
106
|
...options
|
|
107
107
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
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": "2.2.
|
|
30
|
-
"@module-federation/dts-plugin": "2.2.
|
|
29
|
+
"@module-federation/sdk": "2.2.2",
|
|
30
|
+
"@module-federation/dts-plugin": "2.2.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^20.19.5"
|