Skip to content

Commit

Permalink
Explicitly require sharp since iiif-processor switched it to opti…
Browse files Browse the repository at this point in the history
…onal
  • Loading branch information
mbklein committed Oct 24, 2024
1 parent f401512 commit d438121
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 4 additions & 3 deletions dependencies/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Michael B. Klein",
"license": "Apache-2.0",
"dependencies": {
"iiif-processor": "^4.0.5"
"iiif-processor": "^4.0.5",
"sharp": ">= 0"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lambda-stream": "^0.4.0",
"sharp": ">= 0",
"yaml": "^2.3.1"
},
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.395.0",
"iiif-processor": "^4.0.5"
"iiif-processor": "^4.0.5",
"sharp": ">= 0"
}
}

0 comments on commit d438121

Please sign in to comment.