@sphereon/oid4vci-client 0.10.4-unstable.7 → 0.10.4-unstable.8

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -51,8 +51,6 @@ client you can use to finish the pre-authorized code flows.
51
51
  This initiates the client using a URI obtained from the Issuer using a link (URL) or QR code typically. We are also
52
52
  already fetching the Server Metadata
53
53
 
54
-
55
- Using openid-initiate-issuance scheme
56
54
  ```typescript
57
55
  import { OpenID4VCIClient } from '@sphereon/oid4vci-client';
58
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/oid4vci-client",
3
- "version": "0.10.4-unstable.7+66b38b7",
3
+ "version": "0.10.4-unstable.8+ce1f38d",
4
4
  "description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
5
5
  "source": "lib/index.ts",
6
6
  "main": "dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "build": "tsc"
16
16
  },
17
17
  "dependencies": {
18
- "@sphereon/oid4vci-common": "0.10.4-unstable.7+66b38b7",
18
+ "@sphereon/oid4vci-common": "0.10.4-unstable.8+ce1f38d",
19
19
  "@sphereon/ssi-types": "^0.23.0",
20
20
  "cross-fetch": "^3.1.8",
21
21
  "debug": "^4.3.4"
@@ -69,5 +69,5 @@
69
69
  "OIDC4VCI",
70
70
  "OID4VCI"
71
71
  ],
72
- "gitHead": "66b38b7901c264ccccb973bcea03bcb5e7680975"
72
+ "gitHead": "ce1f38d2f46838eaa1451a4c756651ef1ac3543d"
73
73
  }