@learncard/core 7.0.0 → 7.0.1
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/core.cjs.development.js +1 -1
- package/dist/core.cjs.development.js.map +2 -2
- package/dist/core.cjs.production.min.js +1 -1
- package/dist/core.cjs.production.min.js.map +2 -2
- package/dist/core.d.ts +56 -38
- package/dist/core.esm.js +1 -1
- package/dist/core.esm.js.map +2 -2
- package/package.json +2 -2
@@ -42117,7 +42117,7 @@ var IdentifierEntryValidator = mod.object({
|
|
42117
42117
|
});
|
42118
42118
|
var ProfileValidator = mod.string().or(mod.object({
|
42119
42119
|
id: mod.string().optional(),
|
42120
|
-
type: mod.string().array().nonempty().optional(),
|
42120
|
+
type: mod.string().or(mod.string().array().nonempty().optional()),
|
42121
42121
|
name: mod.string().optional(),
|
42122
42122
|
url: mod.string().optional(),
|
42123
42123
|
phone: mod.string().optional(),
|