@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
|
@@ -11226,6 +11226,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11226
11226
|
shortBio: mod2.string().default(""),
|
|
11227
11227
|
bio: mod2.string().default(""),
|
|
11228
11228
|
did: mod2.string(),
|
|
11229
|
+
isPrivate: mod2.boolean().optional(),
|
|
11229
11230
|
email: mod2.string().optional(),
|
|
11230
11231
|
image: mod2.string().optional(),
|
|
11231
11232
|
heroImage: mod2.string().optional(),
|
|
@@ -15305,6 +15306,7 @@ var LCNProfileValidator = mod.object({
|
|
|
15305
15306
|
shortBio: mod.string().default(""),
|
|
15306
15307
|
bio: mod.string().default(""),
|
|
15307
15308
|
did: mod.string(),
|
|
15309
|
+
isPrivate: mod.boolean().optional(),
|
|
15308
15310
|
email: mod.string().optional(),
|
|
15309
15311
|
image: mod.string().optional(),
|
|
15310
15312
|
heroImage: mod.string().optional(),
|