@bedrock/vc-delivery 7.11.1 → 7.11.2

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.
@@ -12,7 +12,7 @@ import {randomUUID} from 'node:crypto';
12
12
 
13
13
  const {util: {BedrockError}} = bedrock;
14
14
 
15
- const OID4VP_JWT_TYP = 'application/oauth-authz-req+jwt';
15
+ const OID4VP_JWT_TYP = 'oauth-authz-req+jwt';
16
16
  const TEXT_ENCODER = new TextEncoder();
17
17
 
18
18
  export async function create({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock/vc-delivery",
3
- "version": "7.11.1",
3
+ "version": "7.11.2",
4
4
  "type": "module",
5
5
  "description": "Bedrock Verifiable Credential Delivery",
6
6
  "main": "./lib/index.js",