From b9b02e1051db95217bb45082d25823ab4edfe0e0 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Sat, 3 Aug 2024 17:40:51 -0400 Subject: [PATCH] Update to Sphereon latest webcrypto. --- CHANGELOG.md | 13 ++++++++++++- package.json | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8207e18..c586e830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 6782ce86..ced4e115 100644 --- a/package.json +++ b/package.json @@ -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" },