From 266a0158869a4c71d38a59fa3cee60e3bc5993be Mon Sep 17 00:00:00 2001 From: Zamralik Date: Wed, 25 Mar 2026 11:43:11 +0100 Subject: [PATCH 1/2] fix: exported interfaces --- packages/aws-s3/package.json | 2 +- packages/aws-s3/src/definition/interface/_index.mts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/aws-s3/package.json b/packages/aws-s3/package.json index e7234213..2a9eb105 100644 --- a/packages/aws-s3/package.json +++ b/packages/aws-s3/package.json @@ -1,6 +1,6 @@ { "name": "@vitruvius-labs/aws-s3", - "version": "0.4.1", + "version": "0.4.2", "description": "A simple library to interact with AWS S3", "author": { "name": "VitruviusLabs" diff --git a/packages/aws-s3/src/definition/interface/_index.mts b/packages/aws-s3/src/definition/interface/_index.mts index b8dacef6..198b507a 100644 --- a/packages/aws-s3/src/definition/interface/_index.mts +++ b/packages/aws-s3/src/definition/interface/_index.mts @@ -1,6 +1,10 @@ export * from "./s3-abort-multipart-upload-request.interface.mjs"; export * from "./s3-complete-multipart-upload-request.interface.mjs"; export * from "./s3-completed-part.interface.mjs"; +export * from "./s3-compute-address.interface.mjs"; +export * from "./s3-get-object-request.interface.mjs"; +export * from "./s3-get-presigned-url-request.interface.mjs"; +export * from "./s3-head-object-response.interface.mjs"; export * from "./s3-put-object-request.interface.mjs"; export * from "./s3-request.interface.mjs"; export * from "./s3-service-instantiation.interface.mjs"; From b4adcfc94b22d5a357bd4f9bc025737cdb4b0c97 Mon Sep 17 00:00:00 2001 From: Zamralik Date: Wed, 25 Mar 2026 11:43:43 +0100 Subject: [PATCH 2/2] chore: remove extraneous space before URL in package files --- packages/aws-s3/package.json | 2 +- packages/aws-signature-v4/package.json | 2 +- packages/aws-sqs/package.json | 2 +- packages/functional/package.json | 2 +- packages/mockingbird/package.json | 2 +- packages/toolbox/package.json | 2 +- packages/ts-predicate/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/aws-s3/package.json b/packages/aws-s3/package.json index 2a9eb105..c913b469 100644 --- a/packages/aws-s3/package.json +++ b/packages/aws-s3/package.json @@ -18,7 +18,7 @@ }, "publishConfig": { "access": "public", - "registry": " https://registry.npmjs.org" + "registry": "https://registry.npmjs.org" }, "type": "module", "exports": { diff --git a/packages/aws-signature-v4/package.json b/packages/aws-signature-v4/package.json index 08460d0a..5e534498 100644 --- a/packages/aws-signature-v4/package.json +++ b/packages/aws-signature-v4/package.json @@ -18,7 +18,7 @@ }, "publishConfig": { "access": "public", - "registry": " https://registry.npmjs.org" + "registry": "https://registry.npmjs.org" }, "type": "module", "exports": { diff --git a/packages/aws-sqs/package.json b/packages/aws-sqs/package.json index 8a4f2cb7..def303bd 100644 --- a/packages/aws-sqs/package.json +++ b/packages/aws-sqs/package.json @@ -19,7 +19,7 @@ }, "publishConfig": { "access": "public", - "registry": " https://registry.npmjs.org" + "registry": "https://registry.npmjs.org" }, "type": "module", "exports": { diff --git a/packages/functional/package.json b/packages/functional/package.json index 432f977a..59c5b7ee 100644 --- a/packages/functional/package.json +++ b/packages/functional/package.json @@ -30,7 +30,7 @@ }, "publishConfig": { "access": "public", - "registry": " https://registry.npmjs.org" + "registry": "https://registry.npmjs.org" }, "type": "module", "exports": { diff --git a/packages/mockingbird/package.json b/packages/mockingbird/package.json index 9f0a7473..4d715a44 100644 --- a/packages/mockingbird/package.json +++ b/packages/mockingbird/package.json @@ -18,7 +18,7 @@ }, "publishConfig": { "access": "public", - "registry": " https://registry.npmjs.org" + "registry": "https://registry.npmjs.org" }, "type": "module", "exports": { diff --git a/packages/toolbox/package.json b/packages/toolbox/package.json index 50a3d584..bff67e16 100644 --- a/packages/toolbox/package.json +++ b/packages/toolbox/package.json @@ -18,7 +18,7 @@ }, "publishConfig": { "access": "public", - "registry": " https://registry.npmjs.org" + "registry": "https://registry.npmjs.org" }, "type": "module", "exports": { diff --git a/packages/ts-predicate/package.json b/packages/ts-predicate/package.json index 8800aa86..2d68bd2c 100644 --- a/packages/ts-predicate/package.json +++ b/packages/ts-predicate/package.json @@ -30,7 +30,7 @@ }, "publishConfig": { "access": "public", - "registry": " https://registry.npmjs.org" + "registry": "https://registry.npmjs.org" }, "type": "module", "exports": {