This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
Releases: mojaloop/auth-lib
Releases · mojaloop/auth-lib
5.2.1 Release
Develop branch snapshot PI2
-
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
-
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
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
Code Migrated from L1P to Mojaloop Org