@sphereon/did-auth-siop-adapter 0.15.0 → 0.15.1-next.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,6 +8,5 @@ with OpenID4VP support DID-JWT adapter</center>
8
8
  </h1>
9
9
  <br>
10
10
 
11
-
12
11
  A simple utility library for creating and veryfing did-jwt's with.
13
12
  [@spheren/did-auth-siop](https://img.shields.io/npm/v/@sphereon/did-auth-siop.svg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/did-auth-siop-adapter",
3
- "version": "0.15.0",
3
+ "version": "0.15.1-next.9+0e6a6a8",
4
4
  "description": "Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP) did adapter",
5
5
  "source": "lib/index.ts",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  "clean": "rimraf dist coverage"
11
11
  },
12
12
  "dependencies": {
13
- "@sphereon/did-auth-siop": "0.15.0",
13
+ "@sphereon/did-auth-siop": "0.15.1-next.9+0e6a6a8",
14
14
  "@sphereon/did-uni-client": "^0.6.2",
15
15
  "@sphereon/wellknown-dids-client": "^0.1.3",
16
16
  "did-jwt": "6.11.6",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "ece73f71bc8e0ac833362e683d1148849d9dd751"
52
+ "gitHead": "0e6a6a84ae1a3a2c63501f71617a9de766783610"
53
53
  }