sourcefuse / loopback4-starter

Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
MIT License
161 stars 61 forks source link

updated packages and regenrated all models and repositories #11

Closed bhupesh-sf closed 5 years ago

bhupesh-sf commented 5 years ago

Description

As loopback CLI and core packages as has been updated so did a npm update to bring those changes in the current repo. Although all the existing models and repositories could have been working but new models would have been suffered, so updated the existing models and repositories as well to reflect to the new code base. Now models also exposes a Relations object by default.

Type of change

Please delete options that are not relevant.

How Has This Been Tested ?

As nothing new was implemented, so I ran the existing test cases on my local machine but they didn't worked due to some Authentication error which exist on older build also.

Checklist:

samarpan-b commented 5 years ago

Done in https://github.com/sourcefuse/loopback4-starter/pull/13