Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to did-web-resolver v4. #9

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# security-document-loader Changelog

## 4.0.0 -
### Changed
- **BREAKING**: Use the Typescript-enabled `@interop/[email protected]`,
which uses DigitalBazaar's version of `http-client`,
and updated `@digitalcredentials/[email protected]`.
Usage and API should remain unchanged, but bumping to major semver due to
significant backend change.

## 3.2.0 - 2024-01-23
### Added
- Add support for OBv3 v3.0.3 and Extensions contexts.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@digitalcredentials/ed25519-verification-key-2020": "^3.2.2",
"@digitalcredentials/open-badges-context": "^2.1.0",
"@digitalcredentials/x25519-key-agreement-key-2020": "^3.0.0",
"@interop/did-web-resolver": "^3.0.0",
"@interop/did-web-resolver": "^4.0.0",
"credentials-context": "^2.0.0",
"did-context": "^3.1.1",
"ed25519-signature-2020-context": "^1.1.0",
Expand Down
1 change: 0 additions & 1 deletion src/declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ declare module 'jsonld-document-loader';
declare module 'did-context';
declare module 'ed25519-signature-2020-context';
declare module 'x25519-key-agreement-2020-context';
declare module '@interop/did-web-resolver';
declare module 'json-canonicalize';
declare module 'react-native-keychain';
declare module '@digitalcredentials/open-badges-context';
Expand Down
Loading