@rspack/cli 2.1.6 → 2.1.7

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/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1115,7 +1115,7 @@ class RspackCLI {
1115
1115
  this.colors = this.createColors();
1116
1116
  this.program = program;
1117
1117
  program.help();
1118
- program.version("2.1.6");
1118
+ program.version("2.1.7");
1119
1119
  }
1120
1120
  wrapAction(fn) {
1121
1121
  return (...args)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/cli",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "CLI for rspack",
5
5
  "homepage": "https://rspack.rs",
6
6
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -42,8 +42,8 @@
42
42
  "prebundle": "^1.6.5",
43
43
  "rspack-merge": "1.0.1",
44
44
  "typescript": "^6.0.3",
45
- "@rspack/core": "2.1.6",
46
- "@rspack/test-tools": "2.1.6"
45
+ "@rspack/core": "2.1.7",
46
+ "@rspack/test-tools": "2.1.7"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@rspack/core": "^2.0.0-0",