@rspack/cli 1.7.0 → 1.7.1

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/131.mjs CHANGED
@@ -1094,7 +1094,7 @@ class RspackCLI {
1094
1094
  this.colors = this.createColors();
1095
1095
  this.program = program;
1096
1096
  program.help();
1097
- program.version("1.7.0");
1097
+ program.version("1.7.1");
1098
1098
  }
1099
1099
  async buildCompilerConfig(options, rspackCommand) {
1100
1100
  let { config, pathMap } = await this.loadConfig(options);
package/dist/index.js CHANGED
@@ -1199,7 +1199,7 @@ ${section.body}` : section.body).join("\n\n"));
1199
1199
  this.colors = this.createColors();
1200
1200
  this.program = program;
1201
1201
  program.help();
1202
- program.version("1.7.0");
1202
+ program.version("1.7.1");
1203
1203
  }
1204
1204
  async buildCompilerConfig(options, rspackCommand) {
1205
1205
  let { config, pathMap } = await this.loadConfig(options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/cli",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "CLI for rspack",
5
5
  "homepage": "https://rspack.rs",
6
6
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@discoveryjs/json-ext": "^0.5.7",
32
- "@rspack/dev-server": "~1.1.4",
32
+ "@rspack/dev-server": "~1.1.5",
33
33
  "exit-hook": "^4.0.0",
34
34
  "webpack-bundle-analyzer": "4.10.2"
35
35
  },
@@ -44,8 +44,8 @@
44
44
  "pirates": "^4.0.7",
45
45
  "ts-node": "^10.9.2",
46
46
  "typescript": "^5.9.3",
47
- "@rspack/test-tools": "1.7.0",
48
- "@rspack/core": "1.7.0"
47
+ "@rspack/core": "1.7.1",
48
+ "@rspack/test-tools": "1.7.1"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@rspack/core": "^1.0.0-alpha || ^1.x"