This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into requiredPaymentDetails-optional-90
* main: Add external_id field (#163) Stricten, test, and bugfix http-server (#170) Version Packages (#167) Update web5/dids, web5/credentials, web5/crypto, web5/common to latest (#177)
- Loading branch information
Showing
45 changed files
with
1,849 additions
and
1,042 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@tbdex/protocol": patch | ||
--- | ||
|
||
Add external id to message metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# @tbdex/http-client | ||
|
||
## 0.26.0 | ||
|
||
### Minor Changes | ||
|
||
- eba04b8: Upgrade packages web5/[email protected], web5/[email protected], web5/[email protected], web5/[email protected] | ||
|
||
- Deprecate did:ion and did:key in favour of did:jwk and did:dht | ||
- Migrate from `PortableDid` to `BearerDid` with the latest @web5/dids upgrade | ||
- Replaces dependency on `Web5Crypto` with `BearerDid` signer abstraction for signing operations | ||
|
||
- 629f0c7: Stricten, tested, and remove untested code | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [eba04b8] | ||
- Updated dependencies [589edc3] | ||
- @tbdex/protocol@0.26.0 | ||
|
||
## 0.25.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.