Skip to content

Commit

Permalink
Update jsigs (React Native fix).
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Sep 18, 2024
1 parent 0bebc5f commit ca62503
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @digitalcredentials/vc ChangeLog

## 9.0.0 -

### Changed
- **BREAKING**: The dependency `@digitalcredentials/[email protected]` (via `@digitalcredentials/ed25519-signature-2020`)
now requires `expo-crypto` for React Native sha256 digest hashing, instead of
`@sphereon/[email protected]`.
- **IMPORTANT**: This means that IF you're using this library inside a React Native project, you MUST include `expo-crypto`
in your project's `dependencies`.

## 8.0.1 - 2024-09-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@digitalcredentials/credentials-v2-context": "~0.0.1-beta.0",
"@digitalcredentials/jsonld": "^9.0.0",
"@digitalcredentials/jsonld-signatures": "^11.0.0",
"@digitalcredentials/jsonld-signatures": "^12.0.0",
"@digitalcredentials/open-badges-context": "^2.1.0",
"credentials-context": "^2.0.0",
"ed25519-signature-2018-context": "^1.1.0"
Expand Down

0 comments on commit ca62503

Please sign in to comment.