@module-federation/cli 2.7.0 → 2.8.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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -2
  2. package/package.json +4 -4
package/dist/cli.js CHANGED
@@ -100,10 +100,10 @@ function cli(cliOptions) {
100
100
  function runCli(options) {
101
101
  const normalizedOptions = {
102
102
  loggerPrefix: logger_js_namespaceObject.PREFIX,
103
- welcomeMsg: `${`Module Federation v${"2.7.0"}`}\n`,
103
+ welcomeMsg: `${`Module Federation v${"2.8.0"}`}\n`,
104
104
  name: 'mf',
105
105
  readConfig: readConfig_js_namespaceObject.readConfig,
106
- version: "2.7.0",
106
+ version: "2.8.0",
107
107
  applyCommands: ()=>{},
108
108
  ...options
109
109
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/cli",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "type": "commonjs",
5
5
  "description": "Module Federation CLI",
6
6
  "homepage": "https://module-federation.io",
@@ -25,12 +25,12 @@
25
25
  "dependencies": {
26
26
  "commander": "11.1.0",
27
27
  "jiti": "2.4.2",
28
- "@module-federation/sdk": "2.7.0",
29
- "@module-federation/dts-plugin": "2.7.0"
28
+ "@module-federation/sdk": "2.8.0",
29
+ "@module-federation/dts-plugin": "2.8.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^20.19.5",
33
- "typescript": "6.0.3"
33
+ "typescript": "7.0.2"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=16.0.0"