@lynx-js/react-webpack-plugin-canary 0.11.2-canary-20260904-fa79b9ba → 0.11.2

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 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/react-webpack-plugin
2
2
 
3
- ## 0.11.2-canary-20260904142401-fa79b9ba1b6d787410131115b17a694d801a28c1
3
+ ## 0.11.2
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,9 +12,8 @@
12
12
  keys without depending on ReactLynx. The merged top-level configuration is
13
13
  shallow-frozen to prevent accidental mutation after host initialization.
14
14
  - **BREAKING CHANGE**: Require `@lynx-js/rspeedy` `^0.17.0` in the plugins that read the build engine config through `Symbol.for('@lynx-js/rsbuild-plugin:config')`, since the engine that ships with `0.16` does not expose it. The plugins that do not touch the engine keep their existing range and add `^0.17.0` to it. ([#3682](https://github.com/lynx-family/lynx-stack/pull/3682))
15
- - Updated dependencies [[`76126fc`](https://github.com/lynx-family/lynx-stack/commit/76126fcad0f16e649c372d22c013e90ad88640df), [`c21cddd`](https://github.com/lynx-family/lynx-stack/commit/c21cddd0b75290330b6891f041db63ee5b28f492), [`f743e12`](https://github.com/lynx-family/lynx-stack/commit/f743e123e058d8f97720b1ce8c4a3d6601c8f7be), [`cdceffc`](https://github.com/lynx-family/lynx-stack/commit/cdceffc6f3fb9ac7b5ce1f48b7edb53c7788c057), [`6da3e18`](https://github.com/lynx-family/lynx-stack/commit/6da3e189f58637e14318782c176ed5970b59f75d), [`5637926`](https://github.com/lynx-family/lynx-stack/commit/5637926c579bac5e9b78a02b982b1110cf4421d4), [`eaefef6`](https://github.com/lynx-family/lynx-stack/commit/eaefef64d9874a8236d99b8abe17978d803a02da), [`0be26e9`](https://github.com/lynx-family/lynx-stack/commit/0be26e91d362041d1b0f568d15828d92f0ed2a6d), [`32ba734`](https://github.com/lynx-family/lynx-stack/commit/32ba7347d1733eb4b2e19e95d7b7415ae78e23d2)]:
16
- - @lynx-js/webpack-runtime-globals@0.0.8-canary-20260904142401-fa79b9ba1b6d787410131115b17a694d801a28c1
17
- - @lynx-js/template-webpack-plugin@0.16.0-canary-20260904142401-fa79b9ba1b6d787410131115b17a694d801a28c1
15
+ - Updated dependencies [[`76126fc`](https://github.com/lynx-family/lynx-stack/commit/76126fcad0f16e649c372d22c013e90ad88640df)]:
16
+ - @lynx-js/webpack-runtime-globals@0.0.8
18
17
 
19
18
  ## 0.11.1
20
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-webpack-plugin-canary",
3
- "version": "0.11.2-canary-20260904-fa79b9ba",
3
+ "version": "0.11.2",
4
4
  "description": "A webpack plugin for ReactLynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@lynx-js/debug-metadata": "npm:@lynx-js/debug-metadata-canary@0.1.0",
37
- "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.8-canary-20260904-fa79b9ba",
37
+ "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.8",
38
38
  "tiny-invariant": "^1.3.3"
39
39
  },
40
40
  "devDependencies": {
@@ -44,10 +44,10 @@
44
44
  "@rstest/core": "0.11.12",
45
45
  "css-loader": "^7.1.4",
46
46
  "swc-loader": "^0.2.7",
47
- "@lynx-js/css-extract-webpack-plugin": "npm:@lynx-js/css-extract-webpack-plugin-canary@0.11.0-canary-20260904-fa79b9ba",
48
- "@lynx-js/react": "npm:@lynx-js/react-canary@0.126.0-canary-20260904-fa79b9ba",
49
- "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.16.0-canary-20260904-fa79b9ba",
50
- "@lynx-js/test-tools": "0.0.0"
47
+ "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.16.0",
48
+ "@lynx-js/test-tools": "0.0.0",
49
+ "@lynx-js/react": "npm:@lynx-js/react-canary@0.126.0",
50
+ "@lynx-js/css-extract-webpack-plugin": "npm:@lynx-js/css-extract-webpack-plugin-canary@0.11.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@lynx-js/template-webpack-plugin": "*"