@rspack/cli 2.0.0-beta.5 → 2.0.0-beta.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.
- package/dist/131.js +1 -1
- package/package.json +5 -5
package/dist/131.js
CHANGED
|
@@ -1069,7 +1069,7 @@ class RspackCLI {
|
|
|
1069
1069
|
this.colors = this.createColors();
|
|
1070
1070
|
this.program = program;
|
|
1071
1071
|
program.help();
|
|
1072
|
-
program.version("2.0.0-beta.
|
|
1072
|
+
program.version("2.0.0-beta.6");
|
|
1073
1073
|
}
|
|
1074
1074
|
async buildCompilerConfig(options, rspackCommand) {
|
|
1075
1075
|
let { config, pathMap } = await this.loadConfig(options);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/cli",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.6",
|
|
4
4
|
"description": "CLI for rspack",
|
|
5
5
|
"homepage": "https://rspack.rs",
|
|
6
6
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@rslib/core": "0.19.6",
|
|
35
|
-
"@rspack/dev-server": "
|
|
35
|
+
"@rspack/dev-server": "2.0.0-beta.4",
|
|
36
36
|
"cac": "^6.7.14",
|
|
37
37
|
"concat-stream": "^2.0.0",
|
|
38
38
|
"cross-env": "^10.1.0",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"pirates": "^4.0.7",
|
|
41
41
|
"ts-node": "^10.9.2",
|
|
42
42
|
"typescript": "^5.9.3",
|
|
43
|
-
"@rspack/core": "2.0.0-beta.
|
|
44
|
-
"@rspack/test-tools": "2.0.0-beta.
|
|
43
|
+
"@rspack/core": "2.0.0-beta.6",
|
|
44
|
+
"@rspack/test-tools": "2.0.0-beta.6"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@rspack/core": "^2.0.0-0",
|
|
48
|
-
"@rspack/dev-server": "
|
|
48
|
+
"@rspack/dev-server": "^2.0.0-0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
51
51
|
"@rspack/dev-server": {
|