Skip to content

Commit

Permalink
fix: Move to @sphereon/isomorphic-webcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Mar 9, 2023
1 parent 46f42d9 commit 1d50721
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 138 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

The well-known DIDs client typescript library is still in an alpha state at this point. Please note that the interfaces might still change a bit as the software still is in active development.

## v0.1.3 - 2023-03-09

- Updated:
- Update to latest SSI-types
- Move to @sphereon/isomorphic-webcrypto as orignal package isn't maintained anymore and was causing problems in newer RN environments
- Fixed:
- Fix issue when serviceEndpoint is an object, thanks to @jfromaniello for the contribution


## v0.1.2 - 2022-09-01

Fixed:
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/wellknown-dids-client",
"version": "0.1.3-unstable.0",
"version": "0.1.3",
"description": "Well-known DID client allows to create and verify DID Domain configuration resources",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"DID Configuration Resource"
],
"dependencies": {
"@sphereon/ssi-types": "^0.8.1-next.2",
"@sphereon/ssi-types": "^0.9.0",
"cross-fetch": "^3.1.5",
"jwt-decode": "^3.1.2"
},
Expand Down Expand Up @@ -59,5 +59,8 @@
"prettier": {
"singleQuote": true,
"printWidth": 150
},
"resolutions": {
"isomorphic-webcrypto": "npm:@sphereon/isomorphic-webcrypto@^2.4.0-unstable.1"
}
}
Loading

0 comments on commit 1d50721

Please sign in to comment.