Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jp2 oneshot support #159

Merged
merged 3 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
882 changes: 391 additions & 491 deletions dependencies/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "serverless-iiif-dependencies",
"version": "5.0.6",
"version": "5.1.0",
"description": "Dependencies for serverless IIIF",
"author": "Michael B. Klein",
"license": "Apache-2.0",
"dependencies": {
"iiif-processor": "^4.0.5",
"sharp": ">=0.25.2 <0.33.0"
"iiif-processor": "^5.0.0",
"sharp": "^0.33.5"
}
}
2 changes: 1 addition & 1 deletion examples/cloudformation/custom_hostname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif
SemanticVersion: 5.0.6
SemanticVersion: 5.1.0
Parameters:
ForceHost: !Sub '${CacheHostName}.${CacheDomainName}'
SourceBucket: !Ref IiifSourceBucket
Expand Down
2 changes: 1 addition & 1 deletion examples/sam/customization/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif
SemanticVersion: 5.0.6
SemanticVersion: 5.1.0
Parameters:
CorsAllowOrigin: REFLECT_ORIGIN
ForceHost: !Ref CacheDomainName
Expand Down
2 changes: 1 addition & 1 deletion extras/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {

locals {
serverless_iiif_app_id = "arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif"
serverless_iiif_app_version = "5.0.6"
serverless_iiif_app_version = "5.1.0"
}

resource "aws_serverlessapplicationrepository_cloudformation_stack" "serverless_iiif" {
Expand Down
Loading
Loading