@lynx-js/rspeedy-canary 0.10.6-canary-20250806-ca8dc3c8 → 0.10.6-canary-20250806-8d3f3f8c

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.6-canary-20250806052049-ca8dc3c87cc88846c0c431551c22302d94470b9e
3
+ ## 0.10.6-canary-20250806083421-8d3f3f8c99a27d5a977ce6abc135149642526a54
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,6 +8,8 @@
8
8
 
9
9
  - fix deno compatibility ([#1412](https://github.com/lynx-family/lynx-stack/pull/1412))
10
10
 
11
+ - Should call the `api.onCloseBuild` hook after the build finished. ([#1446](https://github.com/lynx-family/lynx-stack/pull/1446))
12
+
11
13
  ## 0.10.5
12
14
 
13
15
  ### Patch Changes
@@ -17,7 +17,8 @@ export const __webpack_modules__ = {
17
17
  try {
18
18
  const { createRspeedyOptions } = await (0, _init_js__WEBPACK_IMPORTED_MODULE_3__.S)(cwd, buildOptions);
19
19
  const rspeedy = await (0, _create_rspeedy_js__WEBPACK_IMPORTED_MODULE_2__.S)(createRspeedyOptions);
20
- await rspeedy.build();
20
+ const { close } = await rspeedy.build();
21
+ await close();
21
22
  } catch (error) {
22
23
  _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__.logger.error(error);
23
24
  if (shouldExit) return void (0, _exit_js__WEBPACK_IMPORTED_MODULE_1__.exit)(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.10.6-canary-20250806-ca8dc3c8",
3
+ "version": "0.10.6-canary-20250806-8d3f3f8c",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",