@openid4vc/openid4vp 0.3.0-alpha-20251120112059 → 0.3.0

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/dist/index.cjs CHANGED
@@ -190,7 +190,7 @@ const zClientMetadata = zod.z.object({
190
190
  vp_formats_supported: zod.z.optional(zVpFormatsSupported),
191
191
  encrypted_response_enc_values_supported: zod.z.optional(zod.z.array(zod.z.string())),
192
192
  ...zJarmClientMetadata.shape,
193
- logo_uri: __openid4vc_utils.zHttpsUrl.optional(),
193
+ logo_uri: __openid4vc_utils.zHttpsUrl.or(__openid4vc_utils.zDataUrl).optional(),
194
194
  client_name: zod.z.string().optional()
195
195
  }).loose();
196
196