clhq-s3-module 1.1.0-alpha.102 → 1.1.0-alpha.104

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.
package/dist/s3.module.js CHANGED
@@ -11,6 +11,7 @@ const common_1 = require("@nestjs/common");
11
11
  const aws_s3_service_1 = require("./aws-s3.service");
12
12
  const s3_service_1 = require("./s3.service");
13
13
  const timeline_storage_service_1 = require("./services/timeline-storage.service");
14
+ const stream_to_disk_helper_1 = require("./stream-to-disk-helper");
14
15
  let S3Module = class S3Module {
15
16
  };
16
17
  exports.S3Module = S3Module;
@@ -20,11 +21,8 @@ exports.S3Module = S3Module = __decorate([
20
21
  s3_service_1.S3Service,
21
22
  aws_s3_service_1.AwsService,
22
23
  timeline_storage_service_1.TimelineStorageService,
24
+ stream_to_disk_helper_1.StreamToDiskHelper,
23
25
  ],
24
- exports: [
25
- s3_service_1.S3Service,
26
- aws_s3_service_1.AwsService,
27
- timeline_storage_service_1.TimelineStorageService,
28
- ],
26
+ exports: [s3_service_1.S3Service, aws_s3_service_1.AwsService, timeline_storage_service_1.TimelineStorageService, stream_to_disk_helper_1.StreamToDiskHelper],
29
27
  })
30
28
  ], S3Module);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clhq-s3-module",
3
- "version": "1.1.0-alpha.102",
3
+ "version": "1.1.0-alpha.104",
4
4
  "description": "Reusable S3 service module for NestJS.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",