@fintech-solutions/core
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,5 +6,6 @@ import { SuccessResponse } from './interfaces/success-response.interface'; | ||
export { IMailerService } from './ports/mailer/mailer.service'; | ||
export { ISendMailOptions, Address } from './ports/mailer/send-mail.options.interface'; | ||
export { ISendMailOptions, Address, } from './ports/mailer/send-mail.options.interface'; | ||
export { AssetShortcode } from './domain/asset-shortcode.enum'; | ||
export { FiatShortCode } from './domain/fiat-shortcode.enum'; | ||
export { DocumentType } from './domain/document-type.enum'; | ||
export { Coin } from './ports/market/market.service'; |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -8,6 +8,11 @@ import { SuccessResponse } from './interfaces/success-response.interface'; | ||
export { IMailerService } from './ports/mailer/mailer.service'; | ||
export { ISendMailOptions, Address } from './ports/mailer/send-mail.options.interface'; | ||
export { | ||
ISendMailOptions, | ||
Address, | ||
} from './ports/mailer/send-mail.options.interface'; | ||
export { AssetShortcode } from './domain/asset-shortcode.enum' | ||
export { FiatShortCode } from './domain/fiat-shortcode.enum' | ||
export { DocumentType } from './domain/document-type.enum' | ||
export { AssetShortcode } from './domain/asset-shortcode.enum'; | ||
export { FiatShortCode } from './domain/fiat-shortcode.enum'; | ||
export { DocumentType } from './domain/document-type.enum'; | ||
export { Coin } from './ports/market/market.service'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64192
47
376