@lynx-js/rspeedy-canary 0.10.8-canary-20250821-dc1e3104 → 0.10.8-canary-20250822-56e62b43

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.10.8-canary-20250821223553-dc1e3104a52a5b7cbec76db3cb6e84f4ac8950cd
3
+ ## 0.10.8-canary-20250822075323-56e62b4377a118bfa4d5c70716ce6c2e1ecbb6ca
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-20250821223553-dc1e3104a52a5b7cbec76db3cb6e84f4ac8950cd
15
- - @lynx-js/chunk-loading-webpack-plugin@0.3.1-canary-20250821223553-dc1e3104a52a5b7cbec76db3cb6e84f4ac8950cd
14
+ - @lynx-js/cache-events-webpack-plugin@0.0.1-canary-20250822075323-56e62b4377a118bfa4d5c70716ce6c2e1ecbb6ca
15
+ - @lynx-js/chunk-loading-webpack-plugin@0.3.1-canary-20250822075323-56e62b4377a118bfa4d5c70716ce6c2e1ecbb6ca
16
16
 
17
17
  ## 0.10.7
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.10.8-canary-20250821-dc1e3104",
3
+ "version": "0.10.8-canary-20250822-56e62b43",
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-20250821-dc1e3104",
50
- "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.1-canary-20250821-dc1e3104",
49
+ "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.1-canary-20250822-56e62b43",
50
+ "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.1-canary-20250822-56e62b43",
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",