@rspack/cli 1.7.0 → 1.7.2
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.mjs +2 -3
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/131.mjs
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
import * as __rspack_external_module from "module";
|
|
3
2
|
import * as __rspack_external_path from "path";
|
|
4
3
|
import { __webpack_require__ } from "./rslib-runtime.mjs";
|
|
@@ -1086,6 +1085,7 @@ async function loadRspackConfig(options, cwd = process.cwd()) {
|
|
|
1086
1085
|
configPath
|
|
1087
1086
|
};
|
|
1088
1087
|
}
|
|
1088
|
+
const picocolors = __webpack_require__("../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
|
|
1089
1089
|
class RspackCLI {
|
|
1090
1090
|
colors;
|
|
1091
1091
|
program;
|
|
@@ -1094,7 +1094,7 @@ class RspackCLI {
|
|
|
1094
1094
|
this.colors = this.createColors();
|
|
1095
1095
|
this.program = program;
|
|
1096
1096
|
program.help();
|
|
1097
|
-
program.version("1.7.
|
|
1097
|
+
program.version("1.7.2");
|
|
1098
1098
|
}
|
|
1099
1099
|
async buildCompilerConfig(options, rspackCommand) {
|
|
1100
1100
|
let { config, pathMap } = await this.loadConfig(options);
|
|
@@ -1258,5 +1258,4 @@ function defineConfig(config) {
|
|
|
1258
1258
|
function definePlugin(plugin) {
|
|
1259
1259
|
return plugin;
|
|
1260
1260
|
}
|
|
1261
|
-
const picocolors = __webpack_require__("../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
|
|
1262
1261
|
export { RspackCLI, defineConfig, definePlugin, node_fs, node_path, rspack };
|
package/dist/index.js
CHANGED
|
@@ -1199,7 +1199,7 @@ ${section.body}` : section.body).join("\n\n"));
|
|
|
1199
1199
|
this.colors = this.createColors();
|
|
1200
1200
|
this.program = program;
|
|
1201
1201
|
program.help();
|
|
1202
|
-
program.version("1.7.
|
|
1202
|
+
program.version("1.7.2");
|
|
1203
1203
|
}
|
|
1204
1204
|
async buildCompilerConfig(options, rspackCommand) {
|
|
1205
1205
|
let { config, pathMap } = await this.loadConfig(options);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "CLI for rspack",
|
|
5
5
|
"homepage": "https://rspack.rs",
|
|
6
6
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@discoveryjs/json-ext": "^0.5.7",
|
|
32
|
-
"@rspack/dev-server": "~1.1.
|
|
32
|
+
"@rspack/dev-server": "~1.1.5",
|
|
33
33
|
"exit-hook": "^4.0.0",
|
|
34
34
|
"webpack-bundle-analyzer": "4.10.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@rslib/core": "0.19.
|
|
37
|
+
"@rslib/core": "0.19.1",
|
|
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/
|
|
48
|
-
"@rspack/
|
|
47
|
+
"@rspack/core": "1.7.2",
|
|
48
|
+
"@rspack/test-tools": "1.7.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@rspack/core": "^1.0.0-alpha || ^1.x"
|