@bedrock/vc-delivery 7.14.0 → 7.14.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock/vc-delivery",
3
- "version": "7.14.0",
3
+ "version": "7.14.1",
4
4
  "type": "module",
5
5
  "description": "Bedrock Verifiable Credential Delivery",
6
6
  "main": "./lib/index.js",
@@ -902,7 +902,7 @@ export function openIdAuthorizationResponseBody() {
902
902
  additionalProperties: false,
903
903
  oneOf: [{
904
904
  // for response_mode == 'direct_post'
905
- required: ['presentation_submission', 'vp_token'],
905
+ required: ['vp_token'],
906
906
  // cannot also use `response`
907
907
  not: {
908
908
  required: ['response']