@module-federation/cli 0.18.3 → 0.18.4

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
@@ -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.3"), "\n"),
597
+ welcomeMsg: "".concat("Module Federation v".concat("0.18.4"), "\n"),
598
598
  name: 'mf',
599
599
  readConfig: readConfig,
600
- version: "0.18.3",
600
+ version: "0.18.4",
601
601
  applyCommands: function() {}
602
602
  }, options);
603
603
  logger.setPrefix(normalizedOptions.loggerPrefix);
@@ -610,3 +610,4 @@ function runCli(options) {
610
610
  }
611
611
 
612
612
  exports.runCli = runCli;
613
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/cli",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
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.3",
30
- "@module-federation/dts-plugin": "0.18.3"
29
+ "@module-federation/sdk": "0.18.4",
30
+ "@module-federation/dts-plugin": "0.18.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "~16.11.7"