@bedrock/vc-delivery 7.0.1 → 7.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock/vc-delivery",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "type": "module",
5
5
  "description": "Bedrock Verifiable Credential Delivery",
6
6
  "main": "./lib/index.js",
@@ -101,9 +101,7 @@ const envelopedVerifiableCredential = {
101
101
  type: 'object',
102
102
  additionalProperties: true,
103
103
  properties: {
104
- '@context': {
105
- const: vcContext2StringOrArray
106
- },
104
+ '@context': vcContext2StringOrArray,
107
105
  id: {
108
106
  type: 'string'
109
107
  },