@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.
- package/dist/did-web-plugin.cjs.development.js +1 -1
- package/dist/did-web-plugin.cjs.development.js.map +2 -2
- package/dist/did-web-plugin.cjs.production.min.js +1 -1
- package/dist/did-web-plugin.cjs.production.min.js.map +2 -2
- package/dist/did-web-plugin.esm.js +1 -1
- package/dist/did-web-plugin.esm.js.map +2 -2
- package/package.json +3 -3
@@ -76775,7 +76775,7 @@ var LCNProfileValidator = mod.object({
|
|
76775
76775
|
email: mod.string().optional(),
|
76776
76776
|
image: mod.string().optional(),
|
76777
76777
|
isServiceProfile: mod.boolean().default(false).optional(),
|
76778
|
-
notificationsWebhook: mod.string().url()
|
76778
|
+
notificationsWebhook: mod.string().url().startsWith("https://").optional()
|
76779
76779
|
});
|
76780
76780
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
76781
76781
|
"CONNECTED",
|