@lynx-js/rspeedy-canary 0.11.0-canary-20250828-86da1623 → 0.11.0-canary-20250828-c1f8715a

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.11.0-canary-20250828061943-86da1623d0bd2cc5fa6dc1642915e5f43a02d350
3
+ ## 0.11.0-canary-20250828064127-c1f8715a81b2e69ff46fc363013626db4468c209
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -21,7 +21,7 @@
21
21
  - Support `rspeedy build --watch` ([#1579](https://github.com/lynx-family/lynx-stack/pull/1579))
22
22
 
23
23
  - Updated dependencies [[`1952fc1`](https://github.com/lynx-family/lynx-stack/commit/1952fc1557e5abbdbdf4a2073fd3b6f64dd32c3c)]:
24
- - @lynx-js/chunk-loading-webpack-plugin@0.3.2-canary-20250828061943-86da1623d0bd2cc5fa6dc1642915e5f43a02d350
24
+ - @lynx-js/chunk-loading-webpack-plugin@0.3.2-canary-20250828064127-c1f8715a81b2e69ff46fc363013626db4468c209
25
25
  - @lynx-js/cache-events-webpack-plugin@0.0.1
26
26
 
27
27
  ## 0.10.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.11.0-canary-20250828-86da1623",
3
+ "version": "0.11.0-canary-20250828-c1f8715a",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -49,7 +49,7 @@
49
49
  ],
50
50
  "dependencies": {
51
51
  "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.1",
52
- "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.2-canary-20250828-86da1623",
52
+ "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.2-canary-20250828-c1f8715a",
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
55
  "@rsbuild/core": "1.5.0",