@lottiefiles/dotlottie-react
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -5,6 +5,2 @@ import { Config, DotLottie } from '@lottiefiles/dotlottie-web'; | ||
/** | ||
* Copyright 2023 Design Barn Inc. | ||
*/ | ||
type DotLottieReactProps = Omit<Config, 'canvas'> & ComponentProps<'canvas'> & { | ||
@@ -17,6 +13,2 @@ autoResizeCanvas?: boolean; | ||
/** | ||
* Copyright 2023 Design Barn Inc. | ||
*/ | ||
type DotLottieConfig = Omit<Config, 'canvas'> & { | ||
@@ -23,0 +15,0 @@ autoResizeCanvas?: boolean; |
{ | ||
"name": "@lottiefiles/dotlottie-react", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"type": "module", | ||
@@ -41,3 +41,3 @@ "description": "React wrapper around the dotlottie-web library", | ||
"debounce": "^2.0.0", | ||
"@lottiefiles/dotlottie-web": "0.23.2" | ||
"@lottiefiles/dotlottie-web": "0.24.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96869
8
2070
+ Added@lottiefiles/dotlottie-web@0.24.0(transitive)
- Removed@lottiefiles/dotlottie-web@0.23.2(transitive)