diff --git a/dependencies/package.json b/dependencies/package.json index c408e14..b743b16 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -1,6 +1,6 @@ { "name": "serverless-iiif-dependencies", - "version": "5.0.5", + "version": "5.0.6", "description": "Dependencies for serverless IIIF", "author": "Michael B. Klein", "license": "Apache-2.0", diff --git a/examples/cloudformation/custom_hostname.yml b/examples/cloudformation/custom_hostname.yml index c4f97d3..c74aaee 100644 --- a/examples/cloudformation/custom_hostname.yml +++ b/examples/cloudformation/custom_hostname.yml @@ -21,7 +21,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif - SemanticVersion: 5.0.5 + SemanticVersion: 5.0.6 Parameters: ForceHost: !Sub '${CacheHostName}.${CacheDomainName}' SourceBucket: !Ref IiifSourceBucket diff --git a/examples/sam/customization/template.yaml b/examples/sam/customization/template.yaml index 3406d1a..7a26d5f 100644 --- a/examples/sam/customization/template.yaml +++ b/examples/sam/customization/template.yaml @@ -126,7 +126,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif - SemanticVersion: 5.0.5 + SemanticVersion: 5.0.6 Parameters: CorsAllowOrigin: REFLECT_ORIGIN ForceHost: !Ref CacheDomainName diff --git a/extras/terraform/main.tf b/extras/terraform/main.tf index 12b32db..100c0c4 100644 --- a/extras/terraform/main.tf +++ b/extras/terraform/main.tf @@ -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.5" + serverless_iiif_app_version = "5.0.6" } resource "aws_serverlessapplicationrepository_cloudformation_stack" "serverless_iiif" { diff --git a/package-lock.json b/package-lock.json index 581f6a1..3857440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serverless-iiif", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "serverless-iiif", - "version": "5.0.4", + "version": "5.0.5", "license": "Apache-2.0", "dependencies": { "dotenv": "^16.0.3", @@ -6046,9 +6046,9 @@ } }, "node_modules/iiif-processor": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/iiif-processor/-/iiif-processor-4.0.5.tgz", - "integrity": "sha512-NyFLZaQck61OF4Phftyu3xCHfmrYRtM+wFBBRCQuXmvnxSudpVk1NZ9H14jDxjrGL/MIGIJeMNxLzo+ej3l6kA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/iiif-processor/-/iiif-processor-4.0.6.tgz", + "integrity": "sha512-Pv4K0WsJvjhr0Bnzl4ggM/nnR9gabYk+0cAuEr73JF00ay2BDiv14o8Y2WRlliJRw6CzQxF8cBa3oAkHwDh9uw==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 1de8d7a..04b6b82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-iiif", - "version": "5.0.5", + "version": "5.0.6", "description": "Lambda wrapper for iiif-processor", "author": "Michael B. Klein", "license": "Apache-2.0", diff --git a/sam/cloudfront/template.yml b/sam/cloudfront/template.yml index 408c9fe..ec1c7a8 100644 --- a/sam/cloudfront/template.yml +++ b/sam/cloudfront/template.yml @@ -9,7 +9,7 @@ Metadata: ReadmeUrl: ./README.md Labels: ["iiif", "image-processing"] HomePageUrl: https://samvera.github.io/serverless-iiif - SemanticVersion: 5.0.5 + SemanticVersion: 5.0.6 SourceCodeUrl: https://github.com/samvera/serverless-iiif AWS::CloudFormation::Interface: ParameterGroups: @@ -324,7 +324,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif - SemanticVersion: 5.0.5 + SemanticVersion: 5.0.6 Parameters: CorsAllowCredentials: !Ref CorsAllowCredentials CorsAllowOrigin: !Ref CorsAllowOrigin diff --git a/sam/standalone/template.yml b/sam/standalone/template.yml index d558d3c..32df739 100644 --- a/sam/standalone/template.yml +++ b/sam/standalone/template.yml @@ -9,7 +9,7 @@ Metadata: ReadmeUrl: ./README.md Labels: ["iiif", "image-processing"] HomePageUrl: https://samvera.github.io/serverless-iiif - SemanticVersion: 5.0.5 + SemanticVersion: 5.0.6 SourceCodeUrl: https://github.com/samvera/serverless-iiif AWS::CloudFormation::Interface: ParameterGroups: @@ -118,7 +118,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif - SemanticVersion: 5.0.5 + SemanticVersion: 5.0.6 Parameters: CorsAllowCredentials: !Ref CorsAllowCredentials CorsAllowHeaders: !Ref CorsAllowHeaders diff --git a/sam/template.yml b/sam/template.yml index ce9ddc0..8245512 100644 --- a/sam/template.yml +++ b/sam/template.yml @@ -9,7 +9,7 @@ Metadata: ReadmeUrl: ../README.md Labels: ["iiif", "image-processing"] HomePageUrl: https://samvera.github.io/serverless-iiif - SemanticVersion: 5.0.5 + SemanticVersion: 5.0.6 SourceCodeUrl: https://github.com/samvera/serverless-iiif AWS::CloudFormation::Interface: ParameterGroups: diff --git a/src/package-lock.json b/src/package-lock.json index 32e0bad..8ebeddf 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,12 +1,12 @@ { "name": "serverless-iiif", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "serverless-iiif", - "version": "5.0.4", + "version": "5.0.5", "license": "Apache-2.0", "dependencies": { "lambda-stream": "^0.4.0", @@ -1834,9 +1834,9 @@ ] }, "node_modules/iiif-processor": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/iiif-processor/-/iiif-processor-4.0.5.tgz", - "integrity": "sha512-NyFLZaQck61OF4Phftyu3xCHfmrYRtM+wFBBRCQuXmvnxSudpVk1NZ9H14jDxjrGL/MIGIJeMNxLzo+ej3l6kA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/iiif-processor/-/iiif-processor-4.0.6.tgz", + "integrity": "sha512-Pv4K0WsJvjhr0Bnzl4ggM/nnR9gabYk+0cAuEr73JF00ay2BDiv14o8Y2WRlliJRw6CzQxF8cBa3oAkHwDh9uw==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/src/package.json b/src/package.json index d2f5f53..9b4fc55 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "serverless-iiif", - "version": "5.0.5", + "version": "5.0.6", "description": "Lambda wrapper for iiif-processor", "author": "Michael B. Klein", "license": "Apache-2.0",