@learncard/learn-cloud-plugin 2.1.3 → 2.1.4
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/learn-cloud-plugin.cjs.development.js +2 -0
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +2 -0
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -11213,6 +11213,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11213
11213
|
shortBio: mod2.string().default(""),
|
|
11214
11214
|
bio: mod2.string().default(""),
|
|
11215
11215
|
did: mod2.string(),
|
|
11216
|
+
isPrivate: mod2.boolean().optional(),
|
|
11216
11217
|
email: mod2.string().optional(),
|
|
11217
11218
|
image: mod2.string().optional(),
|
|
11218
11219
|
heroImage: mod2.string().optional(),
|
|
@@ -15292,6 +15293,7 @@ var LCNProfileValidator = mod.object({
|
|
|
15292
15293
|
shortBio: mod.string().default(""),
|
|
15293
15294
|
bio: mod.string().default(""),
|
|
15294
15295
|
did: mod.string(),
|
|
15296
|
+
isPrivate: mod.boolean().optional(),
|
|
15295
15297
|
email: mod.string().optional(),
|
|
15296
15298
|
image: mod.string().optional(),
|
|
15297
15299
|
heroImage: mod.string().optional(),
|