@punks/backend-entity-manager 0.0.490 → 0.0.491

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.
@@ -1,7 +1,7 @@
1
1
  import { CacheService } from "./cache";
2
2
  import { EmailService } from "./email";
3
3
  import { EventsService } from "./events";
4
- import { DataExportService } from "./export";
4
+ import { DataExportService, DataSheetsExporterService } from "./export";
5
5
  import { FilesManager } from "./files";
6
6
  import { AppHashingService } from "./hashing";
7
7
  import { EntityManagerService } from "./manager";
@@ -10,4 +10,4 @@ import { OperationLockService } from "./operations/operation-lock.service";
10
10
  import { SecretsService } from "./secrets";
11
11
  import { AppSessionService } from "./session";
12
12
  import { TrackingService } from "./tracking";
13
- export declare const Services: (typeof AppSessionService | typeof AppHashingService | typeof EntityManagerService | typeof MediaLibraryService | typeof OperationLockService | typeof EmailService | typeof DataExportService | typeof CacheService | typeof FilesManager | typeof EventsService | typeof TrackingService | typeof SecretsService)[];
13
+ export declare const Services: (typeof AppSessionService | typeof AppHashingService | typeof EntityManagerService | typeof MediaLibraryService | typeof OperationLockService | typeof EmailService | typeof DataExportService | typeof DataSheetsExporterService | typeof CacheService | typeof FilesManager | typeof EventsService | typeof TrackingService | typeof SecretsService)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.490",
3
+ "version": "0.0.491",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",