@rspack-debug/cli 2.0.5 → 2.0.6

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 +6 -6
package/dist/index.js CHANGED
@@ -1149,7 +1149,7 @@ class RspackCLI {
1149
1149
  this.colors = this.createColors();
1150
1150
  this.program = program;
1151
1151
  program.help();
1152
- program.version("2.0.5");
1152
+ program.version("2.0.6");
1153
1153
  }
1154
1154
  wrapAction(fn) {
1155
1155
  return (...args)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-debug/cli",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "CLI for rspack",
5
5
  "homepage": "https://rspack.rs",
6
6
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -30,19 +30,19 @@
30
30
  "devDependencies": {
31
31
  "@discoveryjs/json-ext": "^1.1.0",
32
32
  "@microsoft/api-extractor": "^7.58.7",
33
- "@rslib/core": "^0.21.5",
34
- "@rspack/dev-server": "^2.0.1",
33
+ "@rslib/core": "^0.22.0",
34
+ "@rspack/dev-server": "^2.0.3",
35
35
  "cac": "^7.0.0",
36
36
  "concat-stream": "^2.0.0",
37
37
  "cross-env": "^10.1.0",
38
38
  "execa": "^5.1.1",
39
39
  "exit-hook": "^5.1.0",
40
40
  "jiti": "^2.7.0",
41
- "prebundle": "^1.6.4",
41
+ "prebundle": "^1.6.5",
42
42
  "rspack-merge": "0.1.1",
43
43
  "typescript": "^6.0.3",
44
- "@rspack/core": "npm:@rspack-debug/core@2.0.5",
45
- "@rspack/test-tools": "npm:@rspack-debug/test-tools@2.0.5"
44
+ "@rspack/core": "npm:@rspack-debug/core@2.0.6",
45
+ "@rspack/test-tools": "npm:@rspack-debug/test-tools@2.0.6"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@rspack/core": "^2.0.0-0",