sagold / json-schema-library

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation
MIT License
164 stars 19 forks source link

fix typo in url validation function #34

Closed felixebertsz closed 1 year ago

felixebertsz commented 1 year ago

typo: "formatUrlError" instead of "formatURLError", which is defined in errors.ts. fixes formatUrlError is not a function exception when validating an url

sagold commented 1 year ago

Hi Felix.

Thank you for the fix!

sagold commented 1 year ago

fix is released with v7.4.7