@module-federation/cli 0.0.0-next-20250324130015 → 0.11.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/index.cjs.js CHANGED
@@ -668,10 +668,10 @@ function cli(cliOptions) {
668
668
  function runCli(options) {
669
669
  var normalizedOptions = _object_spread({
670
670
  loggerPrefix: PREFIX,
671
- welcomeMsg: "".concat("Module Federation v".concat("0.10.0"), "\n"),
671
+ welcomeMsg: "".concat("Module Federation v".concat("0.11.2"), "\n"),
672
672
  name: 'mf',
673
673
  readConfig: readConfig,
674
- version: "0.10.0",
674
+ version: "0.11.2",
675
675
  applyCommands: function() {}
676
676
  }, options);
677
677
  logger.setPrefix(normalizedOptions.loggerPrefix);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/cli",
3
- "version": "0.0.0-next-20250324130015",
3
+ "version": "0.11.2",
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.65.1",
28
- "@module-federation/sdk": "0.0.0-next-20250324130015",
29
- "@module-federation/dts-plugin": "0.0.0-next-20250324130015"
28
+ "@module-federation/sdk": "0.11.2",
29
+ "@module-federation/dts-plugin": "0.11.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "~16.11.7"