@lynx-js/rspeedy-canary 0.10.8-canary-20250822-52db511f → 0.10.8-canary-20250825-e4d116b6

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-20250822105222-52db511fe59430667228dee43c635839ad2a5c18
3
+ ## 0.10.8-canary-20250825092028-e4d116b6e5eaf49ced08c505c99f7e878a58dfb1
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-20250822105222-52db511fe59430667228dee43c635839ad2a5c18
15
- - @lynx-js/chunk-loading-webpack-plugin@0.3.1-canary-20250822105222-52db511fe59430667228dee43c635839ad2a5c18
14
+ - @lynx-js/cache-events-webpack-plugin@0.0.1-canary-20250825092028-e4d116b6e5eaf49ced08c505c99f7e878a58dfb1
15
+ - @lynx-js/chunk-loading-webpack-plugin@0.3.1-canary-20250825092028-e4d116b6e5eaf49ced08c505c99f7e878a58dfb1
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 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
  };
@@ -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.8-canary-20250822-52db511f",
3
+ "version": "0.10.8-canary-20250825-e4d116b6",
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-20250822-52db511f",
50
- "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.1-canary-20250822-52db511f",
49
+ "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.1-canary-20250825-e4d116b6",
50
+ "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.1-canary-20250825-e4d116b6",
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",