@lynx-js/rspeedy-canary 0.10.8-canary-20250821-311499f3 → 0.10.8-canary-20250821-dc1e3104

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.8-canary-20250821223059-311499f3d2bfb7d8a282ad595eea73e8eccb2c7a
3
+ ## 0.10.8-canary-20250821223553-dc1e3104a52a5b7cbec76db3cb6e84f4ac8950cd
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,8 +11,8 @@
11
11
  - Fix missing `publicPath` using when `rspeedy dev --mode production`. ([#1310](https://github.com/lynx-family/lynx-stack/pull/1310))
12
12
 
13
13
  - Updated dependencies [[`aaca8f9`](https://github.com/lynx-family/lynx-stack/commit/aaca8f91d177061c7b0430cc5cb21a3602897534)]:
14
- - @lynx-js/cache-events-webpack-plugin@0.0.1-canary-20250821223059-311499f3d2bfb7d8a282ad595eea73e8eccb2c7a
15
- - @lynx-js/chunk-loading-webpack-plugin@0.3.1-canary-20250821223059-311499f3d2bfb7d8a282ad595eea73e8eccb2c7a
14
+ - @lynx-js/cache-events-webpack-plugin@0.0.1-canary-20250821223553-dc1e3104a52a5b7cbec76db3cb6e84f4ac8950cd
15
+ - @lynx-js/chunk-loading-webpack-plugin@0.3.1-canary-20250821223553-dc1e3104a52a5b7cbec76db3cb6e84f4ac8950cd
16
16
 
17
17
  ## 0.10.7
18
18
 
@@ -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 __webpack_require__.e("src_cli_exit_ts").then(__webpack_require__.bind(__webpack_require__, "./src/cli/exit.ts"));
22
+ const { exit } = await Promise.resolve().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__.i8
26
+ version: _version_js__WEBPACK_IMPORTED_MODULE_2__.version
27
27
  });
28
28
  }
29
29
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.10.8-canary-20250821-311499f3",
3
+ "version": "0.10.8-canary-20250821-dc1e3104",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -46,8 +46,8 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.1-canary-20250821-311499f3",
50
- "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.1-canary-20250821-311499f3",
49
+ "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.1-canary-20250821-dc1e3104",
50
+ "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.1-canary-20250821-dc1e3104",
51
51
  "@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0",
52
52
  "@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
53
53
  "@rsbuild/core": "1.4.15",