@lynx-js/rspeedy-canary 0.11.2-canary-20250909-e905d369 → 0.11.2-canary-20250909-2d184be3

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 +4 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.11.2-canary-20250909073519-e905d369a8841f71443ce829b86241fb7799ecd4
3
+ ## 0.11.2-canary-20250909115445-2d184be3dcc302c4240ca824b2d9f0b79eb681f2
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -38,8 +38,10 @@
38
38
  });
39
39
  ```
40
40
 
41
+ - Bump Rsbuild v1.5.4 with Rspack v1.5.2. ([#1644](https://github.com/lynx-family/lynx-stack/pull/1644))
42
+
41
43
  - Updated dependencies [[`d7c5da3`](https://github.com/lynx-family/lynx-stack/commit/d7c5da329caddfb12ed77159fb8b1b8f38717cff)]:
42
- - @lynx-js/chunk-loading-webpack-plugin@0.3.3-canary-20250909073519-e905d369a8841f71443ce829b86241fb7799ecd4
44
+ - @lynx-js/chunk-loading-webpack-plugin@0.3.3-canary-20250909115445-2d184be3dcc302c4240ca824b2d9f0b79eb681f2
43
45
  - @lynx-js/cache-events-webpack-plugin@0.0.2
44
46
 
45
47
  ## 0.11.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.11.2-canary-20250909-e905d369",
3
+ "version": "0.11.2-canary-20250909-2d184be3",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -49,10 +49,10 @@
49
49
  ],
50
50
  "dependencies": {
51
51
  "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.2",
52
- "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.3-canary-20250909-e905d369",
52
+ "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.3-canary-20250909-2d184be3",
53
53
  "@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0",
54
54
  "@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
55
- "@rsbuild/core": "1.5.2",
55
+ "@rsbuild/core": "1.5.4",
56
56
  "@rsbuild/plugin-css-minimizer": "1.0.3",
57
57
  "@rsdoctor/rspack-plugin": "1.2.3"
58
58
  },