@gsriram24/structured-data-validator 1.7.0 → 1.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gsriram24/structured-data-validator",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -209,7 +209,7 @@ export default class SchemaOrgValidator {
209
209
  if (!typeExists) {
210
210
  issues.push({
211
211
  issueMessage: `Type "${typeId}" is not a valid schema.org type`,
212
- severity: 'WARNING',
212
+ severity: 'ERROR',
213
213
  path: this.path,
214
214
  errorType: 'schemaOrg',
215
215
  fieldName: '@type',