@lottiefiles/dotlottie-react
Advanced tools
Comparing version 0.2.5-beta.0 to 0.2.5-beta.1
{ | ||
"name": "@lottiefiles/dotlottie-react", | ||
"version": "0.2.5-beta.0", | ||
"version": "0.2.5-beta.1", | ||
"type": "module", | ||
@@ -38,2 +38,10 @@ "description": "React wrapper around the dotlottie-web library", | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"lint": "eslint --fix .", | ||
"stats:eslint": "cross-env TIMING=1 eslint .", | ||
"stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics", | ||
"type-check": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
@@ -44,3 +52,3 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"dependencies": { | ||
"@lottiefiles/dotlottie-web": "0.13.0" | ||
"@lottiefiles/dotlottie-web": "workspace:*" | ||
}, | ||
@@ -58,11 +66,3 @@ "devDependencies": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"lint": "eslint --fix .", | ||
"stats:eslint": "cross-env TIMING=1 eslint .", | ||
"stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics", | ||
"type-check": "tsc --noEmit" | ||
} | ||
} |
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
244465
12
6
- Removed@lottiefiles/dotlottie-web@0.13.0(transitive)