@lynx-js/rspeedy-canary 0.9.6-canary-20250522-a55bc0c2 → 0.9.6-canary-20250522-cf52ed7d

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.9.6-canary-20250522100628-a55bc0c2bd739b7d7fbf137aa024b8b5c4b2786b
3
+ ## 0.9.6-canary-20250522122354-cf52ed7d672519b7309a049297e90cb95d3ba540
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -23,7 +23,7 @@
23
23
  - Bump Rsbuild v1.3.21 with Rspack v1.3.11. ([#863](https://github.com/lynx-family/lynx-stack/pull/863))
24
24
 
25
25
  - Updated dependencies [[`5b67bde`](https://github.com/lynx-family/lynx-stack/commit/5b67bde8a7286b9dcc727c9707cf83020bb5abfa)]:
26
- - @lynx-js/chunk-loading-webpack-plugin@0.2.1-canary-20250522100628-a55bc0c2bd739b7d7fbf137aa024b8b5c4b2786b
26
+ - @lynx-js/chunk-loading-webpack-plugin@0.2.1-canary-20250522122354-cf52ed7d672519b7309a049297e90cb95d3ba540
27
27
 
28
28
  ## 0.9.5
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.9.6-canary-20250522-a55bc0c2",
3
+ "version": "0.9.6-canary-20250522-cf52ed7d",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -46,7 +46,7 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.2.1-canary-20250522-a55bc0c2",
49
+ "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.2.1-canary-20250522-cf52ed7d",
50
50
  "@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.1.3",
51
51
  "@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
52
52
  "@rsbuild/core": "1.3.21",