@module-federation/cli 2.2.1 → 2.2.3

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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -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.1"}`}\n`,
101
+ welcomeMsg: `${`Module Federation v${"2.2.3"}`}\n`,
102
102
  name: 'mf',
103
103
  readConfig: readConfig_js_namespaceObject.readConfig,
104
- version: "2.2.1",
104
+ version: "2.2.3",
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.1",
3
+ "version": "2.2.3",
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.1",
30
- "@module-federation/dts-plugin": "2.2.1"
29
+ "@module-federation/sdk": "2.2.3",
30
+ "@module-federation/dts-plugin": "2.2.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.19.5"