Overview of AutoMapper TypeScript packages
mainAutoMapper TypeScript is a monorepo containing the @automapper/core engine and several official plugins for different data types and frameworks.
Core Packages
@automapper/core: The central engine for mapping.@automapper/classes: Support for mapping between class instances.@automapper/classes/mapped-types: Utility types for mapped classes.@automapper/classes/transformer-plugin: A plugin for class transformers.@automapper/pojos: Support for mapping Plain Old JavaScript Objects (POJOs).@automapper/mikro: Integration for MikroORM.@automapper/sequelize: Integration for Sequelize.@automapper/nestjs: Integration for the NestJS framework.
Integration and Testing
integration-test: Contains integration tests for Core and official plugins.nestjs-integration-test: Contains integration tests specifically for NestJS.