@rspack/cli 1.5.0-beta.0 → 1.5.0-beta.1

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
- "556"
3
+ "361"
4
4
  ];
5
5
  exports.modules = {
6
6
  "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@@ -1,5 +1,6 @@
1
+ export const __webpack_id__ = "361";
1
2
  export const __webpack_ids__ = [
2
- "556"
3
+ "361"
3
4
  ];
4
5
  export const __webpack_modules__ = {
5
6
  "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
package/dist/index.js CHANGED
@@ -93,7 +93,7 @@ __webpack_require__.m = __webpack_modules__;
93
93
  })();
94
94
  (()=>{
95
95
  var installedChunks = {
96
- 980: 1
96
+ 410: 1
97
97
  };
98
98
  var installChunk = (chunk)=>{
99
99
  var moreModules = chunk.modules, chunkIds = chunk.ids, runtime = chunk.runtime;
@@ -732,7 +732,7 @@ var __webpack_exports__ = {};
732
732
  }
733
733
  if (options.profile) item.profile = true;
734
734
  if (process.env.RSPACK_PROFILE) {
735
- const { applyProfile } = await __webpack_require__.e("556").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
735
+ const { applyProfile } = await __webpack_require__.e("361").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
736
736
  await applyProfile(process.env.RSPACK_PROFILE, process.env.RSPACK_TRACE_LAYER, process.env.RSPACK_TRACE_OUTPUT);
737
737
  }
738
738
  if (options.watch) item.watch = options.watch;
package/dist/index.mjs CHANGED
@@ -51,7 +51,7 @@ __webpack_require__.m = __webpack_modules__;
51
51
  })();
52
52
  (()=>{
53
53
  var installedChunks = {
54
- 980: 0
54
+ 410: 0
55
55
  };
56
56
  var installChunk = (data)=>{
57
57
  var __webpack_ids__ = data.__webpack_ids__;
@@ -696,7 +696,7 @@ class RspackCLI {
696
696
  }
697
697
  if (options.profile) item.profile = true;
698
698
  if (process.env.RSPACK_PROFILE) {
699
- const { applyProfile } = await __webpack_require__.e("556").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
699
+ const { applyProfile } = await __webpack_require__.e("361").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
700
700
  await applyProfile(process.env.RSPACK_PROFILE, process.env.RSPACK_TRACE_LAYER, process.env.RSPACK_TRACE_OUTPUT);
701
701
  }
702
702
  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.5.0-beta.0",
3
+ "version": "1.5.0-beta.1",
4
4
  "description": "CLI for rspack",
5
5
  "homepage": "https://rspack.rs",
6
6
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -38,7 +38,7 @@
38
38
  "yargs": "17.7.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@rslib/core": "0.11.0",
41
+ "@rslib/core": "0.12.1",
42
42
  "@types/interpret": "^1.1.3",
43
43
  "@types/rechoir": "^0.6.4",
44
44
  "@types/webpack-bundle-analyzer": "^4.7.0",
@@ -48,7 +48,7 @@
48
48
  "execa": "^5.1.1",
49
49
  "ts-node": "^10.9.2",
50
50
  "typescript": "^5.9.2",
51
- "@rspack/core": "1.5.0-beta.0"
51
+ "@rspack/core": "1.5.0-beta.1"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@rspack/core": "^1.0.0-alpha || ^1.x"