@lynx-js/rspeedy-canary 0.10.0-canary-20250704-5a9b38b7 → 0.10.0-canary-20250704-bf2a43a3

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.10.0-canary-20250704131333-5a9b38b783e611aa9761c4cd52191172270c09c7
3
+ ## 0.10.0-canary-20250704160540-bf2a43a3ba572aa22a73da9122539f2b75c16f37
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,6 +8,10 @@
8
8
 
9
9
  See [Announcing Rspack 1.4](https://rspack.rs/blog/announcing-1-4) for more details.
10
10
 
11
+ - Deprecated `output.distPath.intermediate` ([#1154](https://github.com/lynx-family/lynx-stack/pull/1154))
12
+
13
+ This option is never read and will be removed in the future version.
14
+
11
15
  ## 0.9.11
12
16
 
13
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1193,6 +1193,10 @@ export declare interface DistPath extends DistPathConfig {
1193
1193
  /**
1194
1194
  * The output directory of the intermediate files.
1195
1195
  *
1196
+ * @deprecated
1197
+ *
1198
+ * This option is never read and will be removed in the future version.
1199
+ *
1196
1200
  * @remarks
1197
1201
  *
1198
1202
  * Default value:
@@ -19,11 +19,11 @@ export const __webpack_modules__ = {
19
19
  config,
20
20
  debug: _debug_js__WEBPACK_IMPORTED_MODULE_1__.fF,
21
21
  async exit (code) {
22
- const { exit } = await Promise.resolve().then(__webpack_require__.bind(__webpack_require__, "./src/cli/exit.ts"));
22
+ const { exit } = await __webpack_require__.e("src_cli_exit_ts").then(__webpack_require__.bind(__webpack_require__, "./src/cli/exit.ts"));
23
23
  return exit(code);
24
24
  },
25
25
  logger: _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__.logger,
26
- version: _version_js__WEBPACK_IMPORTED_MODULE_2__.version
26
+ version: _version_js__WEBPACK_IMPORTED_MODULE_2__.i8
27
27
  });
28
28
  }
29
29
  };
@@ -27,7 +27,7 @@ export const __webpack_modules__ = {
27
27
  name: 'lynx:rsbuild:inspect',
28
28
  setup (api) {
29
29
  api.onBeforeBuild(async ()=>{
30
- await inspectRspeedyConfig(config, node_path__WEBPACK_IMPORTED_MODULE_1__["default"].join(api.context.distPath, config.output?.distPath?.intermediate ?? _config_output_dist_path_js__WEBPACK_IMPORTED_MODULE_4__.A, 'rspeedy.config.js'), false);
30
+ await inspectRspeedyConfig(config, node_path__WEBPACK_IMPORTED_MODULE_1__["default"].join(api.context.distPath, _config_output_dist_path_js__WEBPACK_IMPORTED_MODULE_4__.A, 'rspeedy.config.js'), false);
31
31
  });
32
32
  }
33
33
  };
@@ -7,8 +7,10 @@ export const __webpack_modules__ = {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginRsdoctor: ()=>pluginRsdoctor
9
9
  });
10
- var _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("@rsbuild/core");
11
- var _utils_is_ci_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./src/utils/is-ci.ts");
10
+ var core_ = __webpack_require__("@rsbuild/core");
11
+ function isCI() {
12
+ return !!process.env['CI'] && 'false' !== process.env['CI'];
13
+ }
12
14
  function pluginRsdoctor(options) {
13
15
  return {
14
16
  name: 'lynx:rsbuild:rsdoctor',
@@ -25,7 +27,7 @@ export const __webpack_modules__ = {
25
27
  if (registered) continue;
26
28
  config.plugins ??= [];
27
29
  const defaultOptions = {
28
- disableClientServer: (0, _utils_is_ci_js__WEBPACK_IMPORTED_MODULE_1__.y)(),
30
+ disableClientServer: isCI(),
29
31
  supports: {
30
32
  banner: true
31
33
  },
@@ -40,20 +42,12 @@ export const __webpack_modules__ = {
40
42
  }
41
43
  }
42
44
  };
43
- config.plugins.push(new RsdoctorRspackPlugin((0, _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__.mergeRsbuildConfig)(defaultOptions, options)));
45
+ config.plugins.push(new RsdoctorRspackPlugin((0, core_.mergeRsbuildConfig)(defaultOptions, options)));
44
46
  }
45
- _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__.logger.info("Rsdoctor is enabled.");
47
+ core_.logger.info("Rsdoctor is enabled.");
46
48
  });
47
49
  }
48
50
  };
49
51
  }
50
- },
51
- "./src/utils/is-ci.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
52
- __webpack_require__.d(__webpack_exports__, {
53
- y: ()=>isCI
54
- });
55
- function isCI() {
56
- return !!process.env['CI'] && 'false' !== process.env['CI'];
57
- }
58
52
  }
59
53
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.10.0-canary-20250704-5a9b38b7",
3
+ "version": "0.10.0-canary-20250704-bf2a43a3",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",