@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.
@@ -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(),