@rspack-canary/cli 1.6.5-canary-e23badc4-20251124174040 → 1.6.5-canary-a27f526c-20251125032833
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/{0~274.js → 0~361.js} +1 -1
- package/dist/{1~274.mjs → 1~361.mjs} +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export const __webpack_id__ = "
|
|
1
|
+
export const __webpack_id__ = "361";
|
|
2
2
|
export const __webpack_ids__ = [
|
|
3
|
-
"
|
|
3
|
+
"361"
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
package/dist/index.js
CHANGED
|
@@ -1187,7 +1187,7 @@ ${section.body}` : section.body).join("\n\n"));
|
|
|
1187
1187
|
this.colors = this.createColors();
|
|
1188
1188
|
this.program = program;
|
|
1189
1189
|
program.help();
|
|
1190
|
-
program.version("1.6.5-canary-
|
|
1190
|
+
program.version("1.6.5-canary-a27f526c-20251125032833");
|
|
1191
1191
|
}
|
|
1192
1192
|
async createCompiler(options, rspackCommand, callback) {
|
|
1193
1193
|
let { config, pathMap } = await this.loadConfig(options);
|
|
@@ -1261,7 +1261,7 @@ ${section.body}` : section.body).join("\n\n"));
|
|
|
1261
1261
|
}
|
|
1262
1262
|
if (options.profile) item.profile = true;
|
|
1263
1263
|
if (process.env.RSPACK_PROFILE) {
|
|
1264
|
-
const { applyProfile } = await __webpack_require__.e("
|
|
1264
|
+
const { applyProfile } = await __webpack_require__.e("361").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
|
|
1265
1265
|
await applyProfile(process.env.RSPACK_PROFILE, process.env.RSPACK_TRACE_LAYER, process.env.RSPACK_TRACE_OUTPUT);
|
|
1266
1266
|
}
|
|
1267
1267
|
if (options.watch) item.watch = options.watch;
|
package/dist/index.mjs
CHANGED
|
@@ -1174,7 +1174,7 @@ class RspackCLI {
|
|
|
1174
1174
|
this.colors = this.createColors();
|
|
1175
1175
|
this.program = program;
|
|
1176
1176
|
program.help();
|
|
1177
|
-
program.version("1.6.5-canary-
|
|
1177
|
+
program.version("1.6.5-canary-a27f526c-20251125032833");
|
|
1178
1178
|
}
|
|
1179
1179
|
async createCompiler(options, rspackCommand, callback) {
|
|
1180
1180
|
let { config, pathMap } = await this.loadConfig(options);
|
|
@@ -1248,7 +1248,7 @@ class RspackCLI {
|
|
|
1248
1248
|
}
|
|
1249
1249
|
if (options.profile) item.profile = true;
|
|
1250
1250
|
if (process.env.RSPACK_PROFILE) {
|
|
1251
|
-
const { applyProfile } = await __webpack_require__.e("
|
|
1251
|
+
const { applyProfile } = await __webpack_require__.e("361").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
|
|
1252
1252
|
await applyProfile(process.env.RSPACK_PROFILE, process.env.RSPACK_TRACE_LAYER, process.env.RSPACK_TRACE_OUTPUT);
|
|
1253
1253
|
}
|
|
1254
1254
|
if (options.watch) item.watch = options.watch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/cli",
|
|
3
|
-
"version": "1.6.5-canary-
|
|
3
|
+
"version": "1.6.5-canary-a27f526c-20251125032833",
|
|
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.17.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/core": "npm:@rspack-canary/core@1.6.5-canary-
|
|
48
|
-
"@rspack/test-tools": "npm:@rspack-canary/test-tools@1.6.5-canary-
|
|
47
|
+
"@rspack/core": "npm:@rspack-canary/core@1.6.5-canary-a27f526c-20251125032833",
|
|
48
|
+
"@rspack/test-tools": "npm:@rspack-canary/test-tools@1.6.5-canary-a27f526c-20251125032833"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@rspack/core": "^1.0.0-alpha || ^1.x"
|