@module-federation/cli 0.15.0 → 0.17.0
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 +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -669,10 +669,10 @@ function cli(cliOptions) {
|
|
|
669
669
|
function runCli(options) {
|
|
670
670
|
var normalizedOptions = _object_spread({
|
|
671
671
|
loggerPrefix: PREFIX,
|
|
672
|
-
welcomeMsg: "".concat("Module Federation v".concat("0.
|
|
672
|
+
welcomeMsg: "".concat("Module Federation v".concat("0.17.0"), "\n"),
|
|
673
673
|
name: 'mf',
|
|
674
674
|
readConfig: readConfig,
|
|
675
|
-
version: "0.
|
|
675
|
+
version: "0.17.0",
|
|
676
676
|
applyCommands: function() {}
|
|
677
677
|
}, options);
|
|
678
678
|
logger.setPrefix(normalizedOptions.loggerPrefix);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Module Federation CLI",
|
|
6
6
|
"homepage": "https://module-federation.io",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"commander": "11.1.0",
|
|
26
26
|
"chalk": "3.0.0",
|
|
27
|
-
"@modern-js/node-bundle-require": "2.
|
|
28
|
-
"@module-federation/sdk": "0.
|
|
29
|
-
"@module-federation/dts-plugin": "0.
|
|
27
|
+
"@modern-js/node-bundle-require": "2.68.2",
|
|
28
|
+
"@module-federation/sdk": "0.17.0",
|
|
29
|
+
"@module-federation/dts-plugin": "0.17.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "~16.11.7"
|