@lynx-js/react-rsbuild-plugin 0.12.2 → 0.12.3

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,5 +1,19 @@
1
1
  # @lynx-js/react-rsbuild-plugin
2
2
 
3
+ ## 0.12.3
4
+
5
+ ### Patch Changes
6
+
7
+ - expose LAYERS via `api.expose` for other rsbuild plugins. ([#2006](https://github.com/lynx-family/lynx-stack/pull/2006))
8
+
9
+ - Updated dependencies [[`cd89bf9`](https://github.com/lynx-family/lynx-stack/commit/cd89bf9e3fc8ed4658dfb6c983584376416d620f)]:
10
+ - @lynx-js/template-webpack-plugin@0.10.1
11
+ - @lynx-js/react-alias-rsbuild-plugin@0.12.3
12
+ - @lynx-js/use-sync-external-store@1.5.0
13
+ - @lynx-js/react-refresh-webpack-plugin@0.3.4
14
+ - @lynx-js/react-webpack-plugin@0.7.3
15
+ - @lynx-js/css-extract-webpack-plugin@0.7.0
16
+
3
17
  ## 0.12.2
4
18
 
5
19
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1251,6 +1251,7 @@ function pluginReactLynx(userOptions) {
1251
1251
  return config;
1252
1252
  });
1253
1253
  if (resolvedOptions.experimental_isLazyBundle) applyLazy(api);
1254
+ api.expose(Symbol.for('LAYERS'), LAYERS);
1254
1255
  const rspeedyAPIs = api.useExposed(Symbol.for('rspeedy.api'));
1255
1256
  const require = createRequire(import.meta.url);
1256
1257
  const { version } = require('../package.json');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-rsbuild-plugin",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "A rsbuild plugin for ReactLynx",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -33,11 +33,11 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@lynx-js/css-extract-webpack-plugin": "0.7.0",
36
- "@lynx-js/react-alias-rsbuild-plugin": "0.12.2",
36
+ "@lynx-js/react-alias-rsbuild-plugin": "0.12.3",
37
37
  "@lynx-js/react-refresh-webpack-plugin": "0.3.4",
38
38
  "@lynx-js/react-webpack-plugin": "0.7.3",
39
39
  "@lynx-js/runtime-wrapper-webpack-plugin": "0.1.3",
40
- "@lynx-js/template-webpack-plugin": "0.10.0",
40
+ "@lynx-js/template-webpack-plugin": "0.10.1",
41
41
  "@lynx-js/use-sync-external-store": "1.5.0",
42
42
  "background-only": "^0.0.1"
43
43
  },
@@ -54,9 +54,9 @@
54
54
  "type-fest": "^5.0.1",
55
55
  "typia": "10.1.0",
56
56
  "typia-rspack-plugin": "2.2.2",
57
- "@lynx-js/react": "0.115.1",
57
+ "@lynx-js/react": "0.115.2",
58
58
  "@lynx-js/react-transform": "0.2.0",
59
- "@lynx-js/rspeedy": "0.12.3",
59
+ "@lynx-js/rspeedy": "0.12.4",
60
60
  "@lynx-js/vitest-setup": "0.0.0"
61
61
  },
62
62
  "peerDependencies": {