@bifrostui/utils 1.4.5-beta.2 → 1.4.5-beta.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * skip inital run useEffect
2
+ * skip initial run useEffect
3
3
  */
4
4
  declare const useDidMountEffect: (func: any, deps: any) => void;
5
5
  export default useDidMountEffect;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * skip inital run useEffect
2
+ * skip initial run useEffect
3
3
  */
4
4
  declare const useDidMountEffect: (func: any, deps: any) => void;
5
5
  export default useDidMountEffect;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/utils",
3
- "version": "1.4.5-beta.2",
3
+ "version": "1.4.5-beta.3",
4
4
  "description": "BUI React utilities for building components.",
5
5
  "main": "dist/index.js",
6
6
  "module": "es/index.js",