@rsbuild/plugin-solid 0.2.3 → 0.2.5
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/dist/index.d.ts +1 -1
- package/package.json +5 -6
package/dist/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ type SolidPresetOptions = {
|
|
|
26
26
|
* Boolean to indicate whether to enable automatic event delegation on camelCase.
|
|
27
27
|
* @default true
|
|
28
28
|
*/
|
|
29
|
-
delegateEvents
|
|
29
|
+
delegateEvents?: boolean;
|
|
30
30
|
/**
|
|
31
31
|
* Boolean indicates whether smart conditional detection should be used. This optimizes simple boolean expressions and ternaries in JSX.
|
|
32
32
|
* @default true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-solid",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Solid plugin for Rsbuild",
|
|
5
5
|
"homepage": "https://rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -25,15 +25,14 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"babel-preset-solid": "^1.8.6",
|
|
27
27
|
"solid-refresh": "^0.6.0",
|
|
28
|
-
"@rsbuild/plugin-babel": "0.2.
|
|
29
|
-
"@rsbuild/shared": "0.2.
|
|
28
|
+
"@rsbuild/plugin-babel": "0.2.5",
|
|
29
|
+
"@rsbuild/shared": "0.2.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/babel__core": "^7.20.3",
|
|
33
33
|
"typescript": "^5.3.0",
|
|
34
|
-
"@rsbuild/core": "0.2.
|
|
35
|
-
"@rsbuild/test-helper": "0.2.
|
|
36
|
-
"@rsbuild/webpack": "0.2.3"
|
|
34
|
+
"@rsbuild/core": "0.2.5",
|
|
35
|
+
"@rsbuild/test-helper": "0.2.5"
|
|
37
36
|
},
|
|
38
37
|
"peerDependencies": {
|
|
39
38
|
"@rsbuild/core": "0.x"
|