@lynx-js/rspeedy-canary 0.10.1-canary-20250708-0a3c89d5 → 0.10.1-canary-20250708-de30dc69

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,13 +1,13 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.10.1-canary-20250708175607-0a3c89d5776009d1f32d444e77be834fa2b79645
3
+ ## 0.10.1-canary-20250708181848-de30dc69bbc6638ec52eb4940d4d866ae491a6c2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Bump Rsbuild v1.4.5 with Rspack v1.4.5 ([#1239](https://github.com/lynx-family/lynx-stack/pull/1239))
8
8
 
9
9
  - Updated dependencies [[`0a3c89d`](https://github.com/lynx-family/lynx-stack/commit/0a3c89d5776009d1f32d444e77be834fa2b79645)]:
10
- - @lynx-js/webpack-dev-transport@0.2.0-canary-20250708175607-0a3c89d5776009d1f32d444e77be834fa2b79645
10
+ - @lynx-js/webpack-dev-transport@0.2.0-canary-20250708181848-de30dc69bbc6638ec52eb4940d4d866ae491a6c2
11
11
 
12
12
  ## 0.10.0
13
13
 
@@ -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.1-canary-20250708-0a3c89d5",
3
+ "version": "0.10.1-canary-20250708-de30dc69",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -47,11 +47,11 @@
47
47
  ],
48
48
  "dependencies": {
49
49
  "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.0",
50
- "@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0-canary-20250708-0a3c89d5",
50
+ "@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0-canary-20250708-de30dc69",
51
51
  "@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
52
52
  "@rsbuild/core": "1.4.5",
53
53
  "@rsbuild/plugin-css-minimizer": "1.0.2",
54
- "@rsdoctor/rspack-plugin": "1.1.7"
54
+ "@rsdoctor/rspack-plugin": "1.1.8"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@microsoft/api-extractor": "7.52.8",