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 3b4442f commit a63e23c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @digitalcredentials/ed25519-signature-2020 Changelog

## 6.0.0 -

### Changed
- **BREAKING**: The dependency `@digitalcredentials/[email protected]` 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`.

## 5.0.0 - 2024-08-03

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"dependencies": {
"@digitalcredentials/ed25519-verification-key-2020": "^3.1.1",
"@digitalcredentials/base58-universal": "^1.0.1",
"@digitalcredentials/jsonld-signatures": "^12.0.0",
"ed25519-signature-2020-context": "^1.0.1",
"ed25519-signature-2018-context": "^1.1.0",
"@digitalcredentials/jsonld-signatures": "^11.0.0"
"ed25519-signature-2018-context": "^1.1.0"
},
"devDependencies": {
"@digitalbazaar/ed25519-verification-key-2018": "^3.1.1",
Expand Down

0 comments on commit a63e23c

Please sign in to comment.