Skip to content

Commit

Permalink
Update to Sphereon latest webcrypto.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 3, 2024
1 parent 2a91beb commit b9b02e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# jsonld-signatures ChangeLog

## 10.1.0 -

### Added
@kezike's updates as part of supporting VC 2.0 spec.

- Add ProofSet `derive()`, pass `proofSet` param to functions.

### Changed
- Update DigitalBazaar's `jsonld` dep to `#v10.1.x` branch (until upstream react-native PR gets merged)
- Potentially **breaking**: Update to `@sphereon/isomorphic-webcrypto@2.5.0-unstable.0`

## 10.0.1 - 2024-02-07

### Changed
Expand All @@ -9,7 +20,7 @@

### Changed
- Switch back to DB's `jsonld` and `http-client`.
- Switch to Sphereon's fork `@sphereon/isomorphic-webclient`
- Switch to Sphereon's fork `@sphereon/isomorphic-webcrypto`

## 9.4.0 - 2024-01-23
### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"lib/**/*.js"
],
"dependencies": {
"jsonld": "digitalcredentials/jsonld.js#v10.x",
"jsonld": "digitalcredentials/jsonld.js#v10.1.x",
"@digitalbazaar/security-context": "^1.0.0",
"@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.4",
"@sphereon/isomorphic-webcrypto": "^2.5.0-unstable.0",
"fast-text-encoding": "^1.0.3",
"serialize-error": "^8.0.1"
},
Expand Down

0 comments on commit b9b02e1

Please sign in to comment.