Browse Source
Merge pull request #20860 from abpframework/auto-merge/rel-8-3/3011
Merge branch dev with rel-8.3
pull/20879/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
npm/ng-packs/packages/schematics/src/constants/volo.ts
|
|
|
@ -8,8 +8,6 @@ export const SAAS_NAMESPACE = 'Volo.Saas'; |
|
|
|
export const TENANT_KEY = 'tenant'; |
|
|
|
|
|
|
|
export const VOLO_PACKAGE_PROXY_IMPORTS = new Map<string, string>([ |
|
|
|
['Volo.Abp.Identity.IdentityUserDto', '@volo/abp.ng.identity/proxy'], |
|
|
|
['Volo.Abp.Identity.IdentityRoleDto', '@volo/abp.ng.identity/proxy'], |
|
|
|
['Volo.Abp.FileManagement.FileDescriptorDto', '@volo/abp.ng.file-management/proxy'], |
|
|
|
['Volo.Abp.FileManagement.DirectoryContentDto', '@volo/abp.ng.file-management/proxy'], |
|
|
|
['Volo.Abp.AuditLogging.AuditLogDto', '@volo/abp.ng.audit-logging/proxy'], |
|
|
|
|