@module-federation/cli 0.14.3 → 0.16.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 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.14.3"), "\n"),
672
+ welcomeMsg: "".concat("Module Federation v".concat("0.16.0"), "\n"),
673
673
  name: 'mf',
674
674
  readConfig: readConfig,
675
- version: "0.14.3",
675
+ version: "0.16.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.14.3",
3
+ "version": "0.16.0",
4
4
  "type": "commonjs",
5
5
  "description": "Module Federation CLI",
6
6
  "homepage": "https://module-federation.io",
@@ -25,8 +25,8 @@
25
25
  "commander": "11.1.0",
26
26
  "chalk": "3.0.0",
27
27
  "@modern-js/node-bundle-require": "2.67.6",
28
- "@module-federation/sdk": "0.14.3",
29
- "@module-federation/dts-plugin": "0.14.3"
28
+ "@module-federation/sdk": "0.16.0",
29
+ "@module-federation/dts-plugin": "0.16.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "~16.11.7"