Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.36 KB

File metadata and controls

77 lines (50 loc) · 1.36 KB

Changelog

0.4.3 (2023-01-03)

Bugfixes

  • Update passport-jwt from 4.0.0 to 4.0.1
  • Update passport from 0.5.3 to 0.6.0

0.4.2 (2023-01-02)

Bugfixes

  • Update @nestjs/jwt from 9.0.0 to 10.0.1

0.4.1 (2022-08-01)

Bugfixes

  • Nest 9 compatible

0.4.0 (2021-09-27)

Features

  • Nest 8 compatible

0.3.0 (2020-07-24)

Features

Compatible with @ffdc/nestjs-oidc 0.10.0 onwards

0.2.1 (2020-06-19)

Bugfixes

Remove unused parameter details from accountsBalance query

0.2.0 (2020-06-10)

Features

FFDC APIs root path is now configurable :

CorporateAccountsModule.forRoot({
  ffdcApi: 'https://api.fusionfabric.cloud'
})

0.1.1 (2020-05-19)

Bug fixes

  • Fix interfaces not being exported correctly