Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: set default outbound content type to didcomm v1 (openwalle…
…t-foundation#1314) Signed-off-by: Timo Glastra <timo@animo.id> BREAKING CHANGE: Agent default outbound content type has been changed to DIDComm V1. If you want to use former behaviour, you can do it so by manually setting `didcommMimeType` in `Agent`'s init config: ``` const agent = new Agent({ config: { ... didCommMimeType: DidCommMimeType.V0 }, ... }) ```
- Loading branch information