diff --git a/packages/aws-s3/package.json b/packages/aws-s3/package.json index e7234213..c913b469 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" @@ -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-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"; 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": {