@mondart/nestjs-common-module
v3.2.23
Published
Full Mondart NestJS common module package.
Readme
@mondart/nestjs-common-module
Convenience bundle that depends on and re-exports every @mondart/nestjs-common-module-*
package as a single install:
yarn add @mondart/nestjs-common-moduleimport {
// from @mondart/nestjs-common-module-core
GlobalExceptionFilter,
validationOptions,
// from @mondart/nestjs-common-module-caching
CachingModule,
DistributedLockService,
// from @mondart/nestjs-common-module-core-crud
CoreCrudService,
// ...and every other sub-package's exports
} from '@mondart/nestjs-common-module';Everything under @mondart/nestjs-common-module-core is also re-exported
directly from the package root (export * from '@mondart/nestjs-common-module-core'),
so core utilities don't need the sub-package name.
Pulling in this package installs all twelve sub-packages and their peer dependencies at once. If an application only needs one or two capabilities (e.g. just caching, or just Kafka), prefer installing that specific sub-package instead — see its own README:
@mondart/nestjs-common-module-core@mondart/nestjs-common-module-bottleneck@mondart/nestjs-common-module-caching@mondart/nestjs-common-module-core-crud@mondart/nestjs-common-module-google-recaptcha@mondart/nestjs-common-module-health-check@mondart/nestjs-common-module-iam@mondart/nestjs-common-module-kafka@mondart/nestjs-common-module-keycloak@mondart/nestjs-common-module-meilisearch@mondart/nestjs-common-module-minio@mondart/nestjs-common-module-request@mondart/nestjs-common-module-saga
