@bedrock/vc-verifier 23.6.0 → 23.6.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-verifier",
3
- "version": "23.6.0",
3
+ "version": "23.6.1",
4
4
  "type": "module",
5
5
  "description": "Bedrock VC Verifier",
6
6
  "main": "./lib/index.js",
@@ -178,7 +178,7 @@ const envelopedVerifiablePresentation = {
178
178
  export const verifyOptions = {
179
179
  title: 'Verify Options',
180
180
  type: 'object',
181
- oneOf: [{
181
+ anyOf: [{
182
182
  required: ['didResolver']
183
183
  }, {
184
184
  required: ['documentLoader']