RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@bifrostui/utils
Versions diffs
1.4.5-beta.2 → 1.4.5-beta.3
@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.
Files changed (3)
hide
show
package/dist/hooks/useDidMountEffect.d.ts
+1
-1
package/es/hooks/useDidMountEffect.d.ts
+1
-1
package/package.json
+1
-1
package/dist/hooks/useDidMountEffect.d.ts
CHANGED
Viewed
@@ -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/es/hooks/useDidMountEffect.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",