Skip to content

Commit

Permalink
chore: Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Oct 1, 2023
1 parent e37c232 commit 3ef9f4d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The DID Auth SIOP 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.

## 0.4.2 - 2023-10-01

Fixed an issue with did:key resolution used in Veramo

- Fixed:
- Fixed an issue with did:key resolution from Veramo. The driver requires a mediaType which according to the spec is
optional. We now always set it as it doesn't hurt to begin with.

## 0.4.1 - 2023-10-01

Fixed not being able to configure the resolver for well-known DIDs
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/did-auth-siop",
"version": "0.4.2-unstable.0",
"version": "0.4.2",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/pex": "^2.1.2",
"@sphereon/pex-models": "^2.1.0",
"@sphereon/ssi-types": "^0.17.3",
"@sphereon/ssi-types": "^0.17.4",
"@sphereon/wellknown-dids-client": "^0.1.3",
"@astronautlabs/jsonpath": "^1.1.2",
"sha.js": "^2.4.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1438,10 +1438,10 @@
dependencies:
jwt-decode "^3.1.2"

"@sphereon/ssi-types@^0.17.3":
version "0.17.3"
resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.17.3.tgz#50f3b7df8217162cf4fded69ca21b31f78250e49"
integrity sha512-n+2JICnlNcu8kGoelO4f1ODSs0keGDk+mb5ELeI6sO96IhX7XkNuh/k531uSON1OFHLjRSKmpn0UNF226ipHXg==
"@sphereon/ssi-types@^0.17.4":
version "0.17.4"
resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.17.4.tgz#db3a498670a51fa0b1b6387e8e969afc87521e47"
integrity sha512-qj61HCZqNEUuMlCTov6GENmjqBWRWBQo3IcCxEvJptkWtyWGw0lNjF+41+zfF+jIUWJQN2EG+aM7tOnLiCBrkw==
dependencies:
jwt-decode "^3.1.2"

Expand Down

0 comments on commit 3ef9f4d

Please sign in to comment.