@samvera/clover-iiif
Advanced tools
Comparing version 2.0.0-rc.6 to 2.0.0-rc.7
{ | ||
"name": "@samvera/clover-iiif", | ||
"version": "2.0.0-rc.6", | ||
"version": "2.0.0-rc.7", | ||
"description": "Extensible IIIF front-end toolkit and Manifest viewer. Accessible. Composable. Open Source.", | ||
@@ -34,6 +34,8 @@ "files": [ | ||
"scripts": { | ||
"build": "node --experimental-json-modules ./build/build.mjs", | ||
"build": "npm run clean && node --experimental-json-modules ./build/build.mjs", | ||
"build:docs": "next build", | ||
"clean": "rimraf dist", | ||
"coverage": "vitest --ui --coverage", | ||
"dev": "next dev", | ||
"prepublishOnly": "npm run build", | ||
"start": "next start", | ||
@@ -96,2 +98,3 @@ "test": "vitest", | ||
"preact": "^10.16.0", | ||
"rimraf": "^5.0.1", | ||
"terser": "^5.19.2", | ||
@@ -98,0 +101,0 @@ "typescript": "^5.1.6", |
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
46681261
25