@lynx-js/react-alias-rsbuild-plugin-canary 0.12.2-canary-20251222-c5da3b2e → 0.12.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 +4 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/react-alias-rsbuild-plugin
2
2
 
3
- ## 0.12.2-canary-20251222040638-c5da3b2e8ffc0298bebb8014a84e7809bcf43ffd
3
+ ## 0.12.2
4
4
 
5
5
  ## 0.12.1
6
6
 
@@ -38,15 +38,15 @@
38
38
  - Allow customization of the react$ alias. ([#1653](https://github.com/lynx-family/lynx-stack/pull/1653))
39
39
 
40
40
  ```js
41
- import { defineConfig } from "@lynx-js/rspeedy";
41
+ import { defineConfig } from '@lynx-js/rspeedy'
42
42
 
43
43
  export default defineConfig({
44
44
  resolve: {
45
45
  alias: {
46
- react$: "@lynx-js/react/compat",
46
+ react$: '@lynx-js/react/compat',
47
47
  },
48
48
  },
49
- });
49
+ })
50
50
  ```
51
51
 
52
52
  ## 0.10.13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-alias-rsbuild-plugin-canary",
3
- "version": "0.12.2-canary-20251222-c5da3b2e",
3
+ "version": "0.12.2",
4
4
  "description": "A rsbuild plugin for making alias in ReactLynx",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -37,9 +37,9 @@
37
37
  "@rspack/core": "1.6.6",
38
38
  "@types/semver": "^7.7.1",
39
39
  "semver": "^7.7.3",
40
- "@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.7.3",
40
+ "@lynx-js/react": "npm:@lynx-js/react-canary@0.115.1",
41
41
  "@lynx-js/vitest-setup": "0.0.0",
42
- "@lynx-js/react": "npm:@lynx-js/react-canary@0.115.1"
42
+ "@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.7.3"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=18"