@lynx-js/rspeedy-canary 0.13.0-canary-20260107-27c3d90f → 0.13.0-canary-20260107-78c21890

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.13.0-canary-20260107053629-27c3d90f3b63f8cb62dc705b2ec4c1d0bdd22c31
3
+ ## 0.13.0-canary-20260107061419-78c218907a5246a05acf3aa843b304778cdc4467
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -16,6 +16,11 @@
16
16
  npm uninstall -g @lynx-js/rspeedy
17
17
  ```
18
18
 
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies []:
22
+ - @lynx-js/web-rsbuild-server-middleware@0.19.5-canary-20260107061419-78c218907a5246a05acf3aa843b304778cdc4467
23
+
19
24
  ## 0.12.5
20
25
 
21
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.13.0-canary-20260107-27c3d90f",
3
+ "version": "0.13.0-canary-20260107-78c21890",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.2",
52
52
  "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.3",
53
- "@lynx-js/web-rsbuild-server-middleware": "npm:@lynx-js/web-rsbuild-server-middleware-canary@0.19.4",
53
+ "@lynx-js/web-rsbuild-server-middleware": "npm:@lynx-js/web-rsbuild-server-middleware-canary@0.19.5-canary-20260107-78c21890",
54
54
  "@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0",
55
55
  "@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
56
56
  "@rsbuild/core": "1.7.1",