@rspack/cli 1.3.7 → 1.3.9

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/556.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  exports.ids = [
3
- '556'
3
+ "556"
4
4
  ];
5
5
  exports.modules = {
6
6
  "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
package/dist/556.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  export const __webpack_ids__ = [
2
- '556'
2
+ "556"
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
@@ -629,7 +629,6 @@ var __webpack_exports__ = {};
629
629
  class RspackCLI {
630
630
  async createCompiler(options, rspackCommand, callback) {
631
631
  process.env.RSPACK_CONFIG_VALIDATE ??= "loose";
632
- process.env.WATCHPACK_WATCHER_LIMIT = process.env.WATCHPACK_WATCHER_LIMIT || "20";
633
632
  let config = await this.loadConfig(options);
634
633
  config = await this.buildConfig(config, options, rspackCommand);
635
634
  const isWatch = Array.isArray(config) ? config.some((i)=>i.watch) : config.watch;
package/dist/index.mjs CHANGED
@@ -593,7 +593,6 @@ function _define_property(obj, key, value) {
593
593
  class RspackCLI {
594
594
  async createCompiler(options, rspackCommand, callback) {
595
595
  process.env.RSPACK_CONFIG_VALIDATE ??= "loose";
596
- process.env.WATCHPACK_WATCHER_LIMIT = process.env.WATCHPACK_WATCHER_LIMIT || "20";
597
596
  let config = await this.loadConfig(options);
598
597
  config = await this.buildConfig(config, options, rspackCommand);
599
598
  const isWatch = Array.isArray(config) ? config.some((i)=>i.watch) : config.watch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/cli",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "CLI for rspack",
5
5
  "homepage": "https://rspack.dev",
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.6.7",
41
+ "@rslib/core": "0.6.8",
42
42
  "@types/interpret": "^1.1.3",
43
43
  "@types/rechoir": "^0.6.4",
44
44
  "@types/webpack-bundle-analyzer": "^4.7.0",
@@ -47,8 +47,8 @@
47
47
  "cross-env": "^7.0.3",
48
48
  "execa": "^5.1.1",
49
49
  "ts-node": "^10.9.2",
50
- "typescript": "^5.7.3",
51
- "@rspack/core": "1.3.7"
50
+ "typescript": "^5.8.3",
51
+ "@rspack/core": "1.3.9"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@rspack/core": "^1.0.0-alpha || ^1.x"