@rspack/cli 2.1.4 → 2.1.5

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
@@ -1119,7 +1119,7 @@ class RspackCLI {
1119
1119
  this.colors = this.createColors();
1120
1120
  this.program = program;
1121
1121
  program.help();
1122
- program.version("2.1.4");
1122
+ program.version("2.1.5");
1123
1123
  }
1124
1124
  wrapAction(fn) {
1125
1125
  return (...args)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/cli",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
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.4",
46
- "@rspack/test-tools": "2.1.4"
45
+ "@rspack/core": "2.1.5",
46
+ "@rspack/test-tools": "2.1.5"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@rspack/core": "^2.0.0-0",