Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Releases: mojaloop/auth-lib

5.2.1 Release

25 Feb 11:25
8341993
Compare
Choose a tag to compare

Updated dependencies to latest stable versions and NodeJs runtime v10.15.x

Develop branch snapshot PI2

08 Jul 01:01
f07643d
Compare
Choose a tag to compare
Pre-release
  • updated all dependencies except services shared(can only update when published to npm repo)

  • added gitignore

  • updated circleci deployment config

  • fixed coding standards that were failing tests

  • updated shared services version

  • version change for shared services

PI2 Master release

08 Jul 01:06
5e34ec5
Compare
Choose a tag to compare
PI2 Master release Pre-release
Pre-release
  • Feature/fix for circle (#2)

  • Updated for open source repos

  • Updated package.json for open source repo migration from jfrom, and fixed a property for the unauthroized error from error_id to id as per v0.3.0 of the shared services.

  • Added public access to the npm publish command

  • aligning code to the l1p codebase. updated version.

Working release

05 Feb 09:37
0bac4fb
Compare
Choose a tag to compare
Merge working Develop branch into Master for 1st release (#9)

* Feature/fix for circle (#2)

* Updated for open source repos

* Updated package.json for open source repo migration from jfrom, and fixed a property for the unauthroized error from error_id to id as per v0.3.0 of the shared services.

* Added public access to the npm publish command

* aligning code to the l1p codebase. updated version.

* Fixed bearer.js code coverage (#5)

Current code coverage is failing as per the following:
= Coverage summary =
Statements   : 73.97% ( 54/73 )
Branches     : 53.33% ( 16/30 )
Functions    : 100% ( 2/2 )
Lines        : 73.97% ( 54/73 )
=

Fix resolves this with 100%:
= Coverage summary =
Statements   : 100% ( 73/73 )
Branches     : 100% ( 30/30 )
Functions    : 100% ( 2/2 )
Lines        : 100% ( 73/73 )
=

Initial OSS Release

05 Feb 09:07
Compare
Choose a tag to compare
Initial OSS Release Pre-release
Pre-release

Code Migrated from L1P to Mojaloop Org