@rspack-canary/cli 1.6.0-canary-6cd722f4-20251022123039 → 1.6.0-canary-e28e40e9-20251022173516
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1210,7 +1210,7 @@ ${section.body}` : section.body).join("\n\n"));
|
|
|
1210
1210
|
this.colors = this.createColors();
|
|
1211
1211
|
this.program = program;
|
|
1212
1212
|
program.help();
|
|
1213
|
-
program.version("1.6.0-canary-
|
|
1213
|
+
program.version("1.6.0-canary-e28e40e9-20251022173516");
|
|
1214
1214
|
}
|
|
1215
1215
|
async createCompiler(options, rspackCommand, callback) {
|
|
1216
1216
|
let { config, pathMap } = await this.loadConfig(options);
|
package/dist/index.mjs
CHANGED
|
@@ -1173,7 +1173,7 @@ class RspackCLI {
|
|
|
1173
1173
|
this.colors = this.createColors();
|
|
1174
1174
|
this.program = program;
|
|
1175
1175
|
program.help();
|
|
1176
|
-
program.version("1.6.0-canary-
|
|
1176
|
+
program.version("1.6.0-canary-e28e40e9-20251022173516");
|
|
1177
1177
|
}
|
|
1178
1178
|
async createCompiler(options, rspackCommand, callback) {
|
|
1179
1179
|
let { config, pathMap } = await this.loadConfig(options);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/cli",
|
|
3
|
-
"version": "1.6.0-canary-
|
|
3
|
+
"version": "1.6.0-canary-e28e40e9-20251022173516",
|
|
4
4
|
"description": "CLI for rspack",
|
|
5
5
|
"homepage": "https://rspack.rs",
|
|
6
6
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"webpack-bundle-analyzer": "4.10.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@rslib/core": "0.
|
|
37
|
+
"@rslib/core": "0.16.0",
|
|
38
38
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
39
39
|
"cac": "^6.7.14",
|
|
40
40
|
"concat-stream": "^2.0.0",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"pirates": "^4.0.7",
|
|
45
45
|
"ts-node": "^10.9.2",
|
|
46
46
|
"typescript": "^5.9.3",
|
|
47
|
-
"@rspack/core": "npm:@rspack-canary/core@1.6.0-canary-
|
|
48
|
-
"@rspack/test-tools": "npm:@rspack-canary/test-tools@1.6.0-canary-
|
|
47
|
+
"@rspack/core": "npm:@rspack-canary/core@1.6.0-canary-e28e40e9-20251022173516",
|
|
48
|
+
"@rspack/test-tools": "npm:@rspack-canary/test-tools@1.6.0-canary-e28e40e9-20251022173516"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@rspack/core": "^1.0.0-alpha || ^1.x"
|