@lynx-js/react-alias-rsbuild-plugin-canary 0.10.13-canary-20250820-300c6bbf → 0.10.13-canary-20250821-1eb0533a
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 +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @lynx-js/react-alias-rsbuild-plugin
|
|
2
2
|
|
|
3
|
-
## 0.10.13-canary-
|
|
3
|
+
## 0.10.13-canary-20250821023942-1eb0533ad8ceffac3e74b3d728ea64b95771151a
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Support using multiple times in different environments. ([
|
|
7
|
+
- Support using multiple times in different environments. ([#1498](https://github.com/lynx-family/lynx-stack/pull/1498))
|
|
8
8
|
|
|
9
9
|
## 0.10.12
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-alias-rsbuild-plugin-canary",
|
|
3
|
-
"version": "0.10.13-canary-
|
|
3
|
+
"version": "0.10.13-canary-20250821-1eb0533a",
|
|
4
4
|
"description": "A rsbuild plugin for making alias in ReactLynx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rsbuild",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@rsbuild/core": "1.4.15",
|
|
40
40
|
"@types/semver": "^7.7.0",
|
|
41
41
|
"semver": "^7.7.2",
|
|
42
|
-
"@lynx-js/react": "npm:@lynx-js/react-canary@0.
|
|
42
|
+
"@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.6.19",
|
|
43
43
|
"@lynx-js/vitest-setup": "0.0.0",
|
|
44
|
-
"@lynx-js/react
|
|
44
|
+
"@lynx-js/react": "npm:@lynx-js/react-canary@0.112.4-canary-20250821-1eb0533a"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=18"
|