@punks/backend-entity-manager 0.0.274 → 0.0.275
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/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { JwtService, JwtModule } from '@nestjs/jwt';
|
|
|
11
11
|
import { EventEmitter2, EventEmitterModule } from '@nestjs/event-emitter';
|
|
12
12
|
import { SchedulerRegistry } from '@nestjs/schedule';
|
|
13
13
|
import require$$0 from 'child_process';
|
|
14
|
-
import { CommandBus, CommandHandler } from '@nestjs/cqrs';
|
|
14
|
+
import { CommandBus, CommandHandler, CqrsModule } from '@nestjs/cqrs';
|
|
15
15
|
import require$$1 from 'fs';
|
|
16
16
|
import { ListObjectsCommand, PutObjectCommand, GetObjectCommand, DeleteObjectCommand, CopyObjectCommand, S3Client } from '@aws-sdk/client-s3';
|
|
17
17
|
import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
|
|
@@ -34040,6 +34040,7 @@ const JobTasks = [JobsMonitorTask, JobsSchedulerTask];
|
|
|
34040
34040
|
|
|
34041
34041
|
var JobsModule_1;
|
|
34042
34042
|
const ModuleData$7 = {
|
|
34043
|
+
import: [CqrsModule],
|
|
34043
34044
|
providers: [
|
|
34044
34045
|
...JobsProviders,
|
|
34045
34046
|
...JobTasks,
|