@learncard/did-web-plugin 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -76779,7 +76779,7 @@ var LCNProfileValidator = mod.object({
76779
76779
  email: mod.string().optional(),
76780
76780
  image: mod.string().optional(),
76781
76781
  isServiceProfile: mod.boolean().default(false).optional(),
76782
- notificationsWebhook: mod.string().url()
76782
+ notificationsWebhook: mod.string().url().startsWith("https://").optional()
76783
76783
  });
76784
76784
  var LCNProfileConnectionStatusEnum = mod.enum([
76785
76785
  "CONNECTED",