solid-ctrl-flow 2.0.0 → 2.0.1

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -28,7 +28,7 @@ export declare function Case(props: ParentProps<{
28
28
  * </e.Source>
29
29
  * </div>
30
30
  * </e.Joint>
31
- * <>
31
+ * </>
32
32
  * ```
33
33
  * @param name Name to give to the context of the extractor
34
34
  */
@@ -108,7 +108,7 @@ export declare function memoProps<T, K extends readonly (keyof T)[]>(obj: T, key
108
108
  * Default
109
109
  * </Match>
110
110
  * </Switch>
111
- * <>
111
+ * </>
112
112
  * ```
113
113
  */
114
114
  export declare function On<T>(props: ParentProps<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-ctrl-flow",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Control flow components for solid-js",
5
5
  "author": "AFatNiBBa",
6
6
  "license": "ISC",