@rsbuild/plugin-solid 0.2.3 → 0.2.4

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/dist/index.d.ts +1 -1
  2. 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: boolean;
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",
3
+ "version": "0.2.4",
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.3",
29
- "@rsbuild/shared": "0.2.3"
28
+ "@rsbuild/plugin-babel": "0.2.4",
29
+ "@rsbuild/shared": "0.2.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/babel__core": "^7.20.3",
33
33
  "typescript": "^5.3.0",
34
- "@rsbuild/core": "0.2.3",
35
- "@rsbuild/test-helper": "0.2.3",
36
- "@rsbuild/webpack": "0.2.3"
34
+ "@rsbuild/core": "0.2.4",
35
+ "@rsbuild/test-helper": "0.2.4"
37
36
  },
38
37
  "peerDependencies": {
39
38
  "@rsbuild/core": "0.x"