@rspack/cli 2.1.10 → 2.2.0-beta.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1121,7 +1121,7 @@ class RspackCLI {
1121
1121
  this.colors = this.createColors();
1122
1122
  this.program = program;
1123
1123
  program.help();
1124
- program.version("2.1.10");
1124
+ program.version("2.2.0-beta.1");
1125
1125
  }
1126
1126
  wrapAction(fn) {
1127
1127
  return (...args)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/cli",
3
- "version": "2.1.10",
3
+ "version": "2.2.0-beta.1",
4
4
  "description": "CLI for rspack",
5
5
  "homepage": "https://rspack.rs",
6
6
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -40,10 +40,10 @@
40
40
  "jiti": "^2.7.0",
41
41
  "prebundle": "^1.6.5",
42
42
  "rspack-merge": "1.0.1",
43
- "rstack": "^0.5.1",
43
+ "rstack": "^0.6.0",
44
44
  "typescript": "^6.0.3",
45
- "@rspack/core": "2.1.10",
46
- "@rspack/test-tools": "2.1.10"
45
+ "@rspack/core": "2.2.0-beta.1",
46
+ "@rspack/test-tools": "2.2.0-beta.1"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@rspack/core": "^2.0.0-0",