ProtocolHttpService was failing to resolve dependencies properly because it needs to be annotated as Injectable()
Remove deprecated toPromise() function
Correct the version of pino-http to match what is required by nestjs-pino
Tested by building a local package and running Aries-Controller, including Aries-Controller's docker-compose.
There are still remaining issues (specifically, with the middleware function), so I am not incrementing the version as part of this fix. Once all known issues are resolved, I'll increment the version.
Summary of Changes:
toPromise()
functionTested by building a local package and running Aries-Controller, including Aries-Controller's docker-compose.
There are still remaining issues (specifically, with the middleware function), so I am not incrementing the version as part of this fix. Once all known issues are resolved, I'll increment the version.
Signed-off-by: Jeff Kennedy jeffk@kiva.org