@lynx-js/rspeedy-canary 0.10.8-canary-20250821-1411de64 → 0.10.8-canary-20250821-1cf567f3

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.10.8-canary-20250821130731-1411de64c828e8b73b87091b49d4f4c8509401cd
3
+ ## 0.10.8-canary-20250821223337-1cf567f31eeef565c8919769d7df5dec941f7071
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-20250821130731-1411de64c828e8b73b87091b49d4f4c8509401cd
15
- - @lynx-js/chunk-loading-webpack-plugin@0.3.1-canary-20250821130731-1411de64c828e8b73b87091b49d4f4c8509401cd
14
+ - @lynx-js/cache-events-webpack-plugin@0.0.1-canary-20250821223337-1cf567f31eeef565c8919769d7df5dec941f7071
15
+ - @lynx-js/chunk-loading-webpack-plugin@0.3.1-canary-20250821223337-1cf567f31eeef565c8919769d7df5dec941f7071
16
16
 
17
17
  ## 0.10.7
18
18
 
@@ -39908,3 +39908,7 @@ export const __webpack_modules__ = {
39908
39908
  }
39909
39909
  }
39910
39910
  };
39911
+ e();
39912
+ }
39913
+ }
39914
+ };
@@ -29,4 +29,7 @@ export const __webpack_modules__ = {
29
29
  };
30
30
  }
31
31
  }
32
+ };
33
+ }
34
+ }
32
35
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.10.8-canary-20250821-1411de64",
3
+ "version": "0.10.8-canary-20250821-1cf567f3",
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-1411de64",
50
- "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.1-canary-20250821-1411de64",
49
+ "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.1-canary-20250821-1cf567f3",
50
+ "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.1-canary-20250821-1cf567f3",
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",