@ccci/micro-server 1.0.155 → 1.0.156

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -298142,7 +298142,7 @@ class UploaderS3 {
298142
298142
  Bucket: response.Bucket,
298143
298143
  Etag: response.ETag,
298144
298144
  Key: response.Key,
298145
- Location: response.Location,
298145
+ Location: `https://${response.Location}`,
298146
298146
  MimeType: getMimeType(response.Key ?? "") ?? ""
298147
298147
  };
298148
298148
  Logger.info("Multipart upload completed successfully.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccci/micro-server",
3
- "version": "1.0.155",
3
+ "version": "1.0.156",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",