@rspack/cli 1.3.1 → 1.3.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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  exports.ids = [
3
- '275'
3
+ '977'
4
4
  ];
5
5
  exports.modules = {
6
6
  "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@@ -1,5 +1,5 @@
1
1
  export const __webpack_ids__ = [
2
- '275'
2
+ '977'
3
3
  ];
4
4
  export const __webpack_modules__ = {
5
5
  "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
package/dist/index.js CHANGED
@@ -702,7 +702,7 @@ var __webpack_exports__ = {};
702
702
  }
703
703
  if (options.profile) item.profile = true;
704
704
  if (process.env.RSPACK_PROFILE) {
705
- const { applyProfile } = await __webpack_require__.e("275").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
705
+ const { applyProfile } = await __webpack_require__.e("977").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
706
706
  await applyProfile(process.env.RSPACK_PROFILE, item);
707
707
  }
708
708
  if (options.watch) item.watch = options.watch;
package/dist/index.mjs CHANGED
@@ -680,7 +680,7 @@ class RspackCLI {
680
680
  }
681
681
  if (options.profile) item.profile = true;
682
682
  if (process.env.RSPACK_PROFILE) {
683
- const { applyProfile } = await __webpack_require__.e("275").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
683
+ const { applyProfile } = await __webpack_require__.e("977").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
684
684
  await applyProfile(process.env.RSPACK_PROFILE, item);
685
685
  }
686
686
  if (options.watch) item.watch = options.watch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/cli",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "CLI for rspack",
5
5
  "homepage": "https://rspack.dev",
6
6
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -48,8 +48,8 @@
48
48
  "execa": "^5.1.1",
49
49
  "ts-node": "^10.9.2",
50
50
  "typescript": "^5.7.3",
51
- "@rspack/tracing": "1.3.1",
52
- "@rspack/core": "1.3.1"
51
+ "@rspack/core": "1.3.2",
52
+ "@rspack/tracing": "1.3.2"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@rspack/core": "^1.0.0-alpha || ^1.x",