solid-alive 0.0.6 → 0.0.7

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.
@@ -2,7 +2,7 @@ import { ProveiderProps } from './default';
2
2
  /**
3
3
  * @description Alive
4
4
  * @param children jsx.element
5
- * @param { boolean } rememberScrollTop true/false, 默认false, 不会记住body的scrollTop高度
5
+ * @param { boolean } saveBodyScrollTop true/false, 默认false, 不会记住body的scrollTop高度
6
6
  * @returns jsx.element
7
7
  */
8
8
  export default function AliveProvider(props: ProveiderProps): import("solid-js").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-alive",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "solid-alive",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",